我正试图升级我在ubuntu16.04中的软件包。但它在samba库中显示错误,表示哈希不匹配。甚至我也试过使用--try-fix-missing,但这没有帮助。
📷
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
linux-head
我的samba库似乎缺失了,尽管我知道所有的东西都是最新的。我在运行Kubuntu 20.10。
这是终端输出:
priz@prizmatic:~$ sudo apt install samba-libs -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
samba-libs is already the newest version (2:4.12.5+dfsg-3ubuntu4.1).
samba-libs set to manually in
最近,我打开了一个具有相同标题的线程这里,它建议我清除桑巴并根据这个论坛上发布的一个老问题重新安装它。
当我清除samba时,我认为所有的事情都是固定的,因为我已经不再容易得到错误,但是,当我刚刚意识到我的gnome-control-center正在使用坏掉的SAMBA库时,我意识到问题仍然存在。
~ ❯❯❯ gnome-control-center
gnome-control-center: error while loading shared libraries: libaesni-intel.so.0: cannot open shared object file: No su
我正在CentOS 8上测试Samba4AD(测试环境)。首先,由于我已经安装了这个链接https://wiki.samba.org/index.php/Package_依赖关系_必填项_至_构建_桑巴中“手动维护的特定于发行版的软件包列表”部分中列出的软件包,所以第一次尝试使用了4.13.5版本,没有cups支持。我是我的错误,但在手动安装软件包后,它是成功的。
几个小时后,我意识到我忘记了cups支持,所以我已经安装了cups+其他软件包,并再次运行./configure && make && make install。一切看起来都很好,域名仍然有效。
昨天
我有一台运行Debian 9的机器,我在其中安装了samba。我正在尝试将debian用户凭据与samba用户凭据同步。
我的smb.conf是:
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = debian
security = user
dns proxy = no
log level = 3
server role = standalone server
passdb backend = tdbsam
obey pam restrict
我一直在https://www.vulnhub.com/entry/kioptrix-level-1-1,22/上尝试kioptrix级别-1的练习,并想知道为什么smbclient不能识别Samba版本?
smbclient版本4.11.5-Debian
wolf@linux:~$ smbclient -V
Version 4.11.5-Debian
wolf@linux:~$
例如:
wolf@linux:~$ smbclient -L 10.10.10.10
Server does not support EXTENDED_SECURITY but 'client use s
我正在寻找一种方法来设置使用Samba进行文件共享的Linux服务器(运行Ubuntu Server),以及托管Windows虚拟机(在本例中,Windows Small Business Server 2003,而后者又不使用SQL Server Express - Exchange )。
我希望Linux服务器通过Samba为文件提供服务,并承载虚拟机。这显然排除了ESXi的可能性,因为它不能同时执行Samba。给出合理速度的下一个最佳解决方案是什么?VMwareServer2.0,VirtualBox,Xen?
将有10-15个用户访问Samba共享和shares虚拟机。
哑光
我已经将SLES 15 sp 2服务器与Windows2019 ad服务器集成在一起,我可以在Linux systems.However中使用AD用户id登录,uid/gid没有反映出ad.We设置了uid(例如: uid- > 8000 )、gid、登录shell和ad user/group属性级别的用户主目录。这是smb.conf文件
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples