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
    • 最新
    • 标签
主页 / server / 问题

问题[osx-snow-leopard](server)

Martin Hope
smokris
Asked: 2012-07-04 09:18:56 +0800 CST

尝试在 Workgroup Manager 中禁用用户时出现“eDSAuthFailed 类型错误 (-14090)”

  • 0

在 Mac OS Server 10.6 中,当我选择一个用户帐户时,取消选中“访问帐户”复选框,然后单击“保存”,我收到以下错误消息:

Error of type eDSAuthFailed (-14090) on line 3912 of /SourceCache/WorkgroupManager/WorkgroupManager-361.3.1/Plugins/UserAccounts/UserAdvancedPluginView.mm

我尝试过的所有用户帐户都会发生这种情况。我能够更改其他属性(例如,密码);我只是无法禁用帐户。

有关如何解决此问题或解决此问题以禁用用户帐户的任何想法?

已经尝试过

  • changeip -checkhostname说“名字匹配。没有什么可以改变的。”
mac-osx-server osx-snow-leopard
  • 2 个回答
  • 2019 Views
Martin Hope
kwek-kwek
Asked: 2010-04-08 06:25:16 +0800 CST

在 10.6.3 上更新后,无权在 SMB 挂载的卷上写入

  • 0

在 10.6.3 更新后,我突然无权通过 SMB 写入已安装的卷。我之前没有遇到任何问题,Windows Server 上的权限也没有任何变化。我可以从卷中读取和复制文件,但不能将文件复制到那里。Mac OS 说我没有权利。有什么提示吗??

服务器是 CentOS。

centos mac-osx apple osx-snow-leopard
  • 1 个回答
  • 133 Views
Martin Hope
Ole Media
Asked: 2010-04-07 13:07:54 +0800 CST

雪豹上的 Mysql 错误 2002 (HY000)

  • 1

我的老板将我的电脑更新为 Snow Leopard,更新后我们遇到了挫折并删除了一些文件/文件夹,从那以后只是一个又一个的噩梦。我终于找回了东西,但我仍然遇到 MySQL 问题。这就是我所做的:

  1. 删除了所有 mysql 文件/文件夹
  2. 下载并安装包 mysql-5.1.45-osx10.6-x86_64.dmg
  3. 安装了启动项和首选项面板

在上面之后,我尝试从首选项面板启动 MySQL 没有运气,并从终端运行以下命令

/usr/local/mysql/bin/mysql

我得到以下结果

ERROR 2002 (HY000): 无法通过套接字 '/tmp/mysql.sock' 连接到本地 MySQL 服务器 (2)

我查看了其他一些帖子以寻找可能的解决方案,但它们并不完全适合我的问题,所以我找不到解决方案。

我对这一切都很陌生,您的帮助将不胜感激。

mysql osx-snow-leopard
  • 3 个回答
  • 468 Views
Martin Hope
user38316
Asked: 2010-03-21 11:51:49 +0800 CST

无法从运行 gitosis 的雪豹服务器本地克隆 gitosis-admin.git

  • 0

我已经按照此处所述安装了 gitosis:http: //gist.github.com/264304

我必须调整的一件事是授予我的 git 用户使用 ssh 的权限(我通过服务器管理员 -> 访问 -> ssh 并添加了“git”用户)。

当我以 git 用户身份从本地计算机 (mac osx) 进行 ssh 时,我收到以下响应:

PTY allocation request failed on channel 0
bash: gitosis-serve: command not found
                                      Connection to 10.0.0.108 closed.

我认为这是正常的,因为在 Pro GIT 中,作者说如果你尝试使用你的 git 用户 ssh 到服务器,你应该得到这样的东西:

PTY allocation request failed on channel 0
fatal: unrecognized command 'gitosis-serve schacon@quaternion'
  Connection to gitserver closed.

到目前为止一切顺利,我想?现在,当我尝试使用以下命令克隆我的 gitosis-admin.git 存储库时:

$git clone [email protected]:gitosis-admin.git

我明白了:

Initialized empty Git repository in /Users/joggink/gitosis-admin/.git/
bash: gitosis-serve: command not found
fatal: The remote end hung up unexpectedly

所以在做了一些搜索之后,我在 serverfault 上找到了一个答案,声称我应该使用 ssh:// 作为我的 git clone 的协议(我认为这是默认的 git 协议?)但是,当我尝试时:

$git clone ssh://[email protected]:gitosis-admin.git

这是回应:

The authenticity of host ' (::1)' can't be established.
RSA key fingerprint is 80:4d:77:c7:78:cb:c9:42:e3:82:06:7c:fe:c0:08:ce.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '' (RSA) to the list of known hosts.
Password:
Password:
Password:
Permission denied (publickey,keyboard-interactive).
fatal: The remote end hung up unexpectedly

当我输入自己的密码时(因为我的 git 用户没有密码),我收到以下错误:

The authenticity of host ' (::1)' can't be established.
RSA key fingerprint is 80:4d:77:c7:78:cb:c9:42:e3:82:06:7c:fe:c0:08:ce.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '' (RSA) to the list of known hosts.
Password:
bash: git-upload-pack: command not found
fatal: The remote end hung up unexpectedly

我添加了我的上传包位置,如下所示:

$git clone -u /usr/local/git/bin/git-upload-pack ssh://[email protected]:gitosis-admin.git

我收到 gitosis-admin.git 不是 git repo 的错误...

Initialized empty Git repository in /Users/joggink/gitosis-admin/.git/
The authenticity of host ' (::1)' can't be established.
RSA key fingerprint is 80:4d:77:c7:78:cb:c9:42:e3:82:06:7c:fe:c0:08:ce.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '' (RSA) to the list of known hosts.
Password:
fatal: '[email protected]:gitosis-admin.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

我一直在寻找一个近一周的解决方案,我在互联网上找到的每个主题都没有结果......

git osx-snow-leopard
  • 3 个回答
  • 10431 Views
Martin Hope
Alasdair Allan
Asked: 2010-03-06 08:02:09 +0800 CST

Apple Xserve 和 Mac OS X Server Snow Leopard (10.6) 上的故障转移或负载平衡配置

  • 1

我目前正在安装一些运行 Mac OS X Server (10.6) 的 Apple Xserve 盒子。在戳了一会儿之后,我找不到任何明显的方法或文档告诉我如何在故障转移或负载平衡配置中设置 2 个以太网端口。

似乎有一种明显的方法可以进行链路聚合,但没有故障转移或负载平衡?如果我启用具有相同(手动配置)IP 地址的两个端口,默认配置是什么?

mac-osx-server load-balancing ethernet failover osx-snow-leopard
  • 1 个回答
  • 2411 Views
Martin Hope
Alasdair Allan
Asked: 2010-03-06 07:36:43 +0800 CST

Mac OS X Server Snow Leopard (10.6) 下的邮件服务器设置

  • 2

我目前正在设置一些运行 Mac OS X Server Snow Leopard 的新 Xserve 机器。其中一台机器将替换我们当前(老化的)Linux 邮件服务器。

Linux 机器正在运行 Dovecot 的(旧)版本,当然 OS X Server 也在运行 Dovecot。然而,Linux 版本已经被戳穿并被鼓励使用 mbox 格式,而 OS X 当然想要使用 maildir 格式。这不是一个真正的问题,我希望mb2md.pl会为我处理这个......

...但是,我正在使用通过 Open Directory 进行身份验证的用户运行此框,并将 MailStore 从其默认位置移动到 RAID 分区。用户在这台机器上没有主目录,而且我对提供对联网主目录的访问权犹豫不决,因为如果文件服务器出现故障并且人们仍然可以收到他们的邮件,我宁愿这个框保持不变。

但是,从阅读 Dovecot 文档看来,我必须为我的邮件服务器提供某种“主目录”(如果没有其他地方可以放置.forward文件)。

有没有一种公认的方式来解决这个问题?我发现很少有关于 OS X 如何通过服务器管理工​​具管理 Dovecot 的文档,而且我真的更喜欢通过 GUI 进行配置。在命令行上处理 Mac 是完全可行的,但并不是最优的。

注释?任何人?

mac-osx-server email opendirectory dovecot osx-snow-leopard
  • 1 个回答
  • 1608 Views
Martin Hope
Gary Richardson
Asked: 2010-03-04 08:35:43 +0800 CST

雪豹 NFS 服务器和 no_root_squash

  • 3

我想将 NFS 共享从我的 Mac 导出到 linux VMware,但我遇到了导出问题。

当我导出为:

/Users/garyrichardson/leap/nfs -rw 172.16.180.130

Macintosh-3:~ garyrichardson$ showmount -e
Exports list on localhost:
/Users/garyrichardson/leap/nfs      172.16.180.130

但是,如果我尝试使用no_root_squash,则安装不会出现:

/Users/garyrichardson/leap/nfs -rw 172.16.180.130(no_root_squash)

Macintosh-3:~ garyrichardson$ showmount -e
Exports list on localhost:

我使用了错误的语法吗?雪豹下不支持no_root_squash吗?

nfs mac-osx osx-snow-leopard
  • 1 个回答
  • 4164 Views
Martin Hope
Mica
Asked: 2010-02-28 14:05:13 +0800 CST

Snow Leopard 客户端到 Debian 上的 gitosis 服务器的 SSH_ORIGINAL_ENVIRONMENT 错误

  • 1

我有一台在 Debian Lenny 上运行 gitosis(从包管理器安装)的服务器。我可以从我的 linux mint 笔记本电脑上执行所有操作,但是从我的 Mac 上运行最新的 Snow Leopard 会给我以下错误:

mica@waste Desktop$ git clone [email protected]:Poems.git
Initialized empty Git repository in /Users/micas/Desktop/Poems/.git/
ERROR:gitosis.serve.main:Repository read access denied
fatal: The remote end hung up unexpectedly
mica@waste Desktop$ ssh -v [email protected]
OpenSSH_5.2p1, OpenSSL 0.9.8l 5 Nov 2009
debug1: Reading configuration data /etc/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.0.156 [192.168.0.156] port 22.
debug1: Connection established.
debug1: identity file /Users/micas/.ssh/identity type -1
debug1: identity file /Users/micas/.ssh/id_rsa type 1
debug1: identity file /Users/micas/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5
debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '192.168.0.156' is known and matches the RSA host key.
debug1: Found key in /Users/mica/.ssh/known_hosts:5
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /Users/mica/.ssh/id_rsa
debug1: Remote: Forced command: gitosis-serve mica@waste
debug1: Remote: Port forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: Pty allocation disabled.
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug1: Remote: Forced command: gitosis-serve micas@waste
debug1: Remote: Port forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: Pty allocation disabled.
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug1: Requesting authentication agent forwarding.
PTY allocation request failed on channel 0
ERROR:gitosis.serve.main:Need SSH_ORIGINAL_COMMAND in environment.
                                                                  debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
debug1: channel 0: free: client-session, nchannels 1
Connection to 192.168.0.156 closed.
Transferred: sent 2544, received 2888 bytes, in 0.1 seconds
Bytes per second: sent 29642.1, received 33650.3
debug1: Exit status 1

对错误的广泛谷歌搜索没有返回太多——我按照http://www.schmidp.com/2009/06/23/enable-ssh-agent-key-forwarding在我的 Mac 上更改了 /etc/sshd_config 文件-对雪豹/。我仍然得到同样的错误。

debian git osx-snow-leopard
  • 1 个回答
  • 1867 Views
Martin Hope
snk
Asked: 2010-02-25 09:13:20 +0800 CST

如何强制 iCal 服务器只允许 SSL 连接?

  • 1

我有一个运行 iCal 服务的 OS X 10.6 服务器。当绑定到 Open Directory 的计算机上的用户打开他们的 iCal 客户端时,它会自动在端口 8008 上配置他们与 iCal 服务器的连接,即使用户已经在端口 8443 上手动添加了使用 SSL 的日历,这会导致用户拥有重复的日历。

有没有办法关闭非 SSL 连接的 iCal 访问,或者至少关闭 Open Directory 域中客户端的自动配置?

mac-osx ssl opendirectory osx-snow-leopard ical
  • 2 个回答
  • 704 Views
Martin Hope
Ira Cooke
Asked: 2010-02-23 20:51:07 +0800 CST

使用路径运行时,二进制文件不会执行。例如 >./program 不会工作,但 >program 工作正常

  • 2

我正在尝试运行的二进制文件出现一些奇怪的行为。我使用的是 Mac OSX 雪豹,而二进制文件本身是 labkey 软件的一部分 .. 从源代码构建。

如果我尝试使用绝对路径运行文件,它将无法工作.. 失败并出现类似的错误

-bash /Users/me/Sources/labkey/build/bin/program:无法执行二进制文件

但是,如果我更改到目录 /Users/me/Sources/labkey/build/bin/program 并仅通过键入其名称来运行二进制文件,它就可以正常工作。

我已经探索了许多关于执行文件的排列。

从目录 /Users/me/Sources/labkey/external/osx/bin/program 如果我尝试使用运行

。/程序

我收到上面的错误,但如果我使用

程序

我没有收到错误。

关于可能出现问题的任何想法?

感谢您提供更多信息的答案;文件 ./program 的输出是;

./Program:ELF 64 位 LSB 可执行文件,x86-64,版本 1 (SYSV),动态链接(使用共享库),用于 GNU/Linux 2.6.4,未剥离

“哪个程序”的输出;

用户/我/来源/labkey/build/bin/program

bash freebsd osx-snow-leopard
  • 1 个回答
  • 1041 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