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 / 问题

问题[satellite](server)

Martin Hope
datakid
Asked: 2016-08-30 20:08:26 +0800 CST

Centos 7 上的工头:如何列出安装了 Package X 的主机

  • 0

我们非常努力地安装和喜爱 Spacewalk,但没有成功。所以我们搬到了卫星 6,它在 Centos 7 上是工头/卡特洛/纸浆/烛台组合。

一切都很好,我们正在使用它来部署、更新和安装包。

我找不到的一件事是如何获取安装了包 X 的主机列表。(在这种情况下,postgresql-server)

有可能,我只是没有找到它,还是我要求太多?

centos7 satellite foreman
  • 2 个回答
  • 761 Views
Martin Hope
shearn89
Asked: 2016-05-13 07:34:48 +0800 CST

Katello 订阅管理器:错误的 Yum 回购 URL?

  • 1

我正在使用 RH Satellite 6,并且已经构建了一个 katello 胶囊。我已经将一个非常具体的环境/内容视图同步到了胶囊。

我正在尝试从胶囊中构建一个节点以进行测试,它似乎在一开始就拉低了一些错误并且拒绝自行修复!

有用的输出:

[root@captest ~]# subscription-manager environments --org=MYORG --username=admin
+-------------------------------------------+
          Environments
+-------------------------------------------+
Name:        VALIDATION/VALIDATION
Description:

Name:        VAGRANT/VALIDATION
Description:

Name:        Library/VALIDATION
Description:

Name:        POC/RHEL7
Description:

Name:        Library/RHEL7
Description:

Name:        POC/RHEL6
Description:

Name:        Library/RHEL6
Description:

Name:        Library
Description:

我想要的是VALIDATION/VALIDATION,它与胶囊同步。

然而:

[root@captest ~]# subscription-manager repos

+----------------------------------------------------------+
    Available Repositories in /etc/yum.repos.d/redhat.repo
+----------------------------------------------------------+
Repo ID:   rhel-7-server-optional-rpms
Repo Name: Red Hat Enterprise Linux 7 Server - Optional (RPMs)
Repo URL:  https://capsule-core-1.intranet.net/pulp/repos/MYORG/POC/RHEL7/content/dist/rhel/server/7/$releasever/$bas
           earch/optional/os
Enabled:   0

...这似乎正在使用 POC/RHEL7 环境。

有任何想法吗?我确定我已经尝试过重建节点并检查环境,但我很乐意再试一次。

yum satellite katello
  • 1 个回答
  • 1171 Views
Martin Hope
bdeetz
Asked: 2012-05-25 19:22:57 +0800 CST

移动卫星互联网上的 RDP

  • 1

我计划去一个不允许我使用手机或互联网服务的目的地度假。我在我的组织中发挥着重要作用,因此在紧急情况下,我的可用性非常重要。因此,我正在考虑为一周租用 BGAN 卫星。就像这个 ( http://allroadsat.com/inmarsat-satellite-internet )

有没有人在那里做过这个?我正在寻找一些帮助来确定带宽要求。我想计划通过 IPSEC 隧道使用 RDP 连接使用 4 小时。

我在想 50MB 可能会减少一点。你们有什么感想?

mobile-devices rdp bandwidth satellite
  • 2 个回答
  • 931 Views
Martin Hope
Jason Champion
Asked: 2009-05-20 05:48:53 +0800 CST

如何在 Ubuntu 上配置 Exim4 以使用 Google Apps 发送邮件?

  • 1

我有一个 Ubuntu VPS,它使用 exim4 作为卫星电子邮件服务器,设置为通过 Google Apps 发送邮件。

原本要发送到由 Google 托管的地址的邮件会被递送。这意味着“联系我们”网络表单之类的东西可以正常工作,因为它会发送到托管在 Google Apps 上的域。

来自 Google 网络界面的传入和传出电子邮件工作正常,所有 MX 记录似乎都井井有条。

但是,出于某种原因,将外发电子邮件从服务器发送到非 Google 托管的地址(如 ASPMX.L.GOOGLE.COM 不知道的地址)。

这是我得到的 exim4 日志消息:

2009-05-19 13:25:54 1M6PKM-0008UQ-KL <= [email protected] U=user P=local S=1129
2009-05-19 13:25:58 1M6PKM-0008UQ-KL ** [email protected] R=smarthost T=remote_smtp_smarthost: SMTP error from remote mail server after RCPT TO:<[email protected]>: host gmail-smtp-in.l.google.com [209.85.217.49]: 550-5.1.1 The email account that you tried to reach does not exist. Please try\n550-5.1.1 double-checking the recipient's email address for typos or\n550-5.1.1 unnecessary spaces. Learn more at\n550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 1si10609358gxk.44
2009-05-19 13:25:58 1M6PKQ-0008UU-Bh <= <> R=1M6PKM-0008UQ-KL U=Debian-exim P=local S=2354
2009-05-19 13:25:58 1M6PKM-0008UQ-KL Completed

是否有一些我可能错过的设置,无论是在服务器上还是在 Google Apps 本身中?

很明显,我需要在某处告诉配置“不,这不适合你,只是发送它”。有什么建议么?(我很乐意发布任何配置)

我在 Google 上进行了广泛搜索,但没有找到任何特定于我的问题的内容。

编辑:我还要补充一点,我在我的 Google 电子邮件帐户中收到了这个(在垃圾邮件文件夹中):

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

 [email protected]
   SMTP error from remote mail server after RCPT TO:<[email protected]>:
   host gmail-smtp-in.l.google.com [209.85.217.49]:
   550-5.1.1 The email account that you tried to reach does not exist. Please try
   550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 1si10609358gxk.44

------ This is a copy of the message, including all the headers. ------

Return-path: <[email protected]>
Received: from zeta by example.com with local (Exim 4.69)
       (envelope-from <[email protected]>)
       id 1M6PKM-0008UQ-KL
       for [email protected]; Tue, 19 May 2009 13:25:54 +0000
To: [email protected]
Subject: Account details for Test
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8Bit
X-Mailer: Drupal
Errors-To: [email protected]
Sender: [email protected]
Reply-To: [email protected]
From: [email protected]
Message-Id: <[email protected]>
Date: Tue, 19 May 2009 13:25:54 +0000

Test,

Thank you for registering...<snip>
email exim g-suite satellite
  • 2 个回答
  • 2953 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