Lab 16.2 getting error when deploying HAProxy
I am getting an error in Lab 16.2 as follows. I did a diff of the file from SOLUTIONS tarball and see it is correct.
student@master:~$ sudo systemctl restart haproxy.service
Job for haproxy.service failed because the control process exited with error code.
See "systemctl status haproxy.service" and "journalctl -xe" for details.
Help!
Comments
-
student@master:~$ systemctl status haproxy.service
● haproxy.service - HAProxy Load Balancer
Loaded: loaded (/lib/systemd/system/haproxy.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2021-07-05 20:36:29 UTC; 17min ago
Docs: man:haproxy(1)
file:/usr/share/doc/haproxy/configuration.txt.gz
Process: 5638 ExecStart=/usr/sbin/haproxy -Ws -f $CONFIG -p $PIDFILE $EXTRAOPTS (code=exited, status=1/FAILURE)
Process: 5629 ExecStartPre=/usr/sbin/haproxy -f $CONFIG -c -q $EXTRAOPTS (code=exited, status=0/SUCCESS)
Main PID: 5638 (code=exited, status=1/FAILURE)Jul 05 20:36:29 master systemd[1]: haproxy.service: Main process exited, code=exited, status=1/FAILURE
Jul 05 20:36:29 master systemd[1]: haproxy.service: Failed with result 'exit-code'.
Jul 05 20:36:29 master systemd[1]: Failed to start HAProxy Load Balancer.
Jul 05 20:36:29 master systemd[1]: haproxy.service: Service hold-off time over, scheduling restart.
Jul 05 20:36:29 master systemd[1]: haproxy.service: Scheduled restart job, restart counter is at 5.
Jul 05 20:36:29 master systemd[1]: Stopped HAProxy Load Balancer.
Jul 05 20:36:29 master systemd[1]: haproxy.service: Start request repeated too quickly.
Jul 05 20:36:29 master systemd[1]: haproxy.service: Failed with result 'exit-code'.
Jul 05 20:36:29 master systemd[1]: Failed to start HAProxy Load Balancer.0 -
Hi @vvandana,
I would recommend revisiting the haproxy.cfg file (even if diff shows no differences). What typically works in this case is to backup the original haproxy.cfg file on the ha-proxy node, then create a new haproxy.cfg file and copy/paste the content from the file with the same name from SOLUTIONS. Or, just
scpit over from the control plane node to the ha-proxy node. Spacing and indentation are causing most issues with this exercise.Also, make sure you have updated the first
serverline of thebackend k8sServerssection towards the bottom of the file, by replacing "cp1" with your control plane node's hostname followed by your control plane node's private IP address (in a later step the second "cp2" and third "cp3" control plane nodes details will be updated as well).Regards,
-Chris0 -
@chrispokorni thanks that worked.
0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 773 Linux Foundation IT Professional Programs
- 383 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 9 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 29 Cloud & Containers Training
- 3 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 4 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 469 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 101 Linux Security
- 79 Network Management
- 101 System Management
- 46 Web Management
- 151 Mobile Computing
- 20 Android
- 116 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 404 Off Topic
- 126 Introductions
- 34 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 717 Software Development
- 1K Software
- 416 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)