Forums

Resolved
1 votes
I am new to clearos as of with 3 months. I had a couple of test systems before I purchased at subscription. During the trial of clear os 7.5 the webconfig ran really fast, but now that I have setup my final production system, the webconfig is really slow in response. The first initial login is really fast, but then it slows down to crawl, you have to wait anywhere from 30 secs to a minute for the next selection to come up. The issue does not affect the internet at all. I just can seem to figure this out. I am new to linux so that probably doesn't help their.
Tuesday, May 22 2018, 10:48 AM
Like
1
Share this post:
Responses (6)
  • Accepted Answer

    Tuesday, May 22 2018, 11:05 AM - #Permalink
    Resolved
    0 votes
    Welcome to the forums.

    If you don't have them already and you use Windows, get a copy of WinSCP and PuTTy. Both are free. PuTTy is a remote terminal and you can copy text from it just by selecting with the mouse and paste into it by right-clicking. WinSCP is a graphical file manager and has a text editor built in (and can be configured to use other ones).

    Please can you give the output to:
    lspci -knn | grep Eth -A 3
    ifconfig
    cat /etc/clearos/network.conf
    cat /etc/resolv.conf
    cat /etc/resolv-peerdns.conf
    Please put the output between "code" tags (the piece of paper icon with a <> on it)
    Like
    1
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 25 2018, 06:47 PM - #Permalink
    Resolved
    1 votes
    There is a back-end problem which the devs are trying to fix as I type, so please hang fire for the moment.
    Like
    1
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 25 2018, 05:52 PM - #Permalink
    Resolved
    0 votes
    I am having the same issue even sometimes it is >30 response time, so I shall provide my input by supplying my output.

    [root@gateway ~]# lspci -knn | grep Eth -A 3
    04:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8075 PCI-E Gigabit Ethernet Controller [11ab:4370] (rev 10)
    Subsystem: Lenovo Device [17aa:3045]
    Kernel driver in use: sky2
    Kernel modules: sky2
    05:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 14)
    Subsystem: J & W Electronics Co., Ltd. Device [1afa:7150]
    Kernel driver in use: sky2
    Kernel modules: sky2
    06:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8075 PCI-E Gigabit Ethernet Controller [11ab:4370] (rev 10)
    Subsystem: Lenovo Device [17aa:3045]
    Kernel driver in use: sky2
    Kernel modules: sky2

    [root@gateway ~]# ifconfig
    enp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255
    inet6 xx::xx:xx:xx:xx prefixlen 64 scopeid 0x20<link>
    ether 00:00:00:00:00:00 txqueuelen 1000 (Ethernet)
    RX packets 165533 bytes 41478039 (39.5 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 178860 bytes 513714044 (489.9 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    device interrupt 18

    enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255
    inet6 xx::xx:xx:xx:xx prefixlen 64 scopeid 0x20<link>
    ether 00:00:00:00:00:0 txqueuelen 1000 (Ethernet)
    RX packets 45655 bytes 6345663 (6.0 MiB)
    RX errors 0 dropped 1 overruns 0 frame 0
    TX packets 47113 bytes 7375919 (7.0 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    device interrupt 17

    enp6s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255
    inet6 xx::xx:xx:xx:xx prefixlen 64 scopeid 0x20<link>
    ether 00:00:00:00:00:0 prefixlen 64 scopeid 0x20<link>
    ether 00:e0:4c:88:45:06 txqueuelen 1000 (Ethernet)
    RX packets 1849734 bytes 1097655060 (1.0 GiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 656338 bytes 123675893 (117.9 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    device interrupt 16

    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 1 (Local Loopback)
    RX packets 36060 bytes 12268058 (11.6 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 36060 bytes 12268058 (11.6 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    wlp1s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet x.x.x.x netmask 255.255.255.0 broadcast x.x.x.255
    inet6 xx::xx:xx:xx:xx prefixlen 64 scopeid 0x20<link>
    ether 00:00:00:00:00:00 txqueuelen 1000 (Ethernet)
    RX packets 422616 bytes 75727507 (72.2 MiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 454023 bytes 122463324 (116.7 MiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

    [root@gateway ~]# cat /etc/clearos/network.conf
    # Network mode
    MODE="gateway"

    # Network interface roles
    EXTIF="enp6s0"
    LANIF="enp4s0 enp5s0 wlp1s8"
    DMZIF=""
    HOTIF=""

    # Domain and Internet Hostname
    DEFAULT_DOMAIN=""
    INTERNET_HOSTNAME=""

    # Extra LANS
    EXTRALANS=""

    # ISP Maximum Speeds
    ENP6S0_MAX_DOWNSTREAM=130130
    ENP6S0_MAX_UPSTREAM=10220

    [root@gateway ~]# cat /etc/resolv.conf
    # Please do not edit this file.
    # See http://www.clearcenter.com/support/documentation/clearos_guides/dns_and_resolver
    domain
    nameserver 127.0.0.1

    [root@gateway ~]# cat /etc/resolv-peerdns.conf
    nameserver 1.1.1.1
    nameserver 1.0.0.1
    nameserver 8.8.8.8
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 25 2018, 09:01 PM - #Permalink
    Resolved
    0 votes
    It should be fixed now. Please can you re-check?
    The reply is currently minimized Show
  • Accepted Answer

    Riven
    Riven
    Offline
    Wednesday, July 11 2018, 10:05 AM - #Permalink
    Resolved
    0 votes
    I have just done a clean install on a system and installed ClearOS 7.4 Business edition on it.
    Most of the menus items takes forever to respond or open
    When Marketplace eventually opens I cant install packages. It searched forever.
    Got some installed through command line but the search takes forever there as well
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 11 2018, 12:44 PM - #Permalink
    Resolved
    0 votes
    Is it working any better now? It looks like the Clearcenter site is back and running properly.
    The reply is currently minimized Show
Your Reply