I have changed the IP address of the on-prem ubuntu server then reboot it,
now the bench couldn’t start giving this logs :
06:11:35 web.1 | from distutils.spawn import find_executable
06:11:35 watch.1 | /home/admin1/frappe-bench/frappe-bench/apps/frappe/frappe/build.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
06:11:35 watch.1 | from distutils.spawn import find_executable
06:11:35 schedule.1 | /home/admin1/frappe-bench/frappe-bench/apps/frappe/frappe/build.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
06:11:35 schedule.1 | from distutils.spawn import find_executable
06:11:35 socketio.1 | listening on *: 9000
06:11:35 web.1 | * Running on http://0.0.0.0:8000/ (Press CTRL+C to quit)
06:11:35 web.1 | * Restarting with inotify reloader
06:11:35 watch.1 | yarn run v1.22.22
06:11:35 web.1 | /home/admin1/frappe-bench/frappe-bench/apps/frappe/frappe/build.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
06:11:35 web.1 | from distutils.spawn import find_executable
06:11:35 watch.1 | $ node rollup/watch.js
06:11:36 web.1 | * Debugger is active!
06:11:36 web.1 | * Debugger PIN: 278-631-645
06:11:36 web.1 | /home/admin1/frappe-bench/frappe-bench/env/lib/python3.10/site-packages/werkzeug/_reloader.py:335: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
06:11:36 web.1 | t.setDaemon(True)
06:11:36 watch.1 |
06:11:36 watch.1 | Rollup Watcher Started
06:11:36 watch.1 |
06:11:36 watch.1 | Watching…
06:11:37 watch.1 | Browserslist: caniuse-lite is outdated. Please run:
06:11:37 watch.1 | npx browserslist@latest --update-db
06:11:38 watch.1 | Rebuilding frappe-web-b4.css
06:11:38 watch.1 | Rebuilding frappe-recorder.min.js
06:11:41 watch.1 | Rebuilding checkout.min.js
06:11:41 watch.1 | Rebuilding frappe-web.min.js
06:11:43 watch.1 | Rebuilding bootstrap-4-web.min.js
06:11:44 watch.1 | Rebuilding control.min.js
06:11:49 watch.1 | Rebuilding dialog.min.js
06:11:51 watch.1 | Rebuilding desk.min.css
06:11:51 watch.1 | Rebuilding printview.css
06:11:51 watch.1 | Rebuilding desk.min.js
06:11:58 watch.1 | Rebuilding form.min.js
06:12:03 watch.1 | Rebuilding list.min.js
06:12:04 watch.1 | Rebuilding report.min.css
06:12:04 watch.1 | Rebuilding report.min.js
06:12:05 watch.1 | Rebuilding web_form.min.js
06:12:05 watch.1 | Rebuilding web_form.css
06:12:05 watch.1 | Rebuilding email.css
06:12:05 watch.1 | Rebuilding barcode_scanner.min.js
06:12:06 watch.1 | Rebuilding user_profile_controller.min.js
06:12:06 watch.1 | Rebuilding login.css
06:12:07 watch.1 | Rebuilding data_import_tools.min.js
06:12:08 watch.1 | Rebuilding frappe-web-b4.css
06:12:09 watch.1 | Rebuilding desk.min.css
06:12:09 watch.1 | Rebuilding printview.css
06:12:09 watch.1 | Rebuilding report.min.css
06:12:09 watch.1 | Rebuilding web_form.css
06:12:09 watch.1 | Rebuilding email.css
06:12:09 watch.1 | Rebuilding login.css
06:12:10 watch.1 | Rebuilding erpnext.css
06:12:10 watch.1 | Rebuilding marketplace.css
06:12:10 watch.1 | Rebuilding erpnext-web.min.js
06:12:10 watch.1 | Rebuilding erpnext-web.css
06:12:10 watch.1 | Rebuilding marketplace.min.js
06:12:12 watch.1 | Rebuilding erpnext.min.js
06:12:13 watch.1 | Rebuilding item-dashboard.min.js
06:12:13 watch.1 | Rebuilding point-of-sale.min.js
06:12:13 watch.1 | Rebuilding bank-reconciliation-tool.min.js
06:12:13 watch.1 | Rebuilding e-commerce.min.js
06:12:13 watch.1 | Rebuilding hierarchy-chart.min.js
06:12:15 watch.1 | Rebuilding erpnext.css
06:12:15 watch.1 | Rebuilding marketplace.css
06:12:15 watch.1 | Rebuilding erpnext-web.css
please can someone help me ?