Hello.
I see this on the aptitude output on update operation:
Ошиб http://packages.roundr.devuan.org/merged stable InRelease
Не удалось соединиться с packages.roundr.devuan.org:80 (5.196.38.18).
- connect (113: Нет маршрута до узла)
is the server down? Or a MITM has a place?
Andrey.
_
I just did a routine upgrade of my beowulf system and afterward am unable to
log in.
With control-alt-f7 I get the usual invitation, but on entering my user name
and password
I'm just told it's wrong.
That's using my display manager with contro-alt-F7.
No trouble at all with the text console un
On Fri, Aug 21, 2020 at 03:59:21PM -0400, Hendrik Boom wrote:
> I just did a routine upgrade of my beowulf system and afterward am unable to
> log in.
> With control-alt-f7 I get the usual invitation, but on entering my user name
> and password
> I'm just told it's wrong.
And yes, i tried toggli
Is there a way for process to ask about its own memory usage?
Something perhaps like the C functions that were available in the dark
ages on other computer systems that could tell how much memory had
been allocated but not freed so far? Or some reasonable surrogate?
Yes,I know there are admin
On Friday 21 August 2020 at 22:23:16, Hendrik Boom wrote:
> Is there a way for process to ask about its own memory usage?
Assuming the process knows its own PD, try the 24th value in /proc/PID/stat
See man proc for details.
Antony.
--
I conclude that there are two ways of constructing a sof
Several things:
1. You should use deb.devuan.org
2. traceroute both packages.devuan.org and deb.devuan.org, will give you
where in the route the packages dies
3. I read that Russia has been toying with a nation-wide firewall thingy
On 21/08/20 18:53, Андрей via Dng wrote:
> Hello.
>
>
> I se
I use the following
>
> watch -n 30 "ps --sort=-rss -eo pmem,rss,vsz,comm|grep ${software} >>
> ${OUTPUT}"
Where ${software} is a string and ${OUTPUT} is a file. I use the data
stored in the file to plot graphs.
Otherwise, Andy's correct: /proc/${pid}/stat will contain everything you
need.
On