LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   zsh: fork failed: not enough space (https://www.linuxquestions.org/questions/linux-newbie-8/zsh-fork-failed-not-enough-space-757496/)

malli42108 09-24-2009 09:39 AM

zsh: fork failed: not enough space
 
hi
i am unable to solve the below issue.
$ ls
zsh: fork failed: not enough space

users unable to create their own accounts in a solaris servers.above error getting.
# ulimit -c unlimited
# ulimit -n
1024
and also tried
# ulimit -a
cpu time (seconds) unlimited
file size (blocks) unlimited
data seg size (kbytes) unlimited
stack size (kbytes) unlimited
core file size (blocks) unlimited
file descriptors 1024
virtual memory size (kb) unlimited

# mkfile 1024m /swapfile
# swap -a /swapfile
# vi /etc/vfstab
added /swapfile line in /etc/vfstab file
but still getting same

zsh: fork failed: not enough space

what is the reason? any solution for this?

chrism01 09-24-2009 06:49 PM

Try a

df -h

malli42108 10-05-2009 01:41 AM

df -h not working.

#df -h
illegal option -h.

what is the alternate solution?

konsolebox 10-05-2009 02:15 AM

Could be a problem in zsh, malloc()/libc or the kernel. Try to reinstall or upgrade at least 1 of the 3.

catkin 10-05-2009 03:19 AM

Quote:

Originally Posted by malli42108 (Post 3707993)
df -h not working.

#df -h
illegal option -h.

what is the alternate solution?

df without the -h :)


All times are GMT -5. The time now is 12:38 PM.