* [packaging] Who packages LVM2 for Manjaro
@ 2025-06-16 7:08 DeCay
2025-06-16 7:37 ` Christian Hesse
0 siblings, 1 reply; 5+ messages in thread
From: DeCay @ 2025-06-16 7:08 UTC (permalink / raw)
To: linux-lvm
Hello!
I have a question regarding LVM package for Manjaro Linux. Are you
involved in packaging ?
lvmdbusd is missing on my system and I want to understand why. I
started from the Manjaro forum:
https://forum.manjaro.org/t/no-lvmdbusd-binary-in-lvm2-package/175096
I was told to look at the package's URL, which is
https://sourceware.org/lvm2/. I think that it's just a project's site
and it's not related to the packaging process in any way.
The packager (Christian Hesse <eworm@archlinux.org>) doesn't
response either.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [packaging] Who packages LVM2 for Manjaro
2025-06-16 7:08 [packaging] Who packages LVM2 for Manjaro DeCay
@ 2025-06-16 7:37 ` Christian Hesse
2025-06-16 8:13 ` decayhonor
0 siblings, 1 reply; 5+ messages in thread
From: Christian Hesse @ 2025-06-16 7:37 UTC (permalink / raw)
To: DeCay; +Cc: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 1019 bytes --]
DeCay <decayhonor@gmail.com> on Mon, 2025/06/16 11:08:
> I have a question regarding LVM package for Manjaro Linux. Are you
> involved in packaging ?
>
> lvmdbusd is missing on my system and I want to understand why. I
> started from the Manjaro forum:
> https://forum.manjaro.org/t/no-lvmdbusd-binary-in-lvm2-package/175096
>
> I was told to look at the package's URL, which is
> https://sourceware.org/lvm2/. I think that it's just a project's site
> and it's not related to the packaging process in any way.
>
> The packager (Christian Hesse <eworm@archlinux.org>) doesn't
> response either.
The packager is Arch Linux developer and not involved with Manjaro,
thus not interested in registering in that forum to discuss.
--
main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH"
"CX:;",b;for(a/* Best regards my address: */=0;b=c[a++];)
putchar(b-1/(/* Chris cc -ox -xc - && ./x */b/42*2-3)*42);}
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [packaging] Who packages LVM2 for Manjaro
2025-06-16 7:37 ` Christian Hesse
@ 2025-06-16 8:13 ` decayhonor
2025-06-17 12:17 ` Zdenek Kabelac
0 siblings, 1 reply; 5+ messages in thread
From: decayhonor @ 2025-06-16 8:13 UTC (permalink / raw)
To: Christian Hesse; +Cc: linux-lvm
I didn't want anyone to register there, just trying to figure why the
binary isn't there and how to contribute.
Anyways, here's the answer:
https://www.reddit.com/r/archlinux/comments/1lcmw93/comment/my1mxvk
Feel free to expand if some vital details are missing.
The thread isn't for the mailing list from this point, I think.
On 6/16/25 11:37 AM, Christian Hesse wrote:
> DeCay <decayhonor@gmail.com> on Mon, 2025/06/16 11:08:
>> I have a question regarding LVM package for Manjaro Linux. Are you
>> involved in packaging ?
>>
>> lvmdbusd is missing on my system and I want to understand why. I
>> started from the Manjaro forum:
>> https://forum.manjaro.org/t/no-lvmdbusd-binary-in-lvm2-package/175096
>>
>> I was told to look at the package's URL, which is
>> https://sourceware.org/lvm2/. I think that it's just a project's site
>> and it's not related to the packaging process in any way.
>>
>> The packager (Christian Hesse <eworm@archlinux.org>) doesn't
>> response either.
> The packager is Arch Linux developer and not involved with Manjaro,
> thus not interested in registering in that forum to discuss.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [packaging] Who packages LVM2 for Manjaro
2025-06-16 8:13 ` decayhonor
@ 2025-06-17 12:17 ` Zdenek Kabelac
2025-06-17 14:31 ` decayhonor
0 siblings, 1 reply; 5+ messages in thread
From: Zdenek Kabelac @ 2025-06-17 12:17 UTC (permalink / raw)
To: decayhonor, Christian Hesse; +Cc: linux-lvm
Dne 16. 06. 25 v 10:13 decayhonor@gmail.com napsal(a):
> I didn't want anyone to register there, just trying to figure why the binary
> isn't there and how to contribute.
> Anyways, here's the answer: https://www.reddit.com/r/archlinux/
> comments/1lcmw93/comment/my1mxvk
>
> Feel free to expand if some vital details are missing.
>
>
To configure build of lvm2 with DBus & Notify support add these 2 configure
options: --enable-dbus-service --enable-notify-dbus
Python is required (and checked for) to build lvmdbusd (as this daemon is
currently written in this language).
Regards
Zdenek
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [packaging] Who packages LVM2 for Manjaro
2025-06-17 12:17 ` Zdenek Kabelac
@ 2025-06-17 14:31 ` decayhonor
0 siblings, 0 replies; 5+ messages in thread
From: decayhonor @ 2025-06-17 14:31 UTC (permalink / raw)
To: Zdenek Kabelac, Christian Hesse; +Cc: linux-lvm
Yep, I've already built a version for testing using the 2 flags.
I found that the build process requires python 3+, pyudev and dbus
python packages.
I guess that runtime deps are the same.
On 6/17/25 4:17 PM, Zdenek Kabelac wrote:
> Dne 16. 06. 25 v 10:13 decayhonor@gmail.com napsal(a):
>> I didn't want anyone to register there, just trying to figure why the
>> binary isn't there and how to contribute.
>> Anyways, here's the answer: https://www.reddit.com/r/archlinux/
>> comments/1lcmw93/comment/my1mxvk
>>
>> Feel free to expand if some vital details are missing.
>>
>>
>
>
> To configure build of lvm2 with DBus & Notify support add these 2
> configure options: --enable-dbus-service --enable-notify-dbus
>
> Python is required (and checked for) to build lvmdbusd (as this
> daemon is currently written in this language).
>
> Regards
>
> Zdenek
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-06-17 14:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16 7:08 [packaging] Who packages LVM2 for Manjaro DeCay
2025-06-16 7:37 ` Christian Hesse
2025-06-16 8:13 ` decayhonor
2025-06-17 12:17 ` Zdenek Kabelac
2025-06-17 14:31 ` decayhonor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).