我习惯于使用吉多编译Debian /DVD图像。自从从WIndows 7迁移到Windows10之后,当我尝试运行jigdolite.bat时,会收到以下消息:
Jigsaw Download "lite"
Copyright (C) 2001-2005 | jigdo@
Richard Atterer | atterer.net
0 [main] sh 2712 sync_with_child: child 10236(0x170) died before initialization with status code 0xC0000142
1197 [main] sh 2712 sync_with_child: *** child state waiting for longjmp
jigdo-lite: fork: Resource temporarily unavailable
Press any key to continue . . .我设法从与Windows 8有同样问题的人那里找到了这句话,但是解决方案中给出的链接已经过时了。我还尝试通过安装MSYS-1.0.11.exe并将DLL复制到jigdo来更新msys-1.0.dll文件。错误消失了,但是jigdo仍然拒绝运行。
有没有人在Windows 10上成功地让jigdo工作?
发布于 2016-08-11 22:08:25
我能够让jigdo-lite使用Cygwin (32位https://cygwin.com/install.html)运行。值得一提的是:jigdo-bin\jigdo-lite目录中的二进制文件,而不是jigdo-lite.bat。
Successfully created `debian-8.5.0-amd64-DVD-1.iso'
-----------------------------------------------------------------
Finished!
The fact that you got this far is a strong indication that `debian-8.5.0-amd64-DVD-1.iso'
was generated correctly. I will perform an additional, final check,
which you can interrupt safely with Ctrl-C if you do not want to wait.
OK: Checksums match, image is good!我还尝试了在Windows10AniveraryVersion1607 (http://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/)中构建的Ubuntu。但是在运行jigdo时有一个template checksum mismatch。
发布于 2017-01-15 23:36:13
之前的答案很好。但是,您可以通过在W10 bash (而不是CMD)中执行以下操作来修复错误:
apt-get -y install jigdo-file发布于 2017-03-09 03:17:52
澄清马丁·赛特和Dantes Haaketsu的答案,在RBT要求提供更多信息之后
在Windows 10上,您可以在Windows上使用Bash (检查官方页面的先决条件和安装过程)。这允许您在Windows 上运行Linux命令。
在Bash中,您可以简单地运行jigdo,就像在Linux上一样:
apt-get -y install jigdo-file安装它jigdo-lite运行它我和jigdolite.bat的艾伊娜犯了同样的错误。Bash上的拼图看起来运行得很好(我刚刚尝试了一个debian映像,它起了作用)。
https://stackoverflow.com/questions/36117167
复制相似问题