F5F Stay Refreshed Software Operating Systems Problem with Ubuntu 19.10 Server Server issues reported in Ubuntu 19.10 version.

Problem with Ubuntu 19.10 Server Server issues reported in Ubuntu 19.10 version.

Problem with Ubuntu 19.10 Server Server issues reported in Ubuntu 19.10 version.

Pages (2): 1 2 Next
O
Ordianary
Junior Member
46
02-04-2023, 11:49 PM
#1
Created a script for installing Apache2, PHP, and other tools. It functions on desktop but not on the server version of Ubuntu. Issues include Printf not working and Read prompting for Enter. Script link: https://github.com/Nolanrulesroblox/Apache2-Install-V2
O
Ordianary
02-04-2023, 11:49 PM #1

Created a script for installing Apache2, PHP, and other tools. It functions on desktop but not on the server version of Ubuntu. Issues include Printf not working and Read prompting for Enter. Script link: https://github.com/Nolanrulesroblox/Apache2-Install-V2

A
ApaGames_
Member
130
02-05-2023, 05:00 AM
#2
That’s unusual... the two items should match exactly. Make sure the relevant software is properly installed.
A
ApaGames_
02-05-2023, 05:00 AM #2

That’s unusual... the two items should match exactly. Make sure the relevant software is properly installed.

B
BIGNUK3R69
Junior Member
14
02-11-2023, 07:06 AM
#3
The script uses basic Bash commands. I adapted your code for clarity while keeping the original functionality.
B
BIGNUK3R69
02-11-2023, 07:06 AM #3

The script uses basic Bash commands. I adapted your code for clarity while keeping the original functionality.

I
ItzMaark
Member
110
02-12-2023, 10:07 PM
#4
The server is lacking several components that the desktop includes, which helps maintain a lighter setup. Your script might depend on features not included by the server, requiring separate installation. Verify this.
I
ItzMaark
02-12-2023, 10:07 PM #4

The server is lacking several components that the desktop includes, which helps maintain a lighter setup. Your script might depend on features not included by the server, requiring separate installation. Verify this.

L
LicorneRPZ
Junior Member
41
02-13-2023, 06:50 AM
#5
This script has been tested on previous server versions.
L
LicorneRPZ
02-13-2023, 06:50 AM #5

This script has been tested on previous server versions.

P
PaigeyPoodles
Member
101
02-20-2023, 09:01 PM
#6
The script was developed for Ubuntu Desktop but fails on the server version. The Bash commands PrintF and Read are malfunctioning—should I install the necessary packages for Bash?
P
PaigeyPoodles
02-20-2023, 09:01 PM #6

The script was developed for Ubuntu Desktop but fails on the server version. The Bash commands PrintF and Read are malfunctioning—should I install the necessary packages for Bash?

C
ComboHax
Member
184
02-21-2023, 02:15 AM
#7
You can find the installation details for the Prinf and Read scripts by checking their respective documentation or source files. Look for configuration sections or setup guides that list dependencies and installation paths.
C
ComboHax
02-21-2023, 02:15 AM #7

You can find the installation details for the Prinf and Read scripts by checking their respective documentation or source files. Look for configuration sections or setup guides that list dependencies and installation paths.

C
coyote888
Posting Freak
838
02-21-2023, 06:30 AM
#8
No, I didn't run any commands to change permissions.
C
coyote888
02-21-2023, 06:30 AM #8

No, I didn't run any commands to change permissions.

M
maestrowilldo
Member
142
02-21-2023, 12:52 PM
#9
No, I didn't try that. I focused on analyzing the data and commands rather than testing them manually on the server.
M
maestrowilldo
02-21-2023, 12:52 PM #9

No, I didn't try that. I focused on analyzing the data and commands rather than testing them manually on the server.

N
nascar_fan
Member
140
02-23-2023, 10:02 AM
#10
The commands failing are printF and read
N
nascar_fan
02-23-2023, 10:02 AM #10

The commands failing are printF and read

Pages (2): 1 2 Next