I am using Spacewalk 2.6 on Postgresql 9.2 (external). I have tried 
reinstalling spacewalk to no avail. This also happened on Postgresql 9.6.

I am unable to successfully submit more than 7 line to the Partioning section 
of the  kickstart. This is the partition configuration I am attempting to 
submit:

clearpart --none --initlabel --drives=sda
part /boot --fstype="ext4" --ondisk=sda --size=500
part pv.101 --fstype="lvmpv" --size=10000 --grow --ondisk=sda
volgroup vgcentos --pesize 4096 pv.101
logvol /var/log  --fstype="ext4" --size=5000 --name=lv_var_log --vgname=vgcentos
logvol /var/log/audit  --fstype="ext4" --size=5000 --name=lv_var_log_audit 
--vgname=vgcentos
logvol swap  --fstype="swap" --size=9000 --name=lv_swap --vgname=vgcentos
logvol /home  --fstype="ext4" --size=10000 --name=lv_home --vgname=vgcentos
logvol /  --fstype="ext4" --size=20000 --grow --name=lv_root --vgname=vgcentos

I get this message in my browser:

Secure Connection Failed

The connection to the server was reset while the page was loading.

And this is all I see in the logs:
==> /var/log/httpd/ssl_access_log <==
10.74.19.111 - - [22/May/2017:08:47:33 -0400] "-" 408 -

==> /var/log/httpd/ssl_request_log <==
[22/May/2017:08:47:33 -0400] 10.74.19.111 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 
"-" -

==> /var/log/httpd/ssl_access_log <==
10.74.19.111 - - [22/May/2017:08:47:55 -0400] "-" 408 -

==> /var/log/httpd/ssl_request_log <==
[22/May/2017:08:47:55 -0400] 10.74.19.111 TLSv1.2 ECDHE-RSA-AES128-GCM-SHA256 
"-" -

==> /var/log/httpd/access_log <==
172.16.2.9 - - [22/May/2017:08:48:00 -0400] "POST /cobbler_api HTTP/1.1" 200 
143 "-" "Java/1.8.0_131"
172.16.2.9 - - [22/May/2017:08:48:00 -0400] "POST /cobbler_api HTTP/1.1" 200 
129 "-" "Java/1.8.0_131"



Seven lines of config works fine though:

clearpart --none --initlabel --drives=sda
part /boot --fstype="ext4" --ondisk=sda --size=500
part pv.101 --fstype="lvmpv" --size=10000 --grow --ondisk=sda
volgroup vgcentos --pesize 4096 pv.101
logvol /var/log  --fstype="ext4" --size=5000 --name=lv_var_log --vgname=vgcentos
logvol /var/log/audit  --fstype="ext4" --size=5000 --name=lv_var_log_audit 
--vgname=vgcentos
logvol swap  --fstype="swap" --size=9000 --name=lv_swap --vgname=vgcentos

Thanks,
Justin Ames

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to