我正试图从jessie nanomsg把nanomsg 。 但是当我运行: dget http://http.debian.net/debian/pool/main/n/nanomsg/nanomsg_0.4~beta+dfsg-3.dsc 它说: dscverify: nanomsg_0.4~beta+dfsg-3.dsc failed signature check: gpg: Signature made Fri 29 Aug 2014 09:49:58 PM EEST using RSA key ID 864CC8BF gpg: Can't check signature: public key not found Validation FAILED!! 我看到有人build议通过添加相应的行到sources.list和APT::Default-Release "stable";来从该特定版本安装debian-keyring APT::Default-Release "stable"; 到apt.conf 。 但是我担心它会从其他版本的软件包中污染我的系统。 如果我们在这里谈论squeeze 我不能把stable在apt.conf ,我可以吗? 因为现在stable是jessie 。 如果我把它放在那里,在升级debian时候不要忘了还有一件事。 如果我可以安全地从jessie下载debian-keyring并添加keyring /path/to/debian-keyring.gpg到~/.gnupg/gpg.conf (或者设置DSCVERIFY_KEYRINGS ?)来使其工作,我就会喜欢它。 可能吗? […]
我在Smart Array控制器中创build了新的arrays。 Raid-1中有2个磁盘。 我已经安装了Debian 7.8的最新稳定版本。安装成功,但没有加载消息: Attempting to boot from disk C: 问题是什么?
我想在一个节点内的iptables上制定一套规则,但似乎iptables并没有追加所有的规则或以某种方式,每当我运行下面的脚本踢我(我使用这套规则其他服务器和工作正常): # Allow connections that are already connected to your server iptables -A INPUT -i venet0 -m state –state ESTABLISHED,RELATED -j ACCEPT # Allow connections to SSH iptables -A INPUT -p tcp –dport 22 -m state –state NEW -j ACCEPT # Allowing connections to HTTP/HTTPS iptables -A INPUT -p tcp –dport 80 -m state –state […]
我已经转换我的.htaccess与Nginx的工作,但我有很多404错误或错误的文件夹和子文件夹重写显示。 这个Nginx的configuration适用于文件夹和子文件夹,但是/view/它会去/home/website/www/index.php .htaccess : RewriteRule ^view/execute(.+)$ /home/website/view/exec.php?r=$1 [QSA,L] RewriteRule ^view/status$ /home/website/view/status.php [QSA,L] RewriteRule ^(.+)/$ /home/website/www/index.php?a=$1 [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ /home/website/www/index.php?a=$1 [QSA,L] 和Nginxconfiguration: listen 80; ## listen for ipv4; this line is default and implied listen [::]:80 default_server ipv6only=on; ## listen for ipv6 root /home/website/www; index index.php index.html index.htm; # Make […]
我将虚拟专用服务器configuration为带有exim4的只发送邮件服务器。 无论如何,当我向Gmail帐户发送电子邮件时,它会被标记为垃圾邮件,因为“违反了Google推荐的发件人指南”。 我检查了我的域名是不是列入黑名单,而不是。 我还创build了一个loggingA与我的域名,我作为反向DNS我的VPS。 我无法弄清楚这个问题。 谁能帮我?
我已经在debian wheezy中安装了gitweb软件包,我已经完成了它的工作。 升级到jessie后,它不再工作:Apache告诉我: 在这个服务器上找不到请求的URL / gitweb。 任何提示?
我在谷歌上search了一段时间,但从虚拟机上的这种奇怪的情况来看似乎没有什么明显的,有人可以帮我吗? root@sathia:/etc/apt# apt-cache policy mariadb-server mariadb-server: Installed: 10.0.20+maria-1~jessie Candidate: 10.0.20+maria-1~jessie Version table: *** 10.0.20+maria-1~jessie 0 1000 http://ftp.osuosl.org/pub/mariadb/repo/10.0/debian/ jessie/main amd64 Packages 100 /var/lib/dpkg/status 10.0.16-1 0 500 http://httpredir.debian.org/debian/ jessie/main amd64 Packages root@sathia:/etc/apt# apt-get install mariadb-server Reading package lists… Done Building dependency tree Reading state information… Done mariadb-server is already the newest version. You might want to run […]
我已经完成了一半,升级过程已经终止。 它关于我正在升级的virtualbox下的虚拟debian wheezy实例设置。 df -h的输出如下: Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/01a-root ext4 5.0G 4.9G 0 100% / udev devtmpfs 10M 0 10M 0% /dev tmpfs tmpfs 149M 348K 148M 1% /run tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs tmpfs 297M 0 297M 0% /run/shm /dev/sda1 ext4 236M 19M 205M 9% /boot […]
我在我的公司里设置了一个Debian服务器,用户在Active Directory中进行pipe理。 我想用ADauthentication用户,但是我认为如果可行,在AD服务器或networking出现问题的情况下,可以使用本地OpenLDAP进行authentication。 我见过有关设置传递身份validation的教程 https://wiki.debian.org/LDAP/PAM http://ltb-project.org/wiki/documentation/general/sasl_delegation 但是它没有说明如果AD服务器不可达时会发生什么。 AFAIU,请求失败。 这里有人build议使用OpenLDAP代理caching引擎设置高TTL。 我应该复制整个目录吗? 我不介意新用户是否被authentication,如果已经有本地知名用户可以使用上次接受的密码进行authentication,我会很高兴,所以最简单的解决scheme是我最喜欢的。 我search了很多术语,包括caching/caching,副本等。我没有find任何“抓我的手,并显示我怎么做,那在debian-jessie”步骤逐步的解决scheme,所以它可能是我认为相对标准的事实上有点棘手。
我想远程安装Debian 7。 我已经按照这个教程: https : //wiki.debian.org/DebianInstaller/Remote 我怎样才能执行第8步? 我发现命令update-grub但我不知道在哪里写configuration。