我们使用的是,其中一台机器(Linux)不能被监视。
SNMP Monitor
Failed to query iso.org.dod.internet.mgmt.mib-2.system.sysUpTime ....
Failed to query iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifOperStatus.2
Can't Run
有人知道监控进程是在Linux机器上调用的,这样才能重新启动它吗?这台机器用的是费多拉。
我在我的/var/log/messages文件中得到了这个错误。
dnsmasq-dhcp[xxxx] DHCPDISCOVER(xxxxxx) xx:xx:xx:xx no address available
我怎么知道dnsmasq租出了什么租约?我怎么才能把他们放出来?
我正在运行RedHat企业Linux6.5
对于我的Ubuntu上的服务列表,在端口515上找不到打印机服务。
nmap -sT -O localhost
PORT STATE SERVICE
23/tcp open telnet
139/tcp open netbios-ssn
445/tcp open microsoft-ds
631/tcp open ipp
9050/tcp open tor-socks
Device type: general purpose
Running: Linux 3.X
OS CPE: cpe:/o:linux:linux_kernel:3
OS details: Lin
我想将我的PLSQL开发人员工具连接到数据库中,但由于下面的错误而连接失败。ORA-12514: TNS:侦听器当前不知道连接描述符中请求的服务
检查下面的配置。如何配置才能使其正常工作?
SQL> select value from v$parameter where name='service_names';
VALUE
orcl
SQL> select instance from v$thread;
INSTANCE
orcl
SQL> select host_name,instance_name,version from v$instance;
HO
我一直在跟踪本指南在我的专用服务器上设置邮件服务器。我已经能够从我使用的php应用程序和linux命令行(使用telnet、php等)发送邮件。
问题是,我无法通过IMAP/POP连接到服务器,而我已经使用Courier设置了该服务器。我试过使用雷鸟,但它抱怨用户名或密码是错误的。我怀疑这是用户名/密码,但我不知道如何解决这个问题。
编辑:以下是mail.log中的消息:
Jan 9 22:43:38 mail authdaemond: received auth request, service=imap, authtype=login
Jan 9 22:43:38 mail authd
我已经安装了Postgresql并努力配置它,尝试重新安装但仍然面临问题,我删除了所有文件,然后安装postgre 9.6版本,但得到以下问题。
9.6 main 5432 down postgres /var/lib/postgresql/9.6/main /var/log/postgresql/postgresql-9.6-main.log
当我尝试使用sudo -u postgres psql运行postgre时,它给出了以下输出
psql: could not connect to server: No such file or directory
Is the se