Sponsored Content
Full Discussion: ls hangs on a directory
Operating Systems Linux Red Hat ls hangs on a directory Post 302273741 by jim mcnamara on Monday 5th of January 2009 04:53:08 PM
Old 01-05-2009
what does
Code:
ls -ld problem_directory
cd problem_directory
df -i .

show? if df completes in finite time ....
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script Hangs!

Hi, I have script which is based on TCL and expect. It is written to test my code. It usually runs fine for a while and hangs after sometime. Code snippet set l_temp_timeout $timeout OUTPUT_LOG2 2 >>>$expect_out(buffer)<<< OUTPUT_LOG2 2... (2 Replies)
Discussion started by: naveenpn
2 Replies

2. Solaris

Explorer hangs

Hi Guys, Anyone encontered a problem where when you run your SUN explorer, it hangs at sysconfig? I am having this problem for some of my servers. rgds, (1 Reply)
Discussion started by: ronny_nch
1 Replies

3. UNIX for Advanced & Expert Users

SSH hangs

Hi all, At a little bit of loss here. I have a Linux box (Redhat Enterprise 4) that has been working flawlessly for a while, that is until late Tuesday when none of the users could ssh into it. The machine is in a DMZ over which I have no control of the network settings. Here is the debug output... (6 Replies)
Discussion started by: ccj4467
6 Replies

4. Shell Programming and Scripting

SFTP HANGS

Hi , we are writing a shell script to test connection of our destination servers and facing an issue if the destination server doesnt respond. we are using the following command., sftp -B /dev/fd/0 <host@servername> << EOF >> file.txt quit EOF --------- The above command hangs for 20min and... (0 Replies)
Discussion started by: mohanpadamata
0 Replies

5. UNIX for Advanced & Expert Users

SFTP. ls and get hangs.

Hello I have a sftp problem. If I do sftp between some nodes that we installed it works fine i can list directories and get files. If I connect with sftp from the other side of a firewall (wich has port 22 open) I can log in and cd to which ever direcory i want i can do pwd but when i do... (4 Replies)
Discussion started by: vettec3
4 Replies

6. Hardware

HP DL160G6 hangs

Hi I have HP DL160G6 with SLES10SP3 x64. It hangs without any errors in the logs. My hardware is: description: Rack Mount Chassis product: ProLiant DL160 G6 vendor: HP serial: ******** width: 32 bits capabilities: smbios-2.5 dmi-2.5 configuration:... (0 Replies)
Discussion started by: dailyadm
0 Replies

7. Red Hat

Xrdp hangs

Hi, I'm trying to get xrdp to work. I installed xrdp 0.5.0 from EPEL and the Desktop group. Now I can connect to the server with rdesktop, but I can't do any input... there is an authentication window asking the root password "to set the network proxy used for downloading packages" and I can't... (0 Replies)
Discussion started by: FrankVanDamme
0 Replies

8. IP Networking

SFTP hangs

Ok sftp connects but hangs after I enter the password manually The ssh version is 1.0 bash-2.05$ ssh -V SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0. When I go from solaris 9 to sftp to another server with latest proftpd version it hangs after the password. proftpd -V Compile-time... (6 Replies)
Discussion started by: slufoot80
6 Replies

9. IP Networking

Ftp hangs

On Oracle Linux 5, 64 bit (derivative of RHEL) ... I have a shell script that runs every Sunday, that ftp's a bunch of files from server 'prod' to server 'test'. Script executes on 'test'. This has been running for YEARS with no problem. Normally the FTP step takes about 1.5 to 2 hours. (pulls... (8 Replies)
Discussion started by: edstevens
8 Replies

10. Programming

Program Hangs

I have two programs, DriverScale.c and scale9.c. DriverScale.c calls scale 9.c which sends a W and a carraige return to the scale which SHOULD return the weight to DriverScale. However scale 9 hangs for at least 10 min, and then finally returns the weight. Compilation: ... (8 Replies)
Discussion started by: Meow613
8 Replies
CACOS(3)						   BSD Library Functions Manual 						  CACOS(3)

NAME
cacos -- complex inverse cosine function SYNOPSIS
double complex cacos(double complex z); long double complex cacosl(long double complex z); float complex cacosf(float complex z); DESCRIPTION
cacos(z) computes the inverse cosine of the complex floating-point number z, with branch cuts outside the interval [-1,1] along the real axis. cacos() returns values in a strip of the complex plane with unbounded imaginary part, and real part in the interval [0, Pi]. For all complex floating point numbers z, cacos(conj(z)) = conj(cacos(z)). SPECIAL VALUES
The conjugate symmetry of cacos() is used to abbreviate the specification of special values. cacos(+-0 + 0i) returns Pi/2 - 0i. cacos(+-0 + NaN i) returns Pi/2 + NaN i. cacos(x + inf i) returns Pi/2 - inf i, for finite x. cacos(x + NaN i) returns NaN + NaN i, for finite nonzero x. cacos(-inf + yi) returns Pi - inf i, for finite positive-signed y. cacos(inf + yi) returns 0 - inf i, for finite positive-signed y. cacos(-inf + inf i) returns 3Pi/4 - inf i. cacos(inf + inf i) returns Pi/4 - inf i. cacos(+-inf + NaN i) returns NaN + inf i. cacos(NaN + yi) returns NaN + NaN i, for finite y. cacos(NaN + inf i) returns NaN - inf i. cacos(NaN + NaN i) returns NaN + NaN i. NOTES
SEE ALSO
complex(3) STANDARDS
The cacos() function conforms to ISO/IEC 9899:2011. 4th Berkeley Distribution December 11, 2006 4th Berkeley Distribution
All times are GMT -4. The time now is 08:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy