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

1109110112114115662

Comments

  • @Pilzbaum said:

    @proset10 said: Even if you no longer see the server on your account, you are still its owner, unless a full transfer process is completed by submitting a request with identity document scans.

    On what evidence do you base this? Have you encountered such a case? I did transfer a server once and afaik I never had any access after that anymore (neither got bills or any information about it)

    You can ask OVH to confirm, but it used to be that simply changing contacts or no longer receiving invoices did not mean that you formally stopped being the owner.

  • NeoonNeoon Community Contributor, Veteran

    @fredo1664 said:

    @SwordfishBE said:

    @Neoon said:

    @aj6828 said: legend thanks just noticed the catalog doesn't have
    KS-LE-A unfortunately on both CA and EU

    I get the same error:

    > > What plan do you want to buy? e.g 1 for KS-LE-B
    > > KS-LE-B
    > > Traceback (most recent call last):
    > >   File "/home/jimmy/OVH/Operation-Chicken-Nugget/nugget.py", line 41, in 
    > >     if "product" in offer and offerIndex == int(lookup):
    > >                                             ^^^^^^^^^^^
    > > ValueError: invalid literal for int() with base 10: 'KS-LE-B'
    > > 

    @Neoon I warned you.
    I mean the input error is right there in the ValueError exception.

    Well yes, the script has mostly try and catch around things I expect to explode.
    But there is no input validation, I has been to lazy.

    Thanked by 1SwordfishBE
  • @fredo1664 said:

    @ihell said:
    I just got my KS-LE-E delivered minutes ago, it was ordered on 5th Nov. And it looks like I won the lottery on everything:
    CPU: 1650v3 -> 1650v4
    Disk: 2x450G NVMe -> 2x1.8T NVMe
    RAM: 64G -> 128G
    Network: 300M/1000MIPv4 1000M/1000MIPv6

    Sweet :)

    How old are these NVMes?

    It's 20000 Hrs old, but NAND lifecycle looks pretty good, only 31T/42T written. 1% lifespan used.

  • @ihell said:
    I just got my KS-LE-E delivered minutes ago, it was ordered on 5th Nov. And it looks like I won the lottery on everything:
    CPU: 1650v3 -> 1650v4
    Disk: 2x450G NVMe -> 2x1.8T NVMe
    RAM: 64G -> 128G
    Network: 300M/1000MIPv4 1000M/1000MIPv6

    local?

  • @Neoon said:
    Call OVH ask them.

    What would be the best way to get plancodes of the servers listed? In case I want a different server from the list. I won't ask any support questions, just couldn't figure out easy way to understand which plancode indicates to which server and package.

    Thank you for the script btw.

  • @fredo1664 said:

    @proset10 said:

    @JamesOakley said:
    Moving on.

    When selling a server to someone else, what's the order to do transfers / payment in to protect both parties? I'm thinking: Seller transfer technical contact. Buyer pays. Seller transfers billing and admin.

    Someone who's figured this out before me, what do you do?

    Yes, good idea but please remember that this change only contacts, not the ownership of the server at OVH. This is not a full server transfer. Even if you no longer see the server on your account, you are still its owner, unless a full transfer process is completed by submitting a request with identity document scans.

    Ah yeah I kind of thought this would be the case, because when you go the support way (creating a ticket) for the transfer, it does ask who will be the new owner, and if you also want to change contact details.
    So that means if I kept the ownership of servers, but don't see them anymore, if the new user breaks the law with the server, I'm liable?

    Probably yes, which is why I prefer to keep only my own orders.

  • allthemtingsallthemtings Member, Megathread Squad
    edited November 2024

    @barbaros said:

    @Neoon said:
    Call OVH ask them.

    What would be the best way to get plancodes of the servers listed? In case I want a different server from the list. I won't ask any support questions, just couldn't figure out easy way to understand which plancode indicates to which server and package.

    Thank you for the script btw.

    Something like

    import ovh

    Initialize OVH client

    client = ovh.Client(
    endpoint='ovh-eu', # Use 'ovh-ca' if in Canada
    application_key='your_app_key',
    application_secret='your_app_secret',
    consumer_key='your_consumer_key',
    )

    Get the list of dedicated servers

    servers = client.get('/dedicated/server')

    Get details for a specific server

    server_details = client.get(f'/dedicated/server/{servers[0]}')
    print("Plan Code:", server_details['planCode'])

    Thanked by 1barbaros
  • @proset10 said:

    @fredo1664 said:

    @proset10 said:

    @JamesOakley said:
    Moving on.

    When selling a server to someone else, what's the order to do transfers / payment in to protect both parties? I'm thinking: Seller transfer technical contact. Buyer pays. Seller transfers billing and admin.

    Someone who's figured this out before me, what do you do?

    Yes, good idea but please remember that this change only contacts, not the ownership of the server at OVH. This is not a full server transfer. Even if you no longer see the server on your account, you are still its owner, unless a full transfer process is completed by submitting a request with identity document scans.

    Ah yeah I kind of thought this would be the case, because when you go the support way (creating a ticket) for the transfer, it does ask who will be the new owner, and if you also want to change contact details.
    So that means if I kept the ownership of servers, but don't see them anymore, if the new user breaks the law with the server, I'm liable?

    Probably yes, which is why I prefer to keep only my own orders.

    Thanks a lot for the heads up!
    Even if it's not actually what happens, you raised an issue that I did not even think was one.

    Thanked by 1proset10
  • @ihell said:
    I just got my KS-LE-E delivered minutes ago, it was ordered on 5th Nov. And it looks like I won the lottery on everything:
    CPU: 1650v3 -> 1650v4
    Disk: 2x450G NVMe -> 2x1.8T NVMe
    RAM: 64G -> 128G
    Network: 300M/1000MIPv4 1000M/1000MIPv6

    Super amazing!

  • ehabehab Member
    edited November 2024

    @allthemtings

    give me all your

    kissmysufi's

    Thanked by 1allthemtings
  • allthemtingsallthemtings Member, Megathread Squad

    @ehab said:
    @allthemtings

    give me all your

    kissmysufi's

    Kissmyfluffi

  • ehabehab Member
    edited November 2024

    hahahhahahha

    only @emgh is fluffi
    i am more like a

    Thanked by 1emgh
  • allthemtingsallthemtings Member, Megathread Squad

    @ehab said:
    hahahhahahha

    only @emgh is fluffi
    i am more like a

    Thanked by 1ehab
  • @proset10 said:

    @fredo1664 said:

    @proset10 said:

    @JamesOakley said:
    Moving on.

    When selling a server to someone else, what's the order to do transfers / payment in to protect both parties? I'm thinking: Seller transfer technical contact. Buyer pays. Seller transfers billing and admin.

    Someone who's figured this out before me, what do you do?

    Yes, good idea but please remember that this change only contacts, not the ownership of the server at OVH. This is not a full server transfer. Even if you no longer see the server on your account, you are still its owner, unless a full transfer process is completed by submitting a request with identity document scans.

    Ah yeah I kind of thought this would be the case, because when you go the support way (creating a ticket) for the transfer, it does ask who will be the new owner, and if you also want to change contact details.
    So that means if I kept the ownership of servers, but don't see them anymore, if the new user breaks the law with the server, I'm liable?

    Probably yes, which is why I prefer to keep only my own orders.

    That’s a false statement.

    Thanked by 1emgh
  • Got two KS-LE-A delivered.

    Both have a Intel(R) Xeon(R) CPU E3-1245 V2 and 32GB RAM. I wanna get rid off one of these. Anyone interested in it? Would love to exchange it for a KS-LE-B but I guess there is noone up for it..

  • @remy said:

    @proset10 said:

    @fredo1664 said:

    @proset10 said:

    @JamesOakley said:
    Moving on.

    When selling a server to someone else, what's the order to do transfers / payment in to protect both parties? I'm thinking: Seller transfer technical contact. Buyer pays. Seller transfers billing and admin.

    Someone who's figured this out before me, what do you do?

    Yes, good idea but please remember that this change only contacts, not the ownership of the server at OVH. This is not a full server transfer. Even if you no longer see the server on your account, you are still its owner, unless a full transfer process is completed by submitting a request with identity document scans.

    Ah yeah I kind of thought this would be the case, because when you go the support way (creating a ticket) for the transfer, it does ask who will be the new owner, and if you also want to change contact details.
    So that means if I kept the ownership of servers, but don't see them anymore, if the new user breaks the law with the server, I'm liable?

    Probably yes, which is why I prefer to keep only my own orders.

    That’s a false statement.

    Why? Another scenario is that you might encounter an unscrupulous seller who could, hypothetically, try to reclaim the server after some time, so it’s better to do a full and official transfer.

  • @aj6828 said:

    @Zeniic said:
    Already posted but this was like 7 pages ago 🤣Looking to swap the below for a UK/EU subsidiary KS-LE-B (With upgraded NVMe and/or RAM) located anywhere in Europe.

    [KS-1 in GRA1]
    Xeon D-1521 (Slight upgrade)
    1G/1G IPv4+6 (Upgrade)
    4x4TB (Upgrade)

    [KS-LE-B-HDD in LIM1]
    E3-1230 v6 (Very slight upgrade)
    2x4TB HDD (Upgrade)

    [KS-LE-2 in GRA1 from year/two ago - old promo]
    E5-1650 v2
    32GB
    2x 800GB SATA SSD
    100M up, Gigabit down on v4/v6
    Usually £21.32 with UK VAT.

    Only swapping, not for sale sorry.
    Open to purchasing too.

    No takers? 😁

    Wana swap your ks1 to a ks2 10gig down 300up?

    No thank you, sorry I’m just looking to swap for a LE-B with NVMe / upgraded RAM.

  • allthemtingsallthemtings Member, Megathread Squad

    I don’t think there’s going to be a restock of the LE-E before they’re removed on the 19th

  • @proset10 said:

    @remy said:

    @proset10 said:

    @fredo1664 said:

    @proset10 said:

    @JamesOakley said:
    Moving on.

    When selling a server to someone else, what's the order to do transfers / payment in to protect both parties? I'm thinking: Seller transfer technical contact. Buyer pays. Seller transfers billing and admin.

    Someone who's figured this out before me, what do you do?

    Yes, good idea but please remember that this change only contacts, not the ownership of the server at OVH. This is not a full server transfer. Even if you no longer see the server on your account, you are still its owner, unless a full transfer process is completed by submitting a request with identity document scans.

    Ah yeah I kind of thought this would be the case, because when you go the support way (creating a ticket) for the transfer, it does ask who will be the new owner, and if you also want to change contact details.
    So that means if I kept the ownership of servers, but don't see them anymore, if the new user breaks the law with the server, I'm liable?

    Probably yes, which is why I prefer to keep only my own orders.

    That’s a false statement.

    Why? Another scenario is that you might encounter an unscrupulous seller who could, hypothetically, try to reclaim the server after some time, so it’s better to do a full and official transfer.

    If you change contacts / billing / technical details. It’s a full transfer.
    No need another action

    Thanked by 1emgh
  • NeoonNeoon Community Contributor, Veteran

    @Multi said:
    Got two KS-LE-A delivered.

    Both have a Intel(R) Xeon(R) CPU E3-1245 V2 and 32GB RAM. I wanna get rid off one of these. Anyone interested in it? Would love to exchange it for a KS-LE-B but I guess there is noone up for it..

    Whats the Geekbench on these?

  • MultiMulti Member
    edited November 2024

    @Neoon said:

    @Multi said:
    Got two KS-LE-A delivered.

    Both have a Intel(R) Xeon(R) CPU E3-1245 V2 and 32GB RAM. I wanna get rid off one of these. Anyone interested in it? Would love to exchange it for a KS-LE-B but I guess there is noone up for it..

    Whats the Geekbench on these?

    It's currently running. Gonna let you know as soon as it's done.

    EDIT: One has 1 GBit/s IPv6 upload. Nice upgrade. Atleast I can call myself a winner on the KS-LE-A lottery.

  • @Multi said:
    Got two KS-LE-A delivered.

    Both have a Intel(R) Xeon(R) CPU E3-1245 V2 and 32GB RAM. I wanna get rid off one of these. Anyone interested in it? Would love to exchange it for a KS-LE-B but I guess there is noone up for it..

    How long is the drive powered on?

  • @Multi said:

    @Neoon said:

    @Multi said:
    Got two KS-LE-A delivered.

    Both have a Intel(R) Xeon(R) CPU E3-1245 V2 and 32GB RAM. I wanna get rid off one of these. Anyone interested in it? Would love to exchange it for a KS-LE-B but I guess there is noone up for it..

    Whats the Geekbench on these?

    It's currently running. Gonna let you know as soon as it's done.

    EDIT: One has 1 GBit/s IPv6 upload. Nice upgrade. Atleast I can call myself a winner on the KS-LE-A lottery.

    How much are you taking for it? Also, how about drives and network

  • MultiMulti Member
    edited November 2024

    @zrj766 said:

    @Multi said:
    Got two KS-LE-A delivered.

    Both have a Intel(R) Xeon(R) CPU E3-1245 V2 and 32GB RAM. I wanna get rid off one of these. Anyone interested in it? Would love to exchange it for a KS-LE-B but I guess there is noone up for it..

    How long is the drive powered on?

    One has 40k/40k/40k and the other has 80k/80k/40k.

    root@ns380445:/home# curl -sL https://yabs.sh | bash
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2024-06-09                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu Nov 14 13:19:04 UTC 2024
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 4 minutes
    Processor  : Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz
    CPU cores  : 8 @ 2554.152 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 31.2 GiB
    Swap       : 1.5 GiB
    Disk       : 3.6 TiB
    Distro     : Debian GNU/Linux 12 (bookworm)
    Kernel     : 6.1.0-27-amd64
    VM Type    : NONE
    IPv4/IPv6  : ✔ Online / ✔ Online
    
    IPv6 Network Information:
    ---------------------------------
    ISP        : OVH SAS
    ASN        : AS16276 OVH SAS
    Host       : OVH SAS
    Location   : Roubaix, Hauts-de-France (HDF)
    Country    : France
    
    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/md2):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 1.24 MB/s      (312) | 17.43 MB/s     (272)
    Write      | 1.27 MB/s      (319) | 17.98 MB/s     (281)
    Total      | 2.52 MB/s      (631) | 35.42 MB/s     (553)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 49.36 MB/s      (96) | 86.97 MB/s      (84)
    Write      | 52.06 MB/s     (101) | 92.76 MB/s      (90)
    Total      | 101.42 MB/s    (197) | 179.74 MB/s    (174)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 287 Mbits/sec   | 938 Mbits/sec   | 4.81 ms        
    Eranium         | Amsterdam, NL (100G)      | 286 Mbits/sec   | 936 Mbits/sec   | 9.14 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 225 Mbits/sec   | 388 Mbits/sec   | 107 ms         
    Leaseweb        | Singapore, SG (10G)       | 69.7 Mbits/sec  | 322 Mbits/sec   | 154 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 218 Mbits/sec   | 256 Mbits/sec   | 137 ms         
    Leaseweb        | NYC, NY, US (10G)         | 235 Mbits/sec   | 717 Mbits/sec   | 71.5 ms        
    Edgoo           | Sao Paulo, BR (1G)        | 116 Mbits/sec   | 441 Mbits/sec   | 189 ms         
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 894 Mbits/sec   | 924 Mbits/sec   | 4.75 ms        
    Eranium         | Amsterdam, NL (100G)      | 842 Mbits/sec   | 920 Mbits/sec   | 9.14 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 607 Mbits/sec   | 338 Mbits/sec   | 107 ms         
    Leaseweb        | Singapore, SG (10G)       | 522 Mbits/sec   | 546 Mbits/sec   | 154 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 639 Mbits/sec   | 218 Mbits/sec   | 137 ms         
    Leaseweb        | NYC, NY, US (10G)         | 731 Mbits/sec   | 598 Mbits/sec   | 71.5 ms        
    Edgoo           | Sao Paulo, BR (1G)        | 460 Mbits/sec   | 329 Mbits/sec   | 189 ms         
    
    Geekbench 6 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 772                           
    Multi Core      | 2691                          
    Full Test       | https://browser.geekbench.com/v6/cpu/8834164
    
    YABS completed in 17 min 39 sec
    

    Probably letting this one go:

    root@ns313379:/home# curl -sL https://yabs.sh | bash
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2024-06-09                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Thu Nov 14 13:20:04 UTC 2024
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 0 hours, 5 minutes
    Processor  : Intel(R) Xeon(R) CPU E3-1245 V2 @ 3.40GHz
    CPU cores  : 8 @ 1600.000 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ✔ Enabled
    RAM        : 31.2 GiB
    Swap       : 1.5 GiB
    Disk       : 3.6 TiB
    Distro     : Debian GNU/Linux 12 (bookworm)
    Kernel     : 6.1.0-27-amd64
    VM Type    : NONE
    IPv4/IPv6  : ✔ Online / ✔ Online
    
    IPv6 Network Information:
    ---------------------------------
    ISP        : OVH SAS
    ASN        : AS16276 OVH SAS
    Host       : OVH SAS
    Location   : Roubaix, Hauts-de-France (HDF)
    Country    : France
    
    fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/md2):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 743.00 KB/s    (185) | 10.83 MB/s     (169)
    Write      | 776.00 KB/s    (194) | 11.35 MB/s     (177)
    Total      | 1.51 MB/s      (379) | 22.19 MB/s     (346)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 46.11 MB/s      (90) | 79.64 MB/s      (77)
    Write      | 48.81 MB/s      (95) | 84.95 MB/s      (82)
    Total      | 94.92 MB/s     (185) | 164.59 MB/s    (159)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 286 Mbits/sec   | 906 Mbits/sec   | 4.80 ms        
    Eranium         | Amsterdam, NL (100G)      | 284 Mbits/sec   | 932 Mbits/sec   | 9.01 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 116 Mbits/sec   | 321 Mbits/sec   | 106 ms         
    Leaseweb        | Singapore, SG (10G)       | 44.0 Mbits/sec  | 429 Mbits/sec   | 154 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 62.9 Mbits/sec  | 309 Mbits/sec   | 136 ms         
    Leaseweb        | NYC, NY, US (10G)         | 169 Mbits/sec   | 639 Mbits/sec   | 80.1 ms        
    Edgoo           | Sao Paulo, BR (1G)        | 123 Mbits/sec   | 355 Mbits/sec   | 186 ms         
    
    iperf3 Network Speed Tests (IPv6):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping           
    -----           | -----                     | ----            | ----            | ----           
    Clouvider       | London, UK (10G)          | 283 Mbits/sec   | 887 Mbits/sec   | 4.77 ms        
    Eranium         | Amsterdam, NL (100G)      | 278 Mbits/sec   | 889 Mbits/sec   | 9.06 ms        
    Uztelecom       | Tashkent, UZ (10G)        | 86.3 Mbits/sec  | 330 Mbits/sec   | 105 ms         
    Leaseweb        | Singapore, SG (10G)       | 50.4 Mbits/sec  | 532 Mbits/sec   | 154 ms         
    Clouvider       | Los Angeles, CA, US (10G) | 112 Mbits/sec   | 242 Mbits/sec   | 136 ms         
    Leaseweb        | NYC, NY, US (10G)         | 136 Mbits/sec   | 558 Mbits/sec   | 80.1 ms        
    Edgoo           | Sao Paulo, BR (1G)        | 82.8 Mbits/sec  | 206 Mbits/sec   | 186 ms         
    
    Geekbench 6 Benchmark Test:
    ---------------------------------
    Test            | Value                         
                    |                               
    Single Core     | 772                           
    Multi Core      | 2709                          
    Full Test       | https://browser.geekbench.com/v6/cpu/8834174
    
    YABS completed in 17 min 26 sec
    

    @jalf said:

    @Multi said:

    @Neoon said:

    @Multi said:
    Got two KS-LE-A delivered.

    Both have a Intel(R) Xeon(R) CPU E3-1245 V2 and 32GB RAM. I wanna get rid off one of these. Anyone interested in it? Would love to exchange it for a KS-LE-B but I guess there is noone up for it..

    Whats the Geekbench on these?

    It's currently running. Gonna let you know as soon as it's done.

    EDIT: One has 1 GBit/s IPv6 upload. Nice upgrade. Atleast I can call myself a winner on the KS-LE-A lottery.

    How much are you taking for it? Also, how about drives and network

    I'm not interested in making any profit off these. Gonna sell them for the price I paid for them. But as said, I would prefer to swap for a KS-LE-B. I'm not going to lose hope to get my hand on one of these.

  • @majster said:

    @SwordfishBE said:

    You gave bad subsidiary to script, if you want buy in EU use IE.

    Why IE instead of EU? Isn't EU valid subsidiary?

    No.
    Look here, under schema: https://eu.api.ovh.com/console/?section=/order&branch=v1#post-/order/cart

    Allowed: CZ┃DE┃ES┃EU┃FI┃FR┃GB┃IE┃IT┃LT┃MA┃NL┃PL┃PT┃SN┃TN

    Thanked by 1plumberg
  • NeoonNeoon Community Contributor, Veteran
    edited November 2024

    @Nacorid said:

    @majster said:

    @SwordfishBE said:

    You gave bad subsidiary to script, if you want buy in EU use IE.

    Why IE instead of EU? Isn't EU valid subsidiary?

    No.
    Look here, under schema: https://eu.api.ovh.com/console/?section=/order&branch=v1#post-/order/cart

    Allowed: CZ┃DE┃ES┃EU┃FI┃FR┃GB┃IE┃IT┃LT┃MA┃NL┃PL┃PT┃SN┃TN

    Proud of you, you actually did check the officially documentation.
    He didn't even bother.

    Thanked by 2fredo1664 plumberg
  • @ihell said:
    I just got my KS-LE-E delivered minutes ago, it was ordered on 5th Nov. And it looks like I won the lottery on everything:
    CPU: 1650v3 -> 1650v4
    Disk: 2x450G NVMe -> 2x1.8T NVMe
    RAM: 64G -> 128G
    Network: 300M/1000MIPv4 1000M/1000MIPv6

    Aaaaaalmooosst, on one ks-2 which i have i have download 10gbit

  • @Neoon said:

    @Nacorid said:

    @majster said:

    @SwordfishBE said:

    You gave bad subsidiary to script, if you want buy in EU use IE.

    Why IE instead of EU? Isn't EU valid subsidiary?

    No.
    Look here, under schema: https://eu.api.ovh.com/console/?section=/order&branch=v1#post-/order/cart

    Allowed: CZ┃DE┃ES┃EU┃FI┃FR┃GB┃IE┃IT┃LT┃MA┃NL┃PL┃PT┃SN┃TN

    Proud of you, you actually did check the officially documentation.
    He didn't even bother.

    I am 50/50 on if my latest fixes actually got my (go) bot working. Still only using it for the unicorn as I'm content with my ks-le-b in frankfurt :)

  • @Multi said:
    Got two KS-LE-A delivered.

    Both have a Intel(R) Xeon(R) CPU E3-1245 V2 and 32GB RAM. I wanna get rid off one of these. Anyone interested in it? Would love to exchange it for a KS-LE-B but I guess there is noone up for it..

    PM me if you wanna let go 1

  • NeoonNeoon Community Contributor, Veteran
    edited November 2024

    @Nacorid said:

    @Neoon said:

    @Nacorid said:

    @majster said:

    @SwordfishBE said:

    You gave bad subsidiary to script, if you want buy in EU use IE.

    Why IE instead of EU? Isn't EU valid subsidiary?

    No.
    Look here, under schema: https://eu.api.ovh.com/console/?section=/order&branch=v1#post-/order/cart

    Allowed: CZ┃DE┃ES┃EU┃FI┃FR┃GB┃IE┃IT┃LT┃MA┃NL┃PL┃PT┃SN┃TN

    Proud of you, you actually did check the officially documentation.
    He didn't even bother.

    I am 50/50 on if my latest fixes actually got my (go) bot working. Still only using it for the unicorn as I'm content with my ks-le-b in frankfurt :)

    Respect, last time I have written something in go I got AIDS.
    Was interesting though.

    Thanked by 1SwordfishBE
Sign In or Register to comment.