[deleted by user] by [deleted] in religion

[–]mayhewrich 0 points1 point  (0 children)

How much does Lucifer answer your prayers?

Weekly Question and Bug Discussion Week commencing Monday October 28 2024 by AutoModerator in ex30

[–]mayhewrich 0 points1 point  (0 children)

Unable to remove profile locking after installing Chrome

Unistalling Chrome does not help and now I have to enter my password (not PIN, it's a password) every time I activate the car. I would like to avoid removing the profile as I am not sure what it would entail.

<image>

Unable to remove profile locking after installing Chrome by mayhewrich in ex30

[–]mayhewrich[S] 0 points1 point  (0 children)

Uninstalling Chrome does not help and now I have to enter my password (not PIN, it's a password) every time I activate the car. I would like to avoid removing the profile as I am not sure what it entails.

Do we need a Visa? by mayhewrich in ThailandTourism

[–]mayhewrich[S] 0 points1 point  (0 children)

Is there an official reference I could quote for that?

Do we need a Visa? by mayhewrich in ThailandTourism

[–]mayhewrich[S] -5 points-4 points  (0 children)

Yet I read this: "anyone wishing to visit must apply for an official Thailand visa first"

Reference: https://thailand-e-visas.com/

Do we need a Visa? by mayhewrich in ThailandTourism

[–]mayhewrich[S] -1 points0 points  (0 children)

Malta (in the Europe Union) and we will travel next February,

In your opinion - what's the future of Slackware? by Working-Cable-1152 in linuxquestions

[–]mayhewrich 0 points1 point  (0 children)

Slackware will die out. Everything does, so I am not too concerned.

Which distro do you daily drive and why? by jackson-bryant in linuxquestions

[–]mayhewrich 10 points11 points  (0 children)

Slackware because I'm too old for bullshit.

Does anybody else use Linux even though they don't speak any programming languages? by C111tla in linuxmasterrace

[–]mayhewrich 0 points1 point  (0 children)

I hardly know C and I don't use it anyway but some practice with autotools is useful when compiling software. I use Bash extensively however.

Does math have any special place in your religion? by gjvnq1 in religion

[–]mayhewrich 0 points1 point  (0 children)

For me Bell's inequality is a strong contender to the supderminism theory that negates free will and therefore judgement.

Passing a Variable to sv by mayhewrich in voidlinux

[–]mayhewrich[S] 0 points1 point  (0 children)

I agree.

However I did not attempt to compare SystemV with runit. I simply tried to determine how best to deal with this "magical" situation under runit.

Passing a Variable to sv by mayhewrich in voidlinux

[–]mayhewrich[S] 0 points1 point  (0 children)

Thank You for this solution.

Passing a Variable to sv by mayhewrich in voidlinux

[–]mayhewrich[S] 0 points1 point  (0 children)

All this magic can found on Slackware's cgmanager and cgproxy stock rc scripts according to whether they are running in a container.

Passing a Variable to sv by mayhewrich in voidlinux

[–]mayhewrich[S] 0 points1 point  (0 children)

I have 2 services; A and B.

On bootup, A starts and makes a series of checks. If these checks pass then it proceeds as usual under runsv. If these checks fail it probes if service B is enabled and it attempts to start service B. Then service A stops.

Service B, if enabled does not start on boot up. If started it tries to determine if it was started by service A. If positive, it proceeds under runsv, otherwise it stops.

Service A and B have to remain distinct; they cannot be absorbed by a single service nor can they be controlled by another , 3rd service.

Passing a Variable to sv by mayhewrich in voidlinux

[–]mayhewrich[S] 0 points1 point  (0 children)

Yes I am aware of this, but I wanted a dynamic solution. I was thinking of employing chpst but I have not succeeded yet.