[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
When 'ls' is run under bash the job is immediately stopped.
From: |
davidw |
Subject: |
When 'ls' is run under bash the job is immediately stopped. |
Date: |
Mon, 30 Oct 2000 14:16:14 -0800 (PST) |
Configuration Information [Automatically generated, do not change]:
Machine: sparc
OS: solaris2.7
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='sparc'
-DCONF_OSTYPE='solaris2.7' -DCONF_MACHTYPE='sparc-sun-solaris2.7'
-DCONF_VENDOR='sun' -DSHELL -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -I. -I./lib
-I/usr/local/include -g -O2
uname output: SunOS csuaah09 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-4
Machine Type: sparc-sun-solaris2.7
Bash Version: 2.03
Patch Level: 0
Release Status: release
Description:
I compiled bash on this machine sucessfully. When I envoke a shell it
starts normally, and everything appears to work except when I do a directory
listing ls is immediately stopped. I have to type 'fg 1' to actually see the
list.
Repeat-By:
bash-2.03$ ls
[1]+ Stopped ls
bash-2.03$ fg 1
ls
bash gawk monitor2.sh wget
bash-2.03$
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- When 'ls' is run under bash the job is immediately stopped.,
davidw <=