Error at installation #47

Open
opened 2021-02-09 09:25:41 +00:00 by Ghost · 0 comments
.........Failed to connect to bus: No such file or directory
libpam-systemd is missing, which is required on Linux to register Telebit with the user launcher.
sudo apt-get install -y libpam-systemd
********************************************************************************
You are running apt-get inside of Cloud Shell. Note that your Cloud Shell  
machine is ephemeral and no system-wide change will persist beyond session end. 

To suppress this warning, create an empty ~/.cloudshell/no-apt-get-warning file.
The command will automatically proceed in 5 seconds or on any key. 

Visit https://cloud.google.com/shell/help for more information.                 
********************************************************************************
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libpam-systemd is already the newest version (241-7~deb10u5).
libpam-systemd set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
.
/home/hariputterminecraftserver/Applications/telebit/bin/telebit-remote.js:643
  var verstrd = [ pkg.name + ' daemon v' + state.config.version ];
                                                        ^

TypeError: Cannot read property 'version' of undefined
    at handleConfig (/home/hariputterminecraftserver/Applications/telebit/bin/telebit-remote.js:643:57)
    at /home/hariputterminecraftserver/Applications/telebit/bin/telebit-remote.js:359:22
    at /home/hariputterminecraftserver/Applications/telebit/usr/share/install-launcher.js:236:24
    at ChildProcess.exithandler (child_process.js:296:5)
    at ChildProcess.emit (events.js:182:13)
    at maybeClose (internal/child_process.js:962:16)
    at Socket.stream.socket.on (internal/child_process.js:381:11)
    at Socket.emit (events.js:182:13)
    at Pipe._handle.close (net.js:606:12)
``` .........Failed to connect to bus: No such file or directory libpam-systemd is missing, which is required on Linux to register Telebit with the user launcher. sudo apt-get install -y libpam-systemd ******************************************************************************** You are running apt-get inside of Cloud Shell. Note that your Cloud Shell machine is ephemeral and no system-wide change will persist beyond session end. To suppress this warning, create an empty ~/.cloudshell/no-apt-get-warning file. The command will automatically proceed in 5 seconds or on any key. Visit https://cloud.google.com/shell/help for more information. ******************************************************************************** Reading package lists... Done Building dependency tree Reading state information... Done libpam-systemd is already the newest version (241-7~deb10u5). libpam-systemd set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded. . /home/hariputterminecraftserver/Applications/telebit/bin/telebit-remote.js:643 var verstrd = [ pkg.name + ' daemon v' + state.config.version ]; ^ TypeError: Cannot read property 'version' of undefined at handleConfig (/home/hariputterminecraftserver/Applications/telebit/bin/telebit-remote.js:643:57) at /home/hariputterminecraftserver/Applications/telebit/bin/telebit-remote.js:359:22 at /home/hariputterminecraftserver/Applications/telebit/usr/share/install-launcher.js:236:24 at ChildProcess.exithandler (child_process.js:296:5) at ChildProcess.emit (events.js:182:13) at maybeClose (internal/child_process.js:962:16) at Socket.stream.socket.on (internal/child_process.js:381:11) at Socket.emit (events.js:182:13) at Pipe._handle.close (net.js:606:12) ```
Sign in to join this conversation.
No Label
feature
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#47
No description provided.