- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
在我的虚拟 CentOS Linux 版本 7.3.1611 上配置 Bacula 服务器以执行基本的本地备份工作时,我试图保持理智。
我在 conf 文件中准备了我认为必要的所有配置,并相应地准备了 mysql 数据库。
当我想开始一项工作(目前是本地备份)时,我在 bconsole 中输入以下命令:
*Connecting to Director 127.0.0.1:9101
1000 OK: bacula-dir Version: 5.2.13 (19 February 2013)
Enter a period to cancel a command.
*label
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
Automatically selected Storage: File
Enter new Volume name: MyVolume
Defined Pools:
1: Default
2: File
3: Scratch
Select the Pool (1-3): 2
返回
Connecting to Storage daemon File at 127.0.0.1:9101 ...
Failed to connect to Storage daemon.
Do not forget to mount the drive!!!
You have messages.
消息在哪里:
12-Sep 12:05 bacula-dir JobId 0: Fatal error: authenticate.c:120 Director unable to authenticate with Storage daemon at "127.0.0.1:9101". Possible causes:
Passwords or names not the same or
Maximum Concurrent Jobs exceeded on the SD or
SD networking messed up (restart daemon).
Please see http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION00260000000000000000 for help.
我对所有 conf 文件的完整性以及名称和密码进行了双重和三次检查。我不知道在哪里进一步寻找错误。
我很乐意发布 conf 文件的任何部分,但如果没有必要,我不想立即解决这个问题。谢谢你的任何提示。
最佳答案
它可能会帮助某个时候和我犯过同样错误的人:
在翻阅手册页后,我发现这是我自己的错误。我已经(出于我不记得很清楚的原因,我想之前解决另一个问题)将所有端口设置为 9101 - 用于 director、file-daemon 和 storage daemon。
所以我假设 bacula 组件一定已经阻止了彼此在端口 9101 上的通信。根据手册重置默认端口(如 9102、9103)后,它起作用了,我现在可以在本地备份了。
关于linux - Bacula - Director 无法通过存储守护程序进行身份验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46173695/
我想使用 Bacula 安装/配置备份服务器。 我已经在 Bacula Tutorial 现在我尝试启动 bacular director (bacula-dir) 但没有任何 react 。 在 D
它目前是 700MB,但可以想象它会超过 1GB。通常我只是将这个文件复制到另一个位置(好奇的是,它是一个 Zope 实例的数据库, ZODB 文件)。 这个文件每天变化很小,但我知道 Bacula
在我的虚拟 CentOS Linux 版本 7.3.1611 上配置 Bacula 服务器以执行基本的本地备份工作时,我试图保持理智。 我在 conf 文件中准备了我认为必要的所有配置,并相应地准备了
我对这个 shell 脚本和 bacula 很陌生。我想创建一个脚本来使用 bacula 安排备份? 怎么做? 任何潜在客户表示赞赏? 谢谢。 最佳答案 如果您要管理自己的 Linux 系统,请学习
我正在使用 bacula 创建一个基于云的解决方案来备份我们所有的服务器。我们有很多本地服务器,还有一些服务器在 AWS 和 OPENCLOUD 等云上。我看到备份的传输速率非常低(我说的是 400k
我最近在 digital ocean 的 Centos7 Cloud HaaS 上安装了 Bacula。但是,所有测试和步骤都正确完成,问题是当我尝试使用以下命令连接到 bacula 的控制台时: s
我正在使用 centOS-7 机, bacula 社区版 11.0.5 和 PostgreSql 数据库 Bacula 用于进行完全和增量备份 我按照下面的文档链接将备份存储在 Amazon S3 存
我是一名优秀的程序员,十分优秀!