如何登录怎么服务器器:ErrorCode:2

Foxmail中,出现信息错误:服务器断开连接, errorCode: 6,现在收不到也发不了邮件了怎么办?
Foxmail中,出现信息错误:服务器断开连接, errorCode: 6,现在收不到也发不了邮件了怎么办? 5
不区分大小写匿名
服务器有问题。请确认连接
怎么确认?
先PING 一下你的服务器IP
看是否是通的
等待您来回答
互联网领域专家2226人阅读
1、安装相关软件包:tftpd(服务端),tftp(客户端),xinetd, openbsd-inetdsudo apt-get install tftpd tftp xinetd openbsd-inetd&&& 有时需要单个单个的下载安装每个软件,另外xinetd与openbsd-inetd两个中只能装一个。2、建立配置文件在/etc/xinetd.d/下建立一个配置文件tftp
sudo vi tftp
在文件中输入以下内容:service tftp{socket_type = dgramprotocol = udpwait = yesuser = rootserver = /usr/sbin/in.tftpdserver_args = -s /tftpbootdisable = noper_source = 11cps = 100 2flags = IPv4}保存退出3、建立tftp服务文件目录(上传文件与下载文件的位置),并且更改其权限sudo mkdir /tftpbootsudo chmod 777 /tftpboot -R4、重新启动服务sudo /etc/init.d/xinetd restart
至此tftp服务已经安装完成了,下面可以对其进行一下测试。(假设在当前目录下有一个测试文件test.txt)$tftp 127.0.0.1&&&&&&&&&&&&&&&&&&&&& tftp& put test.txtSent 1018 bytes in 0.0 seconds
tftp& get test.txtReceived 1018 bytes in 0.1 secondstftp& quit
严格按照以上步骤配置tftp服务,一般都可以成功。如果出现:
&&&&&&&&&&&Error code 2: Only absolute filenames allowed&& && 说明需要一个绝对路经
&&& 在通过tftp下载程序到开发板的时候我们就必须指定它绝对路经,在书写tftp命令时要注意它的书写格式;
&&&&在终端输入&&&&tftp
/tftpboot/uImage 便可将程序下载进去,其中/tftpboot/uImage是你将从主机linux下要下载的内核&
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:9432次
排名:千里之外
原创:18篇
转载:13篇
(8)(1)(1)(9)(11)(1)【未解决】HttpWebRequest的GetResponse出错:无法连接到远程服务器,ErrorCode是10060
用C#代码模拟登陆Skydrive,访问URL:
在准备好了http的request之后,执行:
resp = (HttpWebResponse)req.GetResponse();
出现错误:
用户代码未处理 System.Net.WebException
  Message=无法连接到远程服务器
  Source=System
  StackTrace:
       在 System.Net.HttpWebRequest.GetResponse()
       在 InsertSkydriveFiles.skydrive.beforeUploadFile()
       在 InsertSkydriveFiles.skydrive.getSkydrivePrimeresponse(String username, String password)
       在 InsertSkydriveFiles.frmInsertSkydriveFile.btnLogin_Click(Object sender, EventArgs e)
       在 System.Windows.Forms.Control.OnClick(EventArgs e)
       在 System.Windows.Forms.Button.OnClick(EventArgs e)
       在 System.Windows.Forms.Button.PerformClick()
       在 System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
       在 System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
       在 System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
       在 System.Windows.Forms.Control.PreProcessMessage(Message& msg)
       在 System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
       在 System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
  InnerException: System.Net.Sockets.SocketException
       Message=由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 64.4.21.39:443
       Source=System
       ErrorCode=10060
       NativeErrorCode=10060
       StackTrace:
            在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
            在 System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
            在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
       InnerException:
【解决过程】
1.之前这段代码是可以正确执行的,刚才是移动了前面几个网页访问次序。
现在再去移动回去,看看是否能解决。
2014 年十二月
891011121314
15161718192021
22232425262728
免费的格式化Javascript源码的网站
查询Unicode字符,且还带Oct,Decimal,Hex,HTML Entity
HTML和Javascript都支持,很好用。无法连接到服务器,无法建立信任关系,验证计算机的日期和时间。
服务器是 Windows Server 2012 R2 Essentials
2台可以正常通过 HTTP://SERVER/connect下载客户端程序加入公司域
但是剩下的客户端电脑都出现了报错:
无法将此计算机连接到网络
此计算机无法建立与服务器的信任关系。验证计算机的日期和时间是否正确,然后重试。
实在是搜索不到类似问题的信息,特此求助。
报错后查看计算机属性发现已经加入到域,但是没有开启域账户,也没有成功安装客户端程序,也没有提示备份转移当前本地账户的资料等。
反复检查了时间日期,没有问题啊,实在不知道问题在哪。
公司客户端电脑系统均为 windows7 64bit SP1
求帮助,好着急,一直搞不定。
ClientDeploy log:
---------------------------------------------------------
[.6: ClientSetup: Start of ClientDeploy
[.5: General: Initializing...C:\Windows\system32\Essentials\ClientDeploy.exe
[.5: ClientSetup: Create client deployment registry subkey if necessary
[.5: ClientSetup: The initial launching way:
[.5: ClientSetup: The initial state is set
[.5: ClientSetup: The initial serverName:
[.5: ClientSetup: Loading Wizard Data
[.5: ClientSetup: Saving Wizard Data
[.4: ClientSetup: Current DeploymentStatus=Start
[.3: ClientSetup: Showing the Client Deployment Wizard
[.9: ClientSetup: Machine name:GUANJIAN, length:8
[.8: ClientSetup: InitWizard, The currrent stage is ConnectingToServer
[.8: ClientSetup: Set the Deployment Sync Event
[.7: ClientSetup: Finish server discovery
[.1: ClientSetup: The selected server name is SERVER
[.1: ClientSetup: The server info: SERVER, System.Collections.Generic.List`1[System.Net.IPAddress]
[.3: ClientSetup: Entering ConnectorWizardForm.RunTasks
[.3: ClientSetup: Running Task with Id=ClientDeploy.PreConfiguration
[.3: ClientSetup: The configuration cab will be downloaded from 192.168.1.119
[.9: ClientSetup: Download file Setup.cab from server
[.9: ClientSetup: Making web request: https://192.168.1.119//connect/default.aspx?Get=Setup.cab&LanguageId=2052&64bit=1
[.1: ClientSetup: Failed to download Setup.cab from server: System.Net.WebException: 基础连接已经关闭: 未能为 SSL/TLS 安全通道建立信任关系。 ---& System.Security.Authentication.AuthenticationException: 根据验证过程,远程证书无效。
在 System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
在 System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
在 System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
在 System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
在 System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
在 System.Net.ConnectStream.WriteHeaders(Boolean async)
--- 内部异常堆栈跟踪的结尾 ---
在 System.Net.HttpWebRequest.GetResponse()
在 Microsoft.WindowsServerSolutions.ClientSetup.CSCommon.DownloadFileFromConnectSite(String outputDirectory, Uri serverUrl, String fileName, Int32 languageId, Boolean is64bit)
[.1: ClientSetup: Cannot get configuration file with https, will try http...
[.1: ClientSetup: Download file Setup.cab from server
[.1: ClientSetup: Making web request: http://192.168.1.119//connect/default.aspx?Get=Setup.cab&LanguageId=2052&64bit=1
[.5: ClientSetup: Downloaded file C:\Windows\Temp\ClientDeploymentTempFiles\Setup.cab
[.5: ClientSetup: The configuration cab is downloaded to C:\Windows\Temp\ClientDeploymentTempFiles\Setup.cab
[.7: ClientSetup: Adding Server Info data in the Product Registry
[.7: DnsEnvironmentDetector: GetHostAddresses() returned 192.168.1.119, normal environment
[.2: ClientSetup: Exiting PreConfigTask.Run()
[.2: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has TaskStatus=Success
[.2: ClientSetup: Task with Id=ClientDeploy.PreConfiguration has RebootStatus=NoReboot
[.2: ClientSetup: Exting ConnectorWizardForm.RunTasks
[.2: ClientSetup: Running InstallRootCert Task at WizardPage DomainUserCred
[.2: ClientSetup: Entering ConnectorWizardForm.RunTasks
[.2: ClientSetup: Running Task with Id=ClientDeploy.InstallRootCertTask
[.8: ClientSetup: Entering InstallRootCertTask.Run
[.8: ClientSetup: Install root cert to local trusted store
[.8: ClientSetup: Exiting InstallRootCertTask.Run
[.8: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has TaskStatus=Success
[.8: ClientSetup: Task with Id=ClientDeploy.InstallRootCertTask has RebootStatus=NoReboot
[.8: ClientSetup: Exting ConnectorWizardForm.RunTasks
[.8: ClientSetup: Running SetupVPNAndDA Task at WizardPage DomainUserCred
[.8: ClientSetup: Entering ConnectorWizardForm.RunTasks
[.8: ClientSetup: Running Task with Id=ClientDeploy.SetupVpnAndDATask
[.4: ClientSetup: Entering SetupVpnAndDATask.Run
[.4: ClientSetup: Deploy VPN profile
[.6: ClientSetup: Exting SetupVpnAndDATask.Run
[.6: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has TaskStatus=Success
[.6: ClientSetup: Task with Id=ClientDeploy.SetupVpnAndDATask has RebootStatus=NoReboot
[.6: ClientSetup: Exting ConnectorWizardForm.RunTasks
[.6: ClientSetup: Running ValidateUser Tasks at WizardPage DomainUserCred
[.6: ClientSetup: Entering ConnectorWizardForm.RunTasks
[.6: ClientSetup: Running Task with Id=ClientDeploy.ValidateUser
[.6: ClientSetup: Entering ValidateUserTask.Run
[.6: ClientSetup: Validating User
[.2: ClientSetup: Call MachineIdentityManager.GetMachineStatus
[.2: ClientSetup: Current Machine Join Status: Active
[.2: ClientSetup: Exiting ValidateUserTask.Run
[.2: ClientSetup: Task with Id=ClientDeploy.ValidateUser has TaskStatus=Success
[.2: ClientSetup: Task with Id=ClientDeploy.ValidateUser has RebootStatus=NoReboot
[.2: ClientSetup: Exting ConnectorWizardForm.RunTasks
[.2: ClientSetup: Running JoinNetwork Tasks at WizardPage DomainUserCred
[.8: ClientSetup: Entering ConnectorWizardForm.RunTasks
[.8: ClientSetup: Running Task with Id=ClientDeploy.JoinDomain
[.4: ClientSetup: Entering JoinDomainTask.Run
[.4: ClientSetup: Domain Join Client to Server Domain: ClientComputerName=GUANJIAN ServerDomainNetBiosName=LEEKOSTUDIO
[.4: ClientSetup: Trying to evaluate if we need to set Local Nic Dns address be the same as server DNS setting.
[.4: ClientSetup: NetGetJoinInformation (server = [], ...)
[.4: ClientSetup: Client is already joined to a Domain: ClientDomainNetBiosName = LEEKOSTUDIO
[.4: ClientSetup: Client has been manually joined to the Server Domain...Moving to Next Task
[.4: ClientSetup: Join Domain will not be Run
[.4: ClientSetup: Exiting JoinDomainTask.Run
[.4: ClientSetup: Task with Id=ClientDeploy.JoinDomain has TaskStatus=Success
[.4: ClientSetup: Task with Id=ClientDeploy.JoinDomain has RebootStatus=NoReboot
[.4: ClientSetup: Running Task with Id=ClientDeploy.JoinNetwork
[.0: ClientSetup: Entering JoinNetworkTask.Run
[.0: ClientSetup: Network Join Client to Server: ClientComputerName=GUANJIAN ServerName=SERVER
[.0: ClientSetup: Maximum amount of joined machines: 50
[.0: ClientSetup: Current amount of joined machines: 2
[.0: ClientSetup: Server already contains a computer joined with Client Machine Name
[.0: ClientSetup: Network Join has been forced
[.0: ClientSetup: Running Network Join
[.0: ClientSetup: Call MachineIdentity.GetCert
[.2: ClientSetup: JoinNetwork had errors: ErrorCatalog:InvaildCert ErrorCode:-1
BaseException: Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityException: MachineIdentityManager.GetCert ---& Microsoft.WindowsServerSolutions.Certificates.CertificatesException: GenerateCSR Exception
在 Microsoft.WindowsServerSolutions.Certificates.CertManaged.GenerateCSR(Int32 keyLen, String providerName, KeySpec keySpec, Boolean bMachine, String dN, Boolean bAuthCert, String sID, Boolean bKeyExportable)
在 Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityManager.GetCert(String serverName, String userName, String password, Boolean bForce)
--- 内部异常堆栈跟踪的结尾 ---
在 Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityManager.GetCert(String serverName, String userName, String password, Boolean bForce)
在 Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.JoinNetworkTask.Run(WizData data)
[.2: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing &C:\Windows\system32\ipconfig.exe&
[.4: ClientSetup: Standard Ouptput:
[.4: ClientSetup: Standard Ouptput: Windows IP 配置
[.4: ClientSetup: Standard Ouptput:
[.4: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . . : GUANJIAN
[.4: ClientSetup: Standard Ouptput:
主 DNS 后缀 . . . . . . . . . . . : LEEKOSTUDIO.local
[.0: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . : 混合
[.0: ClientSetup: Standard Ouptput:
IP 路由已启用 . . . . . . . . . . : 否
[.0: ClientSetup: Standard Ouptput:
WINS 代理已启用 . . . . . . . . . : 否
[.0: ClientSetup: Standard Ouptput:
DNS 后缀搜索列表
. . . . . . . . : LEEKOSTUDIO.local
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Ouptput: 以太网适配器 本地连接:
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Ouptput:
连接特定的 DNS 后缀 . . . . . . . :
[.0: ClientSetup: Standard Ouptput:
描述. . . . . . . . . . . . . . . : Realtek PCIe GBE Family Controller
[.0: ClientSetup: Standard Ouptput:
物理地址. . . . . . . . . . . . . : 94-DE-80-62-C4-97
[.0: ClientSetup: Standard Ouptput:
DHCP 已启用 . . . . . . . . . . . : 是
[.0: ClientSetup: Standard Ouptput:
自动配置已启用. . . . . . . . . . : 是
[.0: ClientSetup: Standard Ouptput:
本地链接 IPv6 地址. . . . . . . . : fe80::6462:4cfe:adb6:94be%11(首选)
[.0: ClientSetup: Standard Ouptput:
IPv4 地址 . . . . . . . . . . . . : 192.168.1.122(首选)
[.0: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . : 255.255.255.0
[.0: ClientSetup: Standard Ouptput:
获得租约的时间
. . . . . . . . . : 日 10:05:32
[.0: ClientSetup: Standard Ouptput:
租约过期的时间
. . . . . . . . . : 日 14:23:35
[.0: ClientSetup: Standard Ouptput:
默认网关. . . . . . . . . . . . . : 192.168.1.1
[.0: ClientSetup: Standard Ouptput:
DHCP 服务器 . . . . . . . . . . . : 192.168.1.1
[.0: ClientSetup: Standard Ouptput:
DHCPv6 IAID . . . . . . . . . . . :
[.0: ClientSetup: Standard Ouptput:
DHCPv6 客户端 DUID
. . . . . . . : 00-01-00-01-18-E4-A0-D7-94-DE-80-62-C4-97
[.0: ClientSetup: Standard Ouptput:
DNS 服务器
. . . . . . . . . . . : 192.168.1.119
[.0: ClientSetup: Standard Ouptput:
TCPIP 上的 NetBIOS
. . . . . . . : 已启用
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Ouptput: 隧道适配器 isatap.{BE2B07B9-41-2A38E583F636}:
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . : 媒体已断开
[.0: ClientSetup: Standard Ouptput:
连接特定的 DNS 后缀 . . . . . . . :
[.0: ClientSetup: Standard Ouptput:
描述. . . . . . . . . . . . . . . : Microsoft ISATAP Adapter
[.0: ClientSetup: Standard Ouptput:
物理地址. . . . . . . . . . . . . : 00-00-00-00-00-00-00-E0
[.0: ClientSetup: Standard Ouptput:
DHCP 已启用 . . . . . . . . . . . : 否
[.0: ClientSetup: Standard Ouptput:
自动配置已启用. . . . . . . . . . : 是
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Ouptput: 隧道适配器 Teredo Tunneling Pseudo-Interface:
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . : 媒体已断开
[.0: ClientSetup: Standard Ouptput:
连接特定的 DNS 后缀 . . . . . . . :
[.0: ClientSetup: Standard Ouptput:
描述. . . . . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
[.0: ClientSetup: Standard Ouptput:
物理地址. . . . . . . . . . . . . : 00-00-00-00-00-00-00-E0
[.0: ClientSetup: Standard Ouptput:
DHCP 已启用 . . . . . . . . . . . : 否
[.0: ClientSetup: Standard Ouptput:
自动配置已启用. . . . . . . . . . : 是
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Error:
[.0: ClientSetup: The exit code of the process (C:\Windows\system32\ipconfig.exe) is: 0
[.0: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing &C:\Windows\system32\route.exe&
[.6: ClientSetup: Standard Ouptput: ===========================================================================
[.6: ClientSetup: Standard Ouptput: 接口列表
[.6: ClientSetup: Standard Ouptput:
11...94 de 80 62 c4 97 ......Realtek PCIe GBE Family Controller
[.6: ClientSetup: Standard Ouptput:
1...........................Software Loopback Interface 1
[.6: ClientSetup: Standard Ouptput:
12...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
[.6: ClientSetup: Standard Ouptput:
13...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
[.6: ClientSetup: Standard Ouptput: ===========================================================================
[.6: ClientSetup: Standard Ouptput:
[.2: ClientSetup: Standard Ouptput: IPv4 路由表
[.2: ClientSetup: Standard Ouptput: ===========================================================================
[.2: ClientSetup: Standard Ouptput: 活动路由:
[.2: ClientSetup: Standard Ouptput: 网络目标
[.2: ClientSetup: Standard Ouptput:
192.168.1.1
192.168.1.122
[.2: ClientSetup: Standard Ouptput:
[.2: ClientSetup: Standard Ouptput:
255.255.255.255
[.2: ClientSetup: Standard Ouptput:
127.255.255.255
255.255.255.255
[.2: ClientSetup: Standard Ouptput:
192.168.1.0
255.255.255.0
192.168.1.122
[.2: ClientSetup: Standard Ouptput:
192.168.1.122
255.255.255.255
192.168.1.122
[.2: ClientSetup: Standard Ouptput:
192.168.1.255
255.255.255.255
192.168.1.122
[.2: ClientSetup: Standard Ouptput:
[.2: ClientSetup: Standard Ouptput:
192.168.1.122
[.2: ClientSetup: Standard Ouptput:
255.255.255.255
255.255.255.255
[.2: ClientSetup: Standard Ouptput:
255.255.255.255
255.255.255.255
192.168.1.122
[.2: ClientSetup: Standard Ouptput: ===========================================================================
[.2: ClientSetup: Standard Ouptput: 永久路由:
[.2: ClientSetup: Standard Ouptput:
[.2: ClientSetup: Standard Ouptput:
[.2: ClientSetup: Standard Ouptput: IPv6 路由表
[.2: ClientSetup: Standard Ouptput: ===========================================================================
[.2: ClientSetup: Standard Ouptput: 活动路由:
[.2: ClientSetup: Standard Ouptput:
如果跃点数网络目标
[.2: ClientSetup: Standard Ouptput:
306 ::1/128
[.2: ClientSetup: Standard Ouptput:
276 fe80::/64
[.2: ClientSetup: Standard Ouptput:
276 fe80::6462:4cfe:adb6:94be/128
[.2: ClientSetup: Standard Ouptput:
[.2: ClientSetup: Standard Ouptput:
306 ff00::/8
[.2: ClientSetup: Standard Ouptput:
276 ff00::/8
[.2: ClientSetup: Standard Ouptput: ===========================================================================
[.2: ClientSetup: Standard Ouptput: 永久路由:
[.2: ClientSetup: Standard Ouptput:
[.2: ClientSetup: Standard Ouptput:
[.2: ClientSetup: Standard Error:
[.2: ClientSetup: The exit code of the process (C:\Windows\system32\route.exe) is: 0
[.2: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing &C:\Windows\system32\nslookup.exe& SERVER
[.8: ClientSetup: Standard Ouptput: 服务器:
[.8: ClientSetup: Standard Ouptput: Address:
192.168.1.119
[.8: ClientSetup: Standard Ouptput:
[.8: ClientSetup: Standard Ouptput: 名称:
SERVER.LEEKOSTUDIO.local
[.8: ClientSetup: Standard Ouptput: Address:
192.168.1.119
[.8: ClientSetup: Standard Ouptput:
[.8: ClientSetup: Standard Ouptput:
[.8: ClientSetup: Standard Error:
[.8: ClientSetup: The exit code of the process (C:\Windows\system32\nslookup.exe) is: 0
[.8: ClientSetup: Set CD Fail reason 12 for SQM in ClientDeployment.exe
[.8: ClientSetup: RecordClientDeploymentFailReason: Save registry failed in ClientDeployment.exe : System.UnauthorizedAccessException: 无法写入到注册表项。
在 Microsoft.Win32.RegistryKey.EnsureWriteable()
在 Microsoft.Win32.RegistryKey.CreateSubKeyInternal(String subkey, RegistryKeyPermissionCheck permissionCheck, Object registrySecurityObj, RegistryOptions registryOptions)
在 Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck)
在 Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.Helper.RecordClientDeploymentFailReason(UInt32 failReason)
[.8: ClientSetup: Exiting JoinNetworkTask.Run
[.8: ClientSetup: Task with Id=ClientDeploy.JoinNetwork has TaskStatus=Failed
[.8: ClientSetup: Task with Id=ClientDeploy.JoinNetwork has RebootStatus=NoReboot
[.8: ClientSetup: Task with Id=ClientDeploy.JoinNetwork failed in the first time
[.8: ClientSetup: Task with Id=ClientDeploy.JoinNetwork will be rerun after 30 seconds...
[.4: ClientSetup: ComputerMgmt.FlushDnsCache starts
[.4: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing &C:\Windows\system32\ipconfig.exe& /flushdns
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Ouptput: Windows IP 配置
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Ouptput: 已成功刷新 DNS 解析缓存。
[.0: ClientSetup: Standard Ouptput:
[.0: ClientSetup: Standard Error:
[.0: ClientSetup: The exit code of the process (C:\Windows\system32\ipconfig.exe) is: 0
[.0: ClientSetup: Running Task with Id=ClientDeploy.JoinNetwork in 2nd iteration
[.0: ClientSetup: Entering JoinNetworkTask.Run
[.0: ClientSetup: Network Join Client to Server: ClientComputerName=GUANJIAN ServerName=SERVER
[.0: ClientSetup: Maximum amount of joined machines: 50
[.0: ClientSetup: Current amount of joined machines: 2
[.0: ClientSetup: Server already contains a computer joined with Client Machine Name
[.0: ClientSetup: Network Join has been forced
[.0: ClientSetup: Running Network Join
[.0: ClientSetup: Call MachineIdentity.GetCert
[.1: ClientSetup: JoinNetwork had errors: ErrorCatalog:InvaildCert ErrorCode:-1
BaseException: Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityException: MachineIdentityManager.GetCert ---& Microsoft.WindowsServerSolutions.Certificates.CertificatesException: GenerateCSR Exception
在 Microsoft.WindowsServerSolutions.Certificates.CertManaged.GenerateCSR(Int32 keyLen, String providerName, KeySpec keySpec, Boolean bMachine, String dN, Boolean bAuthCert, String sID, Boolean bKeyExportable)
在 Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityManager.GetCert(String serverName, String userName, String password, Boolean bForce)
--- 内部异常堆栈跟踪的结尾 ---
在 Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityManager.GetCert(String serverName, String userName, String password, Boolean bForce)
在 Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.JoinNetworkTask.Run(WizData data)
[.1: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing &C:\Windows\system32\ipconfig.exe&
[.7: ClientSetup: Standard Ouptput:
[.7: ClientSetup: Standard Ouptput: Windows IP 配置
[.7: ClientSetup: Standard Ouptput:
[.7: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . . : GUANJIAN
[.7: ClientSetup: Standard Ouptput:
主 DNS 后缀 . . . . . . . . . . . : LEEKOSTUDIO.local
[.3: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . : 混合
[.3: ClientSetup: Standard Ouptput:
IP 路由已启用 . . . . . . . . . . : 否
[.3: ClientSetup: Standard Ouptput:
WINS 代理已启用 . . . . . . . . . : 否
[.3: ClientSetup: Standard Ouptput:
DNS 后缀搜索列表
. . . . . . . . : LEEKOSTUDIO.local
[.3: ClientSetup: Standard Ouptput:
[.3: ClientSetup: Standard Ouptput: 以太网适配器 本地连接:
[.3: ClientSetup: Standard Ouptput:
[.3: ClientSetup: Standard Ouptput:
连接特定的 DNS 后缀 . . . . . . . :
[.3: ClientSetup: Standard Ouptput:
描述. . . . . . . . . . . . . . . : Realtek PCIe GBE Family Controller
[.3: ClientSetup: Standard Ouptput:
物理地址. . . . . . . . . . . . . : 94-DE-80-62-C4-97
[.3: ClientSetup: Standard Ouptput:
DHCP 已启用 . . . . . . . . . . . : 是
[.3: ClientSetup: Standard Ouptput:
自动配置已启用. . . . . . . . . . : 是
[.3: ClientSetup: Standard Ouptput:
本地链接 IPv6 地址. . . . . . . . : fe80::6462:4cfe:adb6:94be%11(首选)
[.3: ClientSetup: Standard Ouptput:
IPv4 地址 . . . . . . . . . . . . : 192.168.1.122(首选)
[.3: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . : 255.255.255.0
[.3: ClientSetup: Standard Ouptput:
获得租约的时间
. . . . . . . . . : 日 10:05:32
[.3: ClientSetup: Standard Ouptput:
租约过期的时间
. . . . . . . . . : 日 14:23:34
[.3: ClientSetup: Standard Ouptput:
默认网关. . . . . . . . . . . . . : 192.168.1.1
[.3: ClientSetup: Standard Ouptput:
DHCP 服务器 . . . . . . . . . . . : 192.168.1.1
[.3: ClientSetup: Standard Ouptput:
DHCPv6 IAID . . . . . . . . . . . :
[.3: ClientSetup: Standard Ouptput:
DHCPv6 客户端 DUID
. . . . . . . : 00-01-00-01-18-E4-A0-D7-94-DE-80-62-C4-97
[.3: ClientSetup: Standard Ouptput:
DNS 服务器
. . . . . . . . . . . : 192.168.1.119
[.3: ClientSetup: Standard Ouptput:
TCPIP 上的 NetBIOS
. . . . . . . : 已启用
[.3: ClientSetup: Standard Ouptput:
[.3: ClientSetup: Standard Ouptput: 隧道适配器 isatap.{BE2B07B9-41-2A38E583F636}:
[.3: ClientSetup: Standard Ouptput:
[.3: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . : 媒体已断开
[.3: ClientSetup: Standard Ouptput:
连接特定的 DNS 后缀 . . . . . . . :
[.3: ClientSetup: Standard Ouptput:
描述. . . . . . . . . . . . . . . : Microsoft ISATAP Adapter
[.3: ClientSetup: Standard Ouptput:
物理地址. . . . . . . . . . . . . : 00-00-00-00-00-00-00-E0
[.3: ClientSetup: Standard Ouptput:
DHCP 已启用 . . . . . . . . . . . : 否
[.3: ClientSetup: Standard Ouptput:
自动配置已启用. . . . . . . . . . : 是
[.3: ClientSetup: Standard Ouptput:
[.3: ClientSetup: Standard Ouptput: 隧道适配器 Teredo Tunneling Pseudo-Interface:
[.3: ClientSetup: Standard Ouptput:
[.3: ClientSetup: Standard Ouptput:
. . . . . . . . . . . . : 媒体已断开
[.3: ClientSetup: Standard Ouptput:
连接特定的 DNS 后缀 . . . . . . . :
[.3: ClientSetup: Standard Ouptput:
描述. . . . . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
[.3: ClientSetup: Standard Ouptput:
物理地址. . . . . . . . . . . . . : 00-00-00-00-00-00-00-E0
[.3: ClientSetup: Standard Ouptput:
DHCP 已启用 . . . . . . . . . . . : 否
[.3: ClientSetup: Standard Ouptput:
自动配置已启用. . . . . . . . . . : 是
[.3: ClientSetup: Standard Ouptput:
[.3: ClientSetup: Standard Error:
[.3: ClientSetup: The exit code of the process (C:\Windows\system32\ipconfig.exe) is: 0
[.3: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing &C:\Windows\system32\route.exe&
[.5: ClientSetup: Standard Ouptput: ===========================================================================
[.5: ClientSetup: Standard Ouptput: 接口列表
[.5: ClientSetup: Standard Ouptput:
11...94 de 80 62 c4 97 ......Realtek PCIe GBE Family Controller
[.5: ClientSetup: Standard Ouptput:
1...........................Software Loopback Interface 1
[.5: ClientSetup: Standard Ouptput:
12...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
[.5: ClientSetup: Standard Ouptput:
13...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
[.5: ClientSetup: Standard Ouptput: ===========================================================================
[.5: ClientSetup: Standard Ouptput:
[.5: ClientSetup: Standard Ouptput: IPv4 路由表
[.5: ClientSetup: Standard Ouptput: ===========================================================================
[.5: ClientSetup: Standard Ouptput: 活动路由:
[.5: ClientSetup: Standard Ouptput: 网络目标
[.5: ClientSetup: Standard Ouptput:
192.168.1.1
192.168.1.122
[.5: ClientSetup: Standard Ouptput:
[.5: ClientSetup: Standard Ouptput:
255.255.255.255
[.5: ClientSetup: Standard Ouptput:
127.255.255.255
255.255.255.255
[.5: ClientSetup: Standard Ouptput:
192.168.1.0
255.255.255.0
192.168.1.122
[.5: ClientSetup: Standard Error:
[.5: ClientSetup: Standard Ouptput:
192.168.1.122
255.255.255.255
192.168.1.122
[.5: ClientSetup: Standard Ouptput:
192.168.1.255
255.255.255.255
192.168.1.122
[.5: ClientSetup: Standard Ouptput:
[.5: ClientSetup: Standard Ouptput:
192.168.1.122
[.5: ClientSetup: Standard Ouptput:
255.255.255.255
255.255.255.255
[.5: ClientSetup: The exit code of the process (C:\Windows\system32\route.exe) is: 0
[.5: ClientSetup: Standard Ouptput:
255.255.255.255
255.255.255.255
192.168.1.122
[.5: ClientSetup: Standard Ouptput: ===========================================================================
[.5: ClientSetup: Standard Ouptput: 永久路由:
[.5: ClientSetup: ProcessHelper.StartProcessWithRedirectOutput() Executing &C:\Windows\system32\nslookup.exe& SERVER
[.5: ClientSetup: Standard Ouptput:
[.5: ClientSetup: Standard Ouptput:
[.5: ClientSetup: Standard Ouptput: IPv6 路由表
[.5: ClientSetup: Standard Ouptput: ===========================================================================
[.5: ClientSetup: Standard Ouptput: 活动路由:
[.5: ClientSetup: Standard Ouptput:
如果跃点数网络目标
[.5: ClientSetup: Standard Ouptput:
306 ::1/128
[.5: ClientSetup: Standard Ouptput:
276 fe80::/64
[.5: ClientSetup: Standard Ouptput:
276 fe80::6462:4cfe:adb6:94be/128
[.5: ClientSetup: Standard Ouptput:
[.5: ClientSetup: Standard Ouptput:
306 ff00::/8
[.5: ClientSetup: Standard Ouptput:
276 ff00::/8
[.5: ClientSetup: Standard Ouptput: ===========================================================================
[.5: ClientSetup: Standard Ouptput: 永久路由:
[.5: ClientSetup: Standard Ouptput:
[.5: ClientSetup: Standard Ouptput:
[.1: ClientSetup: Standard Ouptput: 服务器:
[.1: ClientSetup: Standard Ouptput: Address:
192.168.1.119
[.1: ClientSetup: Standard Ouptput:
[.1: ClientSetup: Standard Ouptput: 名称:
SERVER.LEEKOSTUDIO.local
[.1: ClientSetup: Standard Ouptput: Address:
192.168.1.119
[.1: ClientSetup: Standard Ouptput:
[.1: ClientSetup: Standard Error:
[.1: ClientSetup: Standard Ouptput:
[.1: ClientSetup: The exit code of the process (C:\Windows\system32\nslookup.exe) is: 0
[.1: ClientSetup: Set CD Fail reason 12 for SQM in ClientDeployment.exe
[.1: ClientSetup: RecordClientDeploymentFailReason: Save registry failed in ClientDeployment.exe : System.UnauthorizedAccessException: 无法写入到注册表项。
在 Microsoft.Win32.RegistryKey.EnsureWriteable()
在 Microsoft.Win32.RegistryKey.CreateSubKeyInternal(String subkey, RegistryKeyPermissionCheck permissionCheck, Object registrySecurityObj, RegistryOptions registryOptions)
在 Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck)
在 Microsoft.WindowsServerSolutions.ClientSetup.ClientDeploy.Helper.RecordClientDeploymentFailReason(UInt32 failReason)
[.1: ClientSetup: Exiting JoinNetworkTask.Run
[.1: ClientSetup: Task with Id=ClientDeploy.JoinNetwork has TaskStatus=Failed
[.1: ClientSetup: Task with Id=ClientDeploy.JoinNetwork has RebootStatus=NoReboot
[.1: ClientSetup: Task with Id=ClientDeploy.JoinNetwork still failed in the 2nd iteration
[.1: ClientSetup: Exting ConnectorWizardForm.RunTasks
[.7: ClientSetup: JoinNetwork Tasks returned TaskStatus=Failed
从最开始出现的错误信息来看,我还是希望你能再次确认下客户端计算机和服务器的日期和时间是否同步(确认time zone等)。同时,确认下语言和地区设置是否一致。
从你给出的ClientDeploy log分析,应该是证书失效问题。你是否在server上修改过证书模版权限?请按照下面步骤检查下相关设置。
1.在server端,使用Certificate Authority(管理员工具),展开Server,找到Certificate
Templates。
2.右击Certificate Templates,选择Manage。
3.在模版显示名称字段找到Computer,进入Properties选项。检查在Security下面你设置的相关属性。
此外,有一个和你出现的错误相似的问题,可以供你参考。在这个相似的问题中,你可以参考下William C Bonner找到的方法。需要提醒的是,这是个英文版相似的问题。
This computer is unable to establish a trust relationship with the server.
希望这些对你有帮助。
已标记为答案
Microsoft 正在进行一项网上调查,以了解您对 Technet 网站的意见。如果您选择参加,我们将会在您离开 Technet 网站时向您显示该网上调查。是否要参加?
<input type="hidden" id="hdnTrackerText" value="请不要关闭此窗口。谢谢!完成访问时,调查将显示在此处,所以请不要关闭此窗口。" />
不是 IT 专业人员?}

我要回帖

更多关于 怎么服务器 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信