You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Hi. Trying to install Sentinel_0.1.2_amd64_18.04.deb in Debian 10 is reported this error:
sudo dpkg -i Sentinel_0.1.2_amd64_18.04.deb
Selecting previously unselected package sentinel.
(Reading database ... 226359 files and directories currently installed.)
Preparing to unpack Sentinel_0.1.2_amd64_18.04.deb ...
Unpacking sentinel (0.1.2-1) ...
dpkg: dependency problems prevent configuration of sentinel:
sentinel depends on libgconf2-4; however:
Package libgconf2-4 is not installed.
sentinel depends on openvpn; however:
Package openvpn is not installed.
sentinel depends on shadowsocks-libev; however:
Package shadowsocks-libev is not installed.
Later was installed libgconf2-4: sudo dpkg -i libgconf-2-4_3.2.6-5_amd64.deb which is necessary to be downloaded from debian.org, openvpn was installed too but installing Sentinel_0.1.2_amd64_18.04.deb reported:
sudo dpkg -i Sentinel_0.1.2_amd64_18.04.deb
(Reading database ... 226730 files and directories currently installed.)
Preparing to unpack Sentinel_0.1.2_amd64_18.04.deb ...
Unpacking sentinel (0.1.2-1) over (0.1.2-1) ...
dpkg: dependency problems prevent configuration of sentinel:
sentinel depends on libgconf2-4; however:
Package libgconf2-4 is not installed.
sentinel depends on shadowsocks-libev; however:
Package shadowsocks-libev is not installed.
In Debian, libgconf2-4 is called: libgconf-2-4 then the .deb file was unpacked with dpkg-deb -R and edited the files: DEBIAN/control and usr/lib/sentinel/resources/app.asar changing the string libgconf2-4 to: libgconf-2-4
To install shadowsocks-libev in Debian 10 is necessary to activate the backports in the surces.list file, it was installed.
After install successfully the new .deb package when I launch Sentinel from terminal an input window ask me the root password but when is inserted the terminal report this new error:
> sentinel [9367:0316/092221.212124:FATAL:memory_linux.cc(35)] Out of memory.
How can be fixed this issue?
The text was updated successfully, but these errors were encountered:
Hi. Trying to install Sentinel_0.1.2_amd64_18.04.deb in Debian 10 is reported this error:
Later was installed libgconf2-4: sudo dpkg -i libgconf-2-4_3.2.6-5_amd64.deb which is necessary to be downloaded from debian.org, openvpn was installed too but installing Sentinel_0.1.2_amd64_18.04.deb reported:
In Debian,
libgconf2-4
is called:libgconf-2-4
then the .deb file was unpacked withdpkg-deb -R
and edited the files:DEBIAN/control
andusr/lib/sentinel/resources/app.asar
changing the stringlibgconf2-4
to:libgconf-2-4
To install shadowsocks-libev in Debian 10 is necessary to activate the backports in the surces.list file, it was installed.
After install successfully the new .deb package when I launch Sentinel from terminal an input window ask me the root password but when is inserted the terminal report this new error:
> sentinel [9367:0316/092221.212124:FATAL:memory_linux.cc(35)] Out of memory.
How can be fixed this issue?
The text was updated successfully, but these errors were encountered: