tar fails with some combinations of line ending and binmode setting

David Mastronarde mast@colorado.edu
Sun Feb 19 06:00:00 GMT 2006


Hi,
In some cases, a tar archive containing files with DOS line endings
will fail to untar with the messages:
tar: Skipping to next header
tar: Error exit delayed from previous errors
The attached script "testtar" tests the various combinations. It creates
some text files with DOS line endings and some with Unix line endings.
It then creates an archive of each type of file with CYGWIN set to either
binmode or nobinmode. Then it tests the ability to read the four archives
with the two settings of CYGWIN.
With CYGWIN set to binmode, tar fails on the archive of DOS files created under 
nobinmode.
With CYGWIN set to nobinmode, tar fails on the archives of DOS files
created under either mode.
This happens on both a Windows 2000 machine with cygwin 1.5.19-4 and
a Windows XP machine with 1.5.18-1.
In fact, the archive of DOS files created under nobinmode must be bad since it 
fails to untar under Linux and OSX also. All the other archives are OK by this 
test.
Thanks.
David Mastronarde
-------------- next part --------------
#!/bin/csh -f
# Make a file
cat << EOF >! test1 
A few lines
of words
with returns
at the ends
EOF
# Make copies with dos and unix line endings
dos2unix test1
\cp test1 unix1
\cp test1 unix2
unix2dos test1
\cp test1 dos1
\cp test1 dos2
# Pack either set up under binmode or nobinmode
setenv CYGWIN binmode
tar -cvzf binmodedos.tar.gz dos1 dos2
tar -cvzf binmodeunix.tar.gz unix1 unix2
sleep 2
setenv CYGWIN nobinmode
tar -cvzf nobinmodeunix.tar.gz unix1 unix2
tar -cvzf nobinmodedos.tar.gz dos1 dos2
# Test unpacking with all the possibilities
echo " "
echo CYGWIN=$CYGWIN
echo " "
echo 'tar -xvzf binmodedos.tar.gz'
tar -xvzf binmodedos.tar.gz
echo " "
echo 'tar -xvzf nobinmodedos.tar.gz'
tar -xvzf nobinmodedos.tar.gz
echo " "
echo 'tar -xvzf nobinmodeunix.tar.gz'
tar -xvzf nobinmodeunix.tar.gz
echo " "
echo 'tar -xvzf binmodeunix.tar.gz'
tar -xvzf binmodeunix.tar.gz
setenv CYGWIN binmode
echo " "
echo CYGWIN=$CYGWIN
echo " "
echo 'tar -xvzf binmodedos.tar.gz'
tar -xvzf binmodedos.tar.gz
echo " "
echo 'tar -xvzf nobinmodedos.tar.gz'
tar -xvzf nobinmodedos.tar.gz
echo " "
echo 'tar -xvzf binmodeunix.tar.gz'
tar -xvzf binmodeunix.tar.gz
echo " "
echo 'tar -xvzf nobinmodeunix.tar.gz'
tar -xvzf nobinmodeunix.tar.gz
-------------- next part --------------
test1: done.
test1: done.
dos1
dos2
unix1
unix2
unix1
unix2
dos1
dos2
 
CYGWIN=nobinmode
 
tar -xvzf binmodedos.tar.gz
dos1
tar: Skipping to next header
tar: Error exit delayed from previous errors
 
tar -xvzf nobinmodedos.tar.gz
dos1
tar: Skipping to next header
tar: Error exit delayed from previous errors
 
tar -xvzf nobinmodeunix.tar.gz
unix1
unix2
 
tar -xvzf binmodeunix.tar.gz
unix1
unix2
 
CYGWIN=binmode
 
tar -xvzf binmodedos.tar.gz
dos1
dos2
 
tar -xvzf nobinmodedos.tar.gz
dos1
tar: Skipping to next header
tar: Error exit delayed from previous errors
 
tar -xvzf binmodeunix.tar.gz
unix1
unix2
 
tar -xvzf nobinmodeunix.tar.gz
unix1
unix2
-------------- next part --------------
Cygwin Configuration Diagnostics
Current System Time: Sat Feb 18 16:51:28 2006
Windows XP Professional Ver 5.1 Build 2600 Service Pack 2
Path:	.\
	C:\cygwin\home\mast\bin
	C:\cygwin\usr\local\emacs-21.3\bin
	c:\Progra~1\Ghostgum\gsview
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\home\mast\CYGMOD\bin
	C:\cygwin\bin
	c:\Program Files\Intel\EDB70
	c:\Program Files\Intel\Compiler70\IA32\Bin
	c:\Program Files\Common Files\Intel\Shared Files\Ia32\Bin
	c:\Progra~1\Intel\EDB70
	c:\Progra~1\Intel\Compiler70\IA32\Bin
	c:\Progra~1\Common Files\Intel\Shared Files\Ia32\Bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Program Files\Common Files\Adaptec Shared\System
	c:\PROGRA~1\CA\ETRUST~1
	c:\Program Files\QuickTime\QTSystem\
	c:\Qt3円.3.3\bin
	C:\cygwin\home\mast\bin
	c:\Progra~1\Micros~4\Common\Tools\WinNT
	c:\Progra~1\Micros~4\Common\MSDev98\Bin
	c:\Progra~1\Micros~4\Common\Tools
	c:\Progra~1\Micros~4\VC98\bin
	c:\j2sdk1.4.2_02\bin
	C:\cygwin\bin
	c:\Progra~1\GnuWin32\bin
	c:\Qt3円.3.3\bin
	c:\Program Files\SSH Communications Security\SSH Secure Shell
Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1003(mast) GID: 513(None)
0(root) 513(None) 544(Administrators) 545(Users)
Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1003(mast) GID: 513(None)
0(root) 513(None) 544(Administrators) 545(Users)
SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS
HOME = `/home/mast'
PWD = `/home/mast/tartest'
USER = `mast'
MAKE_MODE = `unix'
ALLUSERSPROFILE = `C:\Documents and Settings\All Users.WINDOWS'
APPDATA = `C:\Documents and Settings\mast\Application Data'
CLASSPATH = `C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip'
CLIENTNAME = `Console'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `DJ9PMF31'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVSROOT = `:ext:mast@simba.colorado.edu:/home/cvsroot'
CVS_RSH = `ssh'
FP_NO_HOST_CHECK = `NO'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\mast'
IMOD_DIR = `C:\cygwin\home\mast\CYGMOD'
INCLUDE = `C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include'
INOCULAN = `C:\PROGRA~1\CA\ETRUST~1'
INTEL_LICENSE_FILE = `C:\Program Files\Common Files\Intel\Licenses'
LIB = `C:\Program Files\Intel\Compiler70\IA32\Lib;C:\Program Files\Common Files\Intel\Shared Files\Ia32\Lib;C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib'
LOGONSERVER = `\\DJ9PMF31'
MSDEVDIR = `C:\Program Files\Microsoft Visual Studio\Common\MSDev98'
NUMBER_OF_PROCESSORS = `1'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 2 Stepping 9, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0209'
PROGRAMFILES = `C:\Program Files'
QMAKESPEC = `win32-icc'
QTDIR = `C:\Qt3円.3.3'
QTJAVA = `C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip'
SESSIONNAME = `Console'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
USERDOMAIN = `DJ9PMF31'
USERNAME = `mast'
USERPROFILE = `C:\Documents and Settings\mast'
WINDIR = `C:\WINDOWS'
TERM = `xterm'
COLORFGBG = `0;default;15'
DISPLAY = `:0'
WINDOWID = `4733800'
COLORTERM = `rxvt-xpm'
HOSTTYPE = `i386'
VENDOR = `intel'
OSTYPE = `posix'
MACHTYPE = `i386'
SHLVL = `1'
LOGNAME = `mast'
GROUP = `None'
HOST = `dj9pmf31'
IMOD_PLUGIN_DIR = `C:\cygwin\home\mast\CYGMOD\lib\imodplug'
IMOD_CALIB_DIR = `C:\cygwin\usr\local\ImodCalib'
MANPATH = `:/usr/ssl/man'
ESHELL = `/bin/csh'
PAGER = `less'
EDITOR = `/usr/bin/emacs'
VISUAL = `/usr/bin/emacs'
TZ = `MST7MST6,M4.1.0/2,M10.5.0/2'
POSIXLY_CORRECT = `1'
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
 (default) = `/cygdrive'
 cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
 (default) = `C:\cygwin'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
 (default) = `C:\cygwin/bin'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
 (default) = `C:\cygwin/lib'
 flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
a: fd N/A N/A 
c: hd NTFS 38138Mb 24% CP CS UN PA FC 
d: cd N/A N/A 
e: cd N/A N/A 
C:\cygwin / system binmode
C:\cygwin/bin /usr/bin system binmode
C:\cygwin/lib /usr/lib system binmode
. /cygdrive system binmode,cygdrive
Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
 56k 2005年07月09日 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
 "cygbz2-1.dll" v0.0 ts=2005年7月8日 23:09
 18k 2004年07月06日 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
 "cygcharset-1.dll" v0.0 ts=2004年7月6日 12:09
 7k 2003年10月19日 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
 "cygcrypt-0.dll" v0.0 ts=2003年10月19日 1:57
 1108k 2005年10月17日 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
 "cygcrypto-0.9.7.dll" v0.0 ts=2005年10月17日 3:16
 1047k 2005年10月11日 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
 "cygcrypto-0.9.8.dll" v0.0 ts=2005年10月11日 6:47
 174k 2004年10月14日 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
 "cygexpat-0.dll" v0.0 ts=2004年10月14日 2:34
 129k 2004年03月11日 C:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
 "cygfontconfig-1.dll" v0.0 ts=2004年3月10日 17:12
 40k 2005年09月29日 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
 "cygform-8.dll" v0.0 ts=2005年9月28日 20:15
 45k 2001年04月25日 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
 "cygform5.dll" v0.0 ts=2001年4月24日 23:28
 35k 2002年01月09日 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
 "cygform6.dll" v0.0 ts=2002年1月8日 23:03
 48k 2003年08月09日 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
 "cygform7.dll" v0.0 ts=2003年8月9日 3:25
 375k 2005年09月06日 C:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
 "cygfreetype-6.dll" v0.0 ts=2005年9月6日 16:51
 28k 2003年07月20日 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm-3.dll" v0.0 ts=2003年7月20日 1:58
 30k 2003年08月11日 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm-4.dll" v0.0 ts=2003年8月10日 20:12
 19k 2003年03月22日 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm.dll" v0.0 ts=2002年2月19日 20:05
 15k 2003年07月20日 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm_compat-3.dll" v0.0 ts=2003年7月20日 2:00
 15k 2003年08月11日 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm_compat-4.dll" v0.0 ts=2003年8月10日 20:13
 107k 2004年07月06日 C:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 sys=4.0
 "cyggettextlib-0-14-1.dll" v0.0 ts=2004年7月6日 11:56
 17k 2004年07月06日 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
 "cyggettextpo-0.dll" v0.0 ts=2004年7月6日 11:56
 190k 2004年07月06日 C:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 sys=4.0
 "cyggettextsrc-0-14-1.dll" v0.0 ts=2004年7月6日 11:56
 17k 2001年06月28日 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
 "cyghistory4.dll" v0.0 ts=2001年1月6日 21:34
 29k 2003年08月10日 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
 "cyghistory5.dll" v0.0 ts=2003年8月10日 17:16
 24k 2005年07月29日 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
 "cyghistory6.dll" v0.0 ts=2005年7月28日 21:57
 991k 2004年07月06日 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
 "cygiconv-2.dll" v0.0 ts=2004年7月6日 12:10
 22k 2001年12月13日 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
 "cygintl-1.dll" v0.0 ts=2001年12月13日 2:28
 37k 2003年08月10日 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
 "cygintl-2.dll" v0.0 ts=2003年8月10日 15:50
 54k 2004年07月06日 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
 "cygintl-3.dll" v0.0 ts=2004年7月6日 11:51
 21k 2001年06月20日 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
 "cygintl.dll" v0.0 ts=2001年6月20日 11:09
 132k 2003年08月11日 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
 "cygjpeg-62.dll" v0.0 ts=2003年8月10日 18:37
 119k 2002年02月09日 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
 "cygjpeg6b.dll" v0.0 ts=2002年2月8日 22:19
 21k 2005年09月29日 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu-8.dll" v0.0 ts=2005年9月28日 20:15
 26k 2001年04月25日 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu5.dll" v0.0 ts=2001年4月24日 23:27
 20k 2002年01月09日 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu6.dll" v0.0 ts=2002年1月8日 23:03
 29k 2003年08月09日 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu7.dll" v0.0 ts=2003年8月9日 3:25
 21k 2004年10月22日 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0
 "cygminires.dll" v0.0 ts=2004年10月22日 14:28
 67k 2005年09月29日 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++-8.dll" v0.0 ts=2005年9月28日 20:16
 156k 2001年04月25日 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++5.dll" v0.0 ts=2001年4月24日 23:29
 175k 2002年01月09日 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++6.dll" v0.0 ts=2002年1月8日 23:03
 226k 2005年09月29日 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses-8.dll" v0.0 ts=2005年9月28日 20:02
 226k 2001年04月25日 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses5.dll" v0.0 ts=2001年4月24日 23:17
 202k 2002年01月09日 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses6.dll" v0.0 ts=2002年1月8日 23:03
 224k 2003年08月09日 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses7.dll" v0.0 ts=2003年8月9日 3:24
 11k 2005年09月29日 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel-8.dll" v0.0 ts=2005年9月28日 20:15
 15k 2001年04月25日 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel5.dll" v0.0 ts=2001年4月24日 23:27
 12k 2002年01月09日 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel6.dll" v0.0 ts=2002年1月8日 23:03
 19k 2003年08月09日 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel7.dll" v0.0 ts=2003年8月9日 3:24
 176k 2005年09月06日 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpcre-0.dll" v0.0 ts=2005年9月6日 14:49
 299k 2005年09月06日 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpcrecpp-0.dll" v0.0 ts=2005年9月6日 15:26
 6k 2005年09月06日 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpcreposix-0.dll" v0.0 ts=2005年9月6日 15:26
 22k 2002年06月09日 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpopt-0.dll" v0.0 ts=2002年6月8日 23:45
 108k 2001年06月28日 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
 "cygreadline4.dll" v0.0 ts=2001年1月6日 21:34
 148k 2003年08月10日 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
 "cygreadline5.dll" v0.0 ts=2003年8月10日 17:16
 144k 2005年07月29日 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
 "cygreadline6.dll" v0.0 ts=2005年7月28日 21:57
 231k 2005年10月17日 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
 "cygssl-0.9.7.dll" v0.0 ts=2005年10月17日 3:16
 215k 2005年10月11日 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
 "cygssl-0.9.8.dll" v0.0 ts=2005年10月11日 6:47
 304k 2005年07月10日 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
 "cygtiff-5.dll" v0.0 ts=2005年7月10日 17:18
 281k 2003年02月24日 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
 "cygtiff3.dll" v0.0 ts=2003年2月23日 21:58
 282k 2003年08月11日 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
 "cygtiff4.dll" v0.0 ts=2003年8月10日 20:32
 281k 2005年07月10日 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
 "cygtiffxx-5.dll" v0.0 ts=2005年7月10日 17:21
 65k 2005年08月23日 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
 "cygz.dll" v0.0 ts=2005年8月22日 20:03
 1265k 2005年07月03日 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
 "cygwin1.dll" v0.0 ts=2005年7月2日 18:30
 Cygwin DLL version info:
 DLL version: 1.5.18
 DLL epoch: 19
 DLL bad signal mask: 19005
 DLL old termios: 5
 DLL malloc env: 28
 API major: 0
 API minor: 132
 Shared data: 4
 DLL identifier: cygwin1
 Mount registry: 2
 Cygnus registry name: Cygnus Solutions
 Cygwin registry name: Cygwin
 Program options name: Program Options
 Cygwin mount registry name: mounts v2
 Cygdrive flags: cygdrive flags
 Cygdrive prefix: cygdrive prefix
 Cygdrive default prefix: 
 Build date: Sat Jul 2 20:30:04 EDT 2005
 Shared id: cygwin1S4
No Cygwin services found.
Cygwin Package Information
Last downloaded files to: C:\Documents and Settings\mast\Desktop
Last downloaded files from: ftp://mirror.mcs.anl.gov/pub/cygwin
Package Version
_update-info-dir 00324-1
alternatives 1.3.20a-1
ash 20040127-3
base-files 3.6-1
base-passwd 2.2-1
bash 3.0-11
binutils 20050610-1
bzip2 1.0.3-1
coreutils 5.3.0-9
crypt 1.1-1
cvs 1.11.17-1
cygrunsrv 1.10-1
cygutils 1.2.9-1
cygwin 1.5.18-1
cygwin-doc 1.4-3
diffutils 2.8.7-1
editrights 1.01-1
expat 1.95.8-1
fileutils 4.1-3
findutils 4.2.25-2
fontconfig 2.2.2-1
freetype2 2.1.9-1
gawk 3.1.5-1
gdbm 1.8.3-7
gettext 0.14.1-1
grep 2.5.1a-2
groff 1.18.1-2
gzip 1.3.5-1
less 381-1
libbz2_1 1.0.3-1
libcharset1 1.9.2-1
libfontconfig1 2.2.2-1
libfreetype26 2.1.9-1
libgdbm 1.8.0-5
libgdbm-devel 1.8.3-7
libgdbm3 1.8.3-3
libgdbm4 1.8.3-7
libgettextpo0 0.14.1-1
libiconv 1.9.2-1
libiconv2 1.9.2-1
libintl 0.10.38-3
libintl1 0.10.40-1
libintl2 0.12.1-3
libintl3 0.14.1-1
libjpeg62 6b-11
libjpeg6b 6b-8
libncurses5 5.2-1
libncurses6 5.2-8
libncurses7 5.3-4
libncurses8 5.4-4
libpcre 4.1-2
libpcre0 6.3-1
libpopt0 1.6.4-4
libreadline4 4.1-2
libreadline5 4.3-5
libreadline6 5.0-4
libtiff-devel 3.7.3-1
libtiff3 3.6.0-2
libtiff4 3.6.0-5
libtiff5 3.7.3-1
login 1.9-7
make 3.80-1
man 1.5p-1
minires 1.00-1
mktemp 1.5-3
ncurses 5.4-4
openssh 4.2p1-1
openssl 0.9.8a-1
openssl097 0.9.7i-1
pcre 6.3-1
pcre-devel 6.3-1
pcre-doc 6.3-1
readline 5.0-4
rxvt 2.7.10-6
sed 4.1.4-1
sh-utils 2.0.15-5
tar 1.15.1-2
tcsh 6.14.00-5
termcap 20050421-1
terminfo 5.4_20041009-1
texinfo 4.8-1
textutils 2.0.21-2
tiff 3.7.3-1
time 1.7-1
which 1.7-1
X-startup-scripts 1.0.10-4
XFree86-base 4.3.0-11
XFree86-bin 4.3.0-21
XFree86-etc 4.3.0-12
XFree86-fenc 4.3.0-2
XFree86-fnts 4.3.0-2
XFree86-lib 4.3.0-3
XFree86-xserv 4.3.0-68
zlib 1.2.3-1
Use -h to see help about each section
-------------- next part --------------
Cygwin Configuration Diagnostics
Current System Time: Sat Feb 18 16:55:56 2006
Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4
Path:	.\
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\local\IMOD\bin
	c:\Program Files\Python24
	c:\Program Files\Perl\bin
	c:\program files\ruby\bin
	c:\Qt3円.3.3\bin
	c:\j2sdk1.4.2_05\bin
	c:\WINNT\system32
	c:\WINNT
	c:\WINNT\System32\Wbem
	c:\Program Files\VISA\winnt\bin
	c:\Program Files\VISA\winnt\agvisa
	c:\Program Files\Intel\DMIX
	c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
	c:\Program Files\Microsoft Visual Studio .NET 2003\VC7\BIN
	c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools
	c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\bin\prerelease
	c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\bin
	c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin
	c:\WINNT\Microsoft.NET\Framework\v1.1.4322
	C:\cygwin\bin
	c:\PROGRA~1\MICROS~2\Common\MSDev98\Bin
	c:\Program Files\scripts
	c:\Program Files\Support Tools
	c:\Program Files\Intel\CPP\Compiler80\Ia32\Bin
	c:\Program Files\Intel\CPP\IDB80\Bin
	c:\Program Files\Intel\Fortran\Compiler80\ia32\bin
	C:\cygwin\bin
Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1002(mast) GID: 513(None)
0(root) 513(None) 544(Administrators) 545(Users)
Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1002(mast) GID: 513(None)
0(root) 513(None) 544(Administrators) 545(Users)
SysDir: C:\WINNT\system32
WinDir: C:\WINNT
CYGWIN = 'ntsec'
USER = 'mast'
HOME = '/home/mast'
PWD = '/home/mast'
MAKE_MODE = 'unix'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
COMPUTERNAME = 'WINBUILD'
COMSPEC = 'C:\WINNT\system32\cmd.exe'
NUMBER_OF_PROCESSORS = '1'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.RB;.RBW;.pyo;.pyc;.pyw;.py'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 11 Stepping 1, GenuineIntel'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '0b01'
PROGRAMFILES = 'C:\Program Files'
SYSTEMDRIVE = 'C:'
SYSTEMROOT = 'C:\WINNT'
WINDIR = 'C:\WINNT'
LOGNAME = 'mast'
MAIL = '/var/spool/mail/mast'
SHELL = '/bin/tcsh'
TZ = 'MST7MDT6,M4.1.0/2,M10.5.0/2'
SSH_CLIENT = '192.168.96.48 33690 22'
SSH_CONNECTION = '192.168.96.48 33690 192.168.96.173 22'
SSH_TTY = '/dev/tty0'
TERM = 'xterm'
HOMEDRIVE = 'C:'
HOMEPATH = '\cygwin\home\mast'
LOGONSERVER = '\\WINBUILD'
USERDOMAIN = 'WINBUILD'
USERNAME = 'mast'
USERPROFILE = 'C:\Documents and Settings\mast'
HOSTTYPE = 'i386'
VENDOR = 'intel'
OSTYPE = 'posix'
MACHTYPE = 'i386'
SHLVL = '1'
GROUP = 'None'
HOST = 'winbuild'
REMOTEHOST = 'monalisa.hvem.colorado.edu'
IMOD_DIR = 'C:\cygwin\usr\local\IMOD'
IMOD_PLUGIN_DIR = 'C:\cygwin\usr\local\IMOD\lib\imodplug'
IMOD_CALIB_DIR = 'C:\cygwin\usr\local\ImodCalib'
MANPATH = ':/usr/ssl/man'
QTDIR = 'C:/Qt/3.3.3'
QMAKESPEC = 'win32-icc'
INTEL_LICENSE_FILE = 'C:\Program Files\Common Files\Intel\Licenses'
ESHELL = '/bin/csh'
PAGER = 'less'
CVSROOT = ':ext:mast@simba.colorado.edu:/home/cvsroot'
CVS_RSH = 'ssh'
EDITOR = '/usr/bin/emacs'
VISUAL = '/usr/bin/emacs'
POSIXLY_CORRECT = '1'
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
 (default) = '/cygdrive'
 cygdrive flags = 0x00000020
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
 (default) = 'C:\cygwin'
 flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
 (default) = 'C:\cygwin/bin'
 flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
 (default) = 'C:\cygwin/lib'
 flags = 0x00000008
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
a: fd N/A N/A 
c: hd FAT32 10030Mb 53% CP UN 
d: hd FAT32 8988Mb 1% CP UN 
e: cd N/A N/A 
C:\cygwin / system textmode
C:\cygwin/bin /usr/bin system textmode
C:\cygwin/lib /usr/lib system textmode
. /cygdrive system textmode,cygdrive
Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\crontab.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: c:\Program Files\Support Tools\kill.exe
Warning: C:\cygwin\bin\kill.exe hides c:\Program Files\Support Tools\kill.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Found: c:\Program Files\Perl\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\ssh.exe
Not Found: sh
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Found: C:\cygwin\bin\vim.exe
 65k 2005年08月23日 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
 "cygz.dll" v0.0 ts=2005年8月22日 20:03
 7k 2003年10月19日 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
 "cygcrypt-0.dll" v0.0 ts=2003年10月19日 1:57
 48k 2005年11月19日 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
 "cygmagic-1.dll" v0.0 ts=2005年11月19日 4:22
 56k 2005年07月09日 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
 "cygbz2-1.dll" v0.0 ts=2005年7月8日 23:09
 7k 2005年11月20日 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
 "cygcharset-1.dll" v0.0 ts=2005年11月19日 19:24
 831k 2003年09月20日 C:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
 "cygdb-4.1.dll" v0.0 ts=2003年9月20日 15:51
 1080k 2003年09月20日 C:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
 "cygdb_cxx-4.1.dll" v0.0 ts=2003年9月20日 15:53
 19k 2003年03月22日 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm.dll" v0.0 ts=2002年2月19日 20:05
 28k 2003年07月20日 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm-3.dll" v0.0 ts=2003年7月20日 1:58
 15k 2003年07月20日 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm_compat-3.dll" v0.0 ts=2003年7月20日 2:00
 30k 2003年08月11日 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm-4.dll" v0.0 ts=2003年8月10日 20:12
 15k 2003年08月11日 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
 "cyggdbm_compat-4.dll" v0.0 ts=2003年8月10日 20:13
 947k 2005年11月20日 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
 "cygiconv-2.dll" v0.0 ts=2005年11月19日 19:24
 21k 2001年06月20日 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
 "cygintl.dll" v0.0 ts=2001年6月20日 11:09
 22k 2001年12月13日 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
 "cygintl-1.dll" v0.0 ts=2001年12月13日 2:28
 37k 2003年08月10日 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
 "cygintl-2.dll" v0.0 ts=2003年8月10日 15:50
 31k 2005年11月20日 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
 "cygintl-3.dll" v0.0 ts=2005年11月19日 19:04
 132k 2003年08月11日 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
 "cygjpeg-62.dll" v0.0 ts=2003年8月10日 18:37
 45k 2001年04月25日 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
 "cygform5.dll" v0.0 ts=2001年4月24日 23:28
 26k 2001年04月25日 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu5.dll" v0.0 ts=2001年4月24日 23:27
 156k 2001年04月25日 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++5.dll" v0.0 ts=2001年4月24日 23:29
 226k 2001年04月25日 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses5.dll" v0.0 ts=2001年4月24日 23:17
 15k 2001年04月25日 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel5.dll" v0.0 ts=2001年4月24日 23:27
 35k 2002年01月09日 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
 "cygform6.dll" v0.0 ts=2002年1月8日 23:03
 20k 2002年01月09日 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu6.dll" v0.0 ts=2002年1月8日 23:03
 175k 2002年01月09日 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++6.dll" v0.0 ts=2002年1月8日 23:03
 202k 2002年01月09日 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses6.dll" v0.0 ts=2002年1月8日 23:03
 12k 2002年01月09日 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel6.dll" v0.0 ts=2002年1月8日 23:03
 48k 2003年08月09日 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
 "cygform7.dll" v0.0 ts=2003年8月9日 3:25
 29k 2003年08月09日 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu7.dll" v0.0 ts=2003年8月9日 3:25
 224k 2003年08月09日 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses7.dll" v0.0 ts=2003年8月9日 3:24
 19k 2003年08月09日 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel7.dll" v0.0 ts=2003年8月9日 3:24
 40k 2005年09月29日 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
 "cygform-8.dll" v0.0 ts=2005年9月28日 20:15
 21k 2005年09月29日 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
 "cygmenu-8.dll" v0.0 ts=2005年9月28日 20:15
 67k 2005年09月29日 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses++-8.dll" v0.0 ts=2005年9月28日 20:16
 226k 2005年09月29日 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
 "cygncurses-8.dll" v0.0 ts=2005年9月28日 20:02
 11k 2005年09月29日 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
 "cygpanel-8.dll" v0.0 ts=2005年9月28日 20:15
 176k 2005年09月06日 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpcre-0.dll" v0.0 ts=2005年9月6日 14:49
 299k 2005年09月06日 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpcrecpp-0.dll" v0.0 ts=2005年9月6日 15:26
 6k 2005年09月06日 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpcreposix-0.dll" v0.0 ts=2005年9月6日 15:26
 22k 2002年06月09日 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
 "cygpopt-0.dll" v0.0 ts=2002年6月8日 23:45
 17k 2001年06月28日 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
 "cyghistory4.dll" v0.0 ts=2001年1月6日 21:34
 108k 2001年06月28日 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
 "cygreadline4.dll" v0.0 ts=2001年1月6日 21:34
 29k 2003年08月10日 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
 "cyghistory5.dll" v0.0 ts=2003年8月10日 17:16
 148k 2003年08月10日 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
 "cygreadline5.dll" v0.0 ts=2003年8月10日 17:16
 24k 2006年02月08日 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
 "cyghistory6.dll" v0.0 ts=2006年2月8日 6:03
 152k 2006年02月08日 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
 "cygreadline6.dll" v0.0 ts=2006年2月8日 6:03
 282k 2003年08月11日 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
 "cygtiff4.dll" v0.0 ts=2003年8月10日 20:32
 304k 2005年07月10日 C:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
 "cygtiff-5.dll" v0.0 ts=2005年7月10日 17:18
 281k 2005年07月10日 C:\cygwin\bin\cygtiffxx-5.dll - os=4.0 img=1.0 sys=4.0
 "cygtiffxx-5.dll" v0.0 ts=2005年7月10日 17:21
 21k 2004年10月22日 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0
 "cygminires.dll" v0.0 ts=2004年10月22日 14:28
 1047k 2005年10月11日 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
 "cygcrypto-0.9.8.dll" v0.0 ts=2005年10月11日 6:47
 215k 2005年10月11日 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
 "cygssl-0.9.8.dll" v0.0 ts=2005年10月11日 6:47
 1108k 2005年10月17日 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
 "cygcrypto-0.9.7.dll" v0.0 ts=2005年10月17日 3:16
 231k 2005年10月17日 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
 "cygssl-0.9.7.dll" v0.0 ts=2005年10月17日 3:16
 704k 2006年01月20日 C:\cygwin\bin\cygruby18.dll - os=4.0 img=1.0 sys=4.0
 "cygruby18.dll" v0.0 ts=2006年1月20日 3:43
 1763k 2006年01月20日 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
 "cygwin1.dll" v0.0 ts=2006年1月20日 11:28
 Cygwin DLL version info:
 DLL version: 1.5.19
 DLL epoch: 19
 DLL bad signal mask: 19005
 DLL old termios: 5
 DLL malloc env: 28
 API major: 0
 API minor: 150
 Shared data: 4
 DLL identifier: cygwin1
 Mount registry: 2
 Cygnus registry name: Cygnus Solutions
 Cygwin registry name: Cygwin
 Program options name: Program Options
 Cygwin mount registry name: mounts v2
 Cygdrive flags: cygdrive flags
 Cygdrive prefix: cygdrive prefix
 Cygdrive default prefix: 
 Build date: Fri Jan 20 13:28:43 EST 2006
 CVS tag: cr-0x5ef
 Shared id: cygwin1S4
Service : cron
Display name : Cron daemon
Current State : Running
Controls Accepted : Stop
Command : /usr/sbin/cron -D
stdin path : /dev/null
stdout path : /var/log/cron.log
stderr path : /var/log/cron.log
Environment : CYGWIN="nontsec" 
Process Type : Own Process
Startup : Automatic
Account : LocalSystem
Service : sshd
Display name : CYGWIN sshd
Current State : Running
Controls Accepted : Stop
Command : /usr/sbin/sshd -D
stdin path : /dev/null
stdout path : /var/log/sshd.log
stderr path : /var/log/sshd.log
Environment : CYGWIN="ntsec" 
Process Type : Own Process
Startup : Automatic
Account : LocalSystem
Cygwin Package Information
Last downloaded files to: C:\tmp\ftp%3a%2f%2fmirrors.kernel.org%2fsources.redhat.com%2fcygwin
Last downloaded files from: ftp://mirrors.kernel.org/sources.redhat.com/cygwin
Package Version
_update-info-dir 00356-1
alternatives 1.3.20a-2
ash 20040127-3
base-files 3.7-1
base-passwd 2.2-1
bash 3.0-14
bc 1.06-2
binutils 20050610-1
bzip2 1.0.3-1
clear 1.0-2
coreutils 5.94-1
cron 3.0.1-19
crypt 1.1-1
ctags 5.5-4
cvs 1.11.17-1
cygrunsrv 1.12-1
cygutils 1.2.10-1
cygwin 1.5.19-4
cygwin-doc 1.4-3
diffutils 2.8.7-1
editrights 1.01-1
emacs 21.2-13
email 2.3.4-1
file 4.16-1
findutils 4.2.27-1
gawk 3.1.5-2
gcc 3.4.4-1
gcc-core 3.4.4-1
gcc-g++ 3.4.4-1
gcc-mingw-core 20050522-1
gcc-mingw-g++ 20050522-1
gdb 20041228-3
gdbm 1.8.3-7
grep 2.5.1a-2
groff 1.18.1-2
gzip 1.3.5-1
less 381-1
libbz2_1 1.0.3-1
libcharset1 1.9.2-2
libdb4.1 4.1.25-1
libgdbm 1.8.0-5
libgdbm-devel 1.8.3-7
libgdbm3 1.8.3-3
libgdbm4 1.8.3-7
libiconv 1.9.2-2
libiconv2 1.9.2-2
libintl 0.10.38-3
libintl1 0.10.40-1
libintl2 0.12.1-3
libintl3 0.14.5-1
libjpeg62 6b-11
libncurses-devel 5.4-4
libncurses5 5.2-1
libncurses6 5.2-8
libncurses7 5.3-4
libncurses8 5.4-4
libpcre 4.1-2
libpcre0 6.3-1
libpopt0 1.6.4-4
libreadline4 4.1-2
libreadline5 4.3-5
libreadline6 5.1-3
libtiff-devel 3.7.3-1
libtiff4 3.6.0-5
libtiff5 3.7.3-1
login 1.9-7
make 3.80-1
man 1.5p-1
mingw-runtime 3.9-2
minires 1.00-1
mktemp 1.5-3
ncurses 5.4-4
openssh 4.3p1-2
openssl 0.9.8a-1
openssl097 0.9.7i-1
readline 5.1-3
rsync 2.6.6-1
ruby 1.8.4-1
run 1.1.6-1
rxvt 2.7.10-6
sed 4.1.5-1
ssmtp 2.60.9-3
tar 1.15.1-3
tcltk 20030901-1
tcsh 6.14.00-5
termcap 20050421-1
terminfo 5.4_20041009-1
texinfo 4.8-1
tiff 3.7.3-1
time 1.7-1
unzip 5.50-5
vim 6.4-4
w32api 3.6-1
which 1.7-1
zip 2.3-6
zlib 1.2.3-1
Use -h to see help about each section
-------------- next part --------------
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/


More information about the Cygwin mailing list

AltStyle によって変換されたページ (->オリジナル) /