Skip to content

[llmster][v0.0.7+4][v0.0.8+1] on [DGX Spark] lms server status fails #509

@Jintelia

Description

@Jintelia

Since Update some minutes ago with lms daemon upgrade, lms server start and lms server status fails:

swdev1@thinkstationpgx-e7ea:~$ ss -nltup
Netid       State        Recv-Q       Send-Q             Local Address:Port              Peer Address:Port       Process
udp         UNCONN       0            0                        0.0.0.0:36112                  0.0.0.0:*
udp         UNCONN       0            0                     127.0.0.54:53                     0.0.0.0:*
udp         UNCONN       0            0                  127.0.0.53%lo:53                     0.0.0.0:*
udp         UNCONN       0            0                        0.0.0.0:5353                   0.0.0.0:*
udp         UNCONN       0            0                           [::]:55183                     [::]:*
udp         UNCONN       0            0                           [::]:5353                      [::]:*
tcp         LISTEN       0            4096               127.0.0.53%lo:53                     0.0.0.0:*
tcp         LISTEN       0            4096                     0.0.0.0:22                     0.0.0.0:*
tcp         LISTEN       0            4096                   127.0.0.1:631                    0.0.0.0:*
tcp         LISTEN       0            4096                   127.0.0.1:11000                  0.0.0.0:*
tcp         LISTEN       0            4096                  127.0.0.54:53                     0.0.0.0:*
tcp         LISTEN       0            4096                        [::]:22                        [::]:*
tcp         LISTEN       0            4096                       [::1]:631                       [::]:*

swdev1@thinkstationpgx-e7ea:~$ lms daemon up
Waking up LM Studio service...
llmster started (PID: 3789).

swdev1@thinkstationpgx-e7ea:~$ ss -nltup
Netid   State    Recv-Q   Send-Q      Local Address:Port      Peer Address:Port  Process
udp     UNCONN   0        0                 0.0.0.0:36112          0.0.0.0:*
udp     UNCONN   0        0          0.0.0.0%enP7s7:53817          0.0.0.0:*      users:(("lmlink-connecto",pid=3849,fd=12))
udp     UNCONN   0        0              127.0.0.54:53             0.0.0.0:*
udp     UNCONN   0        0           127.0.0.53%lo:53             0.0.0.0:*
udp     UNCONN   0        0                 0.0.0.0:5353           0.0.0.0:*
udp     UNCONN   0        0             [::]%enP7s7:35743             [::]:*      users:(("lmlink-connecto",pid=3849,fd=9))
udp     UNCONN   0        0                    [::]:55183             [::]:*
udp     UNCONN   0        0                    [::]:5353              [::]:*
tcp     LISTEN   0        4096        127.0.0.53%lo:53             0.0.0.0:*
tcp     LISTEN   0        4096              0.0.0.0:22             0.0.0.0:*
tcp     LISTEN   0        4096            127.0.0.1:631            0.0.0.0:*
tcp     LISTEN   0        4096            127.0.0.1:11000          0.0.0.0:*
tcp     LISTEN   0        4096           127.0.0.54:53             0.0.0.0:*
tcp     LISTEN   0        4096              0.0.0.0:48325          0.0.0.0:*      users:(("lmlink-connecto",pid=3849,fd=15))
tcp     LISTEN   0        511             127.0.0.1:41343          0.0.0.0:*      users:(("llmster",pid=3789,fd=36))
tcp     LISTEN   0        4096                 [::]:22                [::]:*
tcp     LISTEN   0        4096                [::1]:631               [::]:*

swdev1@thinkstationpgx-e7ea:~$ lms server start --bind 0.0.0.0 -p 1234
W Server will accept connections from the network. Only use this if you know what you are doing!
Error: Failed to verify the server is running. Please try to use another port.

swdev1@thinkstationpgx-e7ea:~$ lms server status
The server is not running.

swdev1@thinkstationpgx-e7ea:~$ ss -nltup
Netid   State    Recv-Q   Send-Q      Local Address:Port      Peer Address:Port  Process
udp     UNCONN   0        0                 0.0.0.0:36112          0.0.0.0:*
udp     UNCONN   0        0          0.0.0.0%enP7s7:53817          0.0.0.0:*      users:(("lmlink-connecto",pid=3849,fd=12))
udp     UNCONN   0        0              127.0.0.54:53             0.0.0.0:*
udp     UNCONN   0        0           127.0.0.53%lo:53             0.0.0.0:*
udp     UNCONN   0        0                 0.0.0.0:5353           0.0.0.0:*
udp     UNCONN   0        0             [::]%enP7s7:35743             [::]:*      users:(("lmlink-connecto",pid=3849,fd=9))
udp     UNCONN   0        0                    [::]:55183             [::]:*
udp     UNCONN   0        0                    [::]:5353              [::]:*
tcp     LISTEN   0        4096        127.0.0.53%lo:53             0.0.0.0:*
tcp     LISTEN   0        511               0.0.0.0:1234           0.0.0.0:*      users:(("llmster",pid=3789,fd=41))
tcp     LISTEN   0        4096              0.0.0.0:22             0.0.0.0:*
tcp     LISTEN   0        4096            127.0.0.1:631            0.0.0.0:*
tcp     LISTEN   0        4096            127.0.0.1:11000          0.0.0.0:*
tcp     LISTEN   0        4096           127.0.0.54:53             0.0.0.0:*
tcp     LISTEN   0        4096              0.0.0.0:48325          0.0.0.0:*      users:(("lmlink-connecto",pid=3849,fd=15))
tcp     LISTEN   0        511             127.0.0.1:41343          0.0.0.0:*      users:(("llmster",pid=3789,fd=36))
tcp     LISTEN   0        4096                 [::]:22                [::]:*
tcp     LISTEN   0        4096                [::1]:631               [::]:*

swdev1@thinkstationpgx-e7ea:~$ lms server start --bind 0.0.0.0 -p 1235
W Server will accept connections from the network. Only use this if you know what you are doing!
Error: Failed to verify the server is running. Please try to use another port.

swdev1@thinkstationpgx-e7ea:~$ lms server status
The server is not running.

swdev1@thinkstationpgx-e7ea:~$ ss -nltup
Netid   State    Recv-Q   Send-Q      Local Address:Port      Peer Address:Port  Process
udp     UNCONN   0        0                 0.0.0.0:36112          0.0.0.0:*
udp     UNCONN   0        0          0.0.0.0%enP7s7:53817          0.0.0.0:*      users:(("lmlink-connecto",pid=3849,fd=12))
udp     UNCONN   0        0              127.0.0.54:53             0.0.0.0:*
udp     UNCONN   0        0           127.0.0.53%lo:53             0.0.0.0:*
udp     UNCONN   0        0                 0.0.0.0:5353           0.0.0.0:*
udp     UNCONN   0        0             [::]%enP7s7:35743             [::]:*      users:(("lmlink-connecto",pid=3849,fd=9))
udp     UNCONN   0        0                    [::]:55183             [::]:*
udp     UNCONN   0        0                    [::]:5353              [::]:*
tcp     LISTEN   0        4096        127.0.0.53%lo:53             0.0.0.0:*
tcp     LISTEN   0        511               0.0.0.0:1235           0.0.0.0:*      users:(("llmster",pid=3789,fd=41))
tcp     LISTEN   0        4096              0.0.0.0:22             0.0.0.0:*
tcp     LISTEN   0        4096            127.0.0.1:631            0.0.0.0:*
tcp     LISTEN   0        4096            127.0.0.1:11000          0.0.0.0:*
tcp     LISTEN   0        4096           127.0.0.54:53             0.0.0.0:*
tcp     LISTEN   0        4096              0.0.0.0:48325          0.0.0.0:*      users:(("lmlink-connecto",pid=3849,fd=15))
tcp     LISTEN   0        511             127.0.0.1:41343          0.0.0.0:*      users:(("llmster",pid=3789,fd=36))
tcp     LISTEN   0        4096                 [::]:22                [::]:*
tcp     LISTEN   0        4096                [::1]:631               [::]:*

Ok, after testing from another mashine. Server is running. But lms server status shows wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions