RE: help with ls command

2012-05-02 Thread Camelia Botez
I’m performing the ls command from an ssh sessions from another linux computer.
The MTU was 1500 and I changed it to 1300 but the problem  persists.

From: sh...@shimi.net [mailto:sh...@shimi.net] On Behalf Of shimi
Sent: Wednesday, May 02, 2012 8:05 AM
To: Camelia Botez
Subject: Fwd: help with ls command

Hi Camelia - did you notice the mail below? I did not see a reply from you 
regarding that...
-- Forwarded message --
From: shimi linux...@shimi.netmailto:linux...@shimi.net
Date: Tue, May 1, 2012 at 2:33 PM
Subject: Re: help with ls command
To: Camelia Botez 
camelia.bo...@weizmann.ac.ilmailto:camelia.bo...@weizmann.ac.il
Cc: linux-il@cs.huji.ac.ilmailto:linux-il@cs.huji.ac.il 
linux-il@cs.huji.ac.ilmailto:linux-il@cs.huji.ac.il


On Tue, May 1, 2012 at 2:30 PM, Camelia Botez 
camelia.bo...@weizmann.ac.ilmailto:camelia.bo...@weizmann.ac.il wrote:
I’m talkibg about /usr/local/src that is on /dev/sda2 under / and indeed it is 
the partition I ran fsck.
In other directories ls works fine.
Yes the shell does manage to read the directory contents , but in one 
subdirectory containing no more than 24 files ls –ltr gets stuck.
No the ls command is not in D state (if I’m not mistaking its state is S).


Follow up question, then:

Are you performing those operations over network? (and especially - over 
VPN/WAN/Tunnel)? If so, what you're describing sounds like the output packet 
sizes may be too large for your path's MTU. If you take the network interface 
you're coming through MTU and reduce it, to, let's say, 1300, does the problem 
persist? (/sbin/ifconfig eth0 mtu 1300)

-- Shimi

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


help with ls command

2012-05-01 Thread Camelia Botez
I have 2 servers running Rhel5 and Centos5.
Around 2 weeks ago on both of them , I have specific directories on which ls 
command gets stuck.
I don't get any output from ls , I cannot stop the command - I only can close 
the window.
I rebooted the servers and when I saw that reboot didn't help I ran manually  
fsck.
No improvement.
Has anyone any idea what can be the cause and what to do?


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


RE: help with ls command

2012-05-01 Thread Camelia Botez
I’m talkibg about /usr/local/src that is on /dev/sda2 under / and indeed it is 
the partition I ran fsck.
In other directories ls works fine.
Yes the shell does manage to read the directory contents , but in one 
subdirectory containing no more than 24 files ls –ltr gets stuck.
No the ls command is not in D state (if I’m not mistaking its state is S).



From: sh...@shimi.net [mailto:sh...@shimi.net] On Behalf Of shimi
Sent: Tuesday, May 01, 2012 2:13 PM
To: Camelia Botez
Cc: linux-il@cs.huji.ac.il
Subject: Re: help with ls command


On Tue, May 1, 2012 at 1:59 PM, Camelia Botez 
camelia.bo...@weizmann.ac.ilmailto:camelia.bo...@weizmann.ac.il wrote:
I have 2 servers running Rhel5 and Centos5.
Around 2 weeks ago on both of them , I have specific directories on which ls 
command gets stuck.
I don’t get any output from ls , I cannot stop the command – I only can close 
the window.
I rebooted the servers and when I saw that reboot didn’t help I ran manually  
fsck.
No improvement.
Has anyone any idea what can be the cause and what to do?



Things I can think of...

Anything on dmesg when this happens?

Did you verify that those directories are indeed on the volume you fsck'd ? 
(and not a network share, etc.)

Are those 'stock' directories (part of the install) or something you've added? 
If stock, what's the path? (to know if it's a special one, augmenting the 
previous question)

Is the problem with actual listing, or 'ls' itself? Did you try, for example, 
cat /path/to/dir/ tab tab to see if the shell does manage to read the 
directory contents?

Do the stuck process get into D state  (in 'ps axuf') like I assume it is?

I know I didn't answer the question but maybe an answer to one of these 
questions might :)

That's it for now...

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


FW: help with ls command

2012-05-01 Thread Camelia Botez


-Original Message-
From: Camelia Botez 
Sent: Tuesday, May 01, 2012 2:37 PM
To: 'Baruch Siach'
Subject: RE: help with ls command

Gets stuck on nanosleep ({8, 0}) after that on nanosleep ({64, 0} , and nothing

-Original Message-
From: Baruch Siach [mailto:bar...@tkos.co.il]
Sent: Tuesday, May 01, 2012 2:12 PM
To: Camelia Botez
Cc: linux-il@cs.huji.ac.il
Subject: Re: help with ls command

Hi Camelia,

On Tue, May 01, 2012 at 10:59:42AM +, Camelia Botez wrote:
 I have 2 servers running Rhel5 and Centos5.
 Around 2 weeks ago on both of them , I have specific directories on 
 which ls command gets stuck.
 I don't get any output from ls , I cannot stop the command - I only 
 can close the window.
 I rebooted the servers and when I saw that reboot didn't help I ran 
 manually fsck.
 No improvement.
 Has anyone any idea what can be the cause and what to do?

Please provide the output of the following command:

strace ls

If you don't have 'strace' on your servers, just install the strace package 
with 'yum install strace'.

baruch

-- 
 http://baruch.siach.name/blog/  ~. .~   Tk Open Systems
=}ooO--U--Ooo{=
   - bar...@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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


RE: help with ls command

2012-05-01 Thread Camelia Botez
I did it , but I got back a message saying that the attachment is too big and 
my mail is in standby. 

-Original Message-
From: Baruch Siach [mailto:bar...@tkos.co.il] 
Sent: Tuesday, May 01, 2012 2:43 PM
To: Camelia Botez
Cc: linux-il@cs.huji.ac.il
Subject: Re: help with ls command

Hi Camelia,

Please keep the linux-il list on Cc.

On Tue, May 01, 2012 at 11:37:02AM +, Camelia Botez wrote:
 Gets stuck on nanosleep ({8, 0}) after that on nanosleep ({64, 0} , 
 and nothing

Please give a little more verbose output, so we can see the context of these 
system calls.

By the way, nanosleep({64, 0}) means sleep for 64 seconds. What happens after 
64 seconds?

baruch

 -Original Message-
 From: Baruch Siach [mailto:bar...@tkos.co.il]
 Sent: Tuesday, May 01, 2012 2:12 PM
 To: Camelia Botez
 Cc: linux-il@cs.huji.ac.il
 Subject: Re: help with ls command
 
 Hi Camelia,
 
 On Tue, May 01, 2012 at 10:59:42AM +, Camelia Botez wrote:
  I have 2 servers running Rhel5 and Centos5.
  Around 2 weeks ago on both of them , I have specific directories on 
  which ls command gets stuck.
  I don't get any output from ls , I cannot stop the command - I only 
  can close the window.
  I rebooted the servers and when I saw that reboot didn't help I ran 
  manually fsck.
  No improvement.
  Has anyone any idea what can be the cause and what to do?
 
 Please provide the output of the following command:
 
 strace ls
 
 If you don't have 'strace' on your servers, just install the strace 
 package with 'yum install strace'.
 
 baruch

-- 
 http://baruch.siach.name/blog/  ~. .~   Tk Open Systems
=}ooO--U--Ooo{=
   - bar...@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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


bond on AS4 U6

2008-11-05 Thread Camelia Botez
I try to use bonding on AS4 U6 to connect to netapp ( it has also 
bonding) on nfs filesystems.
When I reboot the computer without killing all the processes  running on 
nfs filesystems , I get rpc error 101 cannot connect to netapp.

The computer is stuck a couple of minutes and in the end reboots.
Also when the computer starts up the first filesystem from the netapp is 
not mounted because bond is not up yet.

How can we check is is wrong ?

=
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]



opensuse 10.3 doesn't recognize qud core processor

2008-05-28 Thread Camelia Botez
I installed opensuse 10.3 64bit on 2 computers with Intel quadcore 
processor.

When we run :

uname -a  we get

Linux dc 2.6.22.5-31-default #1 SMP 2007/09/21 22:29:00 UTC x86_64 
x86_64 x86_64 GNU/Linux


so the kernel is smp but on top we see:
Cpu(s):  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  
0.0%st

and on /proc/cpuinfo we see also

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 23
model name  : Intel(R) Core(TM)2 Duo CPU E8400  @ 3.00GHz
stepping: 6
cpu MHz : 2989.548
cache size  : 6144 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1

Have anyone any idea why this happens and what can be done ?


Thank you



=
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]



openssi

2005-08-22 Thread Camelia Botez
I try to install and configure openssi cluster on FC3.
We succeed to install , boot the kernel , and get some failover between 2
nodes from the cluster.
I cannot get loadbalancing using ha-lvs that is inculded in kernel.
Does anybody know how to do it ?

Thank you


Camelia Botez

System admin unix/linux
Weizmann Institute of science
Rehovot
Tel:  971-8-9344964
Fax:  971-8-9344102



=
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]



adsl problems

2005-03-01 Thread Camelia Botez
I'd like to know how to disable adsl/ppp entities from reconnecting
endlessly when the link went down.

Camelia Botez

System admin unix/linux
Weizmann Institute of science
Rehovot
Tel:  971-8-9344964
Fax:  971-8-9344102



=
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]