当我尝试启动ejabberd服务时,它总是崩溃。 Starting jabber server: ejabberd Crash dump was written to: /var/log/ejabberd/erl_crash.dump Kernel pid terminated (application_controller) ({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}}) Crash dump was written to: /var/log/ejabberd/erl_crash.dump Kernel pid terminated (application_controller) ({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}}) . 我已经改变了服务器hostanme之前,它工作正常,但在configuration我有: {hosts, ["localhost", "private.localhost", "public.localhost"]}.
我有一个Sqiud代理服务器,我试图添加透明度来使用拦截function。 目前,代理服务器作为用户的独立代理接受并运行良好。 但是,当我添加截取参数的conf文件停止工作。 我已经validation了代理服务器上的tcpdump,我的iptable规则正确地将用户redirect到服务器。 我也按照主要的鱿鱼网站上的说明编译了鱿鱼–enable-linux-netfliter。 见下文。 鱿鱼-v Squid Cache: Version 3.3.4 configure options: '–sbindir=/usr/sbin' '–bindir=/usr/bin' '–includedir=/usr/include' '–libdir=/usr/lib' '–enable-linux-netfilter' '–enable-inline' '–enable-ssl' '–enable-ssl-crtd' '–enable-async-io=8' '–enable-storeio=ufs,aufs,diskd' '–enable-removal-policies=lru,heap' '–enable-delay-pools' '–enable-cache-digests' '–enable-underscores' '–enable-icap-client' '–enable-follow-x-forwarded-for' '–enable-auth' '–enable-basic-auth-helpers=LDAP,MSNT,NCSA,PAM,SASL,SMB,YP,DB,POP3,getpwnam,squid_radius_auth,multi-domain-NTLM' '–enable-ntlm-auth-helpers=smb_lm,' '–enable-digest-auth-helpers=ldap,password' '–enable-negotiate-auth-helpers=squid_kerb_auth' '–enable-external-acl-helpers=session' '–enable-arp-acl' '–enable-esi' '–enable-zph-qos' '–enable-wccpv2' '–disable-translation' '–with-logdir=/var/log/squid3' '–with-pidfile=/var/run/squid3.pid' '–with-filedescriptors=65536' '–with-large-files' '–with-default-user=proxy' '–with-open-ssl=/usr/lib/ssl/openssl.cnf' –enable-ltdl-convenience 在我的squid.conf文件中 acl network src 10.0.0.0/24 #port connections acl […]
我一直在尝试configuration虚拟服务器到我的网站没有任何运气。 我在VPS上运行Debian 2.6.32。 我已经configuration了许多configuration的虚拟服务器,并且让testing相对简单(我只启用了epicbackroads.com)。 这是我的三个虚拟主机: <VirtualHost *:80> DocumentRoot "/srv/www/epicbackroads.com/public_html" ServerName epicbackroads.com <Directory "/srv/www/epicbackroads.com/public_html"> allow from all Options +Indexes </Directory> </VirtualHost> <VirtualHost *:80> ServerAdmin [email protected] ServerName johnpwarren.com DocumentRoot /srv/www/domain2.com/public_html <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /srv/www/domain2.com/public_html/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride […]
我有一个HP DL120 G7,并有一个Rocketraid Highpoint 2710 Raid SAS卡和4个驱动器。 已经在Raid Card Bios上制作了RAID 5,并试图安装Debian squeeze v6。 没有检测到RAID卡,我无法弄清楚如何获得驱动程序(如果有的话)被安装。 因此,想知道是否有人使用Debian 6和SAS RAID卡configuration服务器。 我有4个驱动器是希捷猎豹15K驱动器。 如果有人在这里做了硬件RAID,请告诉我你使用了哪些卡以及如何使用。 是否会自动检测到。 我已经看了Debian 6上的卡的兼容性,但希望每个人的实际使用反馈。 谢谢。
我有一个非常令人沮丧的问题,我现在要解决几天,也许你们中的一个可以帮助我。 我有两个(独立的)samba服务器应该使用LDAP服务器来validation用户。 两个samba服务器都使用LDAP进行nss和unix用户authentication(即ssh适用于所有LDAP用户,getent passwd / group显示所有用户/组)。 但是,samba只能在服务器1上工作,而不能在服务器2上工作,在那里我得到了 [2013/06/06 19:03:06.972236, 3] auth/auth.c:216(check_ntlm_password) check_ntlm_password: Checking password for unmapped user [XXX]\[xxx]@[XXX] with the new password interface [2013/06/06 19:03:06.972266, 3] auth/auth.c:219(check_ntlm_password) check_ntlm_password: mapped user is: [YYY]\[xxx]@[XXX] [2013/06/06 19:03:06.972311, 3] smbd/sec_ctx.c:210(push_sec_ctx) push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1 [2013/06/06 19:03:06.972334, 3] smbd/uid.c:429(push_conn_ctx) push_conn_ctx(0) : conn_ctx_stack_ndx = 0 [2013/06/06 19:03:06.972351, 3] smbd/sec_ctx.c:310(set_sec_ctx) […]
我有一个用于networking安装的PXE服务器。 一切工作正常,直到我们使用VMware ESXi 5.1虚拟化服务器。 当我们尝试通过networking启动一台机器时,它从DHCP服务器(在同一台机器上运行)获得一个IP,并等待TFTP,直到超时。 我们运行Debian 7 Wheezy,使用isc-dhcp-server和tftpd-hpa。 这里是我的conf文件: 的/etc/dhcp/dhcpd.conf allow booting; allow bootp;` default-lease-time 1800; max-lease-time 3600; option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2 = unsigned integer 16; option PXE.mtftp-sport code 3 = unsigned integer 16; option PXE.mtftp-tmout code 4 = unsigned integer 8; option PXE.mtftp-delay code 5 […]
我在Debian中使用SendMail和Exim4发送邮件,运行了一段时间没有打嗝。 我一直在尝试使用.forward文件将电子邮件发送到我的收件箱的子文件夹,但是我一直无法令人满意地工作。 我的.foward文件如下所示: # Exim filter if error_message then finish endif if $h_X-Spam-Status: CONTAINS "Yes" or $h_X-Spam-Flag: CONTAINS "Yes" then save $home/Maildir/.Junk/ finish endif 我有一些规则将使用$ h_subject或$ h_from来过滤电子邮件。 我testing的规则与以下命令一起工作: /usr/sbin/sendmail -bf .forward < some_email_that_matches 我从输出中看到,它会将其传递给我定义的子文件夹,它存在。 我已经将.forward文件的权限设置为644。 然而,每当我试图发送符合这些规则的电子邮件时,它就永远不会被传送,而且似乎陷入了邮件系统的某个地方。 我不知道在哪里寻找更多的信息或在我的系统上的错误消息,如果有人能指出我正确的方向,我将不胜感激。
当试图在Ubuntu或Debian上添加一个链式覆盖到OpenLDAP 2.4.31时,系统日志中会出现一个“覆盖”链“找不到”。 此外,configuration链式覆盖所需的模式似乎不可用。
我有一个Debian + Xen服务器。 系统升级到稳定版后,networking启动后不能启动。 每次重启后我都需要手动启动。 networkingconfiguration在升级过程中没有改变。 这里是/ etc / network / interfaces: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 11.22.33.44 netmask 255.255.255.0 gateway 11.22.33.1 nameserver 8.8.8.8 启动后, ip r显示没有路由, eth0没有ip地址。 手动IP和路由设置正常,networking开始工作。 来自dmesg关于我发现的networking的消息(看起来没什么意思) [ 3.894401] ACPI: Fan [FAN3] (off) [ 3.894444] ACPI: Fan [FAN4] (off) [ 4.178348] e1000e 0000:00:19.0: eth0: […]
最近我configuration了使用Postfix和Courier的邮件服务器。 除了通过Postfix服务器(在端口587上运行)发送邮件时启用了StartTLS并使用SASLAuthentication与虚拟域和地图进行validation时,所有工作都可以正常进行。 日志 当我尝试连接我的电子邮件客户端发送消息时,我收到以下消息,显示在/var/log/mail.log中: postfix/smtpd[5108]: connect from ip domain.com[xxx.xxx.xxx.xxx] postfix/smtpd[5108]: Anonymous TLS connection established from domain.com[xxx.xxx.xxx.xxx]: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits) postfix/smtpd[5108]: warning: domain.com[xxx.xxx.xxx.xxx]: SASL CRAM-MD5 authentication failed: authentication failure postfix/smtpd[5108]: disconnect from domain.com[xxx.xxx.xxx.xxx] 组态 /etc/postfix/main.cf文件: smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no append_dot_mydomain = no readme_directory = no smtpd_use_tls = yes […]