最近,我打开了一个具有相同标题的线程这里,它建议我清除桑巴并根据这个论坛上发布的一个老问题重新安装它。
当我清除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
我的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
我正试图升级我在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
有人能为我指出正确的方向吗?我应该怎么做才能从windows网络(带有域)平linux服务器?
我搜索了谷歌,发现了几个不同的信息,它似乎是不一致和最新的。我读过NetBIOS不是这么做的方法。如果我不能访问公司的路由器,我应该如何做,所以这不是一种选择。
我尝试用以下配置使用samba:
workgroup = us.mycompany.com #this is the domain name
server string = Samba Server Version %v
netbios name = zeus
然而,我仍然不能从windows计算机上平移linu
我不擅长英语,对此我很抱歉。现在,有一个关于我何时用GDB调试samba的问题。
# gdb /usr/local/samba/sbin/smbd
GNU gdb Red Hat Linux (5.2.1-4)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it
我想要创建一个脚本来安装我的raspberry pi上的所有东西(在重新安装之后或在另一个pi上,但这通常是linux问题)。我将命令逐个写入脚本中,但当我安装samba sudo apt-get install samba -y时,将打开以下问题并等待答复:
Samba server and utilities
If your computer gets IP address information from a DHCP server on the network,
the DHCP server may also provide information about WINS serve
linux域成员服务器的nmbd日志中充满了如下行:
query_name_response: Multiple (2) responses received for a query on subnet 192.168.1.54 for name ADOMAIN<1d>.
This response was from IP 192.168.1.19, reporting an IP address of 192.168.1.19.
其中:
192.168.1.54是成员服务器的IP
192.168.1.19是PDC的IP
ADOMAIN是SAMBA NT样式的域。
这些线条每5分钟