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

package/filetype: add python-filetype package for system-server #232

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

vegano1
Copy link
Contributor

@vegano1 vegano1 commented Apr 18, 2024

Add python-filetype package for system server

Closes: RQA-2598

Test Plan

  • install build on OT-2 and make sure that system-server starts up

@vegano1 vegano1 requested a review from sfoster1 April 18, 2024 20:05
@vegano1
Copy link
Contributor Author

vegano1 commented Apr 19, 2024

pip shows filetype package is installed

# pip list
Package               Version
--------------------- ------------
.
.
.
filetype              1.2.0

system server starts up successfully

# systemctl status opentrons-system-server
 opentrons-system-server.service - Opentrons System HTTP Server
     Loaded: loaded (/etc/systemd/system/opentrons-system-server.service; enabled; preset: enabled)
     Active: active (running) since Fri 2024-04-19 02:04:47 UTC; 4min 17s ago
   Main PID: 250 (python)
     CGroup: /system.slice/opentrons-system-server.service
             └─250 python -m system_server

Apr 19 02:04:38 opentrons systemd[1]: Starting Opentrons System HTTP Server...
Apr 19 02:04:47 d5ed59 opentrons-system-server[250]: Starting system server on 127.0.0.1:32950
Apr 19 02:04:47 d5ed59 systemd[1]: Started Opentrons System HTTP Server.
Apr 19 02:04:48 d5ed59 python[250]: INFO:     Started server process [250]
Apr 19 02:04:48 d5ed59 python[250]: INFO:     Waiting for application startup.
Apr 19 02:04:48 d5ed59 python[250]: INFO:     Application startup complete.
Apr 19 02:04:48 d5ed59 python[250]: INFO:     Uvicorn running on http://127.0.0.1:32950 (Press CTRL+C to quit)

@vegano1 vegano1 merged commit c87de1d into opentrons-develop Apr 19, 2024
3 checks passed
@vegano1 vegano1 deleted the RQA-2598-add-python-filetype branch April 19, 2024 02:11
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

Successfully merging this pull request may close these issues.

2 participants