问题标签 [debian-stretch]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
mariadb - 将 mariadb10.1.26 升级到 1.3
当我想安装 maria db 时,它写道: mariadb-server : Dépend: mariadb-server-10.3 (>= 1:10.3.7+maria~stretch) 它不会不会被安装
我也使用了一个软件,它写道:您正在运行 MySQL 版本 5.5.5-10.1.26-MariaDB-0+deb9u1。虽然此版本兼容,但我们软件的未来版本将需要版本 5.6.2
我需要帮助才能完成此升级。
谢谢你。
easy-install - 如何在 Debian Stretch 上安装 hg-git 插件?
Debian Jessie 和 sid 都有一个mercurial-git
包含该hg-git
插件的软件包。然而,这个包被(自动)从 Debian Stretch 中移除到一个发布关键的 bug中。
但是 - 我需要安装并运行它。当然这应该是可能的,对吧?
好吧,我按照插件页面上的安装说明进行操作:
- 我跑了
apt-get install python-setuptools python-setuptools-git python4-setuptools python3-setuptools-git
- 我跑了
easy_install hg-git
,它似乎工作
但是,当我运行各种 mercurial 操作时,我得到的第一行是错误消息:
(不管我是否在做任何与 git 相关的事情。)
我的问题:
- 为什么会这样?
- 在 hggit 工作时,我需要做什么才能使错误消息消失?
现在,
http - 当我尝试 a2ensite 一个 ssl.conf 文件时,服务器停止工作
我目前正在尝试apache2
在 Debian 延伸上创建一个页面来托管应用程序,但是当我a2ensite
使用 HTTP 版本时它就不起作用,当我启用该版本时ssl
,整个服务器都停止工作,即使是与此无关的页面一页。两个 conf 文件都很好,我被卡住了,知道可能出了什么问题吗?
编辑:日志显示这一点,在 09:06:37 我 a2ensite,并停止工作,在 09:07:01 我 a2dissite 并且它再次工作:
编辑:两个 .Conf 文件内容:
SSL 之一:
mosquitto - 它在服务器上同时支持多少个客户端 vernemq 或 mosquitto?
我想购买具有以下规格的vps:
- 2 核 (s) 2.4 GHz
- 8 GB 内存
- Debian 9 x64
和专用服务器
- CPU:英特尔至强 E3-1245v5 - 4 / 8t - 3.5GHz /3.9GHz
- 内存:16GB DDR4 ECC 2133 MHz
- 磁盘:SoftRaid 2x2TB
- Debian 9 x64
每台服务器使用 vernemq 或使用 QOS 1 的 mosquitto 支持多少个连接的客户端?
debian - dh: 无法加载插件配置包
使用以下命令安装 debuild 工具链后:
debuild
运行构建包时出现以下错误:
raspberry-pi - apt-get 在树莓派 3 (stretch) 上找不到后缀安装候选
我正在尝试在我的树莓派 3(拉伸)上安装 MTA 后缀
我做了什么:
-> 更新没有错误
-> 错误:找不到安装候选者
我的 etc/apt/sources.list.d 文件:
- ajenti.list
- 节点源列表
- raspi.list
在 raspi.list 中:
我还尝试了什么:
- sudo apt-get upgrade 安装最新的源代码。
- 以 pi 和 root 身份登录
- 测试互联网连接是否正常工作
- 谷歌搜索解决方案
pi 将 nginx 作为反向代理运行,将 ajenti 作为管理面板运行
提前感谢您的建设性反馈!
php - apache2 没有在 Debian 上执行 php 脚本
最近我将我的 Debian 服务器从 Jessie 升级到了 Stretch(Debian 9.5)。一切都很顺利,除了php 生成的网站在 web 浏览器请求时没有执行。至于实例http://92.51.132.110/~mlakova/hotglue/hotglue/index.php我得到的响应是 php 源代码而不是生成的 html。如果我 ssh 到服务器并执行相同的脚本,php index.php
我会得到生成的 html,没有错误。
这php --version
是 PHP 7.0.30-0+deb9u1 (cli)
apache2 已php7.0
启用模块。
php5 被卸载并清除
完整phpinfo();
的可在http://92.51.132.110/info.php
php 错误日志没有显示任何错误。
任何人都知道为什么会发生这种情况以及如何解决?可能与从 mysql 到 mariadb 的过渡有关吗?
linux - 无法在 Debian Stretch 上安装 update-notifier-common
我目前正在尝试在 Debian Stretch 上安装一些字体
...但似乎这个包已被删除。
https://github.com/plone/ansible-playbook/issues/98
https://github.com/jnv/ansible-role-unattended-upgrades/issues/6#issuecomment-93569818
有解决办法吗?
django - 使用 curl 在 VPS 上测试 Django API
我正在尝试使用 curl 从本地终端访问我的 Django API 到 VSP
所以,我尝试了很多事情,比如,
- 替换
admin:password
为我的实际 vpsroot@password
- 替换
admin:password
为我的实际数据库admin@password
- 替换
http://127.0.0.1:8000
为我的 vps 网址 8000
用22
, 或80
,替换端口8080
顺便说一句,我不知道我是否必须改变/users/
或/root/
其他任何事情。
我尝试了很多组合,但没有任何效果。这是我正在测试的内容:http: //www.django-rest-framework.org/tutorial/quickstart/#testing-our-api
如果重要的话,我的 vps 机器是 Debian 9 (Stretch)
想你的帮助
debian - SELinux dpkg postinst 脚本权限被拒绝
selinux 安装在 debian 9 (stretch) 上
当我尝试使用 dpkg(或 apt)安装某些东西(尝试使用不同的软件包)时,它会失败并显示以下错误消息:
我是root,即使在许可模式下也会出现问题(禁用selinux时它可以工作)
dpkg 具有标签“dpkg_exec_t”。postinst 文件的权限如下:
我可以直接从终端运行脚本,没有错误。
我试图安装 selinux 的 sid 版本,但那里也发生了错误。
安装的策略是默认策略。