Howdy, Stranger!

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


Kimsufi.... 4.99 euro dedicated server - Page 16
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.... 4.99 euro dedicated server

1131416181989

Comments

  • They are out of stock now!

  • plumbergplumberg Veteran

    @earl said:

    I see. Well, I think Ill stick to the basics then :) Thanks.

  • harisharis Member
    edited May 2014

    Yeap. kimsufi uk sold out. :(
    This is annoying.

    @earl said:
    Same here.. Probably sold out by the time we get validated.

  • J1021J1021 Member

    How can I tell what IPv6 I actually have?

    `root@ns3282823:~# ifconfig
    bond0 Link encap:Ethernet HWaddr 36:f9:27:4e:b8:51
    UP BROADCAST MASTER MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

    eth0 Link encap:Ethernet HWaddr 00:22:4d:86:83:da
    inet addr:5.39.95.149 Bcast:5.39.95.255 Mask:255.255.255.0
    inet6 addr: fe80::222:4dff:fe86:83da/64 Scope:Link
    inet6 addr: 2001:41d0:8:b495::1/128 Scope:Global
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1259632515 errors:0 dropped:1778 overruns:0 frame:0
    TX packets:2234130114 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:210682930392 (196.2 GiB) TX bytes:3080256722632 (2.8 TiB)
    Interrupt:16 Memory:80400000-80420000

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:65536 Metric:1
    RX packets:4508338 errors:0 dropped:0 overruns:0 frame:0
    TX packets:4508338 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:552535399 (526.9 MiB) TX bytes:552535399 (526.9 MiB)

    tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
    inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255
    UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
    RX packets:77498 errors:0 dropped:0 overruns:0 frame:0
    TX packets:104980 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:9507988 (9.0 MiB) TX bytes:109431388 (104.3 MiB)

    root@ns3282823:~#`

  • rm_rm_ IPv6 Advocate, Veteran

    inet6 addr: 2001:41d0:8:b495::1/128

    That's your IPv6.

  • J1021J1021 Member

    rm_ said: That's your IPv6.

    @rm_ What is a /128, I don't know anything about IP blocks?

  • hostnoobhostnoob Member
    edited May 2014

    @1e10 said:

    /128 block = 1 IP

    http://www.mediawiki.org/wiki/Help:Range_blocks/IPv6

    The IP Address 2001:41d0:8:b495::1 expands to 2001:41d0:0008:b495:0000:0000:0000:0001.

    http://www.webdnstools.com/dnstools/ipcalc

  • c0yc0y Member

    @BluBoy said:
    Another non validated... I know this is exactly the level of service we're paying for, but it's still frustrating!

    Also without vt-x, what is the performance hit of running openvz on it for a cpu intensive php/mysql script?

    Cheers

    OpenVZ isn't using virtualized memory, it dynamically allocates it, which doesn't require VT-x. OpenVZ will run fine.

    Thanked by 1BluBoy
  • "Stocks are currently being replenished. New availability in a few hours.", says KS website.

  • rm_rm_ IPv6 Advocate, Veteran
    Subject: Cron  /root/local/ovh.php
    Date: Fri, 16 May 2014 18:00:03 +0000
    
    142sk1 is 1H-low in rbx

    at 18:00 UTC there was some stock of the 4.99 one :)

  • earlearl Member
    edited May 2014

    The i3 and the 10 euro atom is back in stock in France if anyone wants it.. I'm still waiting for them to validate me lol!

    Thanked by 1netomx
  • @rm_ said:

    Subject: Cron  /root/local/ovh.php
    > Date: Fri, 16 May 2014 18:00:03 +0000
    > 
    > 142sk1 is 1H-low in rbx

    at 18:00 UTC there was some stock of the 4.99 one :)

    I want this script!

  • tijatija Member
    edited May 2014

    @0xdragon Or you could use an extension like I do to monitor lots of things: https://chrome.google.com/webstore/detail/inlikjemeeknofckkjolnjbpehgadgge/reviews

  • @tija said:
    0xdragon Or you could use an extension like I do to monitor lots of things: https://chrome.google.com/webstore/detail/inlikjemeeknofckkjolnjbpehgadgge/reviews

    Wow, that's great! Thanks :)

  • rm_rm_ IPv6 Advocate, Veteran

    0xdragon said: I want this script!

    Change to whichever product code(s) you want.

    #!/usr/bin/php
    <?php
    
    $url = "http://ws.ovh.com/dedicated/r2/ws.dispatcher/getAvailability2";
    
    $f = file_get_contents($url);
    
    $a = json_decode($f);
    
    $avail = $a->answer->availability;
    
    foreach($avail as $s) {
      if($s->reference==='142sk1') {
        $z = $s->zones;
        foreach($z as $zone) {
          if($zone->availability!=='unavailable') {
            echo $s->reference . " is " . $zone->availability . " in " . $zone->zone . "\n";
          }
        }
        break;
      }
    }
  • J1021J1021 Member

    Seems they have run out of stock again.

  • NeoonNeoon Community Contributor, Veteran

    Better out of stock as waiting 3 months for a dedicated.

  • ahmiqahmiq Member

    so how many of these Atoms do OVH have rented out?

  • J1021J1021 Member

    ahmiq said: so how many of these Atoms do OVH have rented out?

    I doubt anyone knows a reliable figure.

  • plumbergplumberg Veteran

    @Jack said:
    rm_ when did they last have stock on the €4.99 ones?

    they do carry stock now for 4.99

  • I got a 4.99 earlier tonight

  • rm_rm_ IPv6 Advocate, Veteran
    edited May 2014

    Yep currently those are in stock. What's more interesting, a bit earlier the web-service briefly returned some stock of this model in Gravelines DC:

    142sk1 is 1H-low in gra
    142sk1 is 1H-high in rbx

    But I am not sure how do you even select Gravelines instead of Roubaix in their current ordering form.

  • @rm_ said:
    Yep currently those are in stock. What's more interesting, a bit earlier the web-service briefly returned some stock of this model in Gravelines DC:

    142sk1 is 1H-low in gra
    > 142sk1 is 1H-high in rbx

    But I am not sure how do you even select Gravelines instead of Roubaix in their current ordering form.

    You don't, it gets chosen randomly AFAIK

  • earlearl Member
    edited May 2014

    @rm_ said:
    But I am not sure how do you even select Gravelines instead of Roubaix in their current ordering form.

    Initially there use to be an option for you to choose the DC as all the DC was listed, now I think it's just first available..

  • earlearl Member
    edited May 2014

    After 2 weeks and not hearing a peep from OVH.. I decided to just pay for the VAT considering the stock level.. It was a pleasant surprised when I came to the final invoice that they have actually removed VAT from my account..

    Anyone that was waiting for VAT removal, not sure if it's the same with validation, Just try making another purchase.. Go through the process and login with your account details and see if the final invoice has been adjusted. if it's not you don't need to make a payment just let it expire like the last time.

    Thanked by 1netomx
  • DylanDylan Member

    earl said: Anyone that was waiting for VAT removal, not sure if it's the same with validation, Just try making another purchase

    Hah, you're right -- I never heard back about VAT removal but just tried making a new order and voila, no VAT. I wonder how long ago they actually processed that...

  • earlearl Member
    edited May 2014

    @Dylan said:
    I wonder how long ago they actually processed that...

    God Knows! lol.. But I'm a happy camper I got an atom and the i3..

    Actually I think @rm_ mentioned it before, but I may have misunderstood and never went to the point of logging in in the sign up page.

  • rm_rm_ IPv6 Advocate, Veteran
    edited May 2014

    I know since my validation at OVH back in 2012, they can't remove VAT from the already created invoices, in any case they will ask you to let the first order expire, and re-order the same server after they set your account as VAT-exempt. Thought maybe they've changed this process, but apparently not.

    Thanked by 1earl
  • earlearl Member

    Holy!! they replied!

    Hello
    
    Your account has now been validated and VAT has successfully removed from your account.
    
    It will not be possible to refund any VAT you have already paid (if any), however all future orders will now be exempt from VAT
    
    Best regards
    
  • MaouniqueMaounique Host Rep, Veteran

    I would like to see the new ARM opterons. That will be fun. Until then I am looking for some j1800 board that doesnt suck (so-dimm, no pci/pcie or jokes such as one PCIe 1x).

Sign In or Register to comment.