Changed bluez s6 services. 27 August 2020, 14:25:00 Hello everybody. I made changes in bluez-s6. The package works fine but I just added the log part because I had a problem with bluetooth and logging did not use to work.If you think changes are useless feel free to reject them.
Re: Changed bluez s6 services. Reply #1 – 27 August 2020, 14:29:35 I couldn't upload the file. I try it again.
Re: Changed bluez s6 services. Reply #2 – 27 August 2020, 17:23:40 The directories in the zip are empty. I can just add the log part myself anyway though. Thanks for the effort. 1 Likes
Re: Changed bluez s6 services. Reply #3 – 27 August 2020, 21:54:50 I was pretty sure the file was not empty, I checked in my computer before uploading, now I am in the mobile phone and I don't have the file. If you want you can add the log part yourself. I don't know if this is the right place to submit patches or suggest code changes. Does the git have anything about it?
Re: Changed bluez s6 services. Reply #4 – 28 August 2020, 03:56:52 There's gitea but there's no way for users to create accounts atm. You can always send a patch in the mailing list or something though.
Re: Changed bluez s6 services. Reply #5 – 28 August 2020, 07:16:24 Git was designed as decentralized version control system and you can send patches with emails.You do not need account on Artix Gitea server to clone the repository, make changes and send us a patch to artix-general mailing list.
Re: Changed bluez s6 services. Reply #6 – 28 August 2020, 10:21:37 Hello again, sorry for my stupidity. I checked the zip file and it was only folders. I attach the zip again here if you still find useful. I am going to subscribe to "artix-general" at the moment. Thank you for everything.
Re: Changed bluez s6 services. Reply #7 – 28 August 2020, 18:55:19 Okay I just pushed a new bluez-s6 with a separate logging daemon to world. It turns out that the old version actually redirected STDOUT to /dev/null which is why you never saw anything (runit does this too actually). Anyways I just turned the new version on and off and saw output in /var/log/bluetoothd as expected.