Re: detecting how many memory sticks(RAM) from command line

2008-12-28 Thread Vitaly
dmidecode?

On Sun, Dec 28, 2008 at 4:52 PM, Dan Shimshoni  wrote:
> Hello,
> Is there some command line in linux for
> detecting how many memory sticks(RAM) the machine has ?
> For example, suppose cat /proc/meminfo shows MemTotal: 960700 kB.
> Can I know whether it is one RAM stick , two  RAM sticks , or more ? (without
> opening the box - this is not for lazies...)
> Rgs,
> Dans
>
> =
> To unsubscribe, send mail to linux-il-requ...@cs.huji.ac.il with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail linux-il-requ...@cs.huji.ac.il
>
>

=
To unsubscribe, send mail to linux-il-requ...@cs.huji.ac.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-requ...@cs.huji.ac.il



Re: Someone has problems to login to https web sites?

2009-01-17 Thread Vitaly
what about date on your computer?

On Sat, Jan 17, 2009 at 11:26 PM, sara fink  wrote:
>
> --0016369205b1d254400460b457b8
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 7bit
>
> Hello Everyone
>
> Since this morning I am having problems to login to https sites. I tried all
> the possible browsers. opera, firefox, konqueror. In firefox I get this
> error:
>
> An error occurred during a connection to www.google.com.
>
> The OCSP response is not yet valid (contains a date in the future).
>
> (Error code: sec_error_ocsp_future_response)
>
> Opera says:
>
> This siteis using an outdated encryption method which is no longer
>  classified as secure.
>
> The only way to connect to these sites is to disable the certificate chain.
> For instance, in firefox i have disable the option "when a ocsp server
> connection fails, treat the certificate as invalid".
>
> Someone also suffers from this problem?  If yes, please tell the isp as
> well.
>
> I suspect it's a dns attack. Or is it OS failure?
>
> Thanks
>
> --0016369205b1d254400460b457b8
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
>
> Hello EveryoneSince this morning I am having=
>  problems to login to https sites. I tried all the possible browsers. opera=
> , firefox, konqueror. In firefox I get this error:An error occurred =
> during a connection to http://www.google.com";>www.google.com=
> 
> The OCSP response is not yet valid (contains a date in the future).=
> (Error code: sec_error_ocsp_future_response)Opera says:<=
> /p>This siteis using an outdated encryption method which is no longer &n=
> bsp;classified as secure. 
> The only way to connect to these sites is to disable the certificate cha=
> in. For instance, in firefox i have disable the option "when a ocsp se=
> rver connection fails, treat the certificate as invalid".Someon=
> e also suffers from this problem?  If yes, please tell the isp as well=
>  
> I suspect it's a dns attack. Or is it OS failure?Thanks div>
>
> --0016369205b1d254400460b457b8--
>
> =
> To unsubscribe, send mail to linux-il-requ...@cs.huji.ac.il with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail linux-il-requ...@cs.huji.ac.il
>
>

=
To unsubscribe, send mail to linux-il-requ...@cs.huji.ac.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-requ...@cs.huji.ac.il



Re: Analyzing dropped packets

2009-03-11 Thread Vitaly
2009/3/11 Michael Green :
> Bright minds,
>
> I have a brand new server (IBM x3850 M2) that exhibits a problem of
> dropping packets. Dropped packet are accumulating throughout the day.
>
> eth1      Link encap:Ethernet  HWaddr 00:1A:64:DB:E4:26
>          inet addr:132.77.4.105  Bcast:132.77.5.255  Mask:255.255.254.0
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:689587830 errors:2600 dropped:2916 overruns:0 frame:2600
>          TX packets:907757124 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:1000
>          RX bytes:545358022289 (520093.9 Mb)  TX bytes:1039725325872
> (991559.3 Mb)
>          Interrupt:98 Memory:f400-f4012100
>
> I need your advice on how to approach this problem. What tools/methods
> are out there to deal with problem like this?
> I don't have direct access to the switches, even though I can ask our
> network people to verify/check specific things on their side.


I'll start from checking speed settings/status  on both sides.

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


Re: partition full (or not)

2009-08-11 Thread Vitaly
On Tue, Aug 11, 2009 at 8:20 PM, shlomo solomon wrote:
> I´m getting disk full messages on /var. According to df, the / partition
> (/dev/sda1) is full, but du shows about 90% free space. Kdirstat also shows
> 90% free. I tried booting from a live CD and the partition is only about 10%
> full.
>
> Any ideas what´s going on here and how to fix it?

I suggest you to run fsck on /

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


Re: faster rsync of huge directories

2010-04-12 Thread Vitaly
2010/4/12 Tom Rosenfeld 
>
> Hi,
>
> I am a great fan of rsync for copying filesystems. However I now have a 
> filesystem which is several hundred gigabytes and apparently has a lot of 
> small files. I have been running rsync all night and it still did not start 
> copying as it is still building the file list.
> Is there any way to get it to start copying as it goes. Or do any of you have 
> a better tool?
>

Are both servers in the same LAN? IMHO, your problem in network band
witchbetween source and destination.
I have ~4M files, ~800GB - rsync is very fast in the same LAN (1Gb),
and slowly for remote destination.

Regards,
Vitaly

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


Re: how to make a processes mem unswappable ?

2007-09-05 Thread Vitaly
On 9/6/07, Erez D <[EMAIL PROTECTED]> wrote:
>
> hi
>
> i have a process (vmware running XP) and it runs ok if i alloc 512MB ram
> to it. however if i allocate a lot of memory to it (2GB out of my 4GB RAM),
> it runs very slowly.
> i susspect that the problem is that linux swaps part of it.
> how can i make this process's memory unpagable and unswappable, i.e.
> always resident in real mem ?
>
>
> erez.
>

What is output of "free" - do you really see swap usage?


Re: Terminal logger

2007-11-21 Thread Vitaly
script?

On Nov 21, 2007 3:46 PM, Shachar Shemesh <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm looking for a program (I knew it once) that saves to a log file
> every command written on a terminal, as well as its results. I need it
> so that when I'm instructing a class, I can then give them a log of
> everything I did.
>
> Thanks,
> Shachar
>
> =
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Interrups statistic - "sar" vs. "mstat"

2007-12-26 Thread Vitaly
 On Dec 26, 2007 10:04 AM, Vitaly Karasik <[EMAIL PROTECTED]> wrote:
> Probaly it is trivial, but I don't understand why I see different statistics 
> regarding interrups into "mstat" and "sar" output. There is 15997 against 92 
> !!!
> Can someone explain it?
>
> [root]# sar -I SUM |head
> Linux 2.4.21-47.ELsmp 12/25/2007
>
> 12:00:01 AM INTR intr/s
> 12:10:01 AM sum 15997.32
>
> [ root]# mpstat
> Linux 2.4.21-47.ELsmp 12/25/2007
>
> 11:14:07 AM CPU %user %nice %system %iowait %irq %soft %idle intr/s
> 11:14:07 AM all 2.40 0.00 7.41 0.05 1.97 10.78 77.39 92.36
>

The answer was simple - "mpstat" provides wrong interup statistics
when called without "interval" parameter. I mean, "mpstat 1" is OK,
but "mpstat" will tell you wrong numbers. I don't understand yet, if
this a feature or a bug.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Interrups statistic - "sar" vs. "mstat"

2007-12-26 Thread Vitaly
Thank you very much - you're right!

On Dec 26, 2007 12:32 PM, Imri Zvik <[EMAIL PROTECTED]> wrote:
> I'm guessing that without an interval (or if with interval - the first
> output), it is an average since boot.
>
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> > Vitaly
> > Sent: Wednesday, December 26, 2007 11:29 AM
> > To: linux-il@cs.huji.ac.il
> > Subject: Re: Interrups statistic - "sar" vs. "mstat"
> >
> >  On Dec 26, 2007 10:04 AM, Vitaly Karasik <[EMAIL PROTECTED]> wrote:
> > > Probaly it is trivial, but I don't understand why I see different
> > statistics regarding interrups into "mstat" and "sar" output. There is
> > 15997 against 92 !!!
> > > Can someone explain it?
> > >
> > > [root]# sar -I SUM |head
> > > Linux 2.4.21-47.ELsmp 12/25/2007
> > >
> > > 12:00:01 AM INTR intr/s
> > > 12:10:01 AM sum 15997.32
> > >
> > > [ root]# mpstat
> > > Linux 2.4.21-47.ELsmp 12/25/2007
> > >
> > > 11:14:07 AM CPU %user %nice %system %iowait %irq %soft %idle intr/s
> > > 11:14:07 AM all 2.40 0.00 7.41 0.05 1.97 10.78 77.39 92.36
> > >
> >
> > The answer was simple - "mpstat" provides wrong interup statistics
> > when called without "interval" parameter. I mean, "mpstat 1" is OK,
> > but "mpstat" will tell you wrong numbers. I don't understand yet, if
> > this a feature or a bug.
> >
>
> > =
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
>

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: nmap quiet mode

2008-01-06 Thread Vitaly
On Jan 6, 2008 8:37 PM, Mike Kemelmakher <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I need following functionality from nmap  - test presence of a service
> listening to a particular port without performing full connect but with
> TCP SYN ACK RESET
> and get the result in form of return status.  something like following:
>
> [EMAIL PROTECTED] # nmap  -sS -p 22  hostname
> [EMAIL PROTECTED] #  echo $?
> 1
> [EMAIL PROTECTED] #
>
> In other words - i need to get an indication from nmap about the
> performed scan in my script code.
> Parsing nmap output is not an option since nmap will be used very
> frequently ( each 5-10 seconds ) to test around 200 ports ..
>
> I started to write my own C code to perform tcp SYN ping .. but in case
> there is an option to utilize nmap it will be preferred.
>
NMAP API? http://insecure.org/nmap/nse/nse-api.html

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Second opinion: oom-killer

2008-01-17 Thread Vitaly
On Jan 17, 2008 3:53 PM, Shachar Shemesh <[EMAIL PROTECTED]> wrote:
> Oren Held wrote:
>
>
> > B. I can't see why disabling the swap would help to AVOID oomkiller? Swap
> > should ENLARGE the available memory space; disabling swap might cause
> > triggering oomkiller more frequently. Maybe I misunderstood what you meant.
> >
> The memory I suspect the system is running out of is the memory
> allocated for the Kernel's use. It is labeled "Low memory" under
> /proc/meminfo. Here is the strange part - the more memory the system
> has, the more memory the kernel needs in order to keep track of it all.
> On the other hand, the amount of memory the kernel actually has does not
> change when you increase the amount of memory.
>
> Disabling the swap was my attempt to decrease the amount of overall
> memory the system has, and thus decrease the memory management memory
> requirement.
>
> As for A, when it is not application memory that the system is out of,
> but kernel memory, oom-killer is, for all intent and purposes, killing
> processes at random.
> >  - Oren
> >
> Shachar
>

this was discussed some time ago in  RH maillist
http://linux.derkeiler.com/Mailing-Lists/RedHat/2007-08/msg00121.html
I hope it will be useful.

Vitaly

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Job offer: Wordlmate is looking for a NeoOps person

2013-07-02 Thread Vitaly
"WorldMate is looking for a web operations person to work within the
Operations department. He/she will be expected to take full
responsibility for our production environment, which will include
server software and OS maintenance, system scalability; tune ups for
systems such as JBoss, Tomcat, MongoDB, MySQL, Apache and others;
application deployment to production environments; and monitoring of
all our environments. Work will require good scripting abilities,
Linux admin level and DB knowledge."

See http://www.worldmate.com/aboutus/careers.php#job_3 for details and contact.

Regards,
Vitaly

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


Re: self mail hosting

2014-06-08 Thread Vitaly
You can get static IP for just about 15NIS/month, I have one from 012.
Regards
Vitaly


On Sun, Jun 8, 2014 at 12:27 PM, Efraim Flashner 
wrote:

> I've registered a domain and set up my raspberry pi to recieve and send
> emails.  Everything seems to be working fine, except that emails that I
> send to gmail get rejected by google.  I've been told that google
> rejects email where the reverse-dns doesn't match the dns record, and
> because I don't have a static IP address there's not much I can do.
>
> Has anyone had success getting a static IP address without too much
> hassle? Currently I'm getting my internet through netvision, but we
> were planning on switching to 018 for their cheaper prices.
>
> Getting a static IP address seems like it would be the easiest option,
> followed by reconfiguring postfix to use a SMTP relay to send mail
> through another server, but I'd need to make sure that the header isn't
> changed (too much) if I do that.  Also I've found keeping my sanity
> involves interacting with Israeli beaurocracy as little as possible, so
> I'd rather not call netvision for a static IP since I'm planning on
> leaving them anyway.
>
> If anyone has any experience doing their own mail and want to share,
> I'd love to hear about it.
>
> -Efraim
>
> ___
> 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: Looking for a performance/health monitoring and alerting solution

2014-06-16 Thread Vitaly
I vote for Zenoss Core (http://www.zenoss.org/) - takes care of both
performance monitoring &  events/alerts, with very flexible events
processing.
For some reason less popular in Israel when Zabbix, but has very impressive
list of US customers.

regards,
Vitaly
PS: presented Zenoss for ILTechTalk
http://www.meetup.com/ILTechTalks/events/125902492/


On Mon, Jun 16, 2014 at 2:12 AM, Ori Berger  wrote:

> I'm looking for a single system that can track all of a remote server's
> health and performance status, and which stores a detailed
> every-few-seconds history. So far, I haven't found one comprehensive system
> that does it all; also, triggering alarms in "bad" situations (such as no
> disk space, etc). Things I'm interested in (in parentheses - how I track
> them at the moment. Note shinken is a nagios-compatible thing).
>
> Free disk space (shinken)
> Server load (shinken)
> Debian package and security updates  (shinken)
> NTP drift (shinken)
> Service ping/reply time (shinken)
> Upload/download rates per interface (mrtg)
> Temperatures (sensord, hddtemp)
> Security logs, warning and alerts e.g. fail2ban, auth.log (rsync of log
> files)
>
> I have a few tens of servers to monitor, which I would like to do with one
> software and one console. Those servers are not all physically on the same
> network, nor do they have a VPN (so, no UDP) but tcp and ssh are mostly
> reliable even though they are low bandwidth.
>
> Please note that shinken (much like nagios) doesn't really give a good
> visible history of things it measures - only alerts; Also, it can't really
> sample things every few seconds - the lowest reasonable update interval
> (given shinken's architecture) is ~5 minutes for the things it measures
> above.
>
> Any recommendations?
>
> Thanks in advance,
> Ori
>
> ___
> 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: Skimping on AWS EC2 bills

2015-01-08 Thread Vitaly
Amos,
IMHO, it's not technical, but more  "human" issue. For example, as far as
you decide that you need Jira every last day of month, you can launch
instance automatically.
But typically Jira usage is more random, so I don't think  there is
technical solution exist.
If you're the only Jira user, why don't run it from your own computer for
free?

And, BTW, AWS reserved instances allow you to modify everything; plus
up-front pay isn't must anymore.

regards,
Vitaly

On Thu, Jan 8, 2015 at 4:40 AM, Amos Shapira  wrote:

> Yes I'm well aware of the RI option. It can save up to %70 for high-load
> (i.e. machines which are up 24/7), but much less saving compared to
> something that you can keep bringing up and down on demand.
> Also the up-front cost is not cheap, and commits you to that type of
> instance (as far as I remember, you can't buy switch or upgrade an RI slot,
> what's paid is paid).
>
> On 8 January 2015 at 12:47, Aviram Jenik  wrote:
>
>> I'm not an AWS expert and would love to hear from those who are. But we
>> do have a few (dozen) instances on AWS.
>>
>> We have them running 24/7. I get that you could start and stop on demand,
>> but don't get how you would do that without changing the way you work in a
>> drastic way (compared to a physical machine). To save costs, buy a
>> 'reserved instance'. You are paying up front for 1-3 years (I recommend 3
>> years) and then paying a very very low cost per hour. If your load is low,
>> buy the 'low load' machine to save even more costs (but then you pay hire
>> fees if you cross the threshold). I don't know how this works well enough -
>> we always buy the 'high load' instance and buy them for 3 years; the total
>> average cost is equivalent to what we would have paid for the hosting and
>> so the hardware is "free".
>>
>>
>> - Aviram
>>
>>
>>
>> On Wed, Jan 7, 2015 at 7:33 PM, Amos Shapira 
>> wrote:
>>
>>> Hi,
>>>
>>> Do people here keep EC2 instances running?
>>> Do you leave it running 24/7 or do you fire them up when you need them?
>>>
>>> I'd like to run my own EC2 instance running $10 Jira + $10 Confluence
>>> (+$10 some extra useful add-ons) (to clarify - these are one-off $10 for
>>> each product), but can't justify running a $30/month small EC2 (and perhaps
>>> more, Jira alone requires 1.5-2GB of RAM) just to be used at most a few
>>> hours a month if not less.
>>>
>>> But logging in to the console to fire it up (or through aws cli, or
>>> using an Android based app) every time I want to access it also would be
>>> inconvenient.
>>>
>>> So is there another way?
>>>
>>> Thanks,
>>>
>>> --Amos
>>>
>>>
>>> ___
>>> Linux-il mailing list
>>> Linux-il@cs.huji.ac.il
>>> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>>>
>>>
>>
>
>
> --
> <http://au.linkedin.com/in/gliderflyer>
>
> ___
> 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: CentOS yum install problem

2016-12-08 Thread Vitaly
On Thu, Dec 8, 2016 at 6:57 PM, David Suna 
wrote:

> I am using CentOS for the first time on a GoDaddy Virtual Private Server.
> Yesterday I was able to install packages without a problem. Today, for some
> reason, any package I try to search for I get a No Matches found error. And
> any package I try to install I get No package  available.
>
> I am a Debian / Ubuntu user so I am a little lost in the CentOS - yum
> world. GoDaddy support is completely worthless. I have tried searching on
> Google but have not found what I am looking for.
>
> Can anyone give me a pointer to how I can solve this problem?
>

Try "yum clean all"
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


JOB OFFER: NDS is looking for Linux/UNIX sysadmin

2009-02-02 Thread Vitaly Karasik
Wanted: LINUX/UNIX System Administrator.
For a challenging position of users’ support, SW and HW installation, 
troubleshooting on different levels 
Requirements:
At least 5 years experience in LINUX (RedHat) system administration;
LINUX expertise in high level, RHCE - advantage;

Experience in WEB applications administration, LAMP, Sendmail, DNS, LDAP;
(apache, tomcat, php)
Good knowledge of shell and at least in one of the following: perl, python, awk;
Experience in high availability, including clustering;

Knowledge of other operating systems (HPUX, Solaris)
Experience in hardware configuration and installation (IBM, HP, Dell, storages, 
etc);
Knowledge and experience in databases ( Oracle, MySQL, Sybase, Informix )
Knowledge and an experience in networking and virtualization

English – high level 
Excellent communication and documentation skills
Extra working hours 
The candidate must be a good team player, service oriented, with excellent 
learning skills and positive thinking
CV to victor_dst -at- yahoo.com 

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


Q: LINUX courses in Israel

2002-10-09 Thread Karasik, Vitaly

We're looking for LINUX Basics/LINUX programming course providers.

As you probably know, there are IBM/John Bryce/Interbit/Sivan/others.

Do you have any  good/bad experience with these courses?

Vitaly  

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Q: up2date server [was RH 8.0 - also as inDUHvidual files]

2002-11-13 Thread Karasik, Vitaly
> Is it possible to install free up2date server on the server?

Does RH  have some info about building such server? Any links are welcome!

Thanks,
Vitaly.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




re:Identification of my RH Box in the network

2003-02-06 Thread Karasik, Vitaly
If your linux machine is DHCP client and your DHCP server knows to send DDNS updates 
to your DNS server, the solution is easy: just add DHCP_HOSTNAME=your_hostname into 
/etc/sysconfig/network file (in Redhat Linux).

If your DNS server doesn't support DDNS, you need to add DNS record for your linux.

Vitaly
_

Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: servers running the free version of redhat

2003-09-07 Thread Karasik, Vitaly
Sagi,

Yes, RH 6.2 is unsupported for about 4 months.

I see few ways for upgrading /replacing  RH6.2 servers :

1) use RHEL 2.1; you can buy RHEL WS (with sendmail/apache) for just
179$ ; you will pay ~$80 per year/per machine for updates [I suggest
this way]

2) use Debian

3) dw kernel/apache/sendmail/ patches from according sites, compile
and install them



Regards,
Vitaly Karasik

PS: well, many people believe they may use RHEL (and RHEL updates) for
free.


>Hi,

>RedHat recently issued a new policy regarding their free (or now
community) versions of Red Hat.

>One of the main changes is that the lifetime of the free versions is
now only 1 year - they say they will not release any >>errata for those
versions, even not if you subscribe to RHN.

>You can get more information about this here:
http://www.redhat.com/software/whichlinux.html

>I'm in charge of many servers running free redhat, some of them are
still running RedHat 6.x.

>It's understandable that 6.x now becomes supported, but this policy
means that even the 7.3 version (which many of us still >install on new
servers) will not be supported in few months!

>I decided to install debian on new servers, but the question is - what
should I (and the rest of the users running those >versions of redhat -
and there are many, many of them) do?

>I also wonder if redhat really won't release security updates for those
machines - it means that if a new hole is found it >can leave hundreds
of thousands of machines without an official software update.

>So, what the rest of you are doing?

>Sagi



***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



re:Install RedHat 9 from network

2003-09-18 Thread Karasik, Vitaly
of course, you can install RHL9 from network(NFS, FTP, HTTP)  , see
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/install-guide/s1-b
egininstall-net.html for more


Vitaly
***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RH end-of-life "news"

2003-11-06 Thread Karasik, Vitaly
Would you like to know when RH published theirs end-of-life policy for RHL? - one year 
ago:

http://www.newsforge.com/article.pl?sid=03/01/28/2149203

Regards,
Vitaly

***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: version of kernel (fwd)

2003-11-30 Thread Karasik, Vitaly
>Shalom . I had kernel 2.4.20-8 and i did updates for the Red-Hat now i
>see that when i run the command "uname -a" i see my kernel version is
>2.4.20-8 but when i compare the code i see that the code is suitable to
>2.5.* (for example i have multi-queues in the task queue ) what is the
>problem or why the uname doesn't see the right version.  thanks.

Yes, you can see in RH kernel 2.4.20 many patches/features from 2.4.22, 2.5,26, -ac 
and other sources.
(this relevant for other RH pachages - apache, samba, etc...)

http://www.redhat.com/advice/speaks_backport.html

Regards,
Vitaly

***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



IGLU & pc.co.il Linux events [ was Re: hebrew linux conference]

2003-12-08 Thread Karasik, Vitaly
Last months there are many Linux events organized by
Ligad/Emet/Power/etc. and published in Daily Maily list.
>From the other side, there are many Linux lectures in Haifux, Telux;
free Linux seminars in IBM Haifa and more.


IMHO, someone from Makor or IGLU should contact "People and Computers"
in  order to publish P&C events on IGLU site/maillist and visa versa.

I'm trying to support updated list of [more or less] Linux-related
events in Israel  for my coworkers;
I post this calendar to linux_il_ru community in livejournal [Russian
only, http://www.livejournal.com/community/linux_il_ru/]. I'll be happy
to provide such list to Makor people.



BTW,  IBM Linux day has been planned on 7.12.2003 and was shifted to
18.12.2003. I informed IBM Linux staff about Linux&desktop day 18.12,
but it did not  help.

Vitaly Karasik, RHCE




***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: IGLU & pc.co.il Linux events [ was Re: hebrew linux conference]

2003-12-08 Thread Karasik, Vitaly


>
>
> > IMHO, someone from Makor or IGLU should contact "People and
> Computers"
> > in  order to publish P&C events on IGLU site/maillist and visa
> > versa.
>
> Great, do you volunteer?

Yes, I do. But - I don't sure is P&C will accept Vitaly in the same way
as someone from Makor Board of Directors.


>
> > BTW,  IBM Linux day has been planned on 7.12.2003 and was shifted to
> > 18.12.2003. I informed IBM Linux staff about Linux&desktop
> day 18.12,
> > but it did not  help.
>
> What is the Linux&desktop day? URI?

I'm speaking about Linux&desktop&hebrew day [see Eli Marmor's letter]
***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: OSS-IL Coverage on Captain Internet

2004-04-13 Thread Karasik, Vitaly
Kudos to Dan again!

http://www.linuxworld.com/story/44466.htm


Rgds,
Vitaly
***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: DHCP question

2004-05-06 Thread Karasik, Vitaly
- what you see in ifconfig output?

- did you try to ping by name or by IP?
Only if second works and first fail, you have DNS problem. If both fail,
there is nothing DNS related.
***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: DHCP question

2004-05-06 Thread Karasik, Vitaly
probably you're right - I see "-n" key in ping's man, 
but I don't see any names in ping output when I "ping a.b.c.d" and I don't see any 
problem with ping by IP even when I break resolver configuration. [I speak about ping 
from iputils-20020927-11]

Sorry for little OT,
Vitaly

> -Original Message-
> From: Gilad Ben-Yossef [mailto:[EMAIL PROTECTED]
> Sent: Thu, May 06, 2004 11:04 AM
> To: Karasik, Vitaly; [EMAIL PROTECTED]
> Subject: Re: DHCP question
> 
> 
> On Thursday 06 May 2004 10:13, Karasik, Vitaly wrote:
> 
> > - did you try to ping by name or by IP?
> > Only if second works and first fail, you have DNS problem. 
> If both fail,
> > there is nothing DNS related.
> 
> Actually, this is not correct. 
> 
> Ping tries to resolve IP addresses in it's output to symbolic 
> names. If you 
> have a DNS problem, then even pinging by IP can fail (usually 
> it jsut gets 
> "stuck" waiting for resolver to time out) unless you supply 
> the options "-n" 
> to ping.
> 
***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***


RE: DHCP question

2004-05-06 Thread Karasik, Vitaly
 1st at all, you're right - by tcpdump I see NS queries for reverse NS; but for some 
reason in ping output I see IP, not name.
>
>
> On Thursday 06 May 2004 13:07, Karasik, Vitaly wrote:
> > probably you're right - I see "-n" key in ping's man,
> > but I don't see any names in ping output when I "ping
> a.b.c.d" and I don't
>
> Let me guess - you're makeing the test in a network that
> doesn't have reverse
> name resolution configured for it's IPs, right? :-)

no, our network does have reverse resolution

>
> > see any problem with ping by IP even when I break resolver
> configuration.
> > [I speak about ping from iputils-20020927-11]
>
> It very much depends on the exact nature of the "breakage".
> Try this: put a an
> IP for the name server in /etc/resolv.conf which is a "black
> hole" - swallws
> all the packet you send to it, like in the case of a mis
> configured firewall
> and try to ping somwhere and you'll see what I mean.

I did my test by putting wrong addresses as  NS in my resolv.conf.

Agree  - NS working as  "black hole"  may cause delays.

BUT: if we'll back to the original question, I still believe there is no DNS problem.

rgds,
Vitaly


***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: reboot on panic

2004-05-02 Thread Karasik, Vitaly
 IMHO  "remote console"/"network console" [exists on most of the modern
servers]  provides the most reliable solution for remote management.

Vitaly
PS: Probably I missed something and someone already suggested this
***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Interrups statistic - "sar" vs. "mstat"

2007-12-26 Thread Vitaly Karasik
Probaly it is trivial, but I don't understand why I see different statistics 
regarding interrups into "mstat" and "sar" output. There is 15997 against 92 !!!
Can someone explain it?

[root]# sar -I SUM |head
Linux 2.4.21-47.ELsmp 12/25/2007

12:00:01 AM INTR intr/s
12:10:01 AM sum 15997.32

[ root]# mpstat
Linux 2.4.21-47.ELsmp 12/25/2007

11:14:07 AM CPU %user %nice %system %iowait %irq %soft %idle intr/s
11:14:07 AM all 2.40 0.00 7.41 0.05 1.97 10.78 77.39 92.36  

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: [OT] php3 app on php4

2004-07-12 Thread Karasik, Vitaly
Does your php engine work [== does any php script work]?


Vitaly
***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: which Distro does your company use ?

2004-09-09 Thread Karasik, Vitaly
1) we use RHEL
2) here http://www.internetnews.com/dev-news/article.php/3313211 you can
see Netcraft's report analyze for webservers.


Vitaly Karasik, RHCE 
***
Information contained in this email message is intended only for use of the individual 
or entity named above. If the reader of this message is not the intended recipient, or 
the employee or agent responsible to deliver it to the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this communication in error, please 
immediately notify the [EMAIL PROTECTED] and destroy the original message.
***

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: rsh ~/.rhosts file

2005-03-27 Thread Karasik, Vitaly
 You cannot use "+" instead of hostname in linux.


Rgds,
Vitaly

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Green
Sent: Sunday, March 27, 2005 10:37 AM
To: ilug
Subject: rsh ~/.rhosts file

On UNIX users can have their personal .rhosts files which lists users
that are allowed to login into the account, in the form:

silver:~->2% cat .rhosts
+ michaelg
+ foobar

And it works as advertised on every UNIX that I tried (Solaris, IRIX).
However it looks like on Linux the behaviour is different: putting
usernames into .rhosts makes no effect, but putting hostnames _does_!

Why is the difference? 
Anyone?

--
Warm regards,
Michael Green
*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
Assistant Unix Admin
Division of Information Systems
Weizmann Institute of Science
Rechovot 76100, Israel
Tel.:   972-8-9344216
Fax.:   972-8-9344102
Cel.:   972-52-3638926
*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*

=
To unsubscribe, send mail to [EMAIL PROTECTED] with the word
"unsubscribe" in the message body, e.g., run the command echo
unsubscribe | mail [EMAIL PROTECTED]

***
Information contained in this email message is intended only for use of the 
individual or entity named above. If the reader of this message is not the 
intended recipient, or the employee or agent responsible to deliver it to the 
intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately notify the [EMAIL 
PROTECTED] and destroy the original message.
***

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: Red Hat GFS?

2005-03-28 Thread Karasik, Vitaly
There is some whitepapers on RH site
[http://www.redhat.com/software/rha/gfs/ &
http://info.redhat.com/a/tBA9YGKAJPSNNASFeEnAGKa1Q5-/wbct1], but I
haven't seen comparison table GFS<->OCFS...


Rgds,
Vitaly

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ira Abramov
Sent: Monday, March 28, 2005 12:24 PM
To: IGLU Mailing list
Subject: Red Hat GFS?

I must have been completely disconnected from the news, I just read that
Sistina GFS was re-released as GPL Red Hat GFS (I bet Dr. Foo is happy).

Has anyone seen comparison charts against OCFS, which is now also GPL?
in terms of both features and performance, I'm tickled to know...

also, can I assume that the debian packages gfs-tools and
kernel-patch-2.6-gfs are for the RH-GFS?

--
Sexy & seventeen
Ira Abramov
http://ira.abramov.org/email/

=
To unsubscribe, send mail to [EMAIL PROTECTED] with the word
"unsubscribe" in the message body, e.g., run the command echo
unsubscribe | mail [EMAIL PROTECTED]

***
Information contained in this email message is intended only for use of the 
individual or entity named above. If the reader of this message is not the 
intended recipient, or the employee or agent responsible to deliver it to the 
intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately notify the [EMAIL 
PROTECTED] and destroy the original message.
***

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: NIC's With Failover

2005-06-07 Thread Karasik, Vitaly
 
>I am looking for a way to join (Team) the NIC's with fail-over.
>There is a Broadcom utility (BASP) for this.
>Does anyone know of a native Linux command or utility for doing this?
>Hardware:
>IBM xSeries server
>Dual Broadcom NetXtreme BCM5703 Gigabit Ethernet NIC's
>Red Hat 9 or Red Hat Enterprise ES release 3

IMHO, you can use tg3 driver with bonding.
See, for example:
http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1
-networkscripts-interfaces.html#S2-NETWORKSCRIPTS-INTERFACES-CHAN

Rgds,
Vitaly

 

***
Information contained in this email message is intended only for use of the 
individual or entity named above. If the reader of this message is not the 
intended recipient, or the employee or agent responsible to deliver it to the 
intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately notify the [EMAIL 
PROTECTED] and destroy the original message.
***

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: low-level formatting?

2005-08-01 Thread Karasik, Vitaly
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Amos Shapira
> Sent: Monday, August 01, 2005 3:04 AM
> To: linux-il
> Subject: low-level formatting?
> 
> Hello,
> 
> Running "badblocks -n" on my hard drive I found a couple 
> hundred of bad blocks, apparently pretty well concentrated in 
> two areas.
> 
> I intend to buy a new drive but still trying to make use of 
> this 80Gb Maxtor drive I googled for "low level format" (the 
> type that asks the drive itself to map bad blocks without the 
> OS intervention) and found only text like "in the old days it 
> was possible, today only the factory can do this".
> 
> Is this true?  Is my only option now is to mkfs which reads 
> the output of badblocks(8)?

According to e2fsck manpage, you should run fsck -cc (man e2fsck) for
marking bad blocks.
I haven't tried this.

Rgds,
Vitaly
***
Information contained in this email message is intended only for use of the 
individual or entity named above. If the reader of this message is not the 
intended recipient, or the employee or agent responsible to deliver it to the 
intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately notify the [EMAIL 
PROTECTED] and destroy the original message.
***

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: Apache access problem

2005-08-01 Thread Karasik, Vitaly
> That doesn't seem to be the problem:
> 
> 1 - As far as I know, apache is running as group apache and 
> there's no problem with the group definition (or with any 
> other group definition).
> 
> [EMAIL PROTECTED] solomon]$ cat /etc/group|grep apache
> apache:x:78:
> 
> 2 - I'm talking about one machine here so the possibility for 
> different groups on different machines is not relevant.
> 
> 3 - Even if there had been a problem as described above, I 
> don't see why it would cause the permission problem since, as 
> I already wrote, all the directories in the path have the 
> search bit (x) set for owner, group and other.
> 
> > >[EMAIL PROTECTED] solomon]$ ls -lad /var/www/html drwxr-xr-x  15 
> > >apache apache 720 Jul 31 00:07 /var/www/html/
> > >[EMAIL PROTECTED] solomon]$ ls -lad /var/www drwxr-xr-x  11 apache 
> > >apache 272 Jan 23  2005 /var/www/
> > >[EMAIL PROTECTED] solomon]$ ls -lad /var drwxr-xr-x  27 
> root root 680 
> > >Jan 31 20:09 /var/


Shlomo,

Can you please re-check (DocumentRoot in httpd.conf) that Apache is
looking under /var/www/html for docs? BTW, there is some problem with
server-status too. Where is your Apache ServerRoot? What about
permissions for this dir?

Rgds,
Vitaly

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: Apache access problem

2005-08-02 Thread Karasik, Vitaly
> > Can you please re-check (DocumentRoot in httpd.conf) that Apache is 
> > looking under /var/www/html for docs? BTW, there is some 
> problem with 
> > server-status too. Where is your Apache ServerRoot? What about 
> > permissions for this dir?
> 
> I had already checked these, but here's the info. I don't see 
> a problem - do you?
> 
> [EMAIL PROTECTED] solomon]$ cat /etc/httpd/conf/httpd.conf | 
> more ### Main Configuration Section ### You really shouldn't 
> change these settings unless you're a guru ### ServerType 
> standalone ServerRoot /etc/httpd #ServerName localhost 
> #LockFile /etc/httpd/httpd.lock PidFile /var/run/httpd.pid 
> ScoreBoardFile /etc/httpd/httpd.scoreboard ErrorLog 
> logs/error_log LogLevel warn ResourceConfig /dev/null 
> AccessConfig /dev/null DocumentRoot /var/www/html
> 
> [EMAIL PROTECTED] solomon]$ ls -lad /etc
> drwxr-xr-x  187 root root 14112 Aug  1 05:49 /etc/
> [EMAIL PROTECTED] solomon]$ ls -lad /etc/httpd drwxr-xr-x  6 
> root root 232 Jun 17  2004 /etc/httpd/

It seems to be OK.
The last thing - can you run "rpm -V apache" in order to verify that
all files from "apache" package have original ownership/permission?
***
Information contained in this email message is intended only for use of the 
individual or entity named above. If the reader of this message is not the 
intended recipient, or the employee or agent responsible to deliver it to the 
intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately notify the [EMAIL 
PROTECTED] and destroy the original message.
***

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: Apache access problem

2005-08-02 Thread Karasik, Vitaly
> Here's somethig strange (although I don't think it's 
> connected to my problem). 
> I ran rpm -V apache and got no output. I assumed that meant 
> everything is OK, but decided to try rpm -V -vv apache. This 
> time I got lots of output, but none of it seems to have 
> anything to do with ownership/permission. It's all info about 
> dependencies and signatures. What's going on here?

AFAIK, rpm doesn't show problems here.
Can you  send me by private email access_log & error_log?

Rgds,
Vitaly 
***
Information contained in this email message is intended only for use of the 
individual or entity named above. If the reader of this message is not the 
intended recipient, or the employee or agent responsible to deliver it to the 
intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately notify the [EMAIL 
PROTECTED] and destroy the original message.
***

To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: bound0 10m

2006-02-08 Thread Vitaly Karasik
 >  
>  I have configure 2 network card (100m full duplex each) in a bound.
>  
>  but when I check the speed of the virtual network card (boun0) I see that
>  it is 10m
>  
>  how do is configure the virtual card to work 100m ?
>  
>  p.s.
>  the system running Redhat AS 3.0 R5
 
How do you know that there is a problem with your bonfing interface?

These threads from ITRC forums may be useful: 
http://www1.itrc.hp.com/service/james/search.do?searchtext=bonding+speed&hpl=1&todo=search&searchcriteria=allwords&from=forums&searchcategory=ALL&rn=25&presort=rank&source=7000&esc=us.support.itrc.hp.com&wpa=forums1.itrc.hp.com%3A80&origin=0&chkServStor=on
 .

Rgds,
Vitaly Karasik

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Symbolic links at tar file

2006-02-18 Thread Vitaly Karasik
Probably the problem that into symbolic link you have absolute and not relative 
path?
Can you check this by "ls -l"?

Rgds,
Vitaly

>  ---Original Message---
>  From: Ori Idan <[EMAIL PROTECTED]>
>  Subject: Symbolic links at tar file
>  Sent: 18 Feb '06 18:11
>  
>  I have a source tree which some of the files are actually symbolic links
>  to other files in the same tree.
>  
>  I compress the tree using tar cjf file.tar.bz2 dir
>  
>  When I extract the files to the same machine everything works fine.
>  
>  When I  extract the files to another machine with same directory
>  strucuture (the directories before the source tree) everything works
>  fine but extracting it on another machine with different path it seems
>  the symbolic links are not created.
>  
>  
>  For example:
>  
>  On my machine the source tree is at: /home/ori/stree
>  
>  On the other machine the source tree is at /home/user1/stree
>  
>  
>  If on the other machine I would extract it to /home/ori, everything
>  works fine.
>  
>  
>  It seems as if tar works with absolute path names for the symbolic links.
>  
>  
>  Anyone knows how to tell it to work with relational names?
>  
>  
>  --
>  
>  Ori Idan
>  
>  
>  
>  =
>  To unsubscribe, send mail to [EMAIL PROTECTED] with
>  the word "unsubscribe" in the message body, e.g., run the command
>  echo unsubscribe | mail [EMAIL PROTECTED]
>  
>  

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: basic iSCSI configuration refuses to work :-(

2006-08-20 Thread Vitaly Karasik
>  so, is there a config error here, or should I dump the whole iSCSI
>  concept? is there a way to install a red-hat cluster of three CENTOS3
>  machines with no common storage? I just need IP addresses and processes
>  moving around between the nodes, the application vendor ONLY supports
>  Red Hat 3 and its clustering, but won't supply instructions or
>  recommended procedures. aggh!

As far as I remember, RHEL3 Cluster Manager cannot work without shared storage 
and doesn't support iSCSI device as a shared storage (at least, RH doesn't 
promise that this configuration will work stable) 

Rgds,
Vitaly

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Distribution recommendation

2006-09-22 Thread Vitaly Karasik
 
>  Until now I have been using RedHat releases however I have read a lot
>  about newer distributions (i.e Ubuntu etc.)  

> On my current server I am still running RedHat 9.  

So I suggest you to use CentOS - today we have CentOS 4 and in a few months 
CentOS5, based on RHEL5 will be released.

Rgds,
Vitaly

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Q: 4-port Ethernet card for LINUX

2000-11-30 Thread Karasik, Vitaly

Somebody knows where in Israel  I can buy  quad Ethernet card (like
Osicom2340TX)?

Thanks,
Vitaly.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: ibm thinkpad t20 experiences

2001-01-16 Thread Karasik, Vitaly


I installed RH 7.0 for my colleague on T20. It seems to be very comfortable.
The only installation problem I had was Lucent winmodem, but new (5.78, I
think) ltmodem module works fine.

See http://808hi.com/56k/ltwin3.htm
http://www.cir.nus.edu.sg/~lzs/linux_t20.html  LINUXCARE report
http://www.linuxcare.com/labs/certs/padt20.epl

Vitaly.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Q: videotape with LINUX lecture

2001-01-18 Thread Karasik, Vitaly

Does anybody have/know about recorded LINUX  lecture  (something like MadDog
lecture on COMDEX)

Thanks,
Vitaly

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Looking for private lessons "Introduction to OS" [little off-topic]

2001-12-10 Thread Karasik, Vitaly

Someone studying  "Introduction to Operations Systems" course in the
Technion wants to take few private lessons about
semaphores/signals/monitors/kernel's stack/preventing deadlocks and so on.
[Jerusalem ]

Please reply to [EMAIL PROTECTED]

Thanks,Vitaly  

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: Intel Dual 82558 adapter problem

2002-01-24 Thread Karasik, Vitaly

>I need to add a second Dual Adapter for the rh62 system - remotely. The
adapter was inserted, machine booted - no telnet >connection to it. From the
explanations 
>of the local people, i understood that they can ping the router (default
gateway). But can not ping anything behind that - >>they could before. The
routing table looks 
>lik exactly as it was before. 

It may be just "wrong order" problem [do you know where is eth0, eth1, ...
?].  New adapter may change # for  olds adapters.
mii-diag from http://www.scyld.com/diag/ [RH 7.2 has it]  is your friend -
just connect one adapter to the hub and check with mii-diag which adapter
has link.

Vitaly  

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




[Offtopic?] I'm looking for "Revolution OS" copy

2002-03-17 Thread Karasik, Vitaly

Does anybody have/know how to get DVD/videotape with "Revolution OS"
[http://www.revolution-os.com]

Thanks,
Vitaly  

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: The Revolution will not be televised (was RE: I'm looking for "Revolution OS" copy)

2002-03-17 Thread Karasik, Vitaly

:-?

 *PLEASE*, explain me why I can't sent my question to linux-il [The main
mailing-list for Linux users in Israel] 
and *HAVE TO* send it to IGLU [Linux-IL announcements and administrative
only].

To say the truth: I want to send my posts to linux-il-list-without-flamers.


Vitaly. 

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: The Revolution will not be televised (was RE: I'm looking for "Revolution OS" copy)

2002-03-17 Thread Karasik, Vitaly

It's my LAST post to this thread. 


I'm a Linux user in Israel, and I want to buy/borrow this movie.  

I don't see here nothing related to "Linux-IL announcements and
administrative only".

Gilad, was my questionannouncement or administrative?

Vitaly.

> -Original Message-
> From: Gilad Ben-Yossef [mailto:[EMAIL PROTECTED]]
> Sent: Sun, March 17, 2002 4:10 PM
> To: Karasik, Vitaly; [EMAIL PROTECTED]
> Subject: RE: The Revolution will not be televised (was RE: 
> I'm looking for "Revolution OS" copy)
> 
> 
> 
> >  *PLEASE*, explain me why I can't sent my question to 
> linux-il [The main
> > mailing-list for Linux users in Israel] 
> > and *HAVE TO* send it to IGLU [Linux-IL announcements and 
> administrative
> > only].
> 
> I think you've answered your own question. The discussion in 
> question will be about an IGLU activity, not about Linux. 
> Hence, it's an IGLU administrative discussion and one which 
> may not interest all of the linux-il mailing list 
> subscribers, so why bother them?
> 
> > 
> > To say the truth: I want to send my posts to 
> > linux-il-list-without-flamers.
> 
> Sure, and I want World Peace. It's a tuff world, ain't it? ;-))
> 
> -- 
> Gilad Ben-Yossef <[EMAIL PROTECTED]>
> Tel: +972(9)9717330 | Fax: +972(9)9717334   | Cel: +972(54)756701
> Kagoor Networks ltd | http://www.kagoor.com | 
> 
> 

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: The Revolution will not be televised (was RE: I'm looking for "Revolution OS" copy)

2002-03-17 Thread Karasik, Vitaly

Oops! I'm very sorry ! 

I'm too egocentric and always think only about *my* ideas/posts :-)

Vitaly.

> -Original Message-
> From: Gilad Ben-Yossef [mailto:[EMAIL PROTECTED]]
> Sent: Sun, March 17, 2002 4:26 PM
> To: Karasik, Vitaly; [EMAIL PROTECTED]
> Subject: RE: The Revolution will not be televised (was RE: 
> I'm looking for "Revolution OS" copy)
> 
> 
> 
> > I'm a Linux user in Israel, and I want to buy/borrow this movie.  
> > I don't see here nothing related to "Linux-IL announcements and
> > administrative only".
> > 
> > Gilad, was my questionannouncement or administrative?
> > 
> 
> My apologies, I thought you were relating to my post about 
> the public screening of the movie. I did not realize you are 
> talking still about getting the movie on DVD/tape. 
> 
> Now can we please move on to more interesting things? ;-)
> 
> Gilad.
> 
> 

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: JLC First Meeting - Final !!

2002-03-19 Thread Karasik, Vitaly

>for those of us who doesn't have cars I think busses 35,36,32,16 are
getting there (not sure about 16) non of the busses >enters inside so be
ready for some walk 

11,35,36,39, not 32


Vitaly 

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




"Revolution OS" movie

2002-05-13 Thread Karasik, Vitaly

After successful screening in NDS [IMHO, it was premiere in Israel],
"Revolution OS" is available for rest of Israeli LINUX people.
Please write me private letter, if you want to get a copy.


-
Abstract: 
Revolution O.S. tells the inside story of the hackers who rebelled against
Microsoft and created Linux and the Open Source movement. The film explores
the human side of the open source and free software movements. 
Revolution O.S. features interviews with Linus Torvalds, Richard Stallman,
Bruce Perens, Eric Raymond, Brian Behlendorf, Michael Tiemann, Larry
Augustin, Frank Hecker, and Rob Malda. 


 
Links: 
For more information and reviews of the film, go to
http://www.revolution-os.com 

Vitaly Karasik
 NDS Israel

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: "Revolution OS" movie

2002-05-13 Thread Karasik, Vitaly



> -Original Message-
> From: Gilad Ben-Yossef [mailto:[EMAIL PROTECTED]]
> Sent: Tue, May 14, 2002 9:44 AM
> To: Karasik, Vitaly
> Cc: [EMAIL PROTECTED]
> Subject: Re: "Revolution OS" movie
> 
> 
> On Tue, 2002-05-14 at 09:25, Karasik, Vitaly wrote:
> > After successful screening in NDS [IMHO, it was premiere in Israel],
> > "Revolution OS" is available for rest of Israeli LINUX people.
> > Please write me private letter, if you want to get a copy.
> 
> Hot damn! how did you get them to answer? I've emailed them 
> thrice (and
> called) and got no reply what so ever... guess thye knew it was me
> (remember, it's not Paranoia if tyhey really are after you!)


Probably it's Jewish  sentiments of Udy Epstein  from www.7thart.com :-)


> 
> Never mind.  What format is the movie on? 
It's VHS NTSC, I have two VCRs in NDS library for copying.

>do you have public screening
> rights or at least contact with the company so we can ask for them?
I don't have "public screening rights", but I wrote them about public
screening when ordered tape, so IMHO we have no problem with copyright.

Vitaly.

> 
> Gilad.
> 
> -- 
> Gilad Ben-Yossef <[EMAIL PROTECTED]>
> http://benyossef.com
> "Hail Eris! All Hail Discordia!"
> 

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




"Revolution OS" movie again

2002-05-14 Thread Karasik, Vitaly

Guys,

I'm very-very sorry, but below is Udy's answer to our question:



Vitaly,

No you can not duplicate for public screening. We accommodate such 
with institutions etc. case by case  per need. we make financial 
arrangement separately.  For such screenings - just forward people to 
us.

 
Best,


Udy
-- 

Seventh Art Releasing
7551 Sunset Blvd., Suite 104
Los Angeles, CA 90046
USA
phone: 323-845-1455
fax: 323-845-4717
www.7thart.com
[EMAIL PROTECTED]
[EMAIL PROTECTED]

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




"Revolution OS" movie again - 2

2002-05-14 Thread Karasik, Vitaly

 Vitaly

we are in the process of producing DVD (will take about 3 months) it 
will have some bonus and commentary. it will be region zero which 
will be good for most DVD players. We will offer those to linux users 
for affordable prices.

Udy
-- 

Seventh Art Releasing
7551 Sunset Blvd., Suite 104
Los Angeles, CA 90046
USA
phone: 323-845-1455
fax: 323-845-4717
www.7thart.com
[EMAIL PROTECTED]
[EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: YOM IYOON?

2002-05-26 Thread Karasik, Vitaly

On Comdex will short presentation about UNIX/LINUX from Hi-Tech College :
http://www.hi-tech.co.il/computax/ .

And generally IBM, HP &  Compaq run  LINUX Yom Iyoon  once a year. HP last
one was  19.12.2001 and Compaq's 26.12.2001.


Vitaly 

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Ganey Taarucha

2002-06-09 Thread Karasik, Vitaly

And June, 12 on Computax  will [probably very basic]  lecture about
LINUX/UNIX :

http://www.hi-tech.co.il/computax/

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Linux and NT as Web Server (again) on the Test Bed

1999-07-01 Thread Karasik, Vitaly

http://www.heise.de/ct/english/99/13/186-1/

Vitaly.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]