Commit Graph

55 Commits

Author SHA1 Message Date
Nocturn9x 142f8ad460
Minor changes to service management 2023-03-29 11:41:15 +02:00
Nocturn9x 7b7b675fef Minor changes and additions 2022-10-18 09:33:12 +02:00
Nocturn9x 6283c82391 BLM ^ 2 2022-03-16 14:37:15 +01:00
Nocturn9x ea1f3cc6f9 Merge branch 'main' of https://github.com/nocturn9x/nimd 2022-03-16 14:36:21 +01:00
Nocturn9x 4d01a31796 BLM 2022-03-16 14:36:16 +01:00
Mattia Giambirtone 38698ec72a Minor changes to error handling in main loop + changes to boot script and config 2022-03-13 13:04:40 +01:00
Mattia Giambirtone 5f965826ea Shell has stderr working now 2022-03-13 12:46:39 +01:00
Mattia Giambirtone 99fd4171ed NimD now checks if another instance is running before starting up 2022-03-12 17:22:40 +01:00
Mattia Giambirtone d240d05cef Minor changes to nimDExit and shutdown.nim 2022-03-12 15:51:31 +01:00
Nocturn9x c0a3c18140 Minor changes 2022-03-01 12:31:32 +01:00
Nocturn9x a0a49874bb Minor changes to docstrings 2022-01-31 15:06:43 +01:00
Nocturn9x 5e4aed7e0f Added comment about new reload operation in mainloop 2022-01-31 14:58:29 +01:00
Nocturn9x 84720c1f4c Added config reloading functionality and related subprogram 2022-01-31 14:56:12 +01:00
Nocturn9x 93b73de32a Solved merge conflict 2022-01-14 08:31:56 +01:00
Nocturn9x 611f97d1e6 Added working directory and streams options to services 2022-01-14 08:30:18 +01:00
nocturn9x c25867245c NimD now calls sync() before shutting down 2022-01-09 23:00:17 +01:00
nocturn9x 76f2df1969 Fixed config parsing module (sorta) and added example config file 2022-01-09 22:46:58 +01:00
nocturn9x d41e67f413 Fixed issues with fcntl and replaced file locking with a duplicate of stderr in O_APPEND mode. Added basic utilities for shutdown/reboot/halt 2022-01-04 12:00:18 +01:00
nocturn9x a93c3c6fd0 Failed attempts to fix missing stderr from supervised processes 2021-12-27 18:21:07 +01:00
nocturn9x b68b6f5e74 Failed attempts to fix missing stderr from supervised processes 2021-12-27 15:08:57 +01:00
nocturn9x d6c46b3543 Minor changes to mainloop.nim 2021-12-27 11:18:42 +01:00
nocturn9x 2f107f7f28 Added VERY experimental (untested) networking code 2021-12-27 11:17:24 +01:00
Nocturn9x fea5e625e2 Added log redirection and cgroups support via setsid() 2021-12-16 11:24:00 +01:00
Nocturn9x 9289c455e3 The shell is now spawned as a boot service 2021-12-09 17:30:30 +01:00
Nocturn9x fd35755da5 Hopefully fixed dependency resolution. Added file locking on logs. Improved README, fixed some minor issues 2021-12-09 17:09:00 +01:00
nocturn9x b12cf0f5aa Improved README. Initial (broken!) work on dependency resolution 2021-12-06 20:46:14 +01:00
nocturn9x 92850e8d70 Aligned log messages, minor general fixes, unified virtual and real filesystems and started to work on the API for parsing NimD's config (also added empty networking module) 2021-12-06 13:47:11 +01:00
nocturn9x ff2701b05f Many changes after first VM tests. Added more entries to gitignore 2021-12-05 22:08:36 +01:00
nocturn9x 3f3403170f Added more entries to gitignore 2021-12-05 20:53:44 +01:00
nocturn9x c97c6678c2 Removed duplicate code 2021-12-05 11:55:26 +01:00
nocturn9x 63ab7c61e4 More work to fix multiprocessing issues 2021-12-04 18:12:22 +01:00
nocturn9x 41a54288e3 Fixed most bugs with spawning services (last: block signals) 2021-12-04 17:31:18 +01:00
Nocturn9x 5777e1a715 Major code cleanup. Added initial (VERY broken) support for services 2021-12-04 13:47:06 +01:00
Nocturn9x bd7d4e1974 Added sync() system call for testing purposes. Added SIGSTP signal handler. Removed CtrlCException. Added dummy SIGCHLD handler for future process reaping. NimD now creates some symlinks at startup so Linux ports of BSD software don't crash. Moved exists procedure to misc module. UnmountAllDisks now unmounts the source instead of the target. Other minor fixes and typos 2021-12-02 23:16:16 +01:00
Nocturn9x 6ef157baa0 Minor fixes + removed redundant SIGINT hook 2021-12-02 21:28:58 +01:00
Nocturn9x b01da7eada Slightly changed CRITICAL's error message format 2021-12-02 19:03:10 +01:00
Nocturn9x 5c2515c3a7 Uncommented call to umount2() 2021-12-02 18:55:33 +01:00
Nocturn9x d055d876a1 NimD now sets the machine's hostname, nimd has now colored logs. Added emergency mode (spawns root shell on fatal crash), stopped unmounting virtual filesystems 2021-12-02 18:54:48 +01:00
Nocturn9x 1c6254b50f Improved README 2021-12-02 14:02:05 +01:00
Nocturn9x 1cebcc0d90 Fixed typo 2021-12-02 02:57:46 +01:00
Nocturn9x 407b43ec5f NimD now correctly resolves symlinks when checking if a real filesystem is mounted. also removed extra check for target as it was unnecessary and error-prone 2021-12-02 02:53:51 +01:00
Nocturn9x b94a4c0b1c Fixed disk (un)mounting once and for all: checks for already (un)mounted disks and automatically converts labels, uuids, ids and partuuids to their corresponding /dev/disk symlink 2021-12-02 01:07:04 +01:00
Nocturn9x 6884791b2e Improved more error messages 2021-12-01 12:41:22 +01:00
Nocturn9x afce3a6c6d Changed proc's filesystemtype back to proc (previously procfs) 2021-12-01 12:39:42 +01:00
Nocturn9x cca1bb5da9 Improved log messages 2021-12-01 12:37:58 +01:00
Nocturn9x ddca38c84b Switched the gc to ORC for better performance and added the useMalloc flag for better debugging and memory corruption detection 2021-12-01 12:18:13 +01:00
Nocturn9x e7bd635574 Fixed garbage collection issue in unmountAllDisks and added nim-to-C wrapper for mount using nim types to avoid dangling pointers in the future 2021-12-01 12:13:03 +01:00
Nocturn9x f6223d43b2 Removed debugging echo statements 2021-12-01 12:02:56 +01:00
Nocturn9x 26f98cec52 Added shutdown hooks support and unmounting of all handlers upon exit 2021-12-01 12:00:07 +01:00
Nocturn9x 7652a2c1cf Modularized the system further, added mounting of virtual filesystems 2021-11-30 23:56:38 +01:00