在windows上配置cygwin时出现这样的错误怎么解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在windows上配置cygwin时出现这样的错误怎么解决相关的知识,希望对你有一定的参考价值。

参考技术A 可能程序不兼容, 可以更换个版本试试。另外建议参考下程序对配置的要求。
或者右键需要运行的程序 选择兼容性 用兼容模式运行试试。

台式机(AMD平台)性能如何优化

¥2.99

电脑调修-专家1对1远程在线服务

¥38

路由器的选购、设置与进阶玩法

¥39

一看就会的RAID实用教程

¥29.9

小白必看的硬盘知识

¥9.9

    官方服务
      官方网站
参考技术B 你参考一下这个信息:
ssh-host-config # 引导SSH服务配置
*** Info: Generating /etc/ssh_host_key
*** Info: Generating /etc/ssh_host_rsa_key
*** Info: Generating /etc/ssh_host_dsa_key
*** Info: Creating default /etc/ssh_config file
*** Info: Creating default /etc/sshd_config file
*** Info: Privilege separation is set to yes by default since OpenSSH 3.3.
*** Info: However, this requires a non-privileged account called 'sshd'.
*** Info: For more info on privilege separation read /usr/share/doc/openssh/READ
ME.privsep.
*** Query: Should privilege separation be used? (yes/no) yes #输入yes
*** Info: Updating /etc/sshd_config file
*** Warning: The following functions require administrator privileges!
*** Query: Do you want to install sshd as a service?
*** Query: (Say "no" if it is already installed as a service) (yes/no) yes #输入yes
*** Info: Note that the CYGWIN variable must contain at least "ntsec"
*** Info: for sshd to be able to change user context without password.
*** Query: Enter the value of CYGWIN for the daemon: [ntsec] ntsec #输入ntsec
*** Info: On Windows Server 2003, Windows Vista, and above, the
*** Info: SYSTEM account cannot setuid to other users -- a capability
*** Info: sshd requires. You need to have or to create a privileged
*** Info: account. This script will help you do so.
*** Info: You appear to be running Windows 2003 Server or later. On 2003 and
*** Info: later systems, it's not possible to use the LocalSystem account
*** Info: for services that can change the user id without an explicit password
*** Info: (such as passwordless logins [e.g. public key authentication] via sshd
).
*** Info: If you want to enable that functionality, it's required to create a ne
w
*** Info: account with special privileges (unless a similar account already exis
ts).
*** Info: This account is then used to run these special servers.
*** Info: Note that creating a new user requires that the current account have
*** Info: Administrator privileges itself.
*** Info: No privileged account could be found.
*** Info: This script plans to use 'cyg_server'.
*** Info: 'cyg_server' will only be used by registered services.
*** Query: Do you want to use a different name? (yes/no) no #输入no,不指定启动用户
*** Query: Create new privileged user account 'cyg_server'? (yes/no) no #输入no,不指定启动用户
*** ERROR: There was a serious problem creating a privileged user.
*** Query: Do you want to proceed anyway? (yes/no) yes #输入yes
*** Warning: Expected privileged user 'cyg_server' does not exist.
*** Warning: Defaulting to 'SYSTEM'
*** Info: The sshd service has been installed under the LocalSystem
*** Info: account (also known as SYSTEM). To start the service now, call
*** Info: `net start sshd' or `cygrunsrv -S sshd'. Otherwise, it
*** Info: will start automatically after the next reboot.
*** Info: Host configuration finished. Have fun!
Administrator@backup ~
$ cygrunsrv.exe -S sshd # 启动 SSH服务
14. 安装完成后,检查一下系统服务中是否有 CYGWIN sshd 服务, 无启动帐号.
15. 检查系统用户 sshd 是否已启用, 并属于管理员组.
16. 一切正常,即可启动ssh服务. 登录的用户名是sshd, 密码是 sshd用户的密码.
注意: 使用 windows 用户本地认证
mkpasswd -l > /etc/passwd 使用windows 用户的密码
mkgroup -l > /etc/group 使用windows 用户组

配置完成后,你可以使用SecureCRT或者 putty等软件登陆连接ssh本回答被提问者和网友采纳

在 Windows 上安装 CUDA 时出现不兼容错误

【中文标题】在 Windows 上安装 CUDA 时出现不兼容错误【英文标题】:Incompatibility error installing CUDA on Windows 【发布时间】:2014-05-27 02:18:16 【问题描述】:

我使用的是 Windows 8.1 Pro,我想安装 CUDA 5.5。我已经安装了 Visual Studio 2013,并且我拥有最新的 GPU 驱动程序版本 335.23。在 NVIDIA 控制面板中,我还将 CUDA - GPU 设置为 GeForce GT 740M。我的 CPU 是 Intel Core i7 4700MQ,配备 Intel HD 4600 GPU。

当我点击 setup.exe 文件时,它显示如下错误:

“此图形驱动程序找不到兼容的图形硬件。您可以继续安装,但您将无法运行 CUDA 应用程序。”

我还执行了最新的稳定驱动程序的全新安装,但仍然无法安装 CUDA。

我该怎么办?

Update1:事实证明,CUDA 5.5 中捆绑的 NVIDA 显卡驱动程序比我电脑上安装的驱动程序旧。所以我继续安装,没有要求 CUDA 在我的计算机上安装图形驱动程序。但是现在显示以下错误。

Update2:CUDA 5.5 和 CUDA 6.0 RC 都不支持 Visual Studio 2013。我必须安装 VS 2012,现在问题已解决

【问题讨论】:

【参考方案1】:

CUDA 5.5 安装包中的显卡驱动与 GT740M 不兼容(太旧)。

继续安装 CUDA,无需安装 CUDA 5.5 安装程序附带的驱动程序。事实上,我会选择自定义安装选项,然后取消选中驱动程序安装。

您的 335.23 驱动程序很好,并且与 CUDA 5.5 兼容

【讨论】:

我的计算机上安装了 Visual Studio 2013。但是 CUDA 的安装窗口向我显示一个错误,说它找不到安装在我的计算机上的 Visual Studio!我现在将图片添加到问题中。 所以这是一个新问题和新问题,对吧?最好使用新的 SO 问题提出新问题。 VS2013 不是officially supported compiler for CUDA 5.5。可能在网络上某处有人试图让它工作的方法,但我无法为您提供帮助。我的建议是切换到受支持的 VS 版本。

以上是关于在windows上配置cygwin时出现这样的错误怎么解决的主要内容,如果未能解决你的问题,请参考以下文章

安装cygwin中的make时出现了一下错误,应该怎么办啊,求大神解决!

程序 .exe 在 cygwin 上运行,但在调试和在 Visual Studio 上运行时出现异常

Win7安装时出现:“windows无法安装所需的文件,错误代码:0X80070570 ”这样的错误。这个怎么破?

在 Windows 上安装 Node 包时出现 ETIMEDOUT 错误

cygwin下安装hadoop,在启动namenode时出现下面问题

azure 应用服务上的 Angular 应用 - 从资产文件夹加载配置文件时出现 404 错误