Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Debian 10 Installation #172

Open
Sysetup opened this issue Mar 16, 2020 · 2 comments
Open

Debian 10 Installation #172

Sysetup opened this issue Mar 16, 2020 · 2 comments

Comments

@Sysetup
Copy link

Sysetup commented Mar 16, 2020

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?

@SKBotNL
Copy link

SKBotNL commented Oct 3, 2020

I got this issue too

@asnair
Copy link

asnair commented Mar 2, 2021

It looks like the system you're using needs more memory, upgrade your server.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants