Giter Site home page Giter Site logo

Comments (9)

txhtxh11 avatar txhtxh11 commented on May 24, 2024

waiting

from homebridge-apt-pkg.

botho avatar botho commented on May 24, 2024

workaround : add homebridge user by yourself before installation

from homebridge-apt-pkg.

SSkull995 avatar SSkull995 commented on May 24, 2024

Hi Botho,
I have the same issue, plus if I try to update the gui-x plugin I always get an error access. No permissions granted. How did you manage?
Thank you.

from homebridge-apt-pkg.

botho avatar botho commented on May 24, 2024

Hi Botho, I have the same issue, plus if I try to update the gui-x plugin I always get an error access. No permissions granted. How did you manage? Thank you.

Do a complete uninstallation and delete homebridge user:

sudo apt-get remove homebridge
sudo rm -rf /etc/apt/sources.list.d/homebridge.list
sudo apt-get purge homebridge
sudo deluser -remove-home homebridge

Installtion:

sudo adduser --system --group homebridge --home /home/homebridge
curl -sSfL https://repo.homebridge.io/KEY.gpg | sudo gpg --dearmor | sudo tee /usr/share/keyrings/homebridge.gpg  > /dev/null
echo "deb [signed-by=/usr/share/keyrings/homebridge.gpg] https://repo.homebridge.io stable main" | sudo tee /etc/apt/sources.list.d/homebridge.list > /dev/null
sudo apt-get update && sudo apt-get install homebridge
sudo hb-service update-node 

from homebridge-apt-pkg.

txhtxh11 avatar txhtxh11 commented on May 24, 2024

from homebridge-apt-pkg.

NorthernMan54 avatar NorthernMan54 commented on May 24, 2024

This issue is creatable with bookwork 64 gb lite

from homebridge-apt-pkg.

NorthernMan54 avatar NorthernMan54 commented on May 24, 2024

The adduser command appears to have changed with bookworm and now does this

Add a system user
       If called with one non-option argument and the --system option, adduser will add a dynamically allocated system user,  often  abbreviated
       as system user in the context of the adduser package.

       adduser  will  choose the first available UID from the range specified by FIRST_SYSTEM_UID and LAST_SYSTEM_UID in the configuration file.
       This can be overridden with the --uid option.

       By default, system users are placed in the nogroup group.  To place the new system user in an already existing group, use  the  --gid  or
       --ingroup options.  If the --group is given and the identically named group does not already exist, it is created with the same ID.

       If  no  home directory is specified, the default home directory for a new system user is /nonexistent.  This directory should never exist
       on any Debian system, and adduser will never create it automatically.

       Unless a shell is explicitly set with the --shell option, the new system user will have the  shell  set  to  /usr/sbin/nologin.   adduser
       --system does not set a password for the new account.  Skeletal configuration files are not copied.

       Other options will behave as for the creation of a normal user.  The files referenced by UID_POOL and GID_POOL do also work.

from homebridge-apt-pkg.

txhtxh11 avatar txhtxh11 commented on May 24, 2024

from homebridge-apt-pkg.

NorthernMan54 avatar NorthernMan54 commented on May 24, 2024

The homebridge Debian package has been updated to resolve this issue going forward.

from homebridge-apt-pkg.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.