Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

You've been leading a dog's life. Stay off the furniture.


rocksolid / Hacking / Run two instances of Sylpheed simultaneously

SubjectAuthor
* Run two instances of Sylpheed simultaneouslyByrl Raze Buckbriar
`* Re: Run two instances of Sylpheed simultaneouslyMarco Moock
 `- Re: Run two instances of Sylpheed simultaneouslyByrl Raze Buckbriar

1
Subject: Run two instances of Sylpheed simultaneously
From: Byrl Raze Buckbriar
Newsgroups: rocksolid.shared.hacking
Organization: OCTADE
Date: Fri, 20 Sep 2024 05:05 UTC
Attachments: unnamed (application/pgp-signature)
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: news0@octade.net (Byrl Raze Buckbriar)
Newsgroups: rocksolid.shared.hacking
Subject: Run two instances of Sylpheed simultaneously
Date: Fri, 20 Sep 2024 05:05:26 +0000
Organization: OCTADE
Message-ID: <917b3b8219248597f5228488acce51fb$1@octade.net>
MIME-Version: 1.0
Content-Type: multipart/signed; protocol="application/pgp-signature";
micalg="PGP-SHA256";
boundary="Signature=_Fri__20_Sep_2024_00_05_50_-0500_JvksNo9Ezn7t.5mA"
Injection-Info: i2pn2.org;
logging-data="2725548"; mail-complaints-to="usenet@i2pn2.org";
posting-account="OI6weT9bZt7saiRF3+XsJJTIMUPjpyh/q6ChV6DtztU";
User-Agent: OCTADE
X-Newsreader: OCTADE
X-Spam-Checker-Version: SpamAssassin 4.0.0
View all headers

I am trying to hack a way to run two instances of Sylpheed simultaneously. Of course Sylpheed is designed to prevent this from happening.

Sylpheed is using some kind of dbus or proc check to identify a already running instance and switch to it. Does anyone know how to disable this, perhaps with a shell environment variable or some kind of redirection filter?

--
Byrl Raze Buckbriar . OCTADE . < https://octade.net >
Hacker Hotline . voice & SMS . (781) OCT-AGON
KeyOxide . < https://keyoxide.org/keyoxide0@octade.net >

Attachments: unnamed (application/pgp-signature)
Subject: Re: Run two instances of Sylpheed simultaneously
From: Marco Moock
Newsgroups: rocksolid.shared.hacking
Organization: A noiseless patient Spider
Date: Fri, 20 Sep 2024 08:36 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: mm+usenet-es@dorfdsl.de (Marco Moock)
Newsgroups: rocksolid.shared.hacking
Subject: Re: Run two instances of Sylpheed simultaneously
Date: Fri, 20 Sep 2024 10:36:47 +0200
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <vcjc70$104eh$2@dont-email.me>
References: <917b3b8219248597f5228488acce51fb$1@octade.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 20 Sep 2024 10:36:48 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="580a66b53aeec27d73679e087bba87c3";
logging-data="1053137"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19/oxeauiYXcmF7aYKsx4rF"
Cancel-Lock: sha1:Luj90SmSHcVlJ9174Z3uuXxlvTc=
View all headers

On 20.09.2024 um 05:05 Uhr Byrl Raze Buckbriar wrote:

> I am trying to hack a way to run two instances of Sylpheed
> simultaneously. Of course Sylpheed is designed to prevent this from
> happening.
>
> Sylpheed is using some kind of dbus or proc check to identify a
> already running instance and switch to it. Does anyone know how to
> disable this, perhaps with a shell environment variable or some kind
> of redirection filter?

There is one big problem: If you are able to run them at the same time,
they will interfere each other regarding configuration files.

What is the reason you want to run 2 instances?

--
kind regards
Marco

Send spam to 1726801526muell@cartoonies.org

Subject: Re: Run two instances of Sylpheed simultaneously
From: Byrl Raze Buckbriar
Newsgroups: rocksolid.shared.hacking
Organization: OCTADE
Date: Fri, 20 Sep 2024 11:17 UTC
References: 1 2
Attachments: unnamed (application/pgp-signature)
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: news0@octade.net (Byrl Raze Buckbriar)
Newsgroups: rocksolid.shared.hacking
Subject: Re: Run two instances of Sylpheed simultaneously
Date: Fri, 20 Sep 2024 11:17:57 +0000
Organization: OCTADE
Message-ID: <5b7fda29c2f431a5f53493a87174256f$1@octade.net>
References: <917b3b8219248597f5228488acce51fb$1@octade.net>
<vcjc70$104eh$2@dont-email.me>
MIME-Version: 1.0
Content-Type: multipart/signed; protocol="application/pgp-signature";
micalg="PGP-SHA256";
boundary="Signature=_Fri__20_Sep_2024_06_18_07_-0500_/ROkaLty9bdQ6pl1"
Injection-Info: i2pn2.org;
logging-data="2756695"; mail-complaints-to="usenet@i2pn2.org";
posting-account="OI6weT9bZt7saiRF3+XsJJTIMUPjpyh/q6ChV6DtztU";
User-Agent: OCTADE
X-Newsreader: OCTADE
X-Spam-Checker-Version: SpamAssassin 4.0.0
View all headers

On Fri, 20 Sep 2024 10:36:47 +0200
Marco Moock <mm+usenet-es@dorfdsl.de> wrote:

> On 20.09.2024 um 05:05 Uhr Byrl Raze Buckbriar wrote:
>
> > I am trying to hack a way to run two instances of Sylpheed
> > simultaneously. Of course Sylpheed is designed to prevent this from
> > happening.
> >
> > Sylpheed is using some kind of dbus or proc check to identify a
> > already running instance and switch to it. Does anyone know how to
> > disable this, perhaps with a shell environment variable or some kind
> > of redirection filter?
>
> There is one big problem: If you are able to run them at the same time,
> they will interfere each other regarding configuration files.
>
> What is the reason you want to run 2 instances?

It doesn't matter why. It only matters how. The goal is to figure out exactly how Sylpheed is doing the instance lock so I can override it. I don't want to fiddle with workarounds that involve convolution. I just want to hack the instance lock.

I already know I can run it as another user and share the x-server. I have even done it this way in the past. I don't want to do it that way.

I have two instances in sandboxes, which could run at the same time without using the same configuration directory. But they can't run at the same time because of the single instance lock which currently evades my understanding. Even blocking DBUS and seccomp doesn't mitigate the instance lock. Strace is not helping me, either.

--
Byrl Raze Buckbriar . OCTADE . < https://octade.net >
Hacker Hotline . voice & SMS . (781) OCT-AGON
KeyOxide . < https://keyoxide.org/keyoxide0@octade.net >

Attachments: unnamed (application/pgp-signature)
1

rocksolid light 0.9.8
clearnet tor