mpDris2 failes to show notifications

2020-11-19 Thread Simon Streit
Hello, while I am setting up notifications, mdDris2 appears to fail to pass them on properly. Otherwise all notifications from other programmes work fine. If I call it with mpDris2 -d, messages are generated at: [1] But then if I monitor that over with dbus-monitor I get the following result: [2

mount.davfs: program is not setuid root

2021-04-16 Thread Simon Streit
Hello! I set up davfs2 as per the manual to be setuid: --8<---cut here---start->8--- (setuid-programs (cons* (file-append davfs2 "/sbin/mount.davfs") %setuid-programs)) --8<---cut here---end--->8--- But after reboo

Re: mount.davfs: program is not setuid root

2021-04-18 Thread Simon Streit
Leo Famulari writes: > On Fri, Apr 16, 2021 at 03:31:35PM +0200, Simon Streit wrote: >> But after rebooting, and trying to mount a webdav share as user, I only >> get: >> >> --8<---cut here---start->8--- >> /run/current-s

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Simon Streit
Leo Famulari writes: > On Sun, Apr 18, 2021 at 03:36:12PM +0200, Simon Streit wrote: >> Even when calling the binary from /run/setuid-programs will fail >> as well. > > Okay, but how? You haven't told us that yet. Sorry, hope there is no confusion now. I think I

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Simon Streit
Leo Famulari writes: > On Fri, Apr 16, 2021 at 03:31:35PM +0200, Simon Streit wrote: >> But after rebooting, and trying to mount a webdav share as user, I only >> get: >> >> --8<---cut here---start->8--- >> /run/current-s

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Simon Streit
Leo Famulari writes: > On Fri, Apr 16, 2021 at 03:31:35PM +0200, Simon Streit wrote: >> But after rebooting, and trying to mount a webdav share as user, I only >> get: >> >> --8<---cut here---start->8--- >> /run/current-s

Re: mount.davfs: program is not setuid root

2021-04-19 Thread Simon Streit
Leo Famulari writes: > On Sun, Apr 18, 2021 at 03:36:12PM +0200, Simon Streit wrote: >> Even when calling the binary from /run/setuid-programs will fail >> as well. > > Okay, but how? You haven't told us that yet. I just tried again, and called mount as: -

Re: mount.davfs: program is not setuid root

2021-04-21 Thread Simon Streit
Efraim Flashner writes: > On Mon, Apr 19, 2021 at 08:47:08PM -0400, Leo Famulari wrote: >> On Mon, Apr 19, 2021 at 10:30:13PM +0200, Simon Streit wrote: >> > I just tried again, and called mount as: >> > --8<---cut here---start-&

Re: mount.davfs: program is not setuid root

2021-04-21 Thread Simon Streit
Leo Famulari writes: > On Mon, Apr 19, 2021 at 12:50:53PM +0200, Simon Streit wrote: >> Sorry, hope there is no confusion now. I think I did in a previous >> message: >> >> $ mount -t davfs URL moint_point > > Sorry, I was unclear. > > I'm asking y

Re: mount.davfs: program is not setuid root

2021-05-11 Thread Simon Streit
Efraim Flashner writes: > On Mon, Apr 19, 2021 at 08:47:08PM -0400, Leo Famulari wrote: > I've attached a diff against guix and also a davfs.scm for building just > the modified davfs2. Can you try building it with `guix build -f > davfs.scm` and then use the mount.davfs from there to try mountin

Re: mount.davfs: program is not setuid root

2021-05-11 Thread Simon Streit
Leo Famulari writes: > On Tue, May 11, 2021 at 07:42:40PM +0200, Simon Streit wrote: >> Thanks for posting the diff. I did manage to build the package locally, >> but that in itself isn't of much use. I'm afraid I have to ask now, how >> to I apply this package

Re: mount.davfs: program is not setuid root

2021-05-11 Thread Simon Streit
Leo Famulari writes: > On Tue, May 11, 2021 at 09:30:56PM +0200, Simon Streit wrote: >> Leo Famulari writes: >> >> > On Tue, May 11, 2021 at 07:42:40PM +0200, Simon Streit wrote: >> >> Thanks for posting the diff. I did manage to build the package locall

Re: mount.davfs: program is not setuid root

2021-05-13 Thread Simon Streit
Efraim Flashner writes: > On Mon, Apr 19, 2021 at 08:47:08PM -0400, Leo Famulari wrote: >> On Mon, Apr 19, 2021 at 10:30:13PM +0200, Simon Streit wrote: >> > I just tried again, and called mount as: >> > --8<---cut here---start-&

Re: pulling from my personal channel only - is this possible ?

2021-09-01 Thread Simon Streit
Hi Andreas, Andreas Reuleaux writes: > While working on those packages, I often do a > > guix pull Hey, do you just want to pull, say, from your own channel, but not Guix' default? This is something I just figured out a couple of days ago! One way, and this is only one possibility, is to modif

Re: pulling from my personal channel only - is this possible ?

2021-09-02 Thread Simon Streit
Andreas Reuleaux writes: > OK, once more: I am beginning to understand your idea: > > you are fixing the guix core channel to a specific commit: > "9edb3f66fd807b096b48283debdcddccfea34bad" here, i.e. from Saturday, > Aug 28 2021 Yes, the channel is fixed and thus not pulled. > Maybe it is not t

Help on writing config serialiser

2022-01-24 Thread Simon Streit
Hello! I am trying to write a config serialiser for Samba's smb.conf. While developing the service, I noticed that my current approach should be done in while using a config serialiser. I modified the example that is in the manual: --8<---cut here---start->8--

Is the example about the serialiser in the manual correct? Was: Help on writing config serialiser

2022-01-28 Thread Simon Streit
Hello, I gave up, and thought of starting from scratch. But my initial attempt failed right from the beginning. I'm not so sure now if the example provided in the manual is usable in its current state. The following is a (slightly) unedited copy from the manual: --8<---cut here

Re: trash-cli commands fail after upgrade to 0.21.10.24

2022-02-10 Thread Simon Streit
Hello, Daniel Meißner writes: > Do you remember which version of trash-cli worked? In Guix’ history I > find three versions 0.12.9.14, 0.17.1.1 and 0.17.1.14. The last working version is 0.17.1.14. I tried to wrap the binaries with GUIX_PYTHONPATH. It didn't work somehow. Unfortunately I di

Re: Does guix not include samba service?

2022-03-14 Thread Simon Streit
Hello, Tobias Geerinckx-Rice writes: > Nope, there is no samba service in Guix (yet :-). I've actually been working on one, which happens to be my final thesis for my school course. I completed it, and handed it in. But stopped shy from posting it to the Guix community. But I've been too quie

Re: Does guix not include samba service?

2022-03-14 Thread Simon Streit
jbra...@dismail.de writes: > I would say just post it to guix-patc...@gnu.org. That way the code is > not lost. If someone wants to complete it, then they can. You're right. I better prepare a patch series for the services written. Though I can't promise to have it done until this weekend.

Evolution fails to connect to CalDAV via TLS outside Gnome's environment

2022-04-08 Thread Simon Streit
Hello! I've got a Radicale service running on a Guix host that has Let's Encrypt certificates issued. There are no problems connecting to it with Icedove, or DAVx5. Unfortunately Evolution, or its accompanying evolution-data-server fails to sync the Calendars whenever it is launched outside of G

Passing options to modules via modprobe.d

2022-05-16 Thread Simon Streit
Hello!, I've been trying to pass options to certain modules at boot like this: --8<---cut here---start->8--- (simple-service 'thinkpad-acpi etc-service-type (list `("modprobe.d/thinkpad.conf" ,(plain-file "thinkpad.conf"

Set up cgit with git-http-backend properly

2022-06-30 Thread Simon Streit
Hello! Lately I've been running a cgit instance serving a local Guix channel with my own personal modifications. Here's my code snippet: --8<---cut here---start->8--- (service cgit-service-type (cgit-configuration (enable-git-config? #t) (remove-suffix? #

Re: Set up cgit with git-http-backend properly

2022-07-04 Thread Simon Streit
Hello Florian, "pelzflorian (Florian Pelz)" writes: > what did you base your setup on? I've been trying to figure it out from the manual and could have found a config snippet months ago while setting it up. It has not worked as expected since. > with uri-path "/git". I think you want "/" tho

Re: Set up cgit with git-http-backend properly

2022-07-04 Thread Simon Streit
Simon Streit writes: > Though I still rather not keep the URL at > ‘http://git.example.com/git/REPO(.git)’ for cloning. I just realised, that this is only a cosmetic view that can be left as it is. Simon

Re: Mcron jobs using with-mail-out

2024-08-05 Thread Simon Streit
Hello, Maxim Cournoyer writes: > > Felix Lechner via writes: >> >> Does anyone have a working job specification for Mcron that uses >> "with-mail-out"? [1] I have some trouble providing (mcron redirect) >> inside the gexp. Thanks! > > Sorry, I don't, but I'd be interested in a concrete example a

Re: Mcron jobs using with-mail-out

2024-08-06 Thread Simon Streit
Hi Felix, Felix Lechner writes: > Do you provide a 'sendmail' executable in your system profile? If so, > should the system PATH include "/run/setuid-programs"? I haven OpenSMTPd running as a service and have provided the packet through the system profile. But /run/setuid-programs is not avail

Re: Mcron jobs using with-mail-out

2024-08-08 Thread Simon Streit
Felix Lechner writes: > Do you provide a 'sendmail' executable in your system profile? If so, > should the system PATH include "/run/setuid-programs"? I understand your question now. Please disregard my previous message. Sendmail is available through /run/current-system/profile/sbin and /run/s

Re: Examples of adding logs to rotate to the new log-rotation-service-type?

2025-02-03 Thread Simon Streit
Hello Zack, "Zack Weinberg" writes: > I cannot figure out from the documentation how I would add additional > log files to be rotated to the new 'log-rotation-service-type'. I can > see how to *replace* the entire stock service configuration but not > how to add some more files without losing t