AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-144440

Chris Watts's questions

Martin Hope
Chris Watts
Asked: 2017-02-07 05:26:47 +0800 CST

间歇性 Kerberos 失败:GSSAPI 身份验证初始化失败

  • 2

当使用MIT Kerberos Ticket Manager和PuTTY 0.65 和WinSCP 5.9.3 时,我有时无法连接到我正在登录的服务器。PuTTY 将使用No supported authentication methods available (server sent: )或No supported authentication methods available (server sent: publickey,gssapi-keyex,gssapi-with-mic)

如果我在记住首先获得票之前尝试连接到服务器,这似乎最常发生。拿到票后,我每次尝试都会遇到同样的错误。它有时会在大约一个小时后自行解决。

与身份验证服务器和我尝试连接的服务器的连接通过 VPN 运行。

使用Cygwin +时我没有遇到任何问题kinit。

这是我的日志:

. 2017-01-28 14:04:38.979 Server offered these authentication methods: publickey,gssapi-keyex,gssapi-with-mic
. 2017-01-28 14:04:38.980 Using SSPI from SECUR32.DLL
. 2017-01-28 14:04:38.980 Attempting GSSAPI authentication
. 2017-01-28 14:04:39.008 GSSAPI authentication initialisation failed
. 2017-01-28 14:04:39.008 No authority could be contacted for authentication.The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure.
. 2017-01-28 14:04:39.008 Disconnected: No supported authentication methods available (server sent: )
* 2017-01-28 14:04:39.060 (EFatal) Disconnected: No supported authentication methods available (server sent: )
domain-name-system ssh kerberos gssapi
  • 1 个回答
  • 1415 Views
Martin Hope
Chris Watts
Asked: 2013-12-01 14:53:36 +0800 CST

守护程序功能在 CentOS 6.4 中不起作用

  • 8

我正在尝试在不同的用户下守护进程。

在我的 init.d 中,我有一个看起来有点像这样的服务:

...
start() {
    echo "Starting mydaemon..."
    daemon --user someuser --name mydaemon mycommand
}
...

(这里的整个脚本:http: //pastebin.com/bvpnsHgn)

但是,我得到的只是daemon: command not found.

我检查了它daemon()是在 中声明的/etc/init.d/functions,但我似乎仍然无法使用它。

我该如何解决这个问题?

centos
  • 2 个回答
  • 19386 Views
Martin Hope
Chris Watts
Asked: 2012-11-08 05:48:38 +0800 CST

不确定我的 git 存储库在哪里存储文件

  • 3

我制作了一个远程 git 存储库

mkdir /var/www/html/myproject.git
chmod 0770 /var/www/html/myproject.git
ln -s /var/www/html/myproject.git myproject.git
cd myproject.git
git --bare init

并成功连接到它并在我自己的机器上克隆它

git clone [email protected]:myproject.git

然后上传一些文件到它

git push

再次尝试时显示存储库已经是最新的。

但是,我在远程服务器上环顾四周,实际上找不到 git 存储这些文件的位置!它不在/var/www/html/nor中/home/git,我唯一设法找到的是 HEAD 文件,其中包含我在/var/www/html/myproject.git/refs/heads/master. (所以我知道推动有效)

这些文件可能在哪里?

git
  • 1 个回答
  • 3904 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve