★ VirMach ★ 2024 ★ RYZEN ★ NVMe ★★ VPS Black Friday ★ Flash Deals ★★ Check inside for offers!

13

Comments

  • VirMachVirMach Hosting Provider

    @lukast__ said:

    @VirMach said:

    @lukast__ said: @VirMach I think the bug with the price is in alerts.js:

    const priceCriteria = priceAsFloat <= parseFloat($('#price_n').val()) || 100;
    This evaluates to true in any case, it would most likely work if you remove the || 100.

    Thanks for the help. Yeah, it must have been put in there for debugging something else and then forgot to take it out. Also it does look like it's equal or greater than (I guess I updated it to that and forgot, so tooltips do make sense as does debugging), so if you find the issue with the IP let me know, otherwise I'll have a look in a few moments.

    The IP count seems to be missing, so it defaults to 0:

    const ips = data.ips || 0; // Default to 0 if undefined
    

    I remember now.

    I was supposed to take out the IP count from the notifications, that's why it doesn't appear on the card. I don't know to what level I removed it. Added back, I think. Just so we don't break it if you put 1.

    @Decicus said:
    Is it intentional that the "view thread" link on the site leads to the other thread and not this one?

    Not intentional but that's pretty funny because I waited until after I posted this thread so I could grab the link and put it in, only to put in the complain thread.

    Thanked by (3)Decicus lukast__ imok
  • VirMachVirMach Hosting Provider

    @imok said:
    @VirMach i'm ok with those prices and I'd go with Amsterdam. Thanks for the extra discount. The only issue would be the contract term. I was thinking in monthly, but 6-month would be fine. I'm not sure if I would need it more than that time TBH.

    Let's do 6 months and I can keep it the same price/duration ratio. Otherwise I'd have to bump it up. I mean I guess I don't have to since I own the company, but there's probably some internal policy where I shouldn't. Send me your email via DM to generate. If you end up not using it, I can refund to store credit once you're done if you remind me (assuming you have any other services left?)

    Thanked by (1)imok
  • edited November 20

    @VirMach said: I remember now.
    I was supposed to take out the IP count from the notifications, that's why it doesn't appear on the card. I don't know to what level I removed it. Added back, I think. Just so we don't break it if you put 1.

    If I understand the code right, the only problem was with the "Test" button, there the IP count is simply not saved in the data array:

            const data = {
                planid: $(this).find('strong#planid').text().trim(),
                price: $(this).find('.currency').text().trim(),
                ram: parseInt($(this).find('strong#ram').text()),
                cpu: parseInt($(this).find('strong#cpu').text()),
                hdd: parseInt($(this).find('strong#hdd').text()),
                bw: parseInt($(this).find('strong#bw').text()),
                location: $(this).find('strong#location').text().trim()
            };
    

    The "real" notifications hadn't had that problem as the data from the server (including the IP) is directly passed to handleNotification.

    Edit: I don't know what you fixed, but I don't think it was (directly) related to this, as the IP count was sent by the server, otherwise it couldn't have been displayed.

    cpu_logger | Recommended providers: Layer7, dataforest (Avoro/PHP-Friends), @host_c

  • @VirMach said:

    @imok said:
    @VirMach i'm ok with those prices and I'd go with Amsterdam. Thanks for the extra discount. The only issue would be the contract term. I was thinking in monthly, but 6-month would be fine. I'm not sure if I would need it more than that time TBH.

    Let's do 6 months and I can keep it the same price/duration ratio. Otherwise I'd have to bump it up. I mean I guess I don't have to since I own the company, but there's probably some internal policy where I shouldn't. Send me your email via DM to generate. If you end up not using it, I can refund to store credit once you're done if you remind me (assuming you have any other services left?)

    Awesome. Thank you!

    Viva Virmach!

  • VirMachVirMach Hosting Provider

    @lukast__ said:

    @VirMach said: I remember now.
    I was supposed to take out the IP count from the notifications, that's why it doesn't appear on the card. I don't know to what level I removed it. Added back, I think. Just so we don't break it if you put 1.

    If I understand the code right, the only problem was with the "Test" button, there the IP count is simply not saved in the data array:

    The "real" notifications hadn't had that problem as the data from the server (including the IP) is directly passed to handleNotification.

    Edit: I don't know what you fixed, but I don't think it was (directly) related to this, as the IP count was sent by the server, otherwise it couldn't have been displayed.

    Test button uses the same handler as real notifications, but it doesn't grab the IP data. I've fixed the test button as well now.

    Thanked by (1)lukast__
  • VirMachVirMach Hosting Provider
    edited November 20

    @VirMach said: Bug located, thankfully it was stupidly simple. When reworking the creation system I turned it into different clusters and focused on improving bulk creations across different clusters of plans. Unfortunately while doing that, the logic got out of sync and the debugging wrote everything out in a way that made it seem like it was doing it in the correct order in some situations. This should be fixed. Going through and manually updating any leftovers.

    Bug unlocated. It wasn't this, it's something else. (edit) Bug un-unlocated. It was the same thing as above but with a few extra hoops. Let's see if it plays out.

    New bug, welcome emails not sending.

  • _MS__MS_ OG
    edited November 20

    NaNh NaNm NaNs

    Thanked by (2)sh97 imok
  • Two Questions:

    1. Is VirMach American based?

    2. SJC location, does it have IPv6?

  • VirMachVirMach Hosting Provider

    @CMunroe said:
    Two Questions:

    1. Is VirMach American based?

    Yes.

    1. SJC location, does it have IPv6?

    No. Nowhere does officially until we finish with our system to manage it (in the works.) But highest likelihood in the near future in Amsterdam, Tokyo, followed by Los Angeles, and NYC. Keep in mind I've probably said this two years ago and it's still not done so I wouldn't trust us if you need IPv6.

    Thanked by (1)CMunroe
  • Nice! I now have a 4TB server!

  • VirMachVirMach Hosting Provider

    @imok said:
    Nice! I now have a 4TB server!

    YABS?

  • @VirMach said: I thought of making a bug bounty program but I figured that'd bankrupt us, plus getting it fixed for your service is prize enough

    Wow thats cruel, appreciate it is beta but buying something and not getting what you paid for seems a bit off (I am sure you did not mean it that way).

  • Incase anyone wants a YABS - although likely everyone will be different.....

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2021-06-05                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Wed 20 Nov 17:38:07 GMT 2024
    
    Basic System Information:
    ---------------------------------
    Processor  : AMD Ryzen 9 3950X 16-Core Processor
    CPU cores  : 2 @ 3499.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 1.7 GiB
    Swap       : 975.0 MiB
    Disk       : 38.1 GiB
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 210.51 MB/s  (52.6k) | 443.33 MB/s   (6.9k)
    Write      | 211.06 MB/s  (52.7k) | 445.66 MB/s   (6.9k)
    Total      | 421.58 MB/s (105.3k) | 888.99 MB/s  (13.8k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 462.39 MB/s    (903) | 1.14 GB/s     (1.1k)
    Write      | 486.96 MB/s    (951) | 1.22 GB/s     (1.1k)
    Total      | 949.36 MB/s   (1.8k) | 2.37 GB/s     (2.3k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed     
                    |                           |                 |                
    Clouvider       | London, UK (10G)          | 1.79 Gbits/sec  | 928 Mbits/sec  
    Online.net      | Paris, FR (10G)           | 1.86 Gbits/sec  | 931 Mbits/sec  
    WorldStream     | The Netherlands (10G)     | 1.86 Gbits/sec  | 934 Mbits/sec  
    WebHorizon      | Singapore (400M)          | busy            | busy           
    Clouvider       | NYC, NY, US (10G)         | 1.43 Gbits/sec  | 355 Mbits/sec  
    Velocity Online | Tallahassee, FL, US (10G) | busy            | busy           
    Clouvider       | Los Angeles, CA, US (10G) | 947 Mbits/sec   | 301 Mbits/sec  
    Iveloz Telecom  | Sao Paulo, BR (2G)        | busy            | busy           
    
    Geekbench 5 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 1090                          
    Multi Core      | 2094                          
    Full Test       | https://browser.geekbench.com/v5/cpu/23080838
    
  • I need L.A badly....

  • imokimok OG
    edited November 20

    I pressed the "Request" button to set a custom ISO and it failed (without any notice in the UI).

    I thought it was an automated process but it opened a ticket instead.

    @VirMach Actions that are going to trigger a ticket should be labeled. Or maybe I'm bad at English.

    EDIT: Ok it seems I will have to proceed with the ticket way.

  • @VirMach, discount code please..

  • VirMachVirMach Hosting Provider

    @tenpera said:
    @VirMach, discount code please..

    Not sure what you're requesting.

    @imok said:
    I pressed the "Request" button to set a custom ISO and it failed (without any notice in the UI).

    I thought it was an automated process but it opened a ticket instead.

    @VirMach Actions that are going to trigger a ticket should be labeled. Or maybe I'm bad at English.

    EDIT: Ok it seems I will have to proceed with the ticket way.

    Yeah we're on the same page, the entire client area needs a rework.

  • edited November 20

    https://vps.blackfriday/ kaput ( back again )

  • edited November 20

    @VirMach, 50% dis. code possible?

  • Raise up the pricing by 100% and issue a whooping 50% discount back.

    Thanked by (1)skorous
  • @localhost said:
    Raise up the pricing by 100% and issue a whooping 50% discount back.

    This is the [BF] way

    Thanked by (1)localhost
  • I have placed an order for:
    VIRT KVM
    RYZEN SKU# V01-XD
    1280MB DDR4 RAM
    2 Core CPU vCORE
    40GB SSD (NVMe)
    2816GB BANDWIDTH
    1 IPv4
    But I got:
    500MB RAM
    1 Core CPU vCORE
    10GB SSD (NVMe)
    500GB BANDWIDTH
    Perhaps you should fix it. invoice #1661028

  • @localhost said: Raise up the pricing by 100% and issue a whooping 50% discount back.

    Others maybe, but @VirMach doesn't do that sort of crap.

  • edited November 20

    Need refugee offer for two providers that are deadpooling in next few months.

    CB-3G
    2 cores
    3072 MB RAM
    25 GB SSD
    4096 GB on 1 Gbps port
    BGP session included
    $11.69/year

    competitor billing panel

    MN-512
    1 core
    512 MB RAM
    20 GB SSD
    2000 GB on 100 Mbps port
    £5/year

    competitor billing panel

    Thanked by (2)Blembim FAT32

    HostBrr aff best VPS; VirmAche aff worst VPS.
    Unable to push-up due to shoulder injury 😣

  • @yoursunny said:
    Need refugee offer for two providers that are deadpooling in next few months.

    CB-3G
    2 cores
    3072 MB RAM
    25 GB SSD
    4096 GB on 1 Gbps port
    BGP session included
    $11.69/year

    competitor billing panel

    I see now

  • @VirMach said:

    @imok said:
    Nice! I now have a 4TB server!

    YABS?

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2024-06-09                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Wed Nov 20 08:08:35 PM -05 2024
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 0 minutes
    Processor  : QEMU Virtual CPU version 2.5+
    CPU cores  : 4 @ 1999.958 MHz
    AES-NI     : ❌ Disabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 3.8 GiB
    Swap       : 4.0 GiB
    Disk       : 3.8 TiB
    Distro     : Debian GNU/Linux 12 (bookworm)
    Kernel     : 6.8.12-4-pve
    VM Type    : KVM
    IPv4/IPv6  : ✔ Online / ❌ Offline
    
    IPv4 Network Information:
    ---------------------------------
    ISP        : xTom GmbH
    ASN        : AS3214 xTom GmbH
    Host       : xTom GmbH
    Location   : Amsterdam, North Holland (NH)
    Country    : Netherlands
    
    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/mapper/pbs-root):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 10.72 MB/s    (2.6k) | 161.03 MB/s   (2.5k)
    Write      | 10.74 MB/s    (2.6k) | 161.87 MB/s   (2.5k)
    Total      | 21.46 MB/s    (5.3k) | 322.91 MB/s   (5.0k)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 612.00 MB/s   (1.1k) | 754.76 MB/s    (737)
    Write      | 644.52 MB/s   (1.2k) | 805.03 MB/s    (786)
    Total      | 1.25 GB/s     (2.4k) | 1.55 GB/s     (1.5k)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 1.78 Gbits/sec  | 939 Mbits/sec   | 8.07 ms        
    Eranium         | Amsterdam, NL (100G)      | 1.30 Gbits/sec  | 940 Mbits/sec   | 1.13 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 1.12 Gbits/sec  | 643 Mbits/sec   | 90.6 ms        
    Leaseweb        | Singapore, SG (10G)       | 353 Mbits/sec   | 561 Mbits/sec   | 211 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 505 Mbits/sec   | 435 Mbits/sec   | 148 ms         
    Leaseweb        | NYC, NY, US (10G)         | 859 Mbits/sec   | 753 Mbits/sec   | 75.4 ms        
    Edgoo           | Sao Paulo, BR (1G)        | 430 Mbits/sec   | 386 Mbits/sec   | 209 ms         
    
    Geekbench 6 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 503                           
    Multi Core      | 1617                          
    Full Test       | https://browser.geekbench.com/v6/cpu/8977995
    
    YABS completed in 17 min 8 sec
    
    Thanked by (1)VirMach
  • STORAGE-250G
    512MB RAM
    1 vCORE
    250GB STORAGE
    1TB BANDWIDTH
    1 IPv4
    $13.50/YR

    Any discount code for ^ this plan with biennial purchase?
    I would rather lock in a price for the longer 2 year term.

  • VirMachVirMach Hosting Provider

    @bmoto said:

    STORAGE-250G
    512MB RAM
    1 vCORE
    250GB STORAGE
    1TB BANDWIDTH
    1 IPv4
    $13.50/YR

    Any discount code for ^ this plan with biennial purchase?
    I would rather lock in a price for the longer 2 year term.

    I believe biennially already has a pretty steep discount on those plans for some reason, so maybe 30% off would be the sweet spot where it's a little cheaper than annual.

    Code 2024BFHDD2

    30% off --> $25.20/2YR

    Thanked by (1)bmoto
  • ohh no incoming dramas..

Sign In or Register to comment.