Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with adding new device #183

Open
Dashboy1998 opened this issue Feb 22, 2024 · 0 comments
Open

Issue with adding new device #183

Dashboy1998 opened this issue Feb 22, 2024 · 0 comments

Comments

@Dashboy1998
Copy link

Dashboy1998 commented Feb 22, 2024

I have a server setup and I am trying to add a second device to the server. I have set both up using the same key and the first's history even appears on the second device but it doesn't have the CWD of the first device.

The first device also doesn't see the second device.

First Device

Hostname  CWD                                   Timestamp                 Runtime  Exit Code  Command                                                                    
Manjaro   ~/                                    Feb 22 2024 02:18:14 EST  N/A      0          hishtory query Hello                                                       
Manjaro   ~/                                    Feb 22 2024 02:14:40 EST  394ms    0          hishtory query Hello                                                       
Manjaro   ~/                                    Feb 22 2024 02:14:08 EST  28ms     0          echo "Hello Waldo"                                                         
Manjaro   ~/                                    Feb 22 2024 02:13:22 EST  28ms     0          echo "Hello World"                                                         
Manjaro   ~/Documents/palworld-server-docker    Feb 20 2024 15:26:23 EST  52ms     0          echo "Hello I'm a background task" & ; echo hello;                         
Manjaro   ~/Documents/palworld-server-docker    Feb 20 2024 15:26:23 EST  7.22s    130        echo "Hello I'm a background task" & ; echo hello;                         
Manjaro   ~/Documents/palworld-server-docker    Feb 20 2024 15:26:15 EST  53ms     0          { echo "Hello I'm a background task" &  }; echo hello;                     
Manjaro   ~/Documents/palworld-server-docker    Feb 20 2024 15:26:11 EST  55ms     0          { echo "Hello I'm a background task" &  }; echo hello;                     
Manjaro   ~/Documents/palworld-server-docker    Feb 20 2024 15:26:00 EST  49ms     0          { echo "Hello I'm a background task" & disown; }; echo hello;              
Manjaro   ~/Documents/palworld-server-docker    Feb 20 2024 15:25:51 EST  54ms     0          { echo "Hello I'm a background task" & disown; } 2>/dev/null; echo hello;  
Manjaro   ~/Documents/palworld-server-docker    Feb 20 2024 15:25:43 EST  1.094s   130        { echo "Hello I'm a background task" & disown; } 2>/dev/null; sleep 10;

Second Device

Hostname  CWD      Timestamp                 Runtime  Exit Code  Command                                                                                    
thor      ~/       Feb 22 2024 02:18:08 EST  N/A      0          hishtory query Hello                                                                       
Manjaro   ~/       Feb 22 2024 02:14:40 EST  394ms    0          hishtory query Hello                                                                       
Manjaro   ~/       Feb 22 2024 02:14:08 EST  28ms     0          echo "Hello Waldo"                                                                         
thor      ~/       Feb 22 2024 02:13:32 EST  5.533s   0          hishtory query Hello                                                                       
Manjaro   ~/       Feb 22 2024 02:13:22 EST  28ms     0          echo "Hello World"                                                                         
Manjaro   Unknown  Feb 22 2024 01:50:33 EST  1ms      0          echo "Hello I'm a background task" & ; echo hello;                                         
Manjaro   Unknown  Feb 22 2024 01:50:33 EST  1ms      0          { echo "Hello I'm a background task" &  }; echo hello;                                     
Manjaro   Unknown  Feb 22 2024 01:50:33 EST  1ms      0          { echo "Hello I'm a background task" & disown; }; echo hello;                              
Manjaro   Unknown  Feb 22 2024 01:50:32 EST  1ms      0          { echo "Hello I'm a background task" & disown; } 2>/dev/null; echo hello;                  
Manjaro   Unknown  Feb 22 2024 01:50:32 EST  1ms      0          { echo "Hello I'm a background task" & disown; } 2>/dev/null; sleep 10;

Device One Status

hiSHtory: v0.277
Enabled: true
Secret Key: PASSWORD123
User ID: ABC123
Device ID: XYZ
Sync Mode: Enabled
Sync Server: http://10.10.10.15:8080
Sync Status: Synced
Commit Hash: 123456789

Device Two Status

hiSHtory: v0.277
Enabled: true
Secret Key: PASSWORD123
User ID: ABC123
Device ID: DEF
Sync Mode: Enabled
Sync Server: http://10.10.10.15:8080
Sync Status: Synced
Commit Hash: 123456789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant