Postgesql.conf file path =
spelling mistake also don't make P capital
should be postgresql.conf file path =
operating system name : Linux
Its not operating system name your are displaying its a kernel name
to get OS name run following command
$ uname -o
GNU/Linux
if you already used uname command then cross check it once again:
$ uname --help
-s, --kernel-name print the kernel name
-n, --nodename print the network node hostname
-r, --kernel-release print the kernel release
-v, --kernel-version print the kernel version
-m, --machine print the machine hardware name
-p, --processor print the processor type or "unknown"
-i, --hardware-platform print the hardware platform or "unknown"
-o, --operating-system print the operating system
Memory Info
Use full forms Memory Information:
And which system command you are using to get this ?
if you already used uname command then cross check it once again: $ uname --help
-s, --kernel-name print the kernel name -n, --nodename print the network node hostname -r, --kernel-release print the kernel release -v, --kernel-version print the kernel version -m, --machine print the machine hardware name -p, --processor print the processor type or "unknown" -i, --hardware-platform print the hardware platform or "unknown" -o, --operating-system print the operating system
I will work on this and let you know further comments