Jump to content

No webui after update to 6.12.1

Featured Replies

Posted

I did the update this morning from 6.12.0 to 6.12.1. I had no issues with 6.12.0. With 6.12.1 I am not able to access the wedui. Most of the topics I am finding have to do with 6.12.0 having this issue. I did try some of the fixes this community was posting, with no luck. 

 

I am hoping someone can help me out.

 

Thank you!

clover-diagnostics-20230621-1614.zip

Solved by JorgeB

Go to solution
  • Author

I tried a new flash drive with a fresh install. I can access the webui that way. I copied the config folder off my original flash drive and put it on the new flash drive, back to no webui. 

Are you able to get to the console of the running system, using telnet, SSH or a local keyboard/monitor?  If so, please run:

/etc/rc.d/rc.nginx renew

and let me know if that solves the problem

  • Author
3 minutes ago, ljm42 said:

Are you able to get to the console of the running system, using telnet, SSH or a local keyboard/monitor?  If so, please run:

/etc/rc.d/rc.nginx renew

and let me know if that solves the problem

I ran the command. It said "no change to report" and I do not have webui. I had ran one for "status" and it says it is not running. I ran one to start it but, it reports nothing and goes back to prompt. 

And `start` didn't report any errors? Would you mind uploading a new set of diagnostics so I can see if there are errors in the syslog after running that command?

  • Author
4 minutes ago, ljm42 said:

And `start` didn't report any errors? Would you mind uploading a new set of diagnostics so I can see if there are errors in the syslog?

Start reported no errors. It would come back with "Starting...." then go back to prompt. 

 

New log attached. This log is the new USB drive with the old config folder copied over to it. 

 

Thank you for your help!

clover-diagnostics-20230621-1952.zip

Would you mind typing:

cat /etc/nginx/conf.d/servers.conf

and copy/pasting the result back here?

  • Author
7 minutes ago, ljm42 said:

Would you mind typing:

cat /etc/nginx/conf.d/servers.conf

and copy/pasting the result back here?

My appologies, I only have a KVM hooked to this server, no SSH. Hopefully this picture of the report will work.

 

IMG_3391.jpg

  • Author

Thank you! Rolling back got me up and running for now. I will check back in tomorrow evening and see if there are any updates.

Your issue is a double IP assignment.

Both the "Main" interface and "NIC 2" interface have the same IP address: 10.13.12.50

 

You need to assign unique addresses, e.g. NIC2 = 10.13.12.51

 

  • Author
3 hours ago, bonienl said:

Your issue is a double IP assignment.

Both the "Main" interface and "NIC 2" interface have the same IP address: 10.13.12.50

 

You need to assign unique addresses, e.g. NIC2 = 10.13.12.51

 

So, I think this may have to do with a problem "Fix Common Problems" keeps telling me about. I have 2 NICs currently but, used to have 3. 

eth0 - 10......

eth1 - 192.....

The removed one was 10.13.12.50, and I changed eth0 to take over the removed pcie fiber card. FCP tells me eth2 has the same IP as eth0 but, eth2 is no longer installed. Would I have to install eth2 back into the machine to fix this issue?

  • Community Expert
  • Solution

Edit /boot/config/network.cfg and remove this part:

 

IFNAME[2]="br2"
BRNAME[2]="br2"
BRNICS[2]="eth2"
BRSTP[2]="no"
BRFD[2]="0"
DESCRIPTION[2]="Clover Nic 2"
PROTOCOL[2]="ipv4"
USE_DHCP[2]="no"
IPADDR[2]="10.13.12.50"
NETMASK[2]="255.255.255.0"

 

Also change SYSNICS="3" to SYSNICS="2"

 

Then reboot.

  • Author

Thank you! I will try this when I get home from and work and report back.

  • Author

Thank you @JorgeB! That solved the issue and I was able to update to 6.12.1. I appreciate everyone who helped along the way!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...