Tag: 桑巴

什么cifs_mount失败W /返回代码= -22表示

我在尝试 sudo mount -t cifs //<server>/<share> -o username=user@domain,password=**** /mnt/<mountpoint> 错误信息: mount: wrong fs type, bad option, bad superblock on //server/share, missing codepage or other error In some cases useful info is found in syslog – try dmesg | tail or so syslog有 CIFS VFS: cifs_mount failed w/return code = -22 我能够在另一个centos系统上安装相同的份额。 我可以ping服务器,挂载点目录已经创build。

在编辑文件时为Samba共享保留文件权限

我使用的代码库从Git仓库检出到我的Linux机器上。 由于我们的生产代码是编写在Linux上部署的,所以我在Linux机器上进行了所有testing,但是喜欢使用Windows进行日常使用,包括代码编辑/创作。 为此,我创build了一个Samba共享文件夹(我的home文件夹),在这里我检出代码,如下所示: [wgrover] path = /home/wgrover available = yes valid users = wgrover read only = no browsable = yes public = yes writable = yes 但是,当我在Windows \\linux-box\wgrover从samba共享\\linux-box\wgrover编辑文件时, \\linux-box\wgrover 的文件权限不断更改为755即使它在编辑之前为644 。 这不断显示在我这个git diff : diff –git a/debian/maggie.nginx.conf b/debian/maggie.nginx.conf old mode 100644 new mode 100755 index 7cda506..7eab574 可以在smb.conf中设置一个create mask ,但也不会“保留”原始文件的权限。 我可以通过在.gitconfig设置fileMode = false来忽略git中的文件模式更改,但也忽略了这个问题。 有没有办法保留从Linux修改文件的权限?

meteor:意外的芒戈退出代码100

我刚刚在我的CentOS版本6.3(Final)服务器(Linux版本2.6.32-279.19.1.el6.i686(mockbuild@c6b8.bsys.dev.centos.org))上安装了Meteor 0.5.9版本(45fef52095)(gcc版本4.4.6 20120305(Red Hat 4.4.6-4)(GCC))#1 SMP Wed Dec 19 04:30:58 UTC 2012) 我有一个samba共享到一个Windows SBS服务器挂载为/ mnt / apshared在apache用户下。 我在这个名为“webmeteor”里面创build了一个目录。 我在“webmeteor”目录下创build了一个名为“myapp”的应用程序,所以我的目录如下所示:/ mnt / apshared / webmeteor / myapp。 我以root身份login。 当我尝试使用meteor命令运行应用程序时,出现以下错误消息: Unexpected mongo exit code 100. Restarting. Unexpected mongo exit code 100. Restarting. Unexpected mongo exit code 100. Restarting. Can't start mongod MongoDB had an unspecified uncaught exception. […]