Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

★ VirMach ★ RYZEN ★ NVMe ★★ $8.88/YR- 384MB ★★ $21.85/YR- 2.5GB ★ Instant ★ Japan Pre-order ★ & More

17071737576339

Comments

  • @Cheung said:

    Because there is too much information, I did not observe the post here

    If everyone read through this entire thread (or at least the last 2 pages), there won't be that much information...

  • VirMachVirMach Member, Patron Provider

    Looks like it stalled out because the disk stopped being utilized, when it dropped to low 10's writes per second all the way down to <4 and 0 reads per second.

    This is basically the plot of Crank and I'm thinking the jerry-rigged "fix" to this would be having andrenaline.py run in the background and make sure the disk is being utilized at all times. Otherwise Linux seems to think that the controller is down.

    Just kidding, this was my fault, I forgot to make the last changes I made persistent so it was the same issue as the last crash. Rebooted and confirmed the parameters stuck on reboot.

    Let's see how it goes when people start idling their services again.

  • @VirMach said:
    Let's see how it goes when people start idling their services again.

    Is there anything I can do to request my services being deployed after IPv6 works?
    Having IPv4 only is kinda useless to me...

    Thanked by 1yoursunny
  • VirMachVirMach Member, Patron Provider
    edited April 2022

    @xpreboun said:

    @VirMach said:
    Let's see how it goes when people start idling their services again.

    Is there anything I can do to request my services being deployed after IPv6 works?
    Having IPv4 only is kinda useless to me...

    IPv6 works, I just haven't added it for all nodes.

    (Edit) There are nodes with it fully functional if you want, I can migrate you, but it's only in San Jose and Phoenix right now.

  • shuge1234shuge1234 Member
    edited April 2022

    I want to participate in the test, please help me to open Invoice #1399419 thank you!

  • Looks given the VPS reboot , it no longer able to find the disk again

    /dev/vda1 on /root failed: No such device

    @VirMach said:
    Looks like it stalled out because the disk stopped being utilized, when it dropped to low 10's writes per second all the way down to <4 and 0 reads per second.

    This is basically the plot of Crank and I'm thinking the jerry-rigged "fix" to this would be having andrenaline.py run in the background and make sure the disk is being utilized at all times. Otherwise Linux seems to think that the controller is down.

    Just kidding, this was my fault, I forgot to make the last changes I made persistent so it was the same issue as the last crash. Rebooted and confirmed the parameters stuck on reboot.

    Let's see how it goes when people start idling their services again.

  • Hello, which place has higher performance for the storage server and has a more relaxed TOS? I want to use the storage server for development and do not want to be warnning and deleted.
    thanks for your answer!

  • yotallyotall Member
    edited April 2022

    @VirMach said:
    Looks like it stalled out because the disk stopped being utilized, when it dropped to low 10's writes per second all the way down to <4 and 0 reads per second.

    This is basically the plot of Crank and I'm thinking the jerry-rigged "fix" to this would be having andrenaline.py run in the background and make sure the disk is being utilized at all times. Otherwise Linux seems to think that the controller is down.

    Just kidding, this was my fault, I forgot to make the last changes I made persistent so it was the same issue as the last crash. Rebooted and confirmed the parameters stuck on reboot.

    Let's see how it goes when people start idling their services again.

    After the server was activated, I tested it, and the problems I found are as follows:
    1. Irregular automatic shutdown. The VPS found several (at least four) automatic shutdowns, most of which occurred without any action, and once suddenly interrupted while executing the “apt upgrade” command.
    After this problem occurred, I checked the “/var/log/messages.1” file and used the “cat messages.1 | grep error” command to check the error message, the prompt is as follows:
    root@jp:/var/log# cat messages.1 | grep error
    Dec 28 22:52:07 debiantemplate kernel: [ 2.926642] EXT4-fs (vda1): re-mounted. Opts: errors=remount-ro
    Apr 2 01:23:23 jp kernel: [ 1.177559] EXT4-fs (vda1): re-mounted. Opts: errors=remount-ro
    Apr 2 01:28:58 jp kernel: [ 1.438291] EXT4-fs (vda1): re-mounted. Opts: errors=remount-ro
    Apr 2 01:37:06 jp kernel: [ 1.191632] EXT4-fs (vda1): re-mounted. Opts: errors=remount-ro
    Apr 2 02:00:08 jp kernel: [ 1.323795] EXT4-fs (vda1): re-mounted. Opts: errors=remount-ro
    Apr 2 15:49:19 jp kernel: [ 0.950615] EXT4-fs (vda1): re-mounted. Opts: errors=remount-ro
    Apr 2 21:41:05 jp kernel: [ 1.069917] EXT4-fs (vda1): re-mounted. Opts: errors=remount-ro
    2. The server cannot be restarted using the "reboot" command. I tested it twice and each time it failed to reboot, only rebooted in the control panel.
    3. The network connection is unstable. The normal ping response time is about 60ms, and it often happens that the ping response time suddenly jumps to more than 200ms and there is packet loss. Since I'm from China, this might be due to GFW.

    Due to poor English, the above text is translated by google translate. The problems found above are for reference.

    Thanked by 1FAT32
  • @VirMach said:
    Looks like it stalled out because the disk stopped being utilized, when it dropped to low 10's writes per second all the way down to <4 and 0 reads per second.

    This is basically the plot of Crank and I'm thinking the jerry-rigged "fix" to this would be having andrenaline.py run in the background and make sure the disk is being utilized at all times. Otherwise Linux seems to think that the controller is down.

    Just kidding, this was my fault, I forgot to make the last changes I made persistent so it was the same issue as the last crash. Rebooted and confirmed the parameters stuck on reboot.

    Let's see how it goes when people start idling their services again.

    It's fine now :)

    root@xxx:~#  ./speedtest-cli/speedtest -s21569
    
       Speedtest by Ookla
    
         Server: i3D.net - Tokyo (id = 21569)
            ISP: Owl Limited
        Latency:     0.96 ms   (0.12 ms jitter)
       Download:   848.55 Mbps (data used: 403.7 MB )
         Upload:   739.04 Mbps (data used: 334.2 MB )
    Packet Loss:     0.0%
     Result URL: https://www.speedtest.net/result/c/207d04da-8987-4209-aa92-8b629b428ea7
    

  • sanvitsanvit Member
    edited April 2022

    ISP is Proton VPN?

  • XiaoerXiaoer Member
    edited April 2022

    @VirMach I want to participate in the test, please help me to open Invoice
    #1397002 thank you!
    384m jp

  • AstroAstro Member

    @VirMach any update on the ryzen upgrade for spin winners during BF?

  • VirMachVirMach Member, Patron Provider
    edited April 2022

    TYOC040 is back online for now. It looks like almost everyone is on the Default CentOS 5.8 and that has big compatibility issues. I'm disabling this and making sure it doesn't repeat in the future with it being set as default but I'd recommend installing a different OS now as these are going into kernel panic and overloading the server.

    I powered a good chunk down. I'm going to start creating everyone who got created halfway now but keep in mind it may still fail.

  • @VirMach said: (Edit) There are nodes with it fully functional if you want, I can migrate you, but it's only in San Jose and Phoenix right now.

    Is everything okay with LA?
    I don't mind waiting a month or two more but I'm desperate to hobby and thought asking is not a bad idea in case everyone was deployed except me idk im high :D

  • VirMachVirMach Member, Patron Provider

    @Astro said:
    @VirMach any update on the ryzen upgrade for spin winners during BF?

    Private message me.

  • It seems to be booting normally, but there was a log like this in the message.
    I don't know if this is technically an error or normal...

    Apr  3 12:44:59 176 kernel: [    0.857888] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)
    Apr  3 12:44:59 176 kernel: [    0.876429] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
    Apr  3 12:44:59 176 kernel: [    1.044639] fuse: init (API version 7.32)
    Apr  3 12:44:59 176 kernel: [    1.053026] EXT4-fs (vda1): re-mounted. Opts: errors=remount-ro
    
  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire
    edited April 2022

    @VirMach said:
    TYOC040 is back online for now. It looks like almost everyone is on the Default CentOS 5.8 and that has big compatibility issues. I'm disabling this and making sure it doesn't repeat in the future with it being set as default but I'd recommend installing a different OS now as these are going into kernel panic and overloading the server.

    I powered a good chunk down. I'm going to start creating everyone who got created halfway now but keep in mind it may still fail.

    Finally the IO test and geekbench works on node 40! :smiley: But the speed for 512k and 1m is a bit worrying though (will re-run again later)

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-02-18                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Apr  3 05:22:27 BST 2022
    
    Basic System Information:
    ---------------------------------
    Processor  : AMD Ryzen 9 5900X 12-Core Processor
    CPU cores  : 1 @ 3693.062 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 355.0 MiB
    Swap       : 1.2 GiB
    Disk       : 9.6 GiB
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 533.33 MB/s (133.3k) | 954.21 MB/s  (14.9k)
    Write      | 534.73 MB/s (133.6k) | 959.24 MB/s  (14.9k)
    Total      | 1.06 GB/s   (267.0k) | 1.91 GB/s    (29.8k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 3.93 MB/s        (7) | 505.00 KB/s      (0)
    Write      | 4.41 MB/s        (8) | 560.00 KB/s      (0)
    Total      | 8.35 MB/s       (15) | 1.06 MB/s        (0)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed
                    |                           |                 |
    Clouvider       | London, UK (10G)          | 140 Mbits/sec   | 288 Mbits/sec
    Online.net      | Paris, FR (10G)           | 265 Mbits/sec   | 274 Mbits/sec
    WorldStream     | The Netherlands (10G)     | 223 Mbits/sec   | 248 Mbits/sec
    WebHorizon      | Singapore (400M)          | 433 Mbits/sec   | 462 Mbits/sec
    Clouvider       | NYC, NY, US (10G)         | 304 Mbits/sec   | 471 Mbits/sec
    Velocity Online | Tallahassee, FL, US (10G) | 321 Mbits/sec   | 444 Mbits/sec
    Clouvider       | Los Angeles, CA, US (10G) | 300 Mbits/sec   | 655 Mbits/sec
    Iveloz Telecom  | Sao Paulo, BR (2G)        | 209 Mbits/sec   | 250 Mbits/sec
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value
                    |
    Single Core     | 1533
    Multi Core      | 1574
    Full Test       | https://browser.geekbench.com/v5/cpu/14053421
    

    Second test:

    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 547.98 MB/s (136.9k) | 873.33 MB/s  (13.6k)
    Write      | 549.42 MB/s (137.3k) | 877.93 MB/s  (13.7k)
    Total      | 1.09 GB/s   (274.3k) | 1.75 GB/s    (27.3k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 2.21 MB/s        (4) | 473.00 KB/s      (0)
    Write      | 2.38 MB/s        (4) | 522.00 KB/s      (0)
    Total      | 4.60 MB/s        (8) | 995.00 KB/s      (0)
    

    Nope, not getting any better

  • Any updates for JP storage?

  • on TYOC039

    Sun Apr  3 13:39:26 JST 2022
    
    Basic System Information:
    ---------------------------------
    Processor  : AMD Ryzen 9 5900X 12-Core Processor
    CPU cores  : 1 @ 3693.054 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 347.1 MiB
    Swap       : 473.0 MiB
    Disk       : 9.3 GiB
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 270.59 MB/s  (67.6k) | 1.37 GB/s    (21.4k)
    Write      | 271.30 MB/s  (67.8k) | 1.37 GB/s    (21.5k)
    Total      | 541.89 MB/s (135.4k) | 2.75 GB/s    (42.9k)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       | 896.00 MB/s   (1.7k) | 872.55 MB/s    (852)
    Write      | 943.60 MB/s   (1.8k) | 930.66 MB/s    (908)
    Total      | 1.83 GB/s     (3.5k) | 1.80 GB/s     (1.7k)
    
    Thanked by 1FrankZ
  • Status Offline
    Node Name TYOC040

    Your server's host node appears to be down, check our server status page for more info. Please refrain from creating a support ticket unless the node has already been brought back up and your service is still offline.

    If none of the suggested solutions work, or if nothing was suggested, create a technical support ticket describing your issue. Please also provide us with your server's login info by clicking the 'add sensitive data' button so that we may access your server and investigate.

    If you contact support, provide debug data:

    Main IP pings: false
    Node Online: false
    Service online: offline
    Operating System: linux-debian-11-x86_64-legacy-gen2-v1
    Service Status:Active
    Registration Date:2022-03-12

  • @VirMach said:
    TYOC040 is back online for now. It looks like almost everyone is on the Default CentOS 5.8 and that has big compatibility issues. I'm disabling this and making sure it doesn't repeat in the future with it being set as default but I'd recommend installing a different OS now as these are going into kernel panic and overloading the server.

    I powered a good chunk down. I'm going to start creating everyone who got created halfway now but keep in mind it may still fail.

    I have reinstalled Debain11 on TYOC040,however it's still offline and can not be connected

  • @VirMach said:
    TYOC040 is back online for now. It looks like almost everyone is on the Default CentOS 5.8 and that has big compatibility issues. I'm disabling this and making sure it doesn't repeat in the future with it being set as default but I'd recommend installing a different OS now as these are going into kernel panic and overloading the server.

    I powered a good chunk down. I'm going to start creating everyone who got created halfway now but keep in mind it may still fail.

    Oh no,something terrible happens.Chicks is gone.I mean..forever.It has been disapeared even in "My services" list.

  • @VirMach said:
    TYOC040 is back online for now. It looks like almost everyone is on the Default CentOS 5.8 and that has big compatibility issues. I'm disabling this and making sure it doesn't repeat in the future with it being set as default but I'd recommend installing a different OS now as these are going into kernel panic and overloading the server.

    I powered a good chunk down. I'm going to start creating everyone who got created halfway now but keep in mind it may still fail.

    I can not find my VPS.It is disappear.Please help me disploy again.Thanks,.
    Invoice 1396811

  • @riofredinand said:

    @VirMach said:
    TYOC040 is back online for now. It looks like almost everyone is on the Default CentOS 5.8 and that has big compatibility issues. I'm disabling this and making sure it doesn't repeat in the future with it being set as default but I'd recommend installing a different OS now as these are going into kernel panic and overloading the server.

    I powered a good chunk down. I'm going to start creating everyone who got created halfway now but keep in mind it may still fail.

    Oh no,something terrible happens.Chicks is gone.I mean..forever.It has been disapeared even in "My services" list.

    >
    I had the same problem

  • @riofredinand said:

    @VirMach said:
    TYOC040 is back online for now. It looks like almost everyone is on the Default CentOS 5.8 and that has big compatibility issues. I'm disabling this and making sure it doesn't repeat in the future with it being set as default but I'd recommend installing a different OS now as these are going into kernel panic and overloading the server.

    I powered a good chunk down. I'm going to start creating everyone who got created halfway now but keep in mind it may still fail.

    Oh no,something terrible happens.Chicks is gone.I mean..forever.It has been disapeared even in "My services" list.

    mee too

  • @vhhjkgl said:

    @VirMach said:
    TYOC040 is back online for now. It looks like almost everyone is on the Default CentOS 5.8 and that has big compatibility issues. I'm disabling this and making sure it doesn't repeat in the future with it being set as default but I'd recommend installing a different OS now as these are going into kernel panic and overloading the server.

    I powered a good chunk down. I'm going to start creating everyone who got created halfway now but keep in mind it may still fail.

    I can not find my VPS.It is disappear.Please help me disploy again.Thanks,.
    Invoice 1396811

    same problem :'(
    My invoice id is #1396736

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    Bench.monster

    ---------------------------------------------------------------------------
     Region: Asia  https://bench.monster v.1.5.9 2021-12-24
     Usage : curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -Asia
    ---------------------------------------------------------------------------
     OS           : Ubuntu 18.04.6 LTS (64 Bit)
     Virt/Kernel  : KVM / 4.15.0-163-generic
     CPU Model    : AMD Ryzen 9 5900X 12-Core Processor
     CPU Cores    : 1 @ 3693.062 MHz x86_64 512 KB Cache
     CPU Flags    : AES-NI Enabled & VM-x/AMD-V Enabled
     Load Average : 0.98, 2.42, 1.56
     Total Space  : 9.6G (2.9G ~32% used)
     Total RAM    : 355 MB (37 MB + 124 MB Buff in use)
     Total SWAP   : 1279 MB (31 MB in use)
     Uptime       : 0 days 0:20
    ---------------------------------------------------------------------------
     ASN & ISP    : AS23959, Owl Limited
     Organization : Virtual Machine Solutions LLC
     Location     : Tokyo, Japan / JP
     Region       : Tokyo
    ---------------------------------------------------------------------------
    
     ## Geekbench v4 CPU Benchmark:
    
      Single Core : 7847  (THE BEAST)
       Multi Core : 6944
    
     ## IO Test
    
     CPU Speed:
        bzip2     : 187 MB/s
       sha256     : 333 MB/s
       md5sum     : 776 MB/s
    
     RAM Speed:
       Avg. write : 5597.9 MB/s
       Avg. read  : 13516.8 MB/s
    
     Disk Speed:
       1st run    : 1.7 GB/s
       2nd run    : 1.6 GB/s
       3rd run    : 1.7 GB/s
       -----------------------
       Average    : 1706.7 MB/s
    
     ## Asia Speedtest.net
    
     Location                         Upload           Download         Ping
    ---------------------------------------------------------------------------
     Nearby                           43.75 Mbit/s     112.60 Mbit/s   * 341.054 ms
    ---------------------------------------------------------------------------
     India, New Delhi (Weebo)         118.43 Mbit/s    195.38 Mbit/s   162.922 ms
     India, Mumbai (OneBroadband)     113.19 Mbit/s    213.65 Mbit/s   142.612 ms
     India, Bengaluru (I-ON)          25.59 Mbit/s     301.75 Mbit/s   120.325 ms
     Sri Lanka, Colombo (Telecom PLC) 51.97 Mbit/s     313.51 Mbit/s   111.202 ms
     Pakistan, Islamabad (Telenor)    6.63 Mbit/s      56.95 Mbit/s    279.498 ms
     Mongolia, Ulaanbaatar (Mobicom)  52.50 Mbit/s     137.51 Mbit/s    62.906 ms
     Bangladesh, Dhaka (Skytel)       114.62 Mbit/s    163.80 Mbit/s   115.857 ms
     Bhutan, Thimphu (Bhutan Telecom) 81.42 Mbit/s     186.43 Mbit/s   161.363 ms
     Myanmar, Mandalay (Ooredoo)      128.17 Mbit/s    94.56 Mbit/s    133.272 ms
     Laos, Vientaine (Mangkone)       146.16 Mbit/s    230.84 Mbit/s   103.651 ms
     Thailand, Bangkok (CAT Telecom)  169.20 Mbit/s    326.64 Mbit/s    80.260 ms
     Cambodia, Phnom Penh (Smart)     2.44 Mbit/s      113.09 Mbit/s   106.584 ms
     Vietnam, Hanoi (Viettel)         97.08 Mbit/s     228.91 Mbit/s   105.392 ms
     Singapore (PT FirstMedia)        110.69 Mbit/s    122.85 Mbit/s    86.735 ms
     Indonesia, Jakarta (Desnet)      49.12 Mbit/s     152.64 Mbit/s    79.874 ms
     Philippines, Manila (Globe Tel)  170.17 Mbit/s    409.79 Mbit/s    55.433 ms
     Hong Kong (fdcservers)           113.60 Mbit/s    255.75 Mbit/s   139.099 ms
     Taiwan, Taipei (TAIFO)           265.46 Mbit/s    514.55 Mbit/s    32.153 ms
     Japan, Tsukuba (SoftEther)       109.92 Mbit/s    717.80 Mbit/s     3.032 ms
    ---------------------------------------------------------------------------
    
     Finished in : 11 min 17 sec
     Timestamp   : 2022-04-03 04:52:21 GMT
     Saved in    : /root/speedtest.log
    
     - https://browser.geekbench.com/v4/cpu/16523941
    
    Thanked by 2FrankZ Xrmaddness
  • KASSAKASSA Member

    @riofredinand said:

    @VirMach said:
    TYOC040 is back online for now. It looks like almost everyone is on the Default CentOS 5.8 and that has big compatibility issues. I'm disabling this and making sure it doesn't repeat in the future with it being set as default but I'd recommend installing a different OS now as these are going into kernel panic and overloading the server.

    I powered a good chunk down. I'm going to start creating everyone who got created halfway now but keep in mind it may still fail.

    Oh no,something terrible happens.Chicks is gone.I mean..forever.It has been disapeared even in "My services" list.

    same happened to me,bro

    hopefully we can get some updates

This discussion has been closed.