Questions tagged «server»

与Ubuntu Server和服务器相关的软件包有关的问题。

5
Ubuntu Apache2 DefaultRuntimeDir必须是有效目录,相对于ServerRoot是绝对目录或相对目录
我有一个尝试安装的运行Ubuntu 16.04的Web服务器Apache。一切运行良好,直到我决定通过virtualHosts在单个计算机上托管两个网站。现在apache,即使启用了单个主机,也拒绝启动。每次尝试启动时Apache,都会出现此错误: apache2: Syntax error on line 80 of /etc/apache2/apache2.conf: DefaultRuntimeDir must be a valid directory, absolute or relative to ServerRoot. 我没有解决此问题的任何尝试,包括: apt purge apache2 && rm -r /etc/apache2 错误消息的所有第80行告诉我是DefaultRuntimeDir ${APACHE_RUN_DIR}。 而且我从来没有看到APACHE_RUN_DIR声明在哪里或什么。 有人可以帮我吗?

3
Web服务器最佳实践:目录结构和安全性
我想将Ubuntu服务器用作Web服务器,但是我想确保遵循最佳实践进行设置。我想确保将目录设置在最佳位置,并了解如何在该文件夹上配置适当的安全性。我希望能够通过FTP传输到服务器并将文件推送到Web文件夹中,因此我想了解如何确保PureFTPd用户可以操纵Web文件夹中的文件/目录。

2
/ etc / hosts不工作
我填充/etc/hosts了设备名称和IP地址。例如: chassisOne 10.0.0.1 chassisTwo 10.0.0.2 . . . etcetera. 我能够ping通两个IP地址chassisOne和chassisTwo。ping主机名返回: ping: unknown host chassisOne 我的nsswitch.conf文件是: host: files mdns4_minimal [NOTFOUND=return] dns 我想念什么?
15 server  dns  hosts 

1
在虚拟化的Ubuntu服务器上安装第二个网络接口
我刚刚Ubuntu 16.04在VirtualBox计算机上安装了最新版本。我想要两个不同的网络接口: 第一个使用ssh从主机访问来宾计算机;因此,我已经安装了Host-only Adapteras适配器1 第二个能够从主机连接到Internet,因此我安装了基本NAT适配器2 但是,即使正确识别了两个网络适配器,也只能访问第一个。 $ ls /sys/class/net/ enp0s3 enp0s8 lo $ ifconfig enp0s3 Link encap:Ethernet HWaddr 08:00:27:47:52:7b inet addr:192.168.56.101 Bcast:192.168.56.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fe47:527b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:399 errors:0 dropped:0 overruns:0 frame:0 TX packets:246 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:44031 (44.0 …

6
在Ubuntu 16.04上安装mySql时出错
我一直按照此页面 上的说明在Ubuntu 16.04上安装mysql。 我在标题为“ MySQL Install and Configure”的页面的下半部分运行了命令sudo apt-get install mysql-server。我遇到了一个错误,但这是我的终端中该错误的输出: Preconfiguring packages ... Selecting previously unselected package mysql-common. (Reading database ... 41515 files and directories currently installed.) Preparing to unpack .../mysql-common_5.7.12-0ubuntu1_all.deb ... Unpacking mysql-common (5.7.12-0ubuntu1) ... Selecting previously unselected package mysql-client-5.7. Preparing to unpack .../mysql-client-5.7_5.7.12-0ubuntu1_amd64.deb ... Unpacking mysql-client-5.7 (5.7.12-0ubuntu1) …
15 server  mysql  16.04  lamp 

4
重启14.04服务器后,什么原因导致SSH问题?
为什么重启运行Ubuntu 14.04的服务器会出现“拒绝连接”错误? 我看到了,ssh: connect to host <IP-address-here> port 22: Connection refused但仅适用于14.04,并且仅在重启后才能看到。我在家使用12.04 Desktop。我该如何解决? 为了使问题更清楚,以下是对我有用或不可行的方法: SSH进入12.04的全新安装>注销>再次登录SSH>可行 SSH进入全新安装的12.04>重新启动>再次进入SSH>可以运行 SSH进入14.04的全新安装>注销>再次登录SSH>可以运行 SSH进入14.04的全新安装>重新启动>再次进入SSH>连接被拒绝 我遇到的问题是14.04特有的,仅在重新启动后才会发生。在此之前,我有几台运行12.04的服务器,并且一切仍然正常运行。我有一个要使用14.04的新服务器,我想了解出了什么问题。有什么建议么? 到目前为止,这是我尝试过的方法: sudo traceroute -p 22 -T <IP-address-here> Traceroute工作正常,我从SSH端口22上的服务器收到响应。 initctl list ... ssh start/running, process 23371 ... 看起来14.04服务器上的ssh设置为在启动时启动(如预期的那样)。 tom@Desktop:~$ ssh -vvv root@<IP-address-here> OpenSSH_5.9p1 Debian-5ubuntu1.4, OpenSSL 1.0.1 14 Mar 2012 debug1: Reading configuration data …
15 server  14.04  ssh  openssh 

2
SSH权限被拒绝(公共密钥),但root ssh可以工作
我正在尝试为我在数字海洋ubuntu 12.04服务器上用Chef创建的用户帐户设置ssh访问。我在数字海洋中设置了选项,以便在创建Droplet时自动复制Mac的ssh密钥。 我可以毫无问题地以root用户身份登录,但其他用户无法通过身份验证。这似乎是一个常见问题,我检查了其他一些答案,并找到此命令以获取更多信息: ssh -vvv -i id_rsa user@serverIP 使用该命令的root用户(成功)的日志为 调试 1: Offering RSA public key: /Users/evan/.ssh/id_rsa debug3: send_pubkey_test debug2: we sent a publickey packet, wait for reply debug1: Server accepts key: pkalg ssh-rsa blen 279 debug2: input_userauth_pk_ok: fp snip! debug3: sign_and_send_pubkey: snip! debug1: read PEM private key done: type RSA …
15 server  ssh 

3
如何将每日消息(MOTD)设置为Ubuntu Server?
我的Ubuntu SSH横幅消息中包含以下内容: Welcome to Ubuntu 13.10 (GNU/Linux 3.4.43+ armv7l) * Documentation: https://help.ubuntu.com/ No mail. Last login: Mon Dec 2 08:25:39 2013 我想要类似标准的Ubuntu Server的东西: Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-29-virtual x86_64) * Documentation: https://help.ubuntu.com/ System information as of Fri Sep 28 09:48:57 UTC 2012 System load: 0.08 Processes: 20 Usage …
15 server  ssh 

4
如何在cURL中启用SFTP支持?
我已经安装了curl-7.27.0,并且工作正常。但是,当我运行时curl -V,我得到: curl 7.21.6 (i686-pc-linux-gnu) libcurl/7.21.6 OpenSSL/1.0.0e zlib/1.2.3.4 libidn/1.22 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz 如何启用SFTP协议?

4
将视频从Ubuntu服务器流传输到Android设备
我有一台无头的Ubuntu 12.04服务器。服务器上有很多视频。它大部分是在.mkv中的x264中。我有三星Nexus手机和Nexus 7平板电脑。 从Ubuntu服务器流向Android时,我有哪些选择?我开始工作了。我的一些朋友在谈论DLNA,“ Playstation媒体服务器”是否可以解决?
15 server  android  stream 


8
使stripe_cache_size永久
我做了 echo 8192 > /sys/block/md0/md/stripe_cache_size 改善了我的RAID性能,确实起到了很大的作用。 但是我仍然不知道如何使它永久化。 我试图在/etc/rc.local中设置它-执行了其他命令,但是它在其他地方被覆盖为256 ...有任何提示吗?
15 server  mdadm 

3
在Ubuntu Server 18.04中禁用IPv6
我在Ubuntu 16.04的/etc/sysctl.conf中放置了以下内容,并且禁用了ipv6。 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 在Ubuntu 18.04中,我必须将以下内容添加到grub。 GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1" 只是想确认一下这是否是Ubuntu 18.04中禁用IPv6的新方法。
15 server  18.04 

2
Apache2不重新加载/重新启动(org.freedesktop.PolicyKit1错误)
显示的错误是: Failed to reload apache2.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files See system logs and 'systemctl status apache2.service' for details. 我已经运行了以下两个命令,分别是返回的日志: systemctl status apache2.service journalctl -xe 日志: systemctl status apache2.service ● apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d …
15 server  apache2 

1
如何以特定用户身份运行cron作业?
机器启动后,我有几个要执行的命令。用户无需登录即可运行。 我发现这个很好的答案建议使用@reboot关键字crontab,但是它将以root身份运行,我想以为这些“服务”(不是实际的系统服务)创建的特定用户身份运行。 与任何给定用户实现相同效果的方式是什么?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.