2021-10-08 01:00:49 +00:00
|
|
|
|
#!/usr/bin/env bash
|
2020-10-25 23:55:53 +00:00
|
|
|
|
|
|
|
|
|
# BSD 3-Clause License
|
|
|
|
|
# Author @sonique6784
|
|
|
|
|
# Copyright (c) 2020, sonique6784
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
function showPiSCSILogo(){
|
2020-11-08 00:10:09 +00:00
|
|
|
|
logo="""
|
|
|
|
|
.~~. .~~.\n
|
|
|
|
|
'. \ ' ' / .'\n
|
|
|
|
|
.╔═══════╗.\n
|
|
|
|
|
: ║|¯¯¯¯¯|║ :\n
|
|
|
|
|
~ (║|_____|║) ~\n
|
|
|
|
|
( : ║ . __ ║ : )\n
|
|
|
|
|
~ .╚╦═════╦╝. ~\n
|
2022-12-05 17:58:23 +00:00
|
|
|
|
( ¯¯¯¯¯¯¯ ) PiSCSI Assistant\n
|
2020-11-08 00:10:09 +00:00
|
|
|
|
'~ .~~~. ~'\n
|
|
|
|
|
'~'\n
|
|
|
|
|
"""
|
|
|
|
|
echo -e $logo
|
|
|
|
|
}
|
2020-10-25 23:55:53 +00:00
|
|
|
|
|
Move to protobuf for the webapp, major overhaul to easyinstall.sh, code comment translations (#229)
* Making saving and loading config files work with protobuf
* Formatted the Status column, and fixed the available ID logic
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Better handling of device status
* Updated parameter handling
* Updated setting default interfaces
* Revert "Updated setting default interfaces"
This reverts commit 210abc775d9a79dd0c631cf3877966a2923f4d5b.
* Revert "Updated parameter handling"
This reverts commit 35302addd59f5f5e1cc032888ba32dcbb426a846.
* Abort with a 404 if rascsi is not running. Use any protobuf response to determine whether rascsi is running (should hardly be required anymore due to the other change, but just in case).
* Move id reservation back into __main__
* Remove check for device type when validating Removed image
* Leverage device property data for better status messages
* Remove redundant string sanitation when reading config csv file
* Clean up device list generation
* Cleanup
* Remove duplicates before building valid scsi id list
* Fully translated cfilesystem.h code comments to English; partially translated cfilesystem.cpp
* rascsi supports reserving IDs
* Updated help message
* Replaced BOOL by bool
* Logging update
* Logging update
* Cleanup
* Restructure the easyinstall.sh script to combine the install/update flows, and disallow installing the webapp by itself
* Remove redundant steps handled in Makefile
* Add the functionality to specify connect_type through a parameter
* Add validation to the argument parser allowing only STANDARD and FULLSPEC as options
* Complete translation of code comments for cfilesystem.h; partial translation for cfilesystem.cpp
* Cleanup
* Merge parts of the Network Assistant script by sonique6784; fix the run_choice startup parameter
* Improve on the network setup messages
* Fix routing address
* Add checks for previous configuration; cleanup
* Cleanup
* Remove redundant step in wired setup. Improve messages.
* Cleanup
* Added default parameters to device properties
* Return parameters a device was set up with
* Add flows for configuring custom network settings; adopting some logic by sonique6784
* Improved device initialization
* Updated default parameter handling
* Updated default parameter handling
* Fixed typo
* Comment updates
* Comment update
* Make iso generation work again, and add error handling to urllib actions
* Manage default parameters in the respective device
* Print available network interfaces. Clean up step and improve descriptive messages.
* Make the script clean up previous configurations
* Make the script only show relevant interfaces
* Partial translation of cfilesystem.cpp
* Do not pass empty parameter string
* Added supports_params flag
* Completely translate code comments in cfilesystem.cpp
* Show rascsi-web status after installing
* Refactoring
* Made comparisons more consistent
* Updated error handling
* Updated exception handling
* Made comparisons more consistent
* Updated error handling
* Overlooked code comment translation
* Renaming
* Better error handling for socket connection
* Disable two NEC hd image types due to issue#232
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Better handling of removable disks in the web ui
* Added stoppable property and stopped status
* Made MO stoppable
* Removed duplicate code
* Removed duplicate code
* Copy read-only property
* Renaming
* Add an assistant for reserving scsi ids
* Don't show action if no device attached
* Implement a device_info app path, and cut down on device columns always shown
* Cleanup
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Made disk_t private
* Made some data structures private
* Fixed ARM compile issue
* Fast forward instead of rebase existing git repo
* Fixed ctapdriver initialization issue
* Reset read-only status when opening an image file
* Cleanup
* Cleanup
* Made logging more consistent
* Updated log level
* Cleanup
* Log load/eject on error level for testing
* Revert "Log load/eject on error level for testing"
This reverts commit d35a15ea8e520517d25e1e1054ad1aeda9f85f2e.
* Assume drive is not ready after having been stopped
* Updated status handling
* Make the csv config files store all relevant device data for reading
* Read 9 column csv config files
* Fixed typo
* Rebuild manpage
* Fixed issue #234 (MODE SENSE (10) returns wrong mode parameter header)
* Removed unused code
* Enum data type update
* Removed duplicate range check
* Removed duplicate code
* Removed more duplicate code
* Logging update
* SCCD sector size was not meant to be configurable
* Better error handling for csv reading and writing
* Updated configurable sector size properties
* Removed assertion
* Improved error handling
* Updated error handling
* Re-added special error handling only relevant for SASI
* Added TODOs
* Comment update
* Added override modifier
* Removed obsolete debug flag (related code was not called)
* Comment and logging updates
* Removed obsolete try/catch
* Revert "Removed obsolete try/catch"
This reverts commit 39ca12d8b153c706316ce79f4fec65c9abc60024.
* Comment update
* Removed duplicate code
* Updated error messages, use more foreach loops
* Avoid storing RaSCSI generated product info in config file
* Updated logging
* Logging update
* Save config files in json instead of csv
* Fix bugs with json config loading
* Refactoring & remove unused code
* Refactoring
* Display upper case file endings in file management list
* Only show product vendor for non-RaSCSI devices in the device list
* Translate code comment
* Refactoring
* Fix bad identation
* Improve valid file extension handling
* Add validation when attaching removable media
* Display valid file endings under the file list
* Cleanup
* Don't store 0 block size
* Fix indentation
* Read and write config files in key:pair format
* Add section for controlling logging
* README update
* Added block_count
* Cleanup, fix typos
* Support attaching CD-ROM with custom block size
* Evaluate block size when inserting a media
* rasctl display capacity if available
* Info message update
* Use kwargs for device attachment
* Fix bugs in attach_image kwargs; make config file more readable
* POC for attaching device with profile
* Only list product types valid for the particular image file
* Perform validation of HDD image size based on the product profile
* Implement sidecar config files for drive images.
* Added missing product name to NEC vital product data
* MO block size depends on capacity only
* Better error handling for device sidecar config loading
* Extended property/status display
* Property display update
* Updated error handling
* Handle image sizes in bytes internally
* Revert change
* Resolve bad merge
Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
2021-09-15 02:51:12 +00:00
|
|
|
|
function showMacNetworkWired(){
|
|
|
|
|
logo="""
|
|
|
|
|
.-~-.-~~~-.~-.\n
|
|
|
|
|
╔═══════╗ .( )\n
|
|
|
|
|
║|¯¯¯¯¯|║ / \`.\n
|
|
|
|
|
║|_____|║>--------------<~ . )\n
|
|
|
|
|
║ . __ ║ ( :'-'\n
|
|
|
|
|
╚╦═════╦╝ ~-.________.:'\n
|
|
|
|
|
¯¯¯¯¯¯¯\n
|
|
|
|
|
"""
|
|
|
|
|
echo -e $logo
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function showMacNetworkWireless(){
|
|
|
|
|
logo="""
|
|
|
|
|
.-~-.-~~~-.~-.\n
|
|
|
|
|
╔═══════╗ .( .( )\n
|
|
|
|
|
║|¯¯¯¯¯|║ .( .( / \`.\n
|
|
|
|
|
║|_____|║ .o o ~ . )\n
|
|
|
|
|
║ . __ ║ '( '( ( :'-'\n
|
|
|
|
|
╚╦═════╦╝ '( ~-.________.:'\n
|
|
|
|
|
¯¯¯¯¯¯¯\n
|
|
|
|
|
"""
|
|
|
|
|
echo -e $logo
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-08 02:59:19 +00:00
|
|
|
|
CONNECT_TYPE="FULLSPEC"
|
2022-12-07 18:59:15 +00:00
|
|
|
|
# clang v11 is the latest distributed by Buster
|
|
|
|
|
COMPILER="clang++-11"
|
2023-03-02 21:51:22 +00:00
|
|
|
|
CORES=1
|
2021-11-09 02:33:33 +00:00
|
|
|
|
USER=$(whoami)
|
|
|
|
|
BASE=$(dirname "$(readlink -f "${0}")")
|
2022-10-25 19:59:30 +00:00
|
|
|
|
CPP_PATH="$BASE/cpp"
|
2021-10-08 01:00:49 +00:00
|
|
|
|
VIRTUAL_DRIVER_PATH="$HOME/images"
|
2022-12-05 17:58:23 +00:00
|
|
|
|
CFG_PATH="$HOME/.config/piscsi"
|
2022-01-09 14:26:28 +00:00
|
|
|
|
WEB_INSTALL_PATH="$BASE/python/web"
|
|
|
|
|
OLED_INSTALL_PATH="$BASE/python/oled"
|
2022-02-25 20:03:36 +00:00
|
|
|
|
CTRLBOARD_INSTALL_PATH="$BASE/python/ctrlboard"
|
2022-01-21 23:08:29 +00:00
|
|
|
|
PYTHON_COMMON_PATH="$BASE/python/common"
|
2021-12-03 01:18:45 +00:00
|
|
|
|
SYSTEMD_PATH="/etc/systemd/system"
|
2022-08-01 12:47:23 +00:00
|
|
|
|
SSL_CERTS_PATH="/etc/ssl/certs"
|
|
|
|
|
SSL_KEYS_PATH="/etc/ssl/private"
|
2020-11-08 00:10:09 +00:00
|
|
|
|
HFDISK_BIN=/usr/bin/hfdisk
|
2021-03-07 15:52:04 +00:00
|
|
|
|
GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
2021-07-31 15:52:09 +00:00
|
|
|
|
GIT_REMOTE=${GIT_REMOTE:-origin}
|
2021-12-23 17:12:16 +00:00
|
|
|
|
TOKEN=""
|
2022-12-10 05:00:31 +00:00
|
|
|
|
AUTH_GROUP="piscsi"
|
2022-12-07 18:59:15 +00:00
|
|
|
|
SECRET_FILE="$HOME/.config/piscsi/secret"
|
2022-11-01 23:43:24 +00:00
|
|
|
|
FILE_SHARE_PATH="$HOME/shared_files"
|
|
|
|
|
FILE_SHARE_NAME="Pi File Server"
|
2020-10-25 23:55:53 +00:00
|
|
|
|
|
2022-12-04 14:31:57 +00:00
|
|
|
|
APT_PACKAGES_COMMON="build-essential git protobuf-compiler bridge-utils"
|
|
|
|
|
APT_PACKAGES_BACKEND="libspdlog-dev libpcap-dev libprotobuf-dev protobuf-compiler libgmock-dev clang-11"
|
|
|
|
|
APT_PACKAGES_PYTHON="python3 python3-dev python3-pip python3-venv python3-setuptools python3-wheel libev-dev libevdev2"
|
2022-12-22 02:00:37 +00:00
|
|
|
|
APT_PACKAGES_WEB="nginx-light genisoimage man2html hfsutils dosfstools kpartx unzip unar disktype gettext"
|
2022-12-04 14:31:57 +00:00
|
|
|
|
|
2021-09-28 17:56:14 +00:00
|
|
|
|
set -e
|
|
|
|
|
|
2021-11-19 02:17:24 +00:00
|
|
|
|
# checks to run before entering the script main menu
|
2021-11-14 19:57:38 +00:00
|
|
|
|
function initialChecks() {
|
|
|
|
|
if [ "root" == "$USER" ]; then
|
|
|
|
|
echo "Do not run this script as $USER or with 'sudo'."
|
|
|
|
|
exit 1
|
|
|
|
|
fi
|
|
|
|
|
}
|
|
|
|
|
|
2023-02-27 02:29:32 +00:00
|
|
|
|
# Only to be used for pi-gen automated install
|
|
|
|
|
function cacheSudo() {
|
|
|
|
|
echo "Caching sudo password"
|
|
|
|
|
echo raspberry | sudo -v -S
|
|
|
|
|
}
|
|
|
|
|
|
2021-11-19 02:17:24 +00:00
|
|
|
|
# checks that the current user has sudoers privileges
|
|
|
|
|
function sudoCheck() {
|
2022-11-04 03:58:31 +00:00
|
|
|
|
if [[ $HEADLESS ]]; then
|
|
|
|
|
echo "Skipping password check in headless mode"
|
|
|
|
|
return 0
|
|
|
|
|
fi
|
2021-11-19 02:17:24 +00:00
|
|
|
|
echo "Input your password to allow this script to make the above changes."
|
|
|
|
|
sudo -v
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-07 18:59:15 +00:00
|
|
|
|
# Delete file if it exists
|
|
|
|
|
function deleteFile() {
|
|
|
|
|
if sudo test -f "$1/$2"; then
|
|
|
|
|
sudo rm "$1/$2" || exit 1
|
|
|
|
|
echo "Deleted $1/$2"
|
|
|
|
|
fi
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# install all dependency packages for PiSCSI Service
|
2021-02-01 18:24:59 +00:00
|
|
|
|
function installPackages() {
|
2022-11-08 02:59:19 +00:00
|
|
|
|
if [[ $SKIP_PACKAGES ]]; then
|
|
|
|
|
echo "Skipping package installation"
|
|
|
|
|
return 0
|
|
|
|
|
fi
|
2022-12-10 05:00:31 +00:00
|
|
|
|
sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --assume-yes -qq \
|
2022-12-04 14:31:57 +00:00
|
|
|
|
$APT_PACKAGES_COMMON \
|
|
|
|
|
$APT_PACKAGES_BACKEND \
|
|
|
|
|
$APT_PACKAGES_PYTHON \
|
|
|
|
|
$APT_PACKAGES_WEB
|
2022-08-28 13:51:31 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# install Debian packages for PiSCSI standalone
|
2022-08-28 13:51:31 +00:00
|
|
|
|
function installPackagesStandalone() {
|
2022-11-08 02:59:19 +00:00
|
|
|
|
if [[ $SKIP_PACKAGES ]]; then
|
|
|
|
|
echo "Skipping package installation"
|
|
|
|
|
return 0
|
|
|
|
|
fi
|
2022-12-10 05:00:31 +00:00
|
|
|
|
sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --assume-yes -qq \
|
2022-12-04 14:31:57 +00:00
|
|
|
|
$APT_PACKAGES_COMMON \
|
|
|
|
|
$APT_PACKAGES_BACKEND
|
2021-02-01 18:24:59 +00:00
|
|
|
|
}
|
2020-10-25 23:55:53 +00:00
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# install Debian packages for PiSCSI web UI standalone
|
2022-12-04 14:31:57 +00:00
|
|
|
|
function installPackagesWeb() {
|
|
|
|
|
if [[ $SKIP_PACKAGES ]]; then
|
|
|
|
|
echo "Skipping package installation"
|
|
|
|
|
return 0
|
|
|
|
|
fi
|
2022-12-10 05:00:31 +00:00
|
|
|
|
sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --assume-yes -qq \
|
2022-12-04 14:31:57 +00:00
|
|
|
|
$APT_PACKAGES_COMMON \
|
|
|
|
|
$APT_PACKAGES_PYTHON \
|
|
|
|
|
$APT_PACKAGES_WEB
|
|
|
|
|
}
|
|
|
|
|
|
2022-07-31 01:59:52 +00:00
|
|
|
|
# cache the pip packages
|
|
|
|
|
function cachePipPackages(){
|
|
|
|
|
pushd $WEB_INSTALL_PATH
|
2022-08-26 00:59:57 +00:00
|
|
|
|
sudo pip3 install -r ./requirements.txt
|
2022-07-31 01:59:52 +00:00
|
|
|
|
popd
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# compile the PiSCSI binaries
|
|
|
|
|
function compilePiscsi() {
|
2022-10-25 19:59:30 +00:00
|
|
|
|
cd "$CPP_PATH" || exit 1
|
2020-10-25 23:55:53 +00:00
|
|
|
|
|
2022-11-08 02:59:19 +00:00
|
|
|
|
echo "Compiling $CONNECT_TYPE with $COMPILER on $CORES simultaneous cores..."
|
2022-12-07 18:59:15 +00:00
|
|
|
|
if [[ $SKIP_MAKE_CLEAN ]]; then
|
|
|
|
|
echo "Skipping 'make clean'"
|
|
|
|
|
else
|
|
|
|
|
make clean </dev/null
|
|
|
|
|
fi
|
2022-07-29 05:48:18 +00:00
|
|
|
|
|
2022-11-08 02:59:19 +00:00
|
|
|
|
make CXX="$COMPILER" CONNECT_TYPE="$CONNECT_TYPE" -j "$CORES" all </dev/null
|
2021-11-19 02:17:24 +00:00
|
|
|
|
}
|
2021-10-21 05:06:00 +00:00
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# install the PiSCSI binaries and modify the service configuration
|
|
|
|
|
function installPiscsi() {
|
2022-12-07 18:59:15 +00:00
|
|
|
|
OUTDATED_MAN_PAGE_DIR="/usr/share/man/man1"
|
|
|
|
|
CURRENT_MAN_PAGE_DIR="/usr/local/man/man1"
|
|
|
|
|
CURRENT_BIN_DIR="/usr/local/bin"
|
|
|
|
|
# clean up outdated binaries and man pages if they exist
|
|
|
|
|
deleteFile "$OUTDATED_MAN_PAGE_DIR" "rascsi.1"
|
|
|
|
|
deleteFile "$OUTDATED_MAN_PAGE_DIR" "rasctl.1"
|
|
|
|
|
deleteFile "$OUTDATED_MAN_PAGE_DIR" "scsimon.1"
|
|
|
|
|
deleteFile "$OUTDATED_MAN_PAGE_DIR" "rasdump.1"
|
|
|
|
|
deleteFile "$OUTDATED_MAN_PAGE_DIR" "sasidump.1"
|
|
|
|
|
deleteFile "$CURRENT_MAN_PAGE_DIR" "rascsi.1"
|
|
|
|
|
deleteFile "$CURRENT_MAN_PAGE_DIR" "rasctl.1"
|
|
|
|
|
deleteFile "$CURRENT_MAN_PAGE_DIR" "rasdump.1"
|
|
|
|
|
deleteFile "$CURRENT_MAN_PAGE_DIR" "sasidump.1"
|
|
|
|
|
deleteFile "$CURRENT_BIN_DIR" "rascsi"
|
|
|
|
|
deleteFile "$CURRENT_BIN_DIR" "rasctl"
|
|
|
|
|
deleteFile "$CURRENT_BIN_DIR" "rasdump"
|
|
|
|
|
deleteFile "$CURRENT_BIN_DIR" "sasidump"
|
2022-10-22 02:49:53 +00:00
|
|
|
|
|
2022-01-29 19:06:10 +00:00
|
|
|
|
# install
|
2022-11-08 02:59:19 +00:00
|
|
|
|
sudo make install CONNECT_TYPE="$CONNECT_TYPE" </dev/null
|
2022-10-22 02:49:53 +00:00
|
|
|
|
|
|
|
|
|
# update launch parameters
|
|
|
|
|
if [[ -f $SECRET_FILE ]]; then
|
2022-12-05 17:58:23 +00:00
|
|
|
|
sudo sed -i "\@^ExecStart.*@ s@@& -F $VIRTUAL_DRIVER_PATH -P $SECRET_FILE@" "$SYSTEMD_PATH/piscsi.service"
|
2022-10-22 02:49:53 +00:00
|
|
|
|
echo "Secret token file $SECRET_FILE detected. Using it to enable back-end authentication."
|
|
|
|
|
else
|
2022-12-05 17:58:23 +00:00
|
|
|
|
sudo sed -i "\@^ExecStart.*@ s@@& -F $VIRTUAL_DRIVER_PATH@" "$SYSTEMD_PATH/piscsi.service"
|
2022-10-22 02:49:53 +00:00
|
|
|
|
fi
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo "Configured piscsi.service to use $VIRTUAL_DRIVER_PATH as default image dir."
|
2020-12-31 01:39:32 +00:00
|
|
|
|
}
|
2020-10-25 23:55:53 +00:00
|
|
|
|
|
2022-12-07 18:59:15 +00:00
|
|
|
|
# Prepare shared Python code
|
2022-01-21 23:08:29 +00:00
|
|
|
|
function preparePythonCommon() {
|
2022-12-07 18:59:15 +00:00
|
|
|
|
PISCSI_PYTHON_PROTO="piscsi_interface_pb2.py"
|
|
|
|
|
deleteFile "$WEB_INSTALL_PATH/src" "rascsi_interface_pb2.py"
|
|
|
|
|
deleteFile "$OLED_INSTALL_PATH/src" "rascsi_interface_pb2.py"
|
|
|
|
|
deleteFile "$PYTHON_COMMON_PATH/src" "rascsi_interface_pb2.py"
|
|
|
|
|
deleteFile "$WEB_INSTALL_PATH/src" "$PISCSI_PYTHON_PROTO"
|
|
|
|
|
deleteFile "$OLED_INSTALL_PATH/src" "$PISCSI_PYTHON_PROTO"
|
|
|
|
|
deleteFile "$PYTHON_COMMON_PATH/src" "$PISCSI_PYTHON_PROTO"
|
|
|
|
|
|
|
|
|
|
echo "Compiling the Python protobuf library $PISCSI_PYTHON_PROTO..."
|
2022-12-05 17:58:23 +00:00
|
|
|
|
protoc -I="$CPP_PATH" --python_out="$PYTHON_COMMON_PATH/src" piscsi_interface.proto
|
2022-01-21 23:08:29 +00:00
|
|
|
|
}
|
2021-10-08 01:00:49 +00:00
|
|
|
|
|
2022-01-21 23:08:29 +00:00
|
|
|
|
# install everything required to run an HTTP server (Nginx + Python Flask App)
|
2022-12-05 17:58:23 +00:00
|
|
|
|
function installPiscsiWebInterface() {
|
2022-01-09 14:26:28 +00:00
|
|
|
|
sudo cp -f "$WEB_INSTALL_PATH/service-infra/nginx-default.conf" /etc/nginx/sites-available/default
|
|
|
|
|
sudo cp -f "$WEB_INSTALL_PATH/service-infra/502.html" /var/www/html/502.html
|
2020-10-25 23:55:53 +00:00
|
|
|
|
|
2022-12-07 18:59:15 +00:00
|
|
|
|
deleteFile "$SSL_CERTS_PATH" "rascsi-web.crt"
|
|
|
|
|
deleteFile "$SSL_KEYS_PATH" "rascsi-web.key"
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
if [ -f "$SSL_CERTS_PATH/piscsi-web.crt" ]; then
|
|
|
|
|
echo "SSL certificate $SSL_CERTS_PATH/piscsi-web.crt already exists."
|
2022-08-01 12:47:23 +00:00
|
|
|
|
else
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo "SSL certificate $SSL_CERTS_PATH/piscsi-web.crt does not exist; creating self-signed certificate..."
|
2022-08-01 12:47:23 +00:00
|
|
|
|
sudo mkdir -p "$SSL_CERTS_PATH" || true
|
|
|
|
|
sudo mkdir -p "$SSL_KEYS_PATH" || true
|
|
|
|
|
sudo openssl req -x509 -nodes -sha256 -days 3650 \
|
|
|
|
|
-newkey rsa:4096 \
|
2022-12-05 17:58:23 +00:00
|
|
|
|
-keyout "$SSL_KEYS_PATH/piscsi-web.key" \
|
|
|
|
|
-out "$SSL_CERTS_PATH/piscsi-web.crt" \
|
|
|
|
|
-subj '/CN=piscsi' \
|
|
|
|
|
-addext 'subjectAltName=DNS:piscsi' \
|
2022-08-01 12:47:23 +00:00
|
|
|
|
-addext 'extendedKeyUsage=serverAuth'
|
|
|
|
|
fi
|
|
|
|
|
|
2021-11-19 02:17:24 +00:00
|
|
|
|
sudo systemctl reload nginx || true
|
2020-12-31 01:39:32 +00:00
|
|
|
|
}
|
2020-10-25 23:55:53 +00:00
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# Creates the dir that PiSCSI uses to store image files
|
Move to protobuf for the webapp, major overhaul to easyinstall.sh, code comment translations (#229)
* Making saving and loading config files work with protobuf
* Formatted the Status column, and fixed the available ID logic
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Better handling of device status
* Updated parameter handling
* Updated setting default interfaces
* Revert "Updated setting default interfaces"
This reverts commit 210abc775d9a79dd0c631cf3877966a2923f4d5b.
* Revert "Updated parameter handling"
This reverts commit 35302addd59f5f5e1cc032888ba32dcbb426a846.
* Abort with a 404 if rascsi is not running. Use any protobuf response to determine whether rascsi is running (should hardly be required anymore due to the other change, but just in case).
* Move id reservation back into __main__
* Remove check for device type when validating Removed image
* Leverage device property data for better status messages
* Remove redundant string sanitation when reading config csv file
* Clean up device list generation
* Cleanup
* Remove duplicates before building valid scsi id list
* Fully translated cfilesystem.h code comments to English; partially translated cfilesystem.cpp
* rascsi supports reserving IDs
* Updated help message
* Replaced BOOL by bool
* Logging update
* Logging update
* Cleanup
* Restructure the easyinstall.sh script to combine the install/update flows, and disallow installing the webapp by itself
* Remove redundant steps handled in Makefile
* Add the functionality to specify connect_type through a parameter
* Add validation to the argument parser allowing only STANDARD and FULLSPEC as options
* Complete translation of code comments for cfilesystem.h; partial translation for cfilesystem.cpp
* Cleanup
* Merge parts of the Network Assistant script by sonique6784; fix the run_choice startup parameter
* Improve on the network setup messages
* Fix routing address
* Add checks for previous configuration; cleanup
* Cleanup
* Remove redundant step in wired setup. Improve messages.
* Cleanup
* Added default parameters to device properties
* Return parameters a device was set up with
* Add flows for configuring custom network settings; adopting some logic by sonique6784
* Improved device initialization
* Updated default parameter handling
* Updated default parameter handling
* Fixed typo
* Comment updates
* Comment update
* Make iso generation work again, and add error handling to urllib actions
* Manage default parameters in the respective device
* Print available network interfaces. Clean up step and improve descriptive messages.
* Make the script clean up previous configurations
* Make the script only show relevant interfaces
* Partial translation of cfilesystem.cpp
* Do not pass empty parameter string
* Added supports_params flag
* Completely translate code comments in cfilesystem.cpp
* Show rascsi-web status after installing
* Refactoring
* Made comparisons more consistent
* Updated error handling
* Updated exception handling
* Made comparisons more consistent
* Updated error handling
* Overlooked code comment translation
* Renaming
* Better error handling for socket connection
* Disable two NEC hd image types due to issue#232
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Better handling of removable disks in the web ui
* Added stoppable property and stopped status
* Made MO stoppable
* Removed duplicate code
* Removed duplicate code
* Copy read-only property
* Renaming
* Add an assistant for reserving scsi ids
* Don't show action if no device attached
* Implement a device_info app path, and cut down on device columns always shown
* Cleanup
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Made disk_t private
* Made some data structures private
* Fixed ARM compile issue
* Fast forward instead of rebase existing git repo
* Fixed ctapdriver initialization issue
* Reset read-only status when opening an image file
* Cleanup
* Cleanup
* Made logging more consistent
* Updated log level
* Cleanup
* Log load/eject on error level for testing
* Revert "Log load/eject on error level for testing"
This reverts commit d35a15ea8e520517d25e1e1054ad1aeda9f85f2e.
* Assume drive is not ready after having been stopped
* Updated status handling
* Make the csv config files store all relevant device data for reading
* Read 9 column csv config files
* Fixed typo
* Rebuild manpage
* Fixed issue #234 (MODE SENSE (10) returns wrong mode parameter header)
* Removed unused code
* Enum data type update
* Removed duplicate range check
* Removed duplicate code
* Removed more duplicate code
* Logging update
* SCCD sector size was not meant to be configurable
* Better error handling for csv reading and writing
* Updated configurable sector size properties
* Removed assertion
* Improved error handling
* Updated error handling
* Re-added special error handling only relevant for SASI
* Added TODOs
* Comment update
* Added override modifier
* Removed obsolete debug flag (related code was not called)
* Comment and logging updates
* Removed obsolete try/catch
* Revert "Removed obsolete try/catch"
This reverts commit 39ca12d8b153c706316ce79f4fec65c9abc60024.
* Comment update
* Removed duplicate code
* Updated error messages, use more foreach loops
* Avoid storing RaSCSI generated product info in config file
* Updated logging
* Logging update
* Save config files in json instead of csv
* Fix bugs with json config loading
* Refactoring & remove unused code
* Refactoring
* Display upper case file endings in file management list
* Only show product vendor for non-RaSCSI devices in the device list
* Translate code comment
* Refactoring
* Fix bad identation
* Improve valid file extension handling
* Add validation when attaching removable media
* Display valid file endings under the file list
* Cleanup
* Don't store 0 block size
* Fix indentation
* Read and write config files in key:pair format
* Add section for controlling logging
* README update
* Added block_count
* Cleanup, fix typos
* Support attaching CD-ROM with custom block size
* Evaluate block size when inserting a media
* rasctl display capacity if available
* Info message update
* Use kwargs for device attachment
* Fix bugs in attach_image kwargs; make config file more readable
* POC for attaching device with profile
* Only list product types valid for the particular image file
* Perform validation of HDD image size based on the product profile
* Implement sidecar config files for drive images.
* Added missing product name to NEC vital product data
* MO block size depends on capacity only
* Better error handling for device sidecar config loading
* Extended property/status display
* Property display update
* Updated error handling
* Handle image sizes in bytes internally
* Revert change
* Resolve bad merge
Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
2021-09-15 02:51:12 +00:00
|
|
|
|
function createImagesDir() {
|
2021-10-08 01:00:49 +00:00
|
|
|
|
if [ -d "$VIRTUAL_DRIVER_PATH" ]; then
|
Move to protobuf for the webapp, major overhaul to easyinstall.sh, code comment translations (#229)
* Making saving and loading config files work with protobuf
* Formatted the Status column, and fixed the available ID logic
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Better handling of device status
* Updated parameter handling
* Updated setting default interfaces
* Revert "Updated setting default interfaces"
This reverts commit 210abc775d9a79dd0c631cf3877966a2923f4d5b.
* Revert "Updated parameter handling"
This reverts commit 35302addd59f5f5e1cc032888ba32dcbb426a846.
* Abort with a 404 if rascsi is not running. Use any protobuf response to determine whether rascsi is running (should hardly be required anymore due to the other change, but just in case).
* Move id reservation back into __main__
* Remove check for device type when validating Removed image
* Leverage device property data for better status messages
* Remove redundant string sanitation when reading config csv file
* Clean up device list generation
* Cleanup
* Remove duplicates before building valid scsi id list
* Fully translated cfilesystem.h code comments to English; partially translated cfilesystem.cpp
* rascsi supports reserving IDs
* Updated help message
* Replaced BOOL by bool
* Logging update
* Logging update
* Cleanup
* Restructure the easyinstall.sh script to combine the install/update flows, and disallow installing the webapp by itself
* Remove redundant steps handled in Makefile
* Add the functionality to specify connect_type through a parameter
* Add validation to the argument parser allowing only STANDARD and FULLSPEC as options
* Complete translation of code comments for cfilesystem.h; partial translation for cfilesystem.cpp
* Cleanup
* Merge parts of the Network Assistant script by sonique6784; fix the run_choice startup parameter
* Improve on the network setup messages
* Fix routing address
* Add checks for previous configuration; cleanup
* Cleanup
* Remove redundant step in wired setup. Improve messages.
* Cleanup
* Added default parameters to device properties
* Return parameters a device was set up with
* Add flows for configuring custom network settings; adopting some logic by sonique6784
* Improved device initialization
* Updated default parameter handling
* Updated default parameter handling
* Fixed typo
* Comment updates
* Comment update
* Make iso generation work again, and add error handling to urllib actions
* Manage default parameters in the respective device
* Print available network interfaces. Clean up step and improve descriptive messages.
* Make the script clean up previous configurations
* Make the script only show relevant interfaces
* Partial translation of cfilesystem.cpp
* Do not pass empty parameter string
* Added supports_params flag
* Completely translate code comments in cfilesystem.cpp
* Show rascsi-web status after installing
* Refactoring
* Made comparisons more consistent
* Updated error handling
* Updated exception handling
* Made comparisons more consistent
* Updated error handling
* Overlooked code comment translation
* Renaming
* Better error handling for socket connection
* Disable two NEC hd image types due to issue#232
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Better handling of removable disks in the web ui
* Added stoppable property and stopped status
* Made MO stoppable
* Removed duplicate code
* Removed duplicate code
* Copy read-only property
* Renaming
* Add an assistant for reserving scsi ids
* Don't show action if no device attached
* Implement a device_info app path, and cut down on device columns always shown
* Cleanup
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Made disk_t private
* Made some data structures private
* Fixed ARM compile issue
* Fast forward instead of rebase existing git repo
* Fixed ctapdriver initialization issue
* Reset read-only status when opening an image file
* Cleanup
* Cleanup
* Made logging more consistent
* Updated log level
* Cleanup
* Log load/eject on error level for testing
* Revert "Log load/eject on error level for testing"
This reverts commit d35a15ea8e520517d25e1e1054ad1aeda9f85f2e.
* Assume drive is not ready after having been stopped
* Updated status handling
* Make the csv config files store all relevant device data for reading
* Read 9 column csv config files
* Fixed typo
* Rebuild manpage
* Fixed issue #234 (MODE SENSE (10) returns wrong mode parameter header)
* Removed unused code
* Enum data type update
* Removed duplicate range check
* Removed duplicate code
* Removed more duplicate code
* Logging update
* SCCD sector size was not meant to be configurable
* Better error handling for csv reading and writing
* Updated configurable sector size properties
* Removed assertion
* Improved error handling
* Updated error handling
* Re-added special error handling only relevant for SASI
* Added TODOs
* Comment update
* Added override modifier
* Removed obsolete debug flag (related code was not called)
* Comment and logging updates
* Removed obsolete try/catch
* Revert "Removed obsolete try/catch"
This reverts commit 39ca12d8b153c706316ce79f4fec65c9abc60024.
* Comment update
* Removed duplicate code
* Updated error messages, use more foreach loops
* Avoid storing RaSCSI generated product info in config file
* Updated logging
* Logging update
* Save config files in json instead of csv
* Fix bugs with json config loading
* Refactoring & remove unused code
* Refactoring
* Display upper case file endings in file management list
* Only show product vendor for non-RaSCSI devices in the device list
* Translate code comment
* Refactoring
* Fix bad identation
* Improve valid file extension handling
* Add validation when attaching removable media
* Display valid file endings under the file list
* Cleanup
* Don't store 0 block size
* Fix indentation
* Read and write config files in key:pair format
* Add section for controlling logging
* README update
* Added block_count
* Cleanup, fix typos
* Support attaching CD-ROM with custom block size
* Evaluate block size when inserting a media
* rasctl display capacity if available
* Info message update
* Use kwargs for device attachment
* Fix bugs in attach_image kwargs; make config file more readable
* POC for attaching device with profile
* Only list product types valid for the particular image file
* Perform validation of HDD image size based on the product profile
* Implement sidecar config files for drive images.
* Added missing product name to NEC vital product data
* MO block size depends on capacity only
* Better error handling for device sidecar config loading
* Extended property/status display
* Property display update
* Updated error handling
* Handle image sizes in bytes internally
* Revert change
* Resolve bad merge
Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
2021-09-15 02:51:12 +00:00
|
|
|
|
echo "The $VIRTUAL_DRIVER_PATH directory already exists."
|
|
|
|
|
else
|
|
|
|
|
echo "The $VIRTUAL_DRIVER_PATH directory does not exist; creating..."
|
2021-10-08 01:00:49 +00:00
|
|
|
|
mkdir -p "$VIRTUAL_DRIVER_PATH"
|
|
|
|
|
chmod -R 775 "$VIRTUAL_DRIVER_PATH"
|
Move to protobuf for the webapp, major overhaul to easyinstall.sh, code comment translations (#229)
* Making saving and loading config files work with protobuf
* Formatted the Status column, and fixed the available ID logic
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Better handling of device status
* Updated parameter handling
* Updated setting default interfaces
* Revert "Updated setting default interfaces"
This reverts commit 210abc775d9a79dd0c631cf3877966a2923f4d5b.
* Revert "Updated parameter handling"
This reverts commit 35302addd59f5f5e1cc032888ba32dcbb426a846.
* Abort with a 404 if rascsi is not running. Use any protobuf response to determine whether rascsi is running (should hardly be required anymore due to the other change, but just in case).
* Move id reservation back into __main__
* Remove check for device type when validating Removed image
* Leverage device property data for better status messages
* Remove redundant string sanitation when reading config csv file
* Clean up device list generation
* Cleanup
* Remove duplicates before building valid scsi id list
* Fully translated cfilesystem.h code comments to English; partially translated cfilesystem.cpp
* rascsi supports reserving IDs
* Updated help message
* Replaced BOOL by bool
* Logging update
* Logging update
* Cleanup
* Restructure the easyinstall.sh script to combine the install/update flows, and disallow installing the webapp by itself
* Remove redundant steps handled in Makefile
* Add the functionality to specify connect_type through a parameter
* Add validation to the argument parser allowing only STANDARD and FULLSPEC as options
* Complete translation of code comments for cfilesystem.h; partial translation for cfilesystem.cpp
* Cleanup
* Merge parts of the Network Assistant script by sonique6784; fix the run_choice startup parameter
* Improve on the network setup messages
* Fix routing address
* Add checks for previous configuration; cleanup
* Cleanup
* Remove redundant step in wired setup. Improve messages.
* Cleanup
* Added default parameters to device properties
* Return parameters a device was set up with
* Add flows for configuring custom network settings; adopting some logic by sonique6784
* Improved device initialization
* Updated default parameter handling
* Updated default parameter handling
* Fixed typo
* Comment updates
* Comment update
* Make iso generation work again, and add error handling to urllib actions
* Manage default parameters in the respective device
* Print available network interfaces. Clean up step and improve descriptive messages.
* Make the script clean up previous configurations
* Make the script only show relevant interfaces
* Partial translation of cfilesystem.cpp
* Do not pass empty parameter string
* Added supports_params flag
* Completely translate code comments in cfilesystem.cpp
* Show rascsi-web status after installing
* Refactoring
* Made comparisons more consistent
* Updated error handling
* Updated exception handling
* Made comparisons more consistent
* Updated error handling
* Overlooked code comment translation
* Renaming
* Better error handling for socket connection
* Disable two NEC hd image types due to issue#232
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Better handling of removable disks in the web ui
* Added stoppable property and stopped status
* Made MO stoppable
* Removed duplicate code
* Removed duplicate code
* Copy read-only property
* Renaming
* Add an assistant for reserving scsi ids
* Don't show action if no device attached
* Implement a device_info app path, and cut down on device columns always shown
* Cleanup
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Made disk_t private
* Made some data structures private
* Fixed ARM compile issue
* Fast forward instead of rebase existing git repo
* Fixed ctapdriver initialization issue
* Reset read-only status when opening an image file
* Cleanup
* Cleanup
* Made logging more consistent
* Updated log level
* Cleanup
* Log load/eject on error level for testing
* Revert "Log load/eject on error level for testing"
This reverts commit d35a15ea8e520517d25e1e1054ad1aeda9f85f2e.
* Assume drive is not ready after having been stopped
* Updated status handling
* Make the csv config files store all relevant device data for reading
* Read 9 column csv config files
* Fixed typo
* Rebuild manpage
* Fixed issue #234 (MODE SENSE (10) returns wrong mode parameter header)
* Removed unused code
* Enum data type update
* Removed duplicate range check
* Removed duplicate code
* Removed more duplicate code
* Logging update
* SCCD sector size was not meant to be configurable
* Better error handling for csv reading and writing
* Updated configurable sector size properties
* Removed assertion
* Improved error handling
* Updated error handling
* Re-added special error handling only relevant for SASI
* Added TODOs
* Comment update
* Added override modifier
* Removed obsolete debug flag (related code was not called)
* Comment and logging updates
* Removed obsolete try/catch
* Revert "Removed obsolete try/catch"
This reverts commit 39ca12d8b153c706316ce79f4fec65c9abc60024.
* Comment update
* Removed duplicate code
* Updated error messages, use more foreach loops
* Avoid storing RaSCSI generated product info in config file
* Updated logging
* Logging update
* Save config files in json instead of csv
* Fix bugs with json config loading
* Refactoring & remove unused code
* Refactoring
* Display upper case file endings in file management list
* Only show product vendor for non-RaSCSI devices in the device list
* Translate code comment
* Refactoring
* Fix bad identation
* Improve valid file extension handling
* Add validation when attaching removable media
* Display valid file endings under the file list
* Cleanup
* Don't store 0 block size
* Fix indentation
* Read and write config files in key:pair format
* Add section for controlling logging
* README update
* Added block_count
* Cleanup, fix typos
* Support attaching CD-ROM with custom block size
* Evaluate block size when inserting a media
* rasctl display capacity if available
* Info message update
* Use kwargs for device attachment
* Fix bugs in attach_image kwargs; make config file more readable
* POC for attaching device with profile
* Only list product types valid for the particular image file
* Perform validation of HDD image size based on the product profile
* Implement sidecar config files for drive images.
* Added missing product name to NEC vital product data
* MO block size depends on capacity only
* Better error handling for device sidecar config loading
* Extended property/status display
* Property display update
* Updated error handling
* Handle image sizes in bytes internally
* Revert change
* Resolve bad merge
Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
2021-09-15 02:51:12 +00:00
|
|
|
|
fi
|
2021-11-19 02:17:24 +00:00
|
|
|
|
}
|
2021-10-06 01:58:49 +00:00
|
|
|
|
|
2021-11-19 02:17:24 +00:00
|
|
|
|
# Creates the dir that the Web Interface uses to store configuration files
|
|
|
|
|
function createCfgDir() {
|
2022-12-07 18:59:15 +00:00
|
|
|
|
if [ -d "$HOME/.config/rascsi" ]; then
|
|
|
|
|
sudo mv "$HOME/.config/rascsi" "$CFG_PATH"
|
|
|
|
|
echo "Renamed the rascsi config dir as $CFG_PATH."
|
|
|
|
|
elif [ -d "$CFG_PATH" ]; then
|
2021-10-06 01:58:49 +00:00
|
|
|
|
echo "The $CFG_PATH directory already exists."
|
|
|
|
|
else
|
|
|
|
|
echo "The $CFG_PATH directory does not exist; creating..."
|
2021-10-08 01:00:49 +00:00
|
|
|
|
mkdir -p "$CFG_PATH"
|
|
|
|
|
chmod -R 775 "$CFG_PATH"
|
2021-10-06 01:58:49 +00:00
|
|
|
|
fi
|
Move to protobuf for the webapp, major overhaul to easyinstall.sh, code comment translations (#229)
* Making saving and loading config files work with protobuf
* Formatted the Status column, and fixed the available ID logic
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Updated handling of removed status for devices without image file support
* Comment update
* Fixed typo
* Updated logging
* Better handling of device status
* Updated parameter handling
* Updated setting default interfaces
* Revert "Updated setting default interfaces"
This reverts commit 210abc775d9a79dd0c631cf3877966a2923f4d5b.
* Revert "Updated parameter handling"
This reverts commit 35302addd59f5f5e1cc032888ba32dcbb426a846.
* Abort with a 404 if rascsi is not running. Use any protobuf response to determine whether rascsi is running (should hardly be required anymore due to the other change, but just in case).
* Move id reservation back into __main__
* Remove check for device type when validating Removed image
* Leverage device property data for better status messages
* Remove redundant string sanitation when reading config csv file
* Clean up device list generation
* Cleanup
* Remove duplicates before building valid scsi id list
* Fully translated cfilesystem.h code comments to English; partially translated cfilesystem.cpp
* rascsi supports reserving IDs
* Updated help message
* Replaced BOOL by bool
* Logging update
* Logging update
* Cleanup
* Restructure the easyinstall.sh script to combine the install/update flows, and disallow installing the webapp by itself
* Remove redundant steps handled in Makefile
* Add the functionality to specify connect_type through a parameter
* Add validation to the argument parser allowing only STANDARD and FULLSPEC as options
* Complete translation of code comments for cfilesystem.h; partial translation for cfilesystem.cpp
* Cleanup
* Merge parts of the Network Assistant script by sonique6784; fix the run_choice startup parameter
* Improve on the network setup messages
* Fix routing address
* Add checks for previous configuration; cleanup
* Cleanup
* Remove redundant step in wired setup. Improve messages.
* Cleanup
* Added default parameters to device properties
* Return parameters a device was set up with
* Add flows for configuring custom network settings; adopting some logic by sonique6784
* Improved device initialization
* Updated default parameter handling
* Updated default parameter handling
* Fixed typo
* Comment updates
* Comment update
* Make iso generation work again, and add error handling to urllib actions
* Manage default parameters in the respective device
* Print available network interfaces. Clean up step and improve descriptive messages.
* Make the script clean up previous configurations
* Make the script only show relevant interfaces
* Partial translation of cfilesystem.cpp
* Do not pass empty parameter string
* Added supports_params flag
* Completely translate code comments in cfilesystem.cpp
* Show rascsi-web status after installing
* Refactoring
* Made comparisons more consistent
* Updated error handling
* Updated exception handling
* Made comparisons more consistent
* Updated error handling
* Overlooked code comment translation
* Renaming
* Better error handling for socket connection
* Disable two NEC hd image types due to issue#232
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Comment update
* NEC sectors size must be 512 bytes
* Updated logging
* Updated vendor name handling
* Updated handling of media loading/unloading
* Better handling of removable disks in the web ui
* Added stoppable property and stopped status
* Made MO stoppable
* Removed duplicate code
* Removed duplicate code
* Copy read-only property
* Renaming
* Add an assistant for reserving scsi ids
* Don't show action if no device attached
* Implement a device_info app path, and cut down on device columns always shown
* Cleanup
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Removed duplicate code, added START/STOP
* Improved default parameter handling
* Updated load/eject handling
* Logging update
* Fixed typo
* Verified START/STOP UNIT
* Updated logging
* Updated status handling
* Updated status handling
* More status handling updates
* Logging update
* Made instance fields local variables
* Made disk_t private
* Made some data structures private
* Fixed ARM compile issue
* Fast forward instead of rebase existing git repo
* Fixed ctapdriver initialization issue
* Reset read-only status when opening an image file
* Cleanup
* Cleanup
* Made logging more consistent
* Updated log level
* Cleanup
* Log load/eject on error level for testing
* Revert "Log load/eject on error level for testing"
This reverts commit d35a15ea8e520517d25e1e1054ad1aeda9f85f2e.
* Assume drive is not ready after having been stopped
* Updated status handling
* Make the csv config files store all relevant device data for reading
* Read 9 column csv config files
* Fixed typo
* Rebuild manpage
* Fixed issue #234 (MODE SENSE (10) returns wrong mode parameter header)
* Removed unused code
* Enum data type update
* Removed duplicate range check
* Removed duplicate code
* Removed more duplicate code
* Logging update
* SCCD sector size was not meant to be configurable
* Better error handling for csv reading and writing
* Updated configurable sector size properties
* Removed assertion
* Improved error handling
* Updated error handling
* Re-added special error handling only relevant for SASI
* Added TODOs
* Comment update
* Added override modifier
* Removed obsolete debug flag (related code was not called)
* Comment and logging updates
* Removed obsolete try/catch
* Revert "Removed obsolete try/catch"
This reverts commit 39ca12d8b153c706316ce79f4fec65c9abc60024.
* Comment update
* Removed duplicate code
* Updated error messages, use more foreach loops
* Avoid storing RaSCSI generated product info in config file
* Updated logging
* Logging update
* Save config files in json instead of csv
* Fix bugs with json config loading
* Refactoring & remove unused code
* Refactoring
* Display upper case file endings in file management list
* Only show product vendor for non-RaSCSI devices in the device list
* Translate code comment
* Refactoring
* Fix bad identation
* Improve valid file extension handling
* Add validation when attaching removable media
* Display valid file endings under the file list
* Cleanup
* Don't store 0 block size
* Fix indentation
* Read and write config files in key:pair format
* Add section for controlling logging
* README update
* Added block_count
* Cleanup, fix typos
* Support attaching CD-ROM with custom block size
* Evaluate block size when inserting a media
* rasctl display capacity if available
* Info message update
* Use kwargs for device attachment
* Fix bugs in attach_image kwargs; make config file more readable
* POC for attaching device with profile
* Only list product types valid for the particular image file
* Perform validation of HDD image size based on the product profile
* Implement sidecar config files for drive images.
* Added missing product name to NEC vital product data
* MO block size depends on capacity only
* Better error handling for device sidecar config loading
* Extended property/status display
* Property display update
* Updated error handling
* Handle image sizes in bytes internally
* Revert change
* Resolve bad merge
Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
2021-09-15 02:51:12 +00:00
|
|
|
|
}
|
|
|
|
|
|
2021-11-19 02:17:24 +00:00
|
|
|
|
# Checks for upstream changes to the git repo and fast-forwards changes if needed
|
2022-12-05 17:58:23 +00:00
|
|
|
|
function updatePiscsiGit() {
|
2021-10-14 01:01:13 +00:00
|
|
|
|
cd "$BASE" || exit 1
|
2021-12-23 17:08:50 +00:00
|
|
|
|
|
|
|
|
|
set +e
|
|
|
|
|
git rev-parse --is-inside-work-tree &> /dev/null
|
|
|
|
|
if [[ $? -ge 1 ]]; then
|
|
|
|
|
echo "Warning: This does not seem to be a valid clone of a git repository. I will not be able to pull the latest code."
|
|
|
|
|
return 0
|
|
|
|
|
fi
|
|
|
|
|
set -e
|
|
|
|
|
|
2021-07-31 15:52:09 +00:00
|
|
|
|
stashed=0
|
|
|
|
|
if [[ $(git diff --stat) != '' ]]; then
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo "There are local changes to the PiSCSI code; we will stash and reapply them."
|
|
|
|
|
git -c user.name="${GIT_COMMITTER_NAME-piscsi}" -c user.email="${GIT_COMMITTER_EMAIL-piscsi@piscsi.com}" stash
|
2021-07-31 15:52:09 +00:00
|
|
|
|
stashed=1
|
|
|
|
|
fi
|
|
|
|
|
|
2021-10-14 01:01:13 +00:00
|
|
|
|
if [[ `git for-each-ref --format='%(upstream:short)' "$(git symbolic-ref -q HEAD)"` != "" ]]; then
|
|
|
|
|
echo "Updating checked out git branch $GIT_REMOTE/$GIT_BRANCH"
|
|
|
|
|
git pull --ff-only
|
|
|
|
|
else
|
|
|
|
|
echo "Detected a local git working branch; skipping the remote update step."
|
|
|
|
|
fi
|
2021-07-31 15:52:09 +00:00
|
|
|
|
|
|
|
|
|
if [ $stashed -eq 1 ]; then
|
|
|
|
|
echo "Reapplying local changes..."
|
|
|
|
|
git stash apply
|
|
|
|
|
fi
|
2020-12-31 01:39:32 +00:00
|
|
|
|
}
|
2020-10-25 23:55:53 +00:00
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# Takes a backup copy of the piscsi.service file if it exists
|
|
|
|
|
function backupPiscsiService() {
|
|
|
|
|
if [ -f "$SYSTEMD_PATH/piscsi.service" ]; then
|
|
|
|
|
sudo mv "$SYSTEMD_PATH/piscsi.service" "$SYSTEMD_PATH/piscsi.service.old"
|
2021-11-19 02:17:24 +00:00
|
|
|
|
SYSTEMD_BACKUP=true
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo "Existing version of piscsi.service detected; Backing up to piscsi.service.old"
|
2021-11-19 02:17:24 +00:00
|
|
|
|
else
|
|
|
|
|
SYSTEMD_BACKUP=false
|
|
|
|
|
fi
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# Offers the choice of enabling token-based authentication for PiSCSI, or disables it if enabled
|
2022-01-01 17:38:10 +00:00
|
|
|
|
function configureTokenAuth() {
|
2022-08-28 13:51:31 +00:00
|
|
|
|
if [[ -f "$HOME/.rascsi_secret" ]]; then
|
2022-12-07 18:59:15 +00:00
|
|
|
|
sudo mv "$HOME/.rascsi_secret" "$SECRET_FILE"
|
|
|
|
|
echo "Renamed legacy RaSCSI token file for use with PiSCSI"
|
|
|
|
|
return
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [[ -f "$CFG_PATH/rascsi_secret" ]]; then
|
|
|
|
|
sudo mv "$CFG_PATH/rascsi_secret" "$SECRET_FILE"
|
|
|
|
|
echo "Renamed legacy RaSCSI token file for use with PiSCSI"
|
|
|
|
|
return
|
2022-08-28 13:51:31 +00:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [[ -f $SECRET_FILE ]]; then
|
|
|
|
|
sudo rm "$SECRET_FILE"
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo "PiSCSI token file $SECRET_FILE already exists. Do you want to disable authentication? (y/N)"
|
2022-08-28 13:51:31 +00:00
|
|
|
|
read REPLY
|
2021-12-23 17:12:16 +00:00
|
|
|
|
|
2022-10-22 02:49:53 +00:00
|
|
|
|
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
2022-12-05 17:58:23 +00:00
|
|
|
|
sudo sed -i 's@-P '"$SECRET_FILE"'@@' "$SYSTEMD_PATH/piscsi.service"
|
2022-10-22 02:49:53 +00:00
|
|
|
|
return
|
2022-08-28 13:51:31 +00:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo -n "Enter the token password for protecting PiSCSI: "
|
2022-10-22 02:49:53 +00:00
|
|
|
|
read -r TOKEN
|
|
|
|
|
|
2022-08-28 13:51:31 +00:00
|
|
|
|
echo "$TOKEN" > "$SECRET_FILE"
|
2022-07-29 05:48:18 +00:00
|
|
|
|
|
|
|
|
|
# Make the secret file owned and only readable by root
|
2022-08-28 13:51:31 +00:00
|
|
|
|
sudo chown root:root "$SECRET_FILE"
|
|
|
|
|
sudo chmod 600 "$SECRET_FILE"
|
2022-10-22 02:49:53 +00:00
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
sudo sed -i "s@^ExecStart.*@& -P $SECRET_FILE@" "$SYSTEMD_PATH/piscsi.service"
|
2022-10-22 02:49:53 +00:00
|
|
|
|
|
2022-08-28 13:51:31 +00:00
|
|
|
|
echo ""
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo "Configured PiSCSI to use $SECRET_FILE for authentication. This file is readable by root only."
|
|
|
|
|
echo "Make note of your password: you will need it to use scsictl and other PiSCSI clients."
|
|
|
|
|
echo "If you have PiSCSI clients installed, please re-run the installation scripts, or update the systemd config manually."
|
2022-01-01 17:38:10 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# Enables and starts the piscsi service
|
|
|
|
|
function enablePiscsiService() {
|
2021-11-19 02:17:24 +00:00
|
|
|
|
sudo systemctl daemon-reload
|
|
|
|
|
sudo systemctl restart rsyslog
|
2022-12-07 18:59:15 +00:00
|
|
|
|
sudo systemctl enable piscsi # start piscsi at boot
|
2022-12-05 17:58:23 +00:00
|
|
|
|
sudo systemctl start piscsi
|
2021-11-19 02:17:24 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# Modifies and installs the piscsi-web service
|
2021-11-19 02:17:24 +00:00
|
|
|
|
function installWebInterfaceService() {
|
2022-10-22 02:49:53 +00:00
|
|
|
|
if [[ -f "$SECRET_FILE" && -z "$TOKEN" ]] ; then
|
|
|
|
|
echo ""
|
|
|
|
|
echo "Secret token file $SECRET_FILE detected. You must enter the password, or press Ctrl+C to cancel installation."
|
|
|
|
|
read -r TOKEN
|
|
|
|
|
fi
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo "Installing the piscsi-web.service configuration..."
|
|
|
|
|
sudo cp -f "$WEB_INSTALL_PATH/service-infra/piscsi-web.service" "$SYSTEMD_PATH/piscsi-web.service"
|
|
|
|
|
sudo sed -i /^ExecStart=/d "$SYSTEMD_PATH/piscsi-web.service"
|
2022-10-22 02:49:53 +00:00
|
|
|
|
|
2021-12-23 17:12:16 +00:00
|
|
|
|
if [ ! -z "$TOKEN" ]; then
|
2022-12-05 17:58:23 +00:00
|
|
|
|
sudo sed -i "8 i ExecStart=$WEB_INSTALL_PATH/start.sh --password=$TOKEN" "$SYSTEMD_PATH/piscsi-web.service"
|
2022-07-29 05:48:18 +00:00
|
|
|
|
# Make the service file readable by root only, to protect the token string
|
2022-12-05 17:58:23 +00:00
|
|
|
|
sudo chmod 600 "$SYSTEMD_PATH/piscsi-web.service"
|
|
|
|
|
echo "Granted access to the Web Interface with the token password that you configured for PiSCSI."
|
2021-12-23 17:12:16 +00:00
|
|
|
|
else
|
2022-12-05 17:58:23 +00:00
|
|
|
|
sudo sed -i "8 i ExecStart=$WEB_INSTALL_PATH/start.sh" "$SYSTEMD_PATH/piscsi-web.service"
|
2021-12-23 17:12:16 +00:00
|
|
|
|
fi
|
2021-11-19 02:17:24 +00:00
|
|
|
|
|
|
|
|
|
sudo systemctl daemon-reload
|
2022-12-05 17:58:23 +00:00
|
|
|
|
sudo systemctl enable piscsi-web
|
|
|
|
|
sudo systemctl start piscsi-web
|
2021-11-19 02:17:24 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-12-07 18:59:15 +00:00
|
|
|
|
# Checks for and disables legacy systemd services
|
|
|
|
|
function migrateLegacyData() {
|
|
|
|
|
if [[ -f "$SYSTEMD_PATH/rascsi.service" ]]; then
|
|
|
|
|
stopService "rascsi"
|
|
|
|
|
disableService "rascsi"
|
|
|
|
|
sudo mv "$SYSTEMD_PATH/rascsi.service" "$SYSTEMD_PATH/piscsi.service"
|
|
|
|
|
echo "Renamed rascsi.service to piscsi.service"
|
|
|
|
|
fi
|
|
|
|
|
if [[ -f "$SYSTEMD_PATH/rascsi-web.service" ]]; then
|
|
|
|
|
stopService "rascsi-web"
|
|
|
|
|
disableService "rascsi-web"
|
|
|
|
|
sudo mv "$SYSTEMD_PATH/rascsi-web.service" "$SYSTEMD_PATH/piscsi-web.service"
|
|
|
|
|
echo "Renamed rascsi-web.service to piscsi-web.service"
|
|
|
|
|
fi
|
|
|
|
|
if [[ -f "$SYSTEMD_PATH/rascsi-oled.service" ]]; then
|
|
|
|
|
stopService "rascsi-oled"
|
|
|
|
|
disableService "rascsi-oled"
|
|
|
|
|
sudo mv "$SYSTEMD_PATH/rascsi-oled.service" "$SYSTEMD_PATH/piscsi-oled.service"
|
|
|
|
|
echo "Renamed rascsi-oled.service to piscsi-oled.service"
|
|
|
|
|
elif [[ -f "$SYSTEMD_PATH/monitor_rascsi.service" ]]; then
|
|
|
|
|
stopService "monitor_rascsi"
|
|
|
|
|
disableService "monitor_rascsi"
|
|
|
|
|
sudo mv "$SYSTEMD_PATH/monitor_rascsi.service" "$SYSTEMD_PATH/piscsi-oled.service"
|
|
|
|
|
echo "Renamed monitor_rascsi.service to piscsi-oled.service"
|
|
|
|
|
fi
|
|
|
|
|
if [[ -f "$SYSTEMD_PATH/rascsi-ctrlboard.service" ]]; then
|
|
|
|
|
stopService "rascsi-ctrlboard"
|
|
|
|
|
disableService "rascsi-ctrlboard"
|
|
|
|
|
sudo mv "$SYSTEMD_PATH/rascsi-ctrlboard.service" "$SYSTEMD_PATH/piscsi-ctrlboard.service"
|
|
|
|
|
echo "Renamed rascsi-ctrlboard.service to piscsi-ctrlboard.service"
|
|
|
|
|
fi
|
|
|
|
|
if [[ -f "/etc/rsyslog.d/rascsi.conf" ]]; then
|
|
|
|
|
sudo rm "/etc/rsyslog.d/rascsi.conf"
|
2023-01-28 23:03:41 +00:00
|
|
|
|
sudo cp "$BASE/os_integration/piscsi.conf" "/etc/rsyslog.d"
|
2022-12-07 18:59:15 +00:00
|
|
|
|
echo "Replaced rascsi.conf with piscsi.conf"
|
|
|
|
|
fi
|
|
|
|
|
if [[ -f "/etc/network/interfaces.d/rascsi_bridge" ]]; then
|
|
|
|
|
sudo rm "/etc/network/interfaces.d/rascsi_bridge"
|
2023-01-28 23:03:41 +00:00
|
|
|
|
sudo cp "$BASE/os_integration/piscsi_bridge" "/etc/network/interfaces.d"
|
2022-12-07 18:59:15 +00:00
|
|
|
|
echo "Replaced rascsi_bridge with piscsi_bridge"
|
|
|
|
|
fi
|
2022-12-10 05:00:31 +00:00
|
|
|
|
if [[ $(getent group rascsi) && $(getent group "$AUTH_GROUP") ]]; then
|
|
|
|
|
sudo groupdel rascsi
|
|
|
|
|
echo "Deleted the rascsi group in favor of the existing piscsi group"
|
|
|
|
|
elif [ $(getent group rascsi) ]; then
|
2022-12-07 18:59:15 +00:00
|
|
|
|
sudo groupmod --new-name piscsi rascsi
|
|
|
|
|
echo "Renamed the rascsi group to piscsi"
|
2021-10-21 05:06:00 +00:00
|
|
|
|
fi
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-07 18:59:15 +00:00
|
|
|
|
# Stops a service if it is running
|
|
|
|
|
function stopService() {
|
|
|
|
|
if [[ -f "$SYSTEMD_PATH/$1.service" ]]; then
|
|
|
|
|
SERVICE_RUNNING=0
|
|
|
|
|
sudo systemctl is-active --quiet "$1.service" >/dev/null 2>&1 || SERVICE_RUNNING=$?
|
|
|
|
|
if [[ $SERVICE_RUNNING -eq 0 ]]; then
|
|
|
|
|
sudo systemctl stop "$1.service"
|
2022-02-25 20:03:36 +00:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-07 18:59:15 +00:00
|
|
|
|
# disables a service if it is enabled
|
|
|
|
|
function disableService() {
|
|
|
|
|
if [ -f "$SYSTEMD_PATH/$1.service" ]; then
|
|
|
|
|
SERVICE_ENABLED=0
|
|
|
|
|
sudo systemctl is-enabled --quiet "$1.service" >/dev/null 2>&1 || SERVICE_ENABLED=$?
|
|
|
|
|
if [[ $SERVICE_ENABLED -eq 0 ]]; then
|
|
|
|
|
sudo systemctl disable "$1.service"
|
2022-02-25 20:03:36 +00:00
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# Checks whether the piscsi-oled service is installed
|
|
|
|
|
function isPiscsiScreenInstalled() {
|
|
|
|
|
SERVICE_PISCSI_OLED_ENABLED=0
|
|
|
|
|
if [[ -f "$SYSTEMD_PATH/piscsi-oled.service" ]]; then
|
|
|
|
|
sudo systemctl is-enabled --quiet piscsi-oled.service >/dev/null 2>&1 || SERVICE_PISCSI_OLED_ENABLED=$?
|
2022-01-17 05:11:21 +00:00
|
|
|
|
else
|
2022-12-05 17:58:23 +00:00
|
|
|
|
SERVICE_PISCSI_OLED_ENABLED=1
|
2022-01-09 14:26:28 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo $SERVICE_PISCSI_OLED_ENABLED
|
2022-01-09 14:26:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# Checks whether the piscsi-ctrlboard service is installed
|
|
|
|
|
function isPiscsiCtrlBoardInstalled() {
|
|
|
|
|
SERVICE_PISCSI_CTRLBOARD_ENABLED=0
|
|
|
|
|
if [[ -f "$SYSTEMD_PATH/piscsi-ctrlboard.service" ]]; then
|
|
|
|
|
sudo systemctl is-enabled --quiet piscsi-ctrlboard.service >/dev/null 2>&1 || SERVICE_PISCSI_CTRLBOARD_ENABLED=$?
|
2022-02-25 20:03:36 +00:00
|
|
|
|
else
|
2022-12-05 17:58:23 +00:00
|
|
|
|
SERVICE_PISCSI_CTRLBOARD_ENABLED=1
|
2022-02-25 20:03:36 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo $SERVICE_PISCSI_CTRLBOARD_ENABLED
|
2022-02-25 20:03:36 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# Checks whether the piscsi-oled service is running
|
|
|
|
|
function isPiscsiScreenRunning() {
|
|
|
|
|
SERVICE_PISCSI_OLED_RUNNING=0
|
|
|
|
|
if [[ -f "$SYSTEMD_PATH/piscsi-oled.service" ]]; then
|
|
|
|
|
sudo systemctl is-active --quiet piscsi-oled.service >/dev/null 2>&1 || SERVICE_PISCSI_OLED_RUNNING=$?
|
2022-01-17 05:11:21 +00:00
|
|
|
|
else
|
2022-12-05 17:58:23 +00:00
|
|
|
|
SERVICE_PISCSI_OLED_RUNNING=1
|
2022-01-09 14:26:28 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
echo $SERVICE_PISCSI_OLED_RUNNING
|
2022-01-09 14:26:28 +00:00
|
|
|
|
}
|
|
|
|
|
|
2022-12-05 17:58:23 +00:00
|
|
|
|
# Checks whether the piscsi-oled service is running
|
|
|
|
|
function isPiscsiCtrlBoardRunning() {
|
|
|
|
|
SERVICE_PISCSI_CTRLBOARD_RUNNING=0
|
|
|
|
|
if [[ -f "$SYSTEMD_PATH/piscsi-ctrlboard.service" ]]; then
|
|
|
|
|
sudo systemctl is-active --quiet piscsi-ctrlboard.service >/dev/null 2>&1 || SERVICE_PISCSI_CTRLBOARD_RUNNING=$?
|
2022-02-25 20:03:36 +00:00
|