From nobody Fri Nov 10 09:07:06 2023 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SRXyl3mnTz5126C for ; Fri, 10 Nov 2023 09:07:27 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SRXyl02Plz4rYh for ; Fri, 10 Nov 2023 09:07:26 +0000 (UTC) (envelope-from makc@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from mail-lj1-f170.google.com [209.85.208.170:44261] (HELO/EHLO mail-lj1-f170.google.com, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id 3AA97HNI022477 (using TLSv1.2, with cipher ECDHE-RSA-AES128-GCM-SHA256 (128 bits), verified FAIL) for ; Fri, 10 Nov 2023 12:07:17 +0300 (MSK) Received: by mail-lj1-f170.google.com with SMTP id 38308e7fff4ca-2c5210a1515so24117521fa.0 for ; Fri, 10 Nov 2023 01:07:17 -0800 (PST) X-Gm-Message-State: AOJu0YzaCcO5BKQt5fR11VWuJu8oc1IlwhqmHlhXFfSWfEZssKyz21r8 9oJ67/sphp8R79UqPpWIYRTERD6iVDDjW4Zf5pQ= X-Google-Smtp-Source: AGHT+IGayKaOnmjFeRduIDwzQZjAMS+GpoKoJ1fg6tUZa3pHgPyRVfqK5I62f51VpH6yLg2xbV1hwxNXo3wrJs3fFOE= X-Received: by 2002:a2e:8185:0:b0:2bc:c771:5498 with SMTP id e5-20020a2e8185000000b002bcc7715498mr7005731ljg.18.1699607237336; Fri, 10 Nov 2023 01:07:17 -0800 (PST) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Max Brazhnikov Date: Fri, 10 Nov 2023 12:07:06 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: KDE5 plasma: how to prevent startup of akonadiserver(s) To: Matthias Apitz , freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:9113, ipnet:77.236.32.0/20, country:RU] X-Rspamd-Queue-Id: 4SRXyl02Plz4rYh On Fri, 10 Nov 2023 at 10:46, Matthias Apitz wrote: > With the recent update to FreeBSD 14.0-CURRENT r1400094 and ports from > bleeding edge I see a lot of akonadiserver running, which I really do > not need: > > [guru@c720-1400094 ~]$ ps ax | grep kon > 1546 - S 0:02,50 /usr/local/bin/akonadi_control > 1566 - S 0:00,39 /usr/local/bin/akonadiserver > 1617 - S 0:01,20 /usr/local/bin/akonadi_akonotes_resource --identifier akonadi_akon > 1618 - S 0:02,46 /usr/local/bin/akonadi_archivemail_agent --identifier akonadi_arch > 1619 - S 0:01,19 /usr/local/bin/akonadi_birthdays_resource --identifier akonadi_bir > 1620 - S 0:01,22 /usr/local/bin/akonadi_contacts_resource --identifier akonadi_cont > 1621 - S 0:02,48 /usr/local/bin/akonadi_followupreminder_agent --identifier akonadi > 1622 - S 0:01,25 /usr/local/bin/akonadi_ical_resource --identifier akonadi_ical_res > 1623 - SN 0:01,28 /usr/local/bin/akonadi_indexing_agent --identifier akonadi_indexin > 1624 - S 0:01,21 /usr/local/bin/akonadi_maildir_resource --identifier akonadi_maild > 1625 - S 0:01,28 /usr/local/bin/akonadi_maildispatcher_agent --identifier akonadi_m > 1626 - S 0:02,46 /usr/local/bin/akonadi_mailfilter_agent --identifier akonadi_mailf > 1627 - S 0:02,36 /usr/local/bin/akonadi_mailmerge_agent --identifier akonadi_mailme > 1628 - S 0:01,20 /usr/local/bin/akonadi_migration_agent --identifier akonadi_migrat > 1629 - S 0:01,34 /usr/local/bin/akonadi_newmailnotifier_agent --identifier akonadi_ > 1630 - S 0:02,38 /usr/local/bin/akonadi_sendlater_agent --identifier akonadi_sendla > 1631 - S 0:02,43 /usr/local/bin/akonadi_unifiedmailbox_agent --identifier akonadi_u > > How could I prevent its start on start of plasma? I assume you have installed x11/kde5 metaport. If you don't need akonadi and any software that relies on it, you could safely remove akonadi package. KDE software is very granular nowadays, you can install whatever you want without pulling staff you don't need. Cheers, Max