Re: [BRLTTY] Restarting brltty via .path service

2023-10-13 Thread Rob Hudson
Yeah, brltty.path did it.

- Original Message -
From: Dave Mielke 
To: "Informal discussion between users and developers of BRLTTY." 

Date: Fri, 13 Oct 2023 05:27:23 -0400
Subject: Re: [BRLTTY] Restarting brltty via .path service

> [quoted lines by Rob Hudson on 2023/10/12 at 20:58 -0500]
>
> >/usr/lib/systemd/system/brltty.path
> >/usr/lib/systemd/system/brltty@.path
>
> But you said you used the unit name brltty@path.service. That name doesn't 
> make sense. Check README.Systemd for the details.
>
> Are you using /etc/brltty.conf? If so, the unit name you probably want to use 
> is brltty.path.
>
> --
> I believe the Bible to be the very Word of God: http://Mielke.cc/bible/
> Dave Mielke| 2213 Fox Crescent | WebHome: http://Mielke.cc/
> EMail: d...@mielke.cc  | Ottawa, Ontario   | Twitter: @Dave_Mielke
> Phone: +1 613 726 0014 | Canada  K2A 1H7   |
> ___
> This message was sent via the BRLTTY mailing list.
> To post a message, send an e-mail to: BRLTTY@brltty.app
> For general information, go to: http://brltty.app/mailman/listinfo/brltty
>
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty


Re: [BRLTTY] Restarting brltty via .path service

2023-10-13 Thread Dave Mielke
[quoted lines by Rob Hudson on 2023/10/12 at 20:58 -0500]

>/usr/lib/systemd/system/brltty.path
>/usr/lib/systemd/system/brltty@.path

But you said you used the unit name brltty@path.service. That name doesn't make 
sense. Check README.Systemd for the details.

Are you using /etc/brltty.conf? If so, the unit name you probably want to use 
is brltty.path.

-- 
I believe the Bible to be the very Word of God: http://Mielke.cc/bible/
Dave Mielke| 2213 Fox Crescent | WebHome: http://Mielke.cc/
EMail: d...@mielke.cc  | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: +1 613 726 0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty


Re: [BRLTTY] Restarting brltty via .path service

2023-10-12 Thread Rob Hudson
/usr/lib/systemd/system/brltty.path
/usr/lib/systemd/system/brltty@.path

- Original Message -
From: Dave Mielke 
To: "Informal discussion between users and developers of BRLTTY." 

Date: Thu, 12 Oct 2023 18:29:47 -0400
Subject: Re: [BRLTTY] Restarting brltty via .path service

> [quoted lines by Rob Hudson on 2023/10/12 at 15:14 -0500]
>
> >I have a display connected via USB to serial, so brltty is invoked with 
> >brltty@path.service.
>
> How are you coming up with that name? Why the @path?
>
> --
> I believe the Bible to be the very Word of God: http://Mielke.cc/bible/
> Dave Mielke| 2213 Fox Crescent | WebHome: http://Mielke.cc/
> EMail: d...@mielke.cc  | Ottawa, Ontario   | Twitter: @Dave_Mielke
> Phone: +1 613 726 0014 | Canada  K2A 1H7   |
> ___
> This message was sent via the BRLTTY mailing list.
> To post a message, send an e-mail to: BRLTTY@brltty.app
> For general information, go to: http://brltty.app/mailman/listinfo/brltty
>
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty


Re: [BRLTTY] Restarting brltty via .path service

2023-10-12 Thread Dave Mielke
[quoted lines by Rob Hudson on 2023/10/12 at 15:14 -0500]

>I have a display connected via USB to serial, so brltty is invoked with 
>brltty@path.service. 

How are you coming up with that name? Why the @path?

-- 
I believe the Bible to be the very Word of God: http://Mielke.cc/bible/
Dave Mielke| 2213 Fox Crescent | WebHome: http://Mielke.cc/
EMail: d...@mielke.cc  | Ottawa, Ontario   | Twitter: @Dave_Mielke
Phone: +1 613 726 0014 | Canada  K2A 1H7   |
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty


Re: [BRLTTY] Restarting brltty via .path service

2023-10-12 Thread Chevelle

Did you try
systemctl stop brltty.service
systemctl start brltty.service
Not saying that will fix the problem, but maybe it will give you some 
information.




On 10/12/23 16:14, Rob Hudson wrote:

I have a display connected via USB to serial, so brltty is invoked with 
brltty@path.service. But how do you restart that? If I try, I get:
Failed to restart brltty@path.service: Operation refused, unit 
brltty@path.service may be requested by dependency only (it is configured to 
refuse manual start/stop).
Thanks.
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty


___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty


[BRLTTY] Restarting brltty via .path service

2023-10-12 Thread Rob Hudson
I have a display connected via USB to serial, so brltty is invoked with 
brltty@path.service. But how do you restart that? If I try, I get:
Failed to restart brltty@path.service: Operation refused, unit 
brltty@path.service may be requested by dependency only (it is configured to 
refuse manual start/stop).
Thanks.
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty