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
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.

Kimsufi/Soyoustart/OVH Rise New Price

1163164166168169662

Comments

  • @NateN34 said:

    @Devotee said:

    @EmuAGR said:
    The bad side: The HDDs are HGST HUS724020ALA640 with a power on time of 64000h (7 years 4 months) and 79400h (9 years), and around 2600 power cycles both.

    Finally got a KS-LE-1 and a KS-LE-2 (both in RBX3). No lottery, no upgrades, no nothing. No IPMI, either.

    According to dmesg, SATA disks are working at 6.0 Gbps.

    I've done a preclear of the disks to check them and the process for the HGST_HUS726020ALA610 drives takes around 13-14h while HGST_HUS724020ALA640 takes up to 21h. First step (pre-read whole disk) takes twice as long on the HGST_HUS724020ALA640 drives O_o

    I'm guessing that in a SoftRAID configuration speeds depend on the slowest disk in the array, so I'm not sure if those HGST_HUS724020ALA640 drives will affect the overall performance.

    Having similar issues and not sure if I will renew. Got a KS-LE2 and the whole system is very sluggish....took 3 minutes to install GRUB to another drive. HGST Ultrastar 7K4000 drives with 85,000 hours and about 90 MB/S speeds.

    I also have a SYS-SAT32 that is much faster. HGST Ultrastar 7K6000 drives with 40,000 hours and about 170 MB/S speeds. Odd, because the D1520 CPU which is decent amount slower then the E3-1231v3.

    You could try asking for a replacement if the system performance is impacted by the poor disk performance.

    Thanked by 1Devotee
  • My KS-LE-1, BHS location still pending, 2 days already, anyone experiencing the same? :'(

    Seeing everyone get their servers with upgrades, hopefully I get some too!

  • I thought BHS has very poor network speed downstream for KS-LE-1.. and no IPMI to top it off

    @hapkido said:
    My KS-LE-1, BHS location still pending, 2 days already, anyone experiencing the same? :'(

    Seeing everyone get their servers with upgrades, hopefully I get some too!

  • @hapkido said:
    My KS-LE-1, BHS location still pending, 2 days already, anyone experiencing the same? :'(

    Seeing everyone get their servers with upgrades, hopefully I get some too!

    My Ks-LE-1, RBX still pending and KS-LE-E also pending,

    Thanked by 1hapkido
  • @jnxu2024 said:
    I thought BHS has very poor network speed downstream for KS-LE-1.. and no IPMI to top it off

    @hapkido said:
    My KS-LE-1, BHS location still pending, 2 days already, anyone experiencing the same? :'(

    Seeing everyone get their servers with upgrades, hopefully I get some too!

    Eee...ok...let's see 🙈!

  • NeoonNeoon Community Contributor, Veteran
    edited November 2024

    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

  • @alias said:
    I just got a KS-LE-E server that I ordered on the 19th, so the probability that they will give the KS-A is 2%.

    Good for you! Still waiting to get an order.

  • @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    thanks mate! Already updated XD

  • @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    i created the api app and put the value but getting error while creating the consumerkey

    aryan@iMac-Pro ovh % python3 consumerKey.py
    Traceback (most recent call last):
      File "/Users/aryan/ovh/consumerKey.py", line 8, in <module>
        endpoint=config['endpoint'],
                 ~~~~~~^^^^^^^^^^^^
    KeyError: 'endpoint'
    

    also could you confirm how it detect 24ska01 KS-A or we need to select manually. sorry i am new with this.

  • allthemtingsallthemtings Member, Megathread Squad

    @aryanraj said:

    @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    i created the api app and put the value but getting error while creating the consumerkey

    aryan@iMac-Pro ovh % python3 consumerKey.py
    Traceback (most recent call last):
      File "/Users/aryan/ovh/consumerKey.py", line 8, in <module>
        endpoint=config['endpoint'],
                 ~~~~~~^^^^^^^^^^^^
    KeyError: 'endpoint'
    

    also could you confirm how it detect 24ska01 KS-A or we need to select manually. sorry i am new with this.

  • @allthemtings said:

    @aryanraj said:

    @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    i created the api app and put the value but getting error while creating the consumerkey

    aryan@iMac-Pro ovh % python3 consumerKey.py
    Traceback (most recent call last):
      File "/Users/aryan/ovh/consumerKey.py", line 8, in <module>
        endpoint=config['endpoint'],
                 ~~~~~~^^^^^^^^^^^^
    KeyError: 'endpoint'
    

    also could you confirm how it detect 24ska01 KS-A or we need to select manually. sorry i am new with this.

    I don't use his bot but it looks like @Neoon put the endpoints in a separate json file but did not take that into account in the script that creates the consumer key. I'd try to add the endpoint to the config.json file, see how it goes.

    Or just do the OVH way: https://github.com/ovh/python-ovh

    Thanked by 1Devotee
  • @plumberg said:

    @fredo1664 said:

    @EmuAGR said:

    @jcolideles said:
    As for the lottery like added drives, will they really keep it even when you ask for replacement when it fails? Or they're like nah, you shouldn't have it in the first place.

    I've been wondering exactly this too! :#

    Most likely the extra drives are in the hardware configuration. For example in the API it's there:
    /dedicated/server/{serviceName}/specifications/hardware

    Pretty sure the technician in the datacenter only sees this, not what was advertised in the catalog.

    Unless there is a serious issue with the whole system or something and they decide to swap the hardware, then you never know.

    Not fear mongering just laying out a scenario when it may not be honored

    You have a point, I guess I don't know what would happen if the motherboard just explodes and they have to give me a new server. In that case I assume it's the lottery all over again.
    But if they just need to replace one component, which is going to be the case most of the time (hopefully!), then the "upgrade" are in the specs, for example:

    {
      "processorName": "E3-1270v6",
      "processorArchitecture": "x86_64",
      "defaultHardwareRaidType": null,
      "description": "KS-LE-B - Intel Xeon E3-1245v5",
      "defaultHardwareRaidSize": null,
      "bootMode": "uefi",
      "formFactor": "1u",
      "numberOfProcessors": 1,
      "expansionCards": null,
      "threadsPerProcessor": 8,
      "coresPerProcessor": 4,
      "motherboard": "S1200SPL",
      "diskGroups": [
        {
          "defaultHardwareRaidType": null,
          "description": "2 X Disk NVME 1920 GB, JBOD",
          "diskType": "NVME",
          "defaultHardwareRaidSize": null,
          "diskGroupId": 1,
          "diskSize": {
            "value": 1920,
            "unit": "GB"
          },
          "numberOfDisks": 2,
          "raidController": null
        }
      ],
      "memorySize": {
        "unit": "MB",
        "value": 32768
      },
      "usbKeys": null
    }
    

    Except the bandwidth. That one depends on other factors than the server itself.

    Thanked by 2Devotee plumberg
  • allthemtingsallthemtings Member, Megathread Squad

    No deals on the advance or game line is pretty sad even last year was so much better

  • Any news this cold morning?

    Question: Besides KS-A which server you will never resell/cancel?

  • allthemtingsallthemtings Member, Megathread Squad

    @fullclick32 said:
    Any news this cold morning?

    Question: Besides KS-A which server you will never resell/cancel?

    You won’t need to cancel the KS-A ovh do that for you

  • KS-LE-C restocked again in BHS, 1h-high. Have they infinite stock of them server? :D

  • NeoonNeoon Community Contributor, Veteran
    edited November 2024

    @aryanraj said:

    @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    i created the api app and put the value but getting error while creating the consumerkey

    aryan@iMac-Pro ovh % python3 consumerKey.py
    Traceback (most recent call last):
      File "/Users/aryan/ovh/consumerKey.py", line 8, in <module>
        endpoint=config['endpoint'],
                 ~~~~~~^^^^^^^^^^^^
    KeyError: 'endpoint'
    

    also could you confirm how it detect 24ska01 KS-A or we need to select manually. sorry i am new with this.

    Okay that is actually a bug...

  • allthemtingsallthemtings Member, Megathread Squad

    @Neoon said:

    @aryanraj said:

    @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    i created the api app and put the value but getting error while creating the consumerkey

    aryan@iMac-Pro ovh % python3 consumerKey.py
    Traceback (most recent call last):
      File "/Users/aryan/ovh/consumerKey.py", line 8, in <module>
        endpoint=config['endpoint'],
                 ~~~~~~^^^^^^^^^^^^
    KeyError: 'endpoint'
    

    also could you confirm how it detect 24ska01 KS-A or we need to select manually. sorry i am new with this.

    I know what the error is but I am not gonna tell you.

    Traceback (most recent call last):
    File "/Users/aryan/ovh/consumerKey.py", line 8, in
    endpoint=config['endpoint'],
    ~~^^^^^^^^^^^^
    KeyError: 'endpoint'

    It literally tells him what/where the error is right infront of him, he just wants to hold your hand @Neoon 🤭🤭

    Thanked by 1Devotee
  • NeoonNeoon Community Contributor, Veteran

    @allthemtings said:

    @Neoon said:

    @aryanraj said:

    @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    i created the api app and put the value but getting error while creating the consumerkey

    aryan@iMac-Pro ovh % python3 consumerKey.py
    Traceback (most recent call last):
      File "/Users/aryan/ovh/consumerKey.py", line 8, in <module>
        endpoint=config['endpoint'],
                 ~~~~~~^^^^^^^^^^^^
    KeyError: 'endpoint'
    

    also could you confirm how it detect 24ska01 KS-A or we need to select manually. sorry i am new with this.

    I know what the error is but I am not gonna tell you.

    Traceback (most recent call last):
    File "/Users/aryan/ovh/consumerKey.py", line 8, in
    endpoint=config['endpoint'],
    ~~^^^^^^^^^^^^
    KeyError: 'endpoint'

    It literally tells him what/where the error is right infront of him, he just wants to hold your hand @Neoon 🤭🤭

    Nah this error is on me, fixed.

    Thanked by 1Devotee
  • allthemtingsallthemtings Member, Megathread Squad

    @Neoon said:

    @allthemtings said:

    @Neoon said:

    @aryanraj said:

    @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    i created the api app and put the value but getting error while creating the consumerkey

    aryan@iMac-Pro ovh % python3 consumerKey.py
    Traceback (most recent call last):
      File "/Users/aryan/ovh/consumerKey.py", line 8, in <module>
        endpoint=config['endpoint'],
                 ~~~~~~^^^^^^^^^^^^
    KeyError: 'endpoint'
    

    also could you confirm how it detect 24ska01 KS-A or we need to select manually. sorry i am new with this.

    I know what the error is but I am not gonna tell you.

    Traceback (most recent call last):
    File "/Users/aryan/ovh/consumerKey.py", line 8, in
    endpoint=config['endpoint'],
    ~~^^^^^^^^^^^^
    KeyError: 'endpoint'

    It literally tells him what/where the error is right infront of him, he just wants to hold your hand @Neoon 🤭🤭

    Nah this error is on me, fixed.

    Thanked by 1Devotee
  • @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    Oh nice, you can specify the datecenters, nice!

    Thanked by 1Devotee
  • emghemgh Member, Megathread Squad

    @sumo said:

    @allthemtings said:

    @sumo said:
    Were there any lottery upgrades for KS-LE-D? Don't like the single drive, just wondering if there was something interesting about the server.

    Don’t think I’ve seen anyone get this tbh

    It looked out of place in the flash sale, like a sore thumb :)

    It's weird that they don't advertise the KS-A with Intel Core i7-4790K and then offer Intel i7-6700k as a bonus sometimes, since they seem to have so many of them. For €4.99 it would still be a crazy deal and probably lots of stock could be released.

  • allthemtingsallthemtings Member, Megathread Squad

    @SwordfishBE said:

    @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    Oh nice, you can specify the datecenters, nice!

    Curious what people are using his bot for considering the KS-A is a one way ticket to cancel town and the new BF deals are trash (imo) and im pretty sure the LE-A/D arent being restocked? (I heard it was supposed to end on the 19th)

    Thanked by 1Devotee
  • allthemtingsallthemtings Member, Megathread Squad

    @emgh said:

    @sumo said:

    @allthemtings said:

    @sumo said:
    Were there any lottery upgrades for KS-LE-D? Don't like the single drive, just wondering if there was something interesting about the server.

    Don’t think I’ve seen anyone get this tbh

    It looked out of place in the flash sale, like a sore thumb :)

    It's weird that they don't advertise the KS-A with Intel Core i7-4790K and then offer Intel i7-6700k as a bonus sometimes, since they seem to have so many of them. For €4.99 it would still be a crazy deal and probably lots of stock could be released.

    What about a 5600x...im sure they have many of them to spare

    5600x lower number that 6700k

    regards

    Thanked by 1emgh
  • NeoonNeoon Community Contributor, Veteran

    KS-A order still pending, another sad day.

  • @allthemtings said:

    @SwordfishBE said:

    @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    Oh nice, you can specify the datecenters, nice!

    Curious what people are using his bot for considering the KS-A is a one way ticket to cancel town and the new BF deals are trash (imo) and im pretty sure the LE-A/D arent being restocked? (I heard it was supposed to end on the 19th)

    Oh now.. I do use it for the KS-A. I want it, I need it, my precious! One day :D

    Thanked by 2allthemtings Devotee
  • allthemtingsallthemtings Member, Megathread Squad

    @SwordfishBE said:

    @allthemtings said:

    @SwordfishBE said:

    @Neoon said:
    Fixed a bug in the bot, I suggest a restart.
    I forgot about this part entirely.

    The bot didn't check the specific selected hw against the stock api, since it was build only for the KS-A in the first place and it had only one configuration.

    Was an easy fix though.
    Just git pull will do.

    Oh nice, you can specify the datecenters, nice!

    Curious what people are using his bot for considering the KS-A is a one way ticket to cancel town and the new BF deals are trash (imo) and im pretty sure the LE-A/D arent being restocked? (I heard it was supposed to end on the 19th)

    Oh now.. I do use it for the KS-A. I want it, I need it, my precious! One day :D

    I think i want to actually get one successfully delivered more than i want the actual server at this point...its a great game

    Thanked by 1Devotee
  • emghemgh Member, Megathread Squad

    @allthemtings said:

    @emgh said:

    @sumo said:

    @allthemtings said:

    @sumo said:
    Were there any lottery upgrades for KS-LE-D? Don't like the single drive, just wondering if there was something interesting about the server.

    Don’t think I’ve seen anyone get this tbh

    It looked out of place in the flash sale, like a sore thumb :)

    It's weird that they don't advertise the KS-A with Intel Core i7-4790K and then offer Intel i7-6700k as a bonus sometimes, since they seem to have so many of them. For €4.99 it would still be a crazy deal and probably lots of stock could be released.

    What about a 5600x...im sure they have many of them to spare

    5600x lower number that 6700k

    regards

    Reguards

    Thanked by 1allthemtings
  • NeoonNeoon Community Contributor, Veteran

    @Neoon said:
    KS-A order still pending, another sad day.

    Daily prayer.

    Thanked by 1Devotee
  • allthemtingsallthemtings Member, Megathread Squad

    @emgh said:

    @sumo said:

    @allthemtings said:

    @sumo said:
    Were there any lottery upgrades for KS-LE-D? Don't like the single drive, just wondering if there was something interesting about the server.

    Don’t think I’ve seen anyone get this tbh

    It looked out of place in the flash sale, like a sore thumb :)

    It's weird that they don't advertise the KS-A with Intel Core i7-4790K and then offer Intel i7-6700k as a bonus sometimes, since they seem to have so many of them. For €4.99 it would still be a crazy deal and probably lots of stock could be released.

    They could deliver with alternatives if they wanted to..even cpus that use less power but im convinced its just a marketing thing and they release few little of them each time...it works

    Thanked by 2emgh Devotee
Sign In or Register to comment.