Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Missing supervise file when installing bluez
@ 2022-10-08 13:49 y-mx-b
  2022-10-08 13:56 ` Duncaen
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: y-mx-b @ 2022-10-08 13:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

New issue by y-mx-b on void-packages repository

https://github.com/void-linux/void-packages/issues/39811

Description:
### Is this a new report?

Yes

### System Info

Void 5.19.13_1 x86_64-musl GenuineIntel uptodate rFF

### Package(s) Affected

bluez-5.65_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Expected `/run/runit/supervise.bluetoothd` and `/run/runit/supervise.bluetoothd-log` to be created. 

### Actual behaviour

`/etc/sv/bluetoothd/supervise` and `/etc/sv/bluetoothd/log/supervise` are dangling symlinks.

### Steps to reproduce

```
$ sudo xbps-install bluez
...
$ sudo sv up bluetoothd
warning: bluetoothd: unable to open supervise/ok: file does not exist
```

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ISSUE] [CLOSED] Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
  2022-10-08 13:56 ` Duncaen
@ 2022-10-08 13:56 ` Duncaen
  2022-10-08 13:57 ` Duncaen
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2022-10-08 13:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

Closed issue by y-mx-b on void-packages repository

https://github.com/void-linux/void-packages/issues/39811

Description:
### Is this a new report?

Yes

### System Info

Void 5.19.13_1 x86_64-musl GenuineIntel uptodate rFF

### Package(s) Affected

bluez-5.65_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Expected `/run/runit/supervise.bluetoothd` and `/run/runit/supervise.bluetoothd-log` to be created. 

### Actual behaviour

`/etc/sv/bluetoothd/supervise` and `/etc/sv/bluetoothd/log/supervise` are dangling symlinks.

### Steps to reproduce

```
$ sudo xbps-install bluez
...
$ sudo sv up bluetoothd
warning: bluetoothd: unable to open supervise/ok: file does not exist
```

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
@ 2022-10-08 13:56 ` Duncaen
  2022-10-08 13:56 ` [ISSUE] [CLOSED] " Duncaen
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2022-10-08 13:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272326263

Comment:
`runsv` follows the symlink and creates the directory. You probably haven't enabled the service `ln -s /etc/sv/bluetoothd /var/service/`.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
  2022-10-08 13:56 ` Duncaen
  2022-10-08 13:56 ` [ISSUE] [CLOSED] " Duncaen
@ 2022-10-08 13:57 ` Duncaen
  2022-10-08 13:58 ` Duncaen
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2022-10-08 13:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272326263

Comment:
`runsv` follows the symlink and creates the directory.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
                   ` (2 preceding siblings ...)
  2022-10-08 13:57 ` Duncaen
@ 2022-10-08 13:58 ` Duncaen
  2022-10-08 14:42 ` y-mx-b
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2022-10-08 13:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272326263

Comment:
`runsv` follows the symlink and creates the directory, `/run` is a temporary file system, they have to be created at runtime. Something else is wrong with your system.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
                   ` (3 preceding siblings ...)
  2022-10-08 13:58 ` Duncaen
@ 2022-10-08 14:42 ` y-mx-b
  2022-10-08 14:42 ` y-mx-b
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: y-mx-b @ 2022-10-08 14:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

New comment by y-mx-b on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272334816

Comment:
> `runsv` follows the symlink and creates the directory, `/run` is a temporary file system, they have to be created at runtime. Something else is wrong with your system.

Any clues what could be wrong? I didn't have any troubles setting Bluetooth up on Void Linux on a different laptop. I followed the same procedure, installing `dbus` and `bluez` and symlinking the stuff in `etc/sv/` to `var/service`, but `bluetoothd` isn't starting up. 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
                   ` (4 preceding siblings ...)
  2022-10-08 14:42 ` y-mx-b
@ 2022-10-08 14:42 ` y-mx-b
  2022-10-08 14:47 ` Duncaen
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: y-mx-b @ 2022-10-08 14:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 588 bytes --]

New comment by y-mx-b on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272334816

Comment:
> `runsv` follows the symlink and creates the directory, `/run` is a temporary file system, they have to be created at runtime. Something else is wrong with your system.

Any clues what could be wrong? I didn't have any troubles setting Bluetooth up on Void Linux on a different laptop. I followed the same procedure here, installing `dbus` and `bluez` and symlinking the stuff in `etc/sv/` to `var/service`, but `bluetoothd` isn't starting up. 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
                   ` (5 preceding siblings ...)
  2022-10-08 14:42 ` y-mx-b
@ 2022-10-08 14:47 ` Duncaen
  2022-10-08 15:40 ` y-mx-b
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2022-10-08 14:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272335657

Comment:
No idea, not enough info. check the symlink, check the if the runsv process started. Maybe try unlinking and relinking.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
                   ` (6 preceding siblings ...)
  2022-10-08 14:47 ` Duncaen
@ 2022-10-08 15:40 ` y-mx-b
  2022-10-08 15:41 ` y-mx-b
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: y-mx-b @ 2022-10-08 15:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 536 bytes --]

New comment by y-mx-b on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272344791

Comment:
It seems the runsv process for bluetoothd isn't being started for some reason. Unlinking and relinking doesn't help. Also, is `/var/service` supposed to be symlinked to `/etc/sv/dbus`? That just seems odd to me. From what I could gather in the [Services and Daemons] page, it looks like it should be symlinked to `/etc/runit/runsvdir/current` instead? Symlinking there seems to run the daemon.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
                   ` (7 preceding siblings ...)
  2022-10-08 15:40 ` y-mx-b
@ 2022-10-08 15:41 ` y-mx-b
  2022-10-08 15:43 ` Duncaen
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: y-mx-b @ 2022-10-08 15:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

New comment by y-mx-b on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272344791

Comment:
It seems the runsv process for bluetoothd isn't being started for some reason. Unlinking and relinking doesn't help. Also, is `/var/service` supposed to be symlinked to `/etc/sv/dbus`? That just seems odd to me. From what I could gather in the [Services and Daemons](https://docs.voidlinux.org/config/services/index.html) page, it looks like it should be symlinked to `/etc/runit/runsvdir/current` instead? Symlinking there seems to run the daemon.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
                   ` (8 preceding siblings ...)
  2022-10-08 15:41 ` y-mx-b
@ 2022-10-08 15:43 ` Duncaen
  2022-10-08 15:47 ` [ISSUE] [CLOSED] " y-mx-b
  2022-10-08 15:47 ` y-mx-b
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2022-10-08 15:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272345213

Comment:
Yes that symlink is wrong, you probably overwrote it while trying to enable dbus.

```
xbps-install -f  runit
````

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
                   ` (10 preceding siblings ...)
  2022-10-08 15:47 ` [ISSUE] [CLOSED] " y-mx-b
@ 2022-10-08 15:47 ` y-mx-b
  11 siblings, 0 replies; 13+ messages in thread
From: y-mx-b @ 2022-10-08 15:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

New comment by y-mx-b on void-packages repository

https://github.com/void-linux/void-packages/issues/39811#issuecomment-1272345967

Comment:
Thank you, everything's working again now! That was such a silly mistake on my part hahah.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [ISSUE] [CLOSED] Missing supervise file when installing bluez
  2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
                   ` (9 preceding siblings ...)
  2022-10-08 15:43 ` Duncaen
@ 2022-10-08 15:47 ` y-mx-b
  2022-10-08 15:47 ` y-mx-b
  11 siblings, 0 replies; 13+ messages in thread
From: y-mx-b @ 2022-10-08 15:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

Closed issue by y-mx-b on void-packages repository

https://github.com/void-linux/void-packages/issues/39811

Description:
### Is this a new report?

Yes

### System Info

Void 5.19.13_1 x86_64-musl GenuineIntel uptodate rFF

### Package(s) Affected

bluez-5.65_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Expected `/run/runit/supervise.bluetoothd` and `/run/runit/supervise.bluetoothd-log` to be created. 

### Actual behaviour

`/etc/sv/bluetoothd/supervise` and `/etc/sv/bluetoothd/log/supervise` are dangling symlinks.

### Steps to reproduce

```
$ sudo xbps-install bluez
...
$ sudo sv up bluetoothd
warning: bluetoothd: unable to open supervise/ok: file does not exist
```

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-10-08 15:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-08 13:49 [ISSUE] Missing supervise file when installing bluez y-mx-b
2022-10-08 13:56 ` Duncaen
2022-10-08 13:56 ` [ISSUE] [CLOSED] " Duncaen
2022-10-08 13:57 ` Duncaen
2022-10-08 13:58 ` Duncaen
2022-10-08 14:42 ` y-mx-b
2022-10-08 14:42 ` y-mx-b
2022-10-08 14:47 ` Duncaen
2022-10-08 15:40 ` y-mx-b
2022-10-08 15:41 ` y-mx-b
2022-10-08 15:43 ` Duncaen
2022-10-08 15:47 ` [ISSUE] [CLOSED] " y-mx-b
2022-10-08 15:47 ` y-mx-b

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).