问题标签 [debian-jessie]

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.

0 投票
1 回答
28 浏览

linux - 基于报告价值的电子邮件

我正在寻找从tripwire报告中获取数值,如果该值大于0,请发送电子邮件。到目前为止的脚本如下所示:

不确定如何获取该值并将其设置为变量,或者是否有办法将其包含在 if 语句本身中。

0 投票
1 回答
49 浏览

python-2.7 - 如何将 Linux 命令的输出用作 python 中的 if/else 语句

上周我开始使用 python 为我的树莓派 3 编写安装脚本。我在我的 pi 上安装了 debian jessie,在 debian 中我使用的是 exagear。

当我启动脚本时,我想意识到代码可以检查它在哪个架构中运行。使用 Debian 中的“arch”命令,我可以看到它是“armv71”,而在 exagear 中它是“i686”。我在 python 中有两个不同的函数,一个用于“armv71”架构,一个用于“i686”架构。我会使用 if 和 else 语句来激活它们。谁能帮我解决这个问题?

0 投票
2 回答
49 浏览

bash - 即使不应该发送电子邮件,Bash 脚本也会发送

我每小时都有一个由 root 运行的 cron 作业,检查是否存在绊线违规。它仍然每小时给我发一封电子邮件,不管我有没有违规行为。如果存在违规行为,则包括报告。如果没有违规,它会向我发送一封只有主题行的空白电子邮件。

这是脚本:

0 投票
1 回答
1746 浏览

postgresql - 无法在树莓派 3 上下载 Postgresql 9.6.1 版本(操作系统:Debian Jessie)

我特别需要这个版本以使其与 heroku app psql 版本兼容。如果版本不匹配,我无法将数据库从 heroku 应用程序拉到本地计算机。

当我执行时,

我得到的错误是:

pg_dump:服务器版本:9.6.1;pg_dump 版本:9.4.2
pg_dump:由于服务器版本不匹配而中止

但是,当我尝试在我的树莓派 3 上安装 9.6 版本时,当我执行

我得到的错误是:

E: 无法找到包 postgresql-9.6
E: 无法通过正则表达式 'postgresql-9.6' 找到任何包

0 投票
1 回答
482 浏览

updates - Debian Jessie 更新失败

从 3-4 天开始,我正在尝试更新我的 debian Jessie,但我总是得到相同的输出错误。 debian 更新错误

我也尝试过使用命令

等等,但没有什么能帮助我。似乎服务器已关闭,但我不知道为什么以及如何修复它。我真的需要那些更新。我以为 Jessie 版本没有更新,但我错了。有人可以帮我吗?太感谢了。

0 投票
0 回答
3000 浏览

linux - 如何访问树莓派上的蚊子日志

我在我的 RPi 上使用 Jesse,并且我已经安装了 mosquitto(当然还有 mosquitto 客户端)。我正在做一个项目,需要我编写一个 js 脚本来访问 mosquitto 代理和客户端的日志。我知道如何做 javascript 部分,但我不知道 mosquitto 日志文件存储在哪里。有人可以帮我吗?

0 投票
1 回答
618 浏览

networking - 树莓派 3 B apt-get 更新

我使用树莓派 3b jessie 发行版。我正在尝试更新我的覆盆子,但它给了我这个错误:

sudo apt-get 更新

获取:1 http://archive.raspbian.org jessie InRelease 100% [1 InRelease gpgv 6,893 B]拆分 /var/lib/apt/lists/partial/archive.r
Ign http://archive.raspbian.org jessie InRelease 数据和签名失败 E:GPG 错误: http: //archive.raspbian.org jessie InRelease:Clearsigned 文件
无效,得到“NODATA”(网络是否需要身份验证?)

而且当我尝试通过 pip 下载 python 包时,它显示:

sudo pip install 'pyglet' 下载/解包 pyglet 无法获取索引基础 URL https://pypi.python.org/simple/ 找不到任何满足 pyglet 要求的下载 清理... 没有找到 pyglet 存储的发行版/root/.pip/pip.log 中的故障调试日志。

有人可以指出我在哪里做错了吗?

0 投票
0 回答
658 浏览

java - Selenium Firefox 驱动程序似乎不适用于 Debian Jessie 下的 Firefox ESR

我尝试运行 Selenium 2.53.0。它在我的 Mageia Linux 5 和 Firefox ESR 52.1.0 和 OpenJDK 1.8 更新 131 下的台式机上完美运行,但它不适用于我的单板计算机 Olimex Lime 2 在 Debian Jessie 下的 Firefox ESR 45.9.0 和 OpenJDK 1.8 更新 111 :

org.openqa.selenium.UnsupportedCommandException:错误请求命令持续时间或超时:3.44 秒构建信息:版本:'未知',修订:'未知',时间:'未知'系统信息:主机:'A20-OLinuXino',ip: '127.0.0.1', os.name: 'Linux', os.arch: 'arm', os.version: '3.4.103-00033-g9a1cd03-dirty', java.version: '1.8.0_111' 驱动信息: org.openqa.selenium.firefox.FirefoxDriver 在 sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 在 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) 在 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ) 在 org.openqa.selenium 的 java.lang.reflect.Constructor.newInstance(Constructor.java:423)。remote.ErrorHandler.createThrowable(ErrorHandler.java:206) 在 org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:158) 在 org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:678)在 org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:249) 在 org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:131) 在 org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver .java:216) 在 org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:211) 在 org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:128)在 org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:131) 在 org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:249) 执行(RemoteWebDriver.java:678)。 selenium.firefox.FirefoxDriver.(FirefoxDriver.java:216) 在 org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:211) 在 org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:128)在 org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:131) 在 org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:249) 执行(RemoteWebDriver.java:678)。 selenium.firefox.FirefoxDriver.(FirefoxDriver.java:216) 在 org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:211) 在 org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:128)

当我将 Selenium 3.4.0 与 geckodriver 一起使用时,它不起作用:

使用 Debian Mozilla 团队提供的软件包是不可能的,因为它们不适用于 armhf。如果是这样,我现在可以在我的 Olimex Lime 2 上安装 Debian Jessie 下的 Firefox ESR 52。

我怎样才能让它工作?我是否被迫使用更新版本的 Firefox?

0 投票
3 回答
2462 浏览

debian - 64 位 debian 和 32 位 Wine

我正在尝试在 64 位 Debian Jessie 上安装 32 位 Wine。我尝试过以下建议: Can't build 32bit Wine on 64bit linux 和: Installing wine in debian

但我一直得到:

我还尝试从源代码和之后构建 wine 1.4:

我收到了发生错误的消息。

你能建议我多尝试什么吗?

0 投票
0 回答
159 浏览

php - 如何无限限制命令FFMPEG

我想问我是否在专用服务器上使用ffmpeg进行转换,最多运行6个命令。如何将此限制更改为更多?由于6个订单很少。这是 Debian 8。FFMPEG 版本 3.0.2。

我的命令 ffmpeg convert 是: