05-14-2024, 06:48 AM
Thanks Jerry! Glad to be able to help out.
I did make one more slight change, that I initially forgot to do, which was to comment out these two lines so that the zram doesn't get entered into the array.
# echo "$selection" | grep "ZRAM" > /dev/null
# if [ $? = 0 ]; then ARRAYB+=('ZRAM'); fi
More bugs..?
I've been running LL7RC1 in "Live" mode and am having difficulty getting Chrome to open. Has anyone else had any problems with it? There is an issue installing the ssh server as well. I've always installed with "sudo apt install ssh" but doesn't seem to be working for me on LL7RC1. Trinidad did say it worked for him though. I've tried it quiet a few times with no luck. I get the message "ssh is already the newest version (1:9.6p1-3ubuntu13)". It's not working for me... I've installed and run ssh servers many times before. Usually I just run "apt install ssh" to install the server and "service ssh status" etc. to check on it. Now, when I run "service ssh status" I get:
Job for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xeu ssh.service" for details.
Thanks, Scott
I did make one more slight change, that I initially forgot to do, which was to comment out these two lines so that the zram doesn't get entered into the array.
# echo "$selection" | grep "ZRAM" > /dev/null
# if [ $? = 0 ]; then ARRAYB+=('ZRAM'); fi
More bugs..?
I've been running LL7RC1 in "Live" mode and am having difficulty getting Chrome to open. Has anyone else had any problems with it? There is an issue installing the ssh server as well. I've always installed with "sudo apt install ssh" but doesn't seem to be working for me on LL7RC1. Trinidad did say it worked for him though. I've tried it quiet a few times with no luck. I get the message "ssh is already the newest version (1:9.6p1-3ubuntu13)". It's not working for me... I've installed and run ssh servers many times before. Usually I just run "apt install ssh" to install the server and "service ssh status" etc. to check on it. Now, when I run "service ssh status" I get:
Job for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xeu ssh.service" for details.
Thanks, Scott