Cygwin Information and Installation
http://www.cygwin.com/
Cygwin アンテナ
http://sohda.net/cygwin/antenna/
探検
Cygwin使っている人いますか? その22
1名無しさん@お腹いっぱい。
2014/09/06(土) 01:51:45.732名無しさん@お腹いっぱい。
2014/09/06(土) 01:52:25.40 過去スレ
1 ttp://pc.2ch.net/unix/kako/963/963123573.html
2 ttp://pc.2ch.net/unix/kako/1003/10033/1003358904.html
3 ttp://pc.2ch.net/unix/kako/1011/10113/1011345180.html
4 ttp://pc.2ch.net/unix/kako/1018/10188/1018882767.html
5 ttp://pc.2ch.net/unix/kako/1024/10248/1024809685.html
6 ttp://pc.2ch.net/unix/kako/1033/10334/1033484276.html
7 ttp://pc.2ch.net/unix/kako/1039/10394/1039449446.html
8 ttp://pc.2ch.net/unix/kako/1047/10474/1047489645.html
9 ttp://pc.2ch.net/unix/kako/1055/10552/1055250582.html
10 ttp://pc.2ch.net/unix/kako/1066/10660/1066042212.html
11 ttp://pc5.2ch.net/test/read.cgi/unix/1076240971/
12 ttp://pc5.2ch.net/test/read.cgi/unix/1086622860/
13 ttp://pc5.2ch.net/test/read.cgi/unix/1099157755/
14 ttp://pc8.2ch.net/test/read.cgi/unix/1107587275/
15 ttp://pc8.2ch.net/test/read.cgi/unix/1119982766/
16 ttp://pc8.2ch.net/test/read.cgi/unix/1134474192/
17 ttp://pc11.2ch.net/test/read.cgi/unix/1154022733/
18 ttp://pc11.2ch.net/test/read.cgi/unix/1184677144/
19 ttp://pc12.2ch.net/test/read.cgi/unix/1230683366/
20 ttp://toro.2ch.net/test/read.cgi/unix/1268282846/
21 ttp://peace.2ch.net/test/read.cgi/unix/1331382186/
1 ttp://pc.2ch.net/unix/kako/963/963123573.html
2 ttp://pc.2ch.net/unix/kako/1003/10033/1003358904.html
3 ttp://pc.2ch.net/unix/kako/1011/10113/1011345180.html
4 ttp://pc.2ch.net/unix/kako/1018/10188/1018882767.html
5 ttp://pc.2ch.net/unix/kako/1024/10248/1024809685.html
6 ttp://pc.2ch.net/unix/kako/1033/10334/1033484276.html
7 ttp://pc.2ch.net/unix/kako/1039/10394/1039449446.html
8 ttp://pc.2ch.net/unix/kako/1047/10474/1047489645.html
9 ttp://pc.2ch.net/unix/kako/1055/10552/1055250582.html
10 ttp://pc.2ch.net/unix/kako/1066/10660/1066042212.html
11 ttp://pc5.2ch.net/test/read.cgi/unix/1076240971/
12 ttp://pc5.2ch.net/test/read.cgi/unix/1086622860/
13 ttp://pc5.2ch.net/test/read.cgi/unix/1099157755/
14 ttp://pc8.2ch.net/test/read.cgi/unix/1107587275/
15 ttp://pc8.2ch.net/test/read.cgi/unix/1119982766/
16 ttp://pc8.2ch.net/test/read.cgi/unix/1134474192/
17 ttp://pc11.2ch.net/test/read.cgi/unix/1154022733/
18 ttp://pc11.2ch.net/test/read.cgi/unix/1184677144/
19 ttp://pc12.2ch.net/test/read.cgi/unix/1230683366/
20 ttp://toro.2ch.net/test/read.cgi/unix/1268282846/
21 ttp://peace.2ch.net/test/read.cgi/unix/1331382186/
3名無しさん@お腹いっぱい。
2014/09/06(土) 01:52:52.50 関連スレ
http://find.2ch.net/?STR=Cygwin&TYPE=TITLE&x=0&y=0&BBS=ALL&ENCODING=SJIS&COUNT=50
FAQ
Q. XXX というコマンドはどのパッケージに含まれているの?
A. ttp://www.cygwin.com/packages/ で検索しれ
Q. Cygwin は UNIX の勉強に使えますか?
A. Cygwin は UNIX に慣れた人間が Windows 上で楽するのには向いていますが、
UNIX の勉強には向いていません。
http://find.2ch.net/?STR=Cygwin&TYPE=TITLE&x=0&y=0&BBS=ALL&ENCODING=SJIS&COUNT=50
FAQ
Q. XXX というコマンドはどのパッケージに含まれているの?
A. ttp://www.cygwin.com/packages/ で検索しれ
Q. Cygwin は UNIX の勉強に使えますか?
A. Cygwin は UNIX に慣れた人間が Windows 上で楽するのには向いていますが、
UNIX の勉強には向いていません。
4名無しさん@お腹いっぱい。
2014/09/06(土) 01:54:08.67 関連スレ検索はこっちで
ttp://dig.2ch.net/?keywords=Cygwin&AndOr=0&maxResult=50&atLeast=1&Sort=5&Link=1&Bbs=all&924=1
ttp://dig.2ch.net/?keywords=Cygwin&AndOr=0&maxResult=50&atLeast=1&Sort=5&Link=1&Bbs=all&924=1
2014/09/08(月) 17:45:19.71
乙
6名無しさん@お腹いっぱい。
2014/09/11(木) 23:50:19.41 Windowsベースだからファイル名の大文字小文字を区別しないのは納得できる。
しかし sortコマンドがファイルの内容まで大文字区別しないのは納得しかねる。
具体的には
$ cat a.txt
a1
A2
_1
を sortすると
$ sort a.txt
_1
a1
A2
になる。
もしかしてそのたぐいのオプションとかあります?
しかし sortコマンドがファイルの内容まで大文字区別しないのは納得しかねる。
具体的には
$ cat a.txt
a1
A2
_1
を sortすると
$ sort a.txt
_1
a1
A2
になる。
もしかしてそのたぐいのオプションとかあります?
2014/09/12(金) 00:31:27.88
sort --help
2014/09/12(金) 23:20:19.98
LANG=C
9名無しさん@お腹いっぱい。
2014/09/13(土) 11:18:57.282014/09/13(土) 14:41:53.02
>>9
bash-3.2$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.9.4
BuildVersion: 13E28
bash-3.2$ echo $LANG
ja_JP.UTF-8
bash-3.2$ sort --version | head -n1
sort (GNU coreutils) 5.93
bash-3.2$ cat a.txt
a1
A2
_1
bash-3.2$ sort a.txt
A2
_1
a1
bash-3.2$ sort -d a.txt
_1
A2
a1
bash-3.2$ sort -df a.txt
_1
a1
A2
bash-3.2$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.9.4
BuildVersion: 13E28
bash-3.2$ echo $LANG
ja_JP.UTF-8
bash-3.2$ sort --version | head -n1
sort (GNU coreutils) 5.93
bash-3.2$ cat a.txt
a1
A2
_1
bash-3.2$ sort a.txt
A2
_1
a1
bash-3.2$ sort -d a.txt
_1
A2
a1
bash-3.2$ sort -df a.txt
_1
a1
A2
2014/09/13(土) 17:25:16.44
>>10
サンクス!
サンクス!
2014/09/16(火) 21:05:35.11
Cygwinとhowm、emacsは手放せない。
2014/10/12(日) 22:49:02.08
変なのがいなくなったと思ったら、一気に過疎化したなw
2014/10/26(日) 16:25:27.01
興味本位の質問なんですが、
cygwin の stat コマンド等が扱う ‘ctime’は、NTFS 上で
http://www.ji2.co.jp/forensics/ForensicsAQ/artifact/GA_F002_NTFS.pdf
の 4ページ目の「エントリ更新日時」に対応しているっていうので、合ってますか?
cygwin の stat コマンド等が扱う ‘ctime’は、NTFS 上で
http://www.ji2.co.jp/forensics/ForensicsAQ/artifact/GA_F002_NTFS.pdf
の 4ページ目の「エントリ更新日時」に対応しているっていうので、合ってますか?
2014/10/26(日) 17:27:57.04
>>14
stat は coreutils に入ってるので、ソース(パッチ)見てみた。
setpu-x86.exe で coreutils の src にチェックを付けてインストール。
mintty 起動して、/usr/src/ に coreutils-x.xx 出来てるので、
$ grep -C 10 ctime coreutils-8.23-4.cygwin.patch
(略)
+This release depends on features that did not exist prior to
+cygwin-1.7.32. There are still corner cases of POSIX compliance that
+are impossible without more support from future cygwin versions, such
+as proper treatment of directory ctime or atomicity of some low-level
+functions, or outright impossible, such as hard links on a FAT drive.
+Cygwin provides its own `kill' that understands Windows pid's, so the
+coreutils version is renamed `gkill'. Although coreutils provides
+an `uptime', on Cygwin you will need the `procps' package. I would
+appreciate help in getting `stdbuf' ported to Cygwin. There are
+several bugs in the testsuite, so don't be alarmed at failures and
+use `make -k check' to make it to the end.
stat は coreutils に入ってるので、ソース(パッチ)見てみた。
setpu-x86.exe で coreutils の src にチェックを付けてインストール。
mintty 起動して、/usr/src/ に coreutils-x.xx 出来てるので、
$ grep -C 10 ctime coreutils-8.23-4.cygwin.patch
(略)
+This release depends on features that did not exist prior to
+cygwin-1.7.32. There are still corner cases of POSIX compliance that
+are impossible without more support from future cygwin versions, such
+as proper treatment of directory ctime or atomicity of some low-level
+functions, or outright impossible, such as hard links on a FAT drive.
+Cygwin provides its own `kill' that understands Windows pid's, so the
+coreutils version is renamed `gkill'. Although coreutils provides
+an `uptime', on Cygwin you will need the `procps' package. I would
+appreciate help in getting `stdbuf' ported to Cygwin. There are
+several bugs in the testsuite, so don't be alarmed at failures and
+use `make -k check' to make it to the end.
2014/10/26(日) 18:41:48.26
17名無しさん@お腹いっぱい。
2014/10/26(日) 22:34:44.90 setpu-x86.exeてどこにあった奴よ
2014/10/26(日) 22:50:53.96
解決した話題に対して重箱の隅つついてる暇があったら有用な情報を書け
19名無しさん@お腹いっぱい。
2014/10/27(月) 00:02:18.60 だっさ
2014/10/27(月) 08:47:26.22
setup-x86.exeとsetup-x86_64.exeの新しいバージョンだけど
ファイルサイズが異様に大きくなってるな
ファイルサイズが異様に大きくなってるな
2014/10/27(月) 13:38:51.15
x86_64の2.850が761KB、2.852が5953KB
署名は正当なものだったが、何が起きたのやら
署名は正当なものだったが、何が起きたのやら
2014/10/27(月) 13:49:38.64
デバッグシンボルが残ってるようだね
2014/11/02(日) 19:05:01.04
1.7.33の安定版、早くリリースされないかなぁ。
2014/11/03(月) 00:01:51.70
バージョン番号2.852のままでexeが差し替えられてる
X86_64のファイルサイズ929kB
X86_64のファイルサイズ929kB
2014/11/08(土) 19:32:40.03
助けてください
先週の末に、1.7.28から1.7.32にupdateしたのですが、
apache2が起動着なくなりました
httpd2 -k startでは、
0 [main] httpd2 17332 child_info_fork::abort: address space needed by 'mod_setenvif.so' (0x5B0000) is already occupied
fork: Resource temporarily unavailable
サービスで起動すると
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20121212/recode.dll' - No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20121212/tidy.dll' - No such process in Unknown on line 0
[Sat Nov 08 19:26:13 2014] [notice] Digest: generating secret for digest authentication ...
[Sat Nov 08 19:26:13 2014] [notice] Digest: done
0 [main] httpd2 15344 child_info_fork::abort: address space needed by 'cygz.dll' (0x6D0000)is already occupied
[Sat Nov 08 19:26:13 2014] [error] (11)Resource temporarily unavailable: fork: Unable to fork new process
[Sat Nov 08 19:26:23 2014] [notice] Apache/2.2.29 (Unix)
DAV/2 PHP/5.5.18 configured -- resuming normal operations
0 [main] httpd2 24048 child_info_fork::abort: address space needed by 'mod_authn_file.so' (0x280000) is already occupied
[Sat Nov 08 19:26:24 2014] [error] (11)Resource temporarily unavailable: fork: Unable to fork new process
0 [main] httpd2 16572 child_info_fork::abort: unable to remap apr_ldap-1.dll to same address as parent (0x1F50000) - try running rebaseall
[Sat Nov 08 19:26:35 2014] [error] (11)Resource temporarily unavailable: fork: Unable to fork new process
ash rebaseall を実行しても、改善しません
何が、良いほう方法はないでしょうか
よろしくお願いします。
先週の末に、1.7.28から1.7.32にupdateしたのですが、
apache2が起動着なくなりました
httpd2 -k startでは、
0 [main] httpd2 17332 child_info_fork::abort: address space needed by 'mod_setenvif.so' (0x5B0000) is already occupied
fork: Resource temporarily unavailable
サービスで起動すると
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20121212/recode.dll' - No such file or directory in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20121212/tidy.dll' - No such process in Unknown on line 0
[Sat Nov 08 19:26:13 2014] [notice] Digest: generating secret for digest authentication ...
[Sat Nov 08 19:26:13 2014] [notice] Digest: done
0 [main] httpd2 15344 child_info_fork::abort: address space needed by 'cygz.dll' (0x6D0000)is already occupied
[Sat Nov 08 19:26:13 2014] [error] (11)Resource temporarily unavailable: fork: Unable to fork new process
[Sat Nov 08 19:26:23 2014] [notice] Apache/2.2.29 (Unix)
DAV/2 PHP/5.5.18 configured -- resuming normal operations
0 [main] httpd2 24048 child_info_fork::abort: address space needed by 'mod_authn_file.so' (0x280000) is already occupied
[Sat Nov 08 19:26:24 2014] [error] (11)Resource temporarily unavailable: fork: Unable to fork new process
0 [main] httpd2 16572 child_info_fork::abort: unable to remap apr_ldap-1.dll to same address as parent (0x1F50000) - try running rebaseall
[Sat Nov 08 19:26:35 2014] [error] (11)Resource temporarily unavailable: fork: Unable to fork new process
ash rebaseall を実行しても、改善しません
何が、良いほう方法はないでしょうか
よろしくお願いします。
2014/11/09(日) 00:47:13.54
よい方法といってもrebaseallするしかないわな。
rebaseallってcygwinのパッケージ以外はrebaseしないので、
cygwinでコンパイルした自前のプログラムを何か何かを動かしているならば、
そいつらも-Tオプションを使ってrebaseallに巻き込んでみるくらいかねぇ。
rebaseallってcygwinのパッケージ以外はrebaseしないので、
cygwinでコンパイルした自前のプログラムを何か何かを動かしているならば、
そいつらも-Tオプションを使ってrebaseallに巻き込んでみるくらいかねぇ。
27名無しさん@お腹いっぱい。
2014/11/09(日) 12:32:51.70 MS-C/C++のソース(VC++で無い時点でお察しください)をDebianに持ってったらstrincmp()がないって怒られた。
修正するのめんどうだからstrincmpを書いたんだ。
んでそのソースをCygwinにもってったら「同じ名まえで別な関数つくんじゃねーよごらぁ!」って怒られたんだ・・・
もうね・・・
修正するのめんどうだからstrincmpを書いたんだ。
んでそのソースをCygwinにもってったら「同じ名まえで別な関数つくんじゃねーよごらぁ!」って怒られたんだ・・・
もうね・・・
28名無しさん@お腹いっぱい。
2014/11/09(日) 12:36:42.42 そのためにifdefとかifndefみたいなの使うんじゃねーの
2014/11/09(日) 13:03:03.24
2014/11/09(日) 15:37:31.52
>>27
DebianというかPOSIX系ならstrncasecmpがある
DebianというかPOSIX系ならstrncasecmpがある
2014/11/15(土) 18:41:09.24
ああ、strincmpってそういう意味なんだ
何がもうね…なんだか
何がもうね…なんだか
レスを投稿する
ニュース
- 自民 国会議員の歳費 月額5万円引き上げ 今国会での成立目指す [どどん★]
- 「クラウンに乗りたかった」東京・足立の車暴走 男性、容疑を否認★2 [七波羅探題★]
- 志らく、高市首相を批判する人々は「日本人じゃないの?」SNSで賛否 野党議員が一斉批判「差別発言」「非国民扱いするコメンテーター」 [muffin★]
- 相次ぐ中国公演中止に、シンガーソングライターらが続々高市首相に怒り表明「隣国の仲間たちに対して申し訳ない」★3 [muffin★]
- 東京・足立区の盗難車死亡ひき逃げ事件 11人死傷のうち死亡した男女の身元を発表 80代の男性と20代フィリピン国籍の女性 警視庁 [どどん★]
- 《降板の申し出が》「平手友梨奈は出ません」ムロツヨシの「弁護士ドラマ」から“バディ”が消える!連ドラ撮影中にも遅刻、欠席… [Ailuropoda melanoleuca★]
- 【悲報】統一教会幹部「安倍官房長官(2005年~06年)はうちの教義を知っている。我々の味方だ」山上に話す [115996789]
- 戦いの殿堂に集いし遊戯王やってる奴スレ
- 60歳以上の窒息事故、おかゆは餅の約1.6倍だった。おかゆで死亡😲 [521921834]
- うつ病オレ、日々の生活に刺激が足りないことが原因だと判明するw
- ばーかあーほどじまぬけー!おーたんこなす!
- 【悲報】草間リチャード「実は1年前から精神を病んでいました」
