[Touch-packages] [Bug 2049708] Re: bluez bluetoothd unable to locate executable

2024-01-18 Thread theofficialgman
Found a rouge service (not from the ubuntu distro but instead my custom
nvidia tegra BSP) that had the `/usr/lib/bluetooth/bluetoothd` path in
it.

Closing as removing or altering that service fixes it.

** Changed in: bluez (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2049708

Title:
  bluez bluetoothd unable to locate executable

Status in bluez package in Ubuntu:
  Invalid

Bug description:
  Release: Ubuntu Noble Dev Branch

  the location of bluetoothd was just changed to
  /usr/libexec/bluetooth/bluetoothd

  this causes bluetooth to fail to start since something is still
  looking for the old location

  Jan 17 21:23:26 switch systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  ░░ Subject: A start job for unit bluetooth.service has begun execution
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ A start job for unit bluetooth.service has begun execution.
  ░░
  ░░ The job identifier is 2843.
  Jan 17 21:23:26 switch (uetoothd)[3245]: ConfigurationDirectory 'bluetooth' 
already exists but the mode is different. (File system: 755 ConfigurationDire>
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed to locate 
executable /usr/lib/bluetooth/bluetoothd: No such file or directory
  ░░ Subject: Process /usr/lib/bluetooth/bluetoothd could not be executed
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ The process /usr/lib/bluetooth/bluetoothd could not be executed and failed.
  ░░
  ░░ The error number returned by this process is ERRNO.
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed at step 
EXEC spawning /usr/lib/bluetooth/bluetoothd: No such file or directory

  the system service ExecStart location was correctly updated so not
  sure what still has the old location

  cat /lib/systemd/system/bluetooth.service
  [Unit]
  Description=Bluetooth service
  Documentation=man:bluetoothd(8)
  ConditionPathIsDirectory=/sys/class/bluetooth

  [Service]
  Type=dbus
  BusName=org.bluez
  ExecStart=/usr/libexec/bluetooth/bluetoothd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2049708/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2049708] Re: bluez bluetoothd unable to locate executable

2024-01-17 Thread Daniel van Vugt
Perhaps try a recursive grep for '/usr/lib/bluetooth/bluetoothd'

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2049708

Title:
  bluez bluetoothd unable to locate executable

Status in bluez package in Ubuntu:
  New

Bug description:
  Release: Ubuntu Noble Dev Branch

  the location of bluetoothd was just changed to
  /usr/libexec/bluetooth/bluetoothd

  this causes bluetooth to fail to start since something is still
  looking for the old location

  Jan 17 21:23:26 switch systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  ░░ Subject: A start job for unit bluetooth.service has begun execution
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ A start job for unit bluetooth.service has begun execution.
  ░░
  ░░ The job identifier is 2843.
  Jan 17 21:23:26 switch (uetoothd)[3245]: ConfigurationDirectory 'bluetooth' 
already exists but the mode is different. (File system: 755 ConfigurationDire>
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed to locate 
executable /usr/lib/bluetooth/bluetoothd: No such file or directory
  ░░ Subject: Process /usr/lib/bluetooth/bluetoothd could not be executed
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ The process /usr/lib/bluetooth/bluetoothd could not be executed and failed.
  ░░
  ░░ The error number returned by this process is ERRNO.
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed at step 
EXEC spawning /usr/lib/bluetooth/bluetoothd: No such file or directory

  the system service ExecStart location was correctly updated so not
  sure what still has the old location

  cat /lib/systemd/system/bluetooth.service
  [Unit]
  Description=Bluetooth service
  Documentation=man:bluetoothd(8)
  ConditionPathIsDirectory=/sys/class/bluetooth

  [Service]
  Type=dbus
  BusName=org.bluez
  ExecStart=/usr/libexec/bluetooth/bluetoothd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2049708/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2049708] Re: bluez bluetoothd unable to locate executable

2024-01-17 Thread theofficialgman
You are not.
I have rebooted multiple times and continue to get this message in journalctl 
(yes it's a new entry on each boot).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2049708

Title:
  bluez bluetoothd unable to locate executable

Status in bluez package in Ubuntu:
  New

Bug description:
  Release: Ubuntu Noble Dev Branch

  the location of bluetoothd was just changed to
  /usr/libexec/bluetooth/bluetoothd

  this causes bluetooth to fail to start since something is still
  looking for the old location

  Jan 17 21:23:26 switch systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  ░░ Subject: A start job for unit bluetooth.service has begun execution
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ A start job for unit bluetooth.service has begun execution.
  ░░
  ░░ The job identifier is 2843.
  Jan 17 21:23:26 switch (uetoothd)[3245]: ConfigurationDirectory 'bluetooth' 
already exists but the mode is different. (File system: 755 ConfigurationDire>
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed to locate 
executable /usr/lib/bluetooth/bluetoothd: No such file or directory
  ░░ Subject: Process /usr/lib/bluetooth/bluetoothd could not be executed
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ The process /usr/lib/bluetooth/bluetoothd could not be executed and failed.
  ░░
  ░░ The error number returned by this process is ERRNO.
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed at step 
EXEC spawning /usr/lib/bluetooth/bluetoothd: No such file or directory

  the system service ExecStart location was correctly updated so not
  sure what still has the old location

  cat /lib/systemd/system/bluetooth.service
  [Unit]
  Description=Bluetooth service
  Documentation=man:bluetoothd(8)
  ConditionPathIsDirectory=/sys/class/bluetooth

  [Service]
  Type=dbus
  BusName=org.bluez
  ExecStart=/usr/libexec/bluetooth/bluetoothd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2049708/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2049708] Re: bluez bluetoothd unable to locate executable

2024-01-17 Thread Daniel van Vugt
Am I correct in assuming the problem goes away after a reboot?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2049708

Title:
  bluez bluetoothd unable to locate executable

Status in bluez package in Ubuntu:
  New

Bug description:
  Release: Ubuntu Noble Dev Branch

  the location of bluetoothd was just changed to
  /usr/libexec/bluetooth/bluetoothd

  this causes bluetooth to fail to start since something is still
  looking for the old location

  Jan 17 21:23:26 switch systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  ░░ Subject: A start job for unit bluetooth.service has begun execution
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ A start job for unit bluetooth.service has begun execution.
  ░░
  ░░ The job identifier is 2843.
  Jan 17 21:23:26 switch (uetoothd)[3245]: ConfigurationDirectory 'bluetooth' 
already exists but the mode is different. (File system: 755 ConfigurationDire>
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed to locate 
executable /usr/lib/bluetooth/bluetoothd: No such file or directory
  ░░ Subject: Process /usr/lib/bluetooth/bluetoothd could not be executed
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ The process /usr/lib/bluetooth/bluetoothd could not be executed and failed.
  ░░
  ░░ The error number returned by this process is ERRNO.
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed at step 
EXEC spawning /usr/lib/bluetooth/bluetoothd: No such file or directory

  the system service ExecStart location was correctly updated so not
  sure what still has the old location

  cat /lib/systemd/system/bluetooth.service
  [Unit]
  Description=Bluetooth service
  Documentation=man:bluetoothd(8)
  ConditionPathIsDirectory=/sys/class/bluetooth

  [Service]
  Type=dbus
  BusName=org.bluez
  ExecStart=/usr/libexec/bluetooth/bluetoothd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2049708/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2049708] Re: bluez bluetoothd unable to locate executable

2024-01-17 Thread Daniel van Vugt
5.71-1ubuntu3:

Binary: /usr/libexec/bluetooth/bluetoothd
SystemD: system/bluetooth.service:ExecStart=/usr/libexec/bluetooth/bluetoothd

So that's consistent, but it sounds like you might have encountered an
upgrade bug and your systemd was looking in the old path? I'm guessing
there should be a systemd mechanism for refreshing bluetooth.service
contents that doesn't require a full system reboot, but also I never
encountered this bug in testing recent bluez updates.

** Tags added: noble

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2049708

Title:
  bluez bluetoothd unable to locate executable

Status in bluez package in Ubuntu:
  New

Bug description:
  Release: Ubuntu Noble Dev Branch

  the location of bluetoothd was just changed to
  /usr/libexec/bluetooth/bluetoothd

  this causes bluetooth to fail to start since something is still
  looking for the old location

  Jan 17 21:23:26 switch systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  ░░ Subject: A start job for unit bluetooth.service has begun execution
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ A start job for unit bluetooth.service has begun execution.
  ░░
  ░░ The job identifier is 2843.
  Jan 17 21:23:26 switch (uetoothd)[3245]: ConfigurationDirectory 'bluetooth' 
already exists but the mode is different. (File system: 755 ConfigurationDire>
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed to locate 
executable /usr/lib/bluetooth/bluetoothd: No such file or directory
  ░░ Subject: Process /usr/lib/bluetooth/bluetoothd could not be executed
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ The process /usr/lib/bluetooth/bluetoothd could not be executed and failed.
  ░░
  ░░ The error number returned by this process is ERRNO.
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed at step 
EXEC spawning /usr/lib/bluetooth/bluetoothd: No such file or directory

  the system service ExecStart location was correctly updated so not
  sure what still has the old location

  cat /lib/systemd/system/bluetooth.service
  [Unit]
  Description=Bluetooth service
  Documentation=man:bluetoothd(8)
  ConditionPathIsDirectory=/sys/class/bluetooth

  [Service]
  Type=dbus
  BusName=org.bluez
  ExecStart=/usr/libexec/bluetooth/bluetoothd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2049708/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2049708] Re: bluez bluetoothd unable to locate executable

2024-01-17 Thread theofficialgman
** Description changed:

  Release: Ubuntu Noble Dev Branch
  
  the location of bluetoothd was just changed to
  /usr/libexec/bluetooth/bluetoothd
  
  this causes bluetooth to fail to start since something is still looking
  for the old location
  
  Jan 17 21:23:26 switch systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  ░░ Subject: A start job for unit bluetooth.service has begun execution
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
- ░░ 
+ ░░
  ░░ A start job for unit bluetooth.service has begun execution.
- ░░ 
+ ░░
  ░░ The job identifier is 2843.
  Jan 17 21:23:26 switch (uetoothd)[3245]: ConfigurationDirectory 'bluetooth' 
already exists but the mode is different. (File system: 755 ConfigurationDire>
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed to locate 
executable /usr/lib/bluetooth/bluetoothd: No such file or directory
  ░░ Subject: Process /usr/lib/bluetooth/bluetoothd could not be executed
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
- ░░ 
+ ░░
  ░░ The process /usr/lib/bluetooth/bluetoothd could not be executed and failed.
- ░░ 
+ ░░
  ░░ The error number returned by this process is ERRNO.
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed at step 
EXEC spawning /usr/lib/bluetooth/bluetoothd: No such file or directory
+ 
+ the system service ExecStart location was correctly updated so not sure
+ what still has the old location
+ 
+ cat /lib/systemd/system/bluetooth.service
+ [Unit]
+ Description=Bluetooth service
+ Documentation=man:bluetoothd(8)
+ ConditionPathIsDirectory=/sys/class/bluetooth
+ 
+ [Service]
+ Type=dbus
+ BusName=org.bluez
+ ExecStart=/usr/libexec/bluetooth/bluetoothd

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2049708

Title:
  bluez bluetoothd unable to locate executable

Status in bluez package in Ubuntu:
  New

Bug description:
  Release: Ubuntu Noble Dev Branch

  the location of bluetoothd was just changed to
  /usr/libexec/bluetooth/bluetoothd

  this causes bluetooth to fail to start since something is still
  looking for the old location

  Jan 17 21:23:26 switch systemd[1]: Starting bluetooth.service - Bluetooth 
service...
  ░░ Subject: A start job for unit bluetooth.service has begun execution
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ A start job for unit bluetooth.service has begun execution.
  ░░
  ░░ The job identifier is 2843.
  Jan 17 21:23:26 switch (uetoothd)[3245]: ConfigurationDirectory 'bluetooth' 
already exists but the mode is different. (File system: 755 ConfigurationDire>
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed to locate 
executable /usr/lib/bluetooth/bluetoothd: No such file or directory
  ░░ Subject: Process /usr/lib/bluetooth/bluetoothd could not be executed
  ░░ Defined-By: systemd
  ░░ Support: http://www.ubuntu.com/support
  ░░
  ░░ The process /usr/lib/bluetooth/bluetoothd could not be executed and failed.
  ░░
  ░░ The error number returned by this process is ERRNO.
  Jan 17 21:23:26 switch (uetoothd)[3245]: bluetooth.service: Failed at step 
EXEC spawning /usr/lib/bluetooth/bluetoothd: No such file or directory

  the system service ExecStart location was correctly updated so not
  sure what still has the old location

  cat /lib/systemd/system/bluetooth.service
  [Unit]
  Description=Bluetooth service
  Documentation=man:bluetoothd(8)
  ConditionPathIsDirectory=/sys/class/bluetooth

  [Service]
  Type=dbus
  BusName=org.bluez
  ExecStart=/usr/libexec/bluetooth/bluetoothd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2049708/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp