Howdy, Stranger!

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


New SoYouStart 2018 Prices - Page 26
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.

New SoYouStart 2018 Prices

12223242628

Comments

  • Anyone tried to install Nextcloud on one of these armv7 servers? Might try to use this and see how it goes:
    https://github.com/459below/docker-nextcloud-armv7

  • AlwaysSkintAlwaysSkint Member
    edited August 2018

    @twain Yes, have been using nextcloud from day one, with encryption. Not installed from docker (whatever that is) and running on debian 9. Currently storing 96GB.

  • Yup I use NextCloud on 5 of these. Performance is ok. I have 2 in a pair with an rsync and nextcloud rescan daily, it works ok. The rsync is slow (waiting for the new kernel to fix this).

    2x 6Tb (one in France, one in Canada) Rsync'd overnight (4Tb in use)(c 15 users)
    2x 6Tb (both in France) Rsync'd overnight (2Tb in use)(c 5 users)
    1x 2Tb (France) (1.5Tb in use)(meeeeee)

    They do the job so....

    Thanked by 1raynor
  • AlwaysSkintAlwaysSkint Member
    edited August 2018

    @michaels said:
    ..The rsync is slow (waiting for the new kernel to fix this)...

    I run with the latest kernel.

  • michaels said: The rsync is slow (waiting for the new kernel to fix this).

    slow because of the 5Mbit issue or because of the weak CPU getting maxed out? ;-)

    for the latter and if you have a lot of files to sync that are not really benefitting from (further) compression make sure you don't use -z flag with rsync and turn off ssh compression by using rsync -e 'ssh -o Compression=no' ...

  • @Falzo said:

    michaels said: The rsync is slow (waiting for the new kernel to fix this).

    slow because of the 5Mbit issue or because of the weak CPU getting maxed out? ;-)

    The 5Mbit issue. I've already tweaked rsync. Thanks for the reply thou :)

    Thanked by 1Falzo
  • @AlwaysSkint said:
    I run with the latest kernel.

    The latest OVH kernel has the issue. :)

  • @michaels said:

    @AlwaysSkint said:
    I run with the latest kernel.

    The latest OVH kernel has the issue. :)

    I guess @AlwaysSkint was talking about the latest community kernel from @KotCzarny

    he really did a great job from what I can tell, am also running his 4.9.123 kernel at the moment and haven't encountered any issues so far.

    Thanked by 1AlwaysSkint
  • @Falzo said:

    @michaels said:

    @AlwaysSkint said:
    I run with the latest kernel.

    The latest OVH kernel has the issue. :)

    I guess @AlwaysSkint was talking about the latest community kernel from @KotCzarny

    he really did a great job from what I can tell, am also running his 4.9.123 kernel at the moment and haven't encountered any issues so far.

    I'm looking forward to giving it a try. I'm happy to test but I seem to miss people in IRC, so also happy to wait for the devs to be happy.

  • @michaels: irc is high-latency-sometimes medium, best to stick around after asking a question.

    anyway, i've found why ssh was shy of hwcrypto, it was compiled against openssl-1.0. if anyone wants to do some testing/benchmarking, recompiled openssl1.0 deb for stretch9 is uploaded to the site. please test and report (and as usual, throw a happy beer in my direction!)

    Thanked by 2Falzo AlwaysSkint
  • oh, and once done, dont forget to add aes256-cbc or aes128-cbc (preferably at low priority) to sshd_config then test with ssh -c aes128-cbc etc.

  • added wireguard.ko (and recompiled kernel with CONFIG_NET_UDP_TUNNEL). feel free to test #15

    Thanked by 1vimalware
  • @ninzo59 or other OVH staff, any news? No intent to fix faulty SyS stuff?

    Thanked by 1AlwaysSkint
  • WebProjectWebProject Host Rep, Veteran

    it seems to me the OVH is so popular that their cloud system cant handle the demand and its now can show only the following error messages:
    Error 503: Backend unavailable
    Error 504: Backend unavailable

  • just curious ... what are you guys using arm with? it doesnt support virtualization

  • @elliotwilliams said:
    just curious ... what are you guys using arm with? it doesnt support virtualization

    storing backups. why would I need virtualization on cheap storage space?

  • @Falzo said:

    @elliotwilliams said:
    just curious ... what are you guys using arm with? it doesnt support virtualization

    storing backups. why would I need virtualization on cheap storage space?

    I see. Im looking into nebula . Having some issues. Gonna post as new thread.

  • KotCzarnyKotCzarny Member
    edited September 2018

    the good news is that i got the 4.14 working:
    Linux ns 4.14.67-kc375 #2 SMP Wed Sep 5 00:01:22 CEST 2018 armv7l GNU/Linux

    it's not made available yet. i have to straighten few rough edges on the code.

    benchmark figures didnt change as much, but for completeness (from /fr node):

    openssl speed -elapsed -evp aes-256-cbc

    type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes 16384 bytes
    aes-256-cbc 575.16k 2208.17k 8258.22k 24664.41k 61538.30k 69102.25k

    cryptsetup benchmark

    Tests are approximate using memory only (no storage IO).
    PBKDF2-sha1 99447 iterations per second for 256-bit key
    PBKDF2-sha256 127501 iterations per second for 256-bit key
    PBKDF2-sha512 79824 iterations per second for 256-bit key
    PBKDF2-ripemd160 86573 iterations per second for 256-bit key
    PBKDF2-whirlpool 10970 iterations per second for 256-bit key
    Algorithm | Key | Encryption | Decryption
    aes-cbc 128b 69.5 MiB/s 71.1 MiB/s
    serpent-cbc 128b 15.4 MiB/s 15.9 MiB/s
    twofish-cbc 128b N/A N/A
    aes-cbc 256b 63.4 MiB/s 65.1 MiB/s
    serpent-cbc 256b 15.4 MiB/s 16.2 MiB/s
    twofish-cbc 256b N/A N/A
    aes-xts 256b 32.0 MiB/s 28.2 MiB/s
    serpent-xts 256b 16.4 MiB/s 16.3 MiB/s
    twofish-xts 256b N/A N/A
    aes-xts 512b 24.5 MiB/s 21.3 MiB/s
    serpent-xts 512b 16.4 MiB/s 16.3 MiB/s
    twofish-xts 512b N/A N/A

    iperf3 -c ping-90ms.online.net -p 5209

    [ 4] 0.00-10.00 sec 328 MBytes 275 Mbits/sec 0 sender
    [ 4] 0.00-10.00 sec 327 MBytes 275 Mbits/sec receiver

    iperf3 -c ping.online.net -p 5209

    [ 4] 0.00-10.00 sec 2.69 GBytes 2.31 Gbits/sec 9 sender
    [ 4] 0.00-10.00 sec 2.69 GBytes 2.31 Gbits/sec receiver

    speedtest-cli

    Retrieving speedtest.net configuration...
    Testing from OVH SAS (54.37.x.x)...
    Retrieving speedtest.net server list...
    Selecting best server based on ping...
    Hosted by SFR SAS (Paris) [1.88 km]: 11.521 ms
    Testing download speed................................................................................
    Download: 551.93 Mbit/s
    Testing upload speed....................................................................................................
    Upload: 271.84 Mbit/s

  • Does anyone know when SYS is planning on adding more storage servers? They seem to have been sold out for a few weeks now.

  • Some get back in stock every few days, just keep your eyes peeled.

  • NeoonNeoon Community Contributor, Veteran

    @OctTwentySeventeen said:
    Does anyone know when SYS is planning on adding more storage servers? They seem to have been sold out for a few weeks now.

    There is no real restock happening, they just recycle the stock, its nearly every day in stock, within the week.

  • @ninzo59 said:

    @citrix said:
    i see SoyouStart now has servers in .DE as well :)

    _New Essential server regions
    Discover our new Dedicated Servers
    From £35.99 ex. VAT/month (or £43.19 incl. VAT) _

    ... also a note says soon UK

    https://www.soyoustart.com/en/essential-servers/

    Early september in UK :)

    Is this still happening? I've been checking daily but no sign of .UK

  • ninzo59ninzo59 Member, Host Rep

    @citrix said:

    @ninzo59 said:

    @citrix said:
    i see SoyouStart now has servers in .DE as well :)

    _New Essential server regions
    Discover our new Dedicated Servers
    From £35.99 ex. VAT/month (or £43.19 incl. VAT) _

    ... also a note says soon UK

    https://www.soyoustart.com/en/essential-servers/

    Early september in UK :)

    Is this still happening? I've been checking daily but no sign of .UK

    A bit delayed. Will happen though

    Thanked by 1citrix
  • @ninzo59 said:

    @citrix said:

    @ninzo59 said:

    @citrix said:
    i see SoyouStart now has servers in .DE as well :)

    _New Essential server regions
    Discover our new Dedicated Servers
    From £35.99 ex. VAT/month (or £43.19 incl. VAT) _

    ... also a note says soon UK

    https://www.soyoustart.com/en/essential-servers/

    Early september in UK :)

    Is this still happening? I've been checking daily but no sign of .UK

    A bit delayed. Will happen though

    HeHe ok, thaanks @ninzo59

  • Is there any instant alerts for solts available?

  • ninzo59ninzo59 Member, Host Rep

    @citrix said:

    @ninzo59 said:

    @citrix said:

    @ninzo59 said:

    @citrix said:
    i see SoyouStart now has servers in .DE as well :)

    _New Essential server regions
    Discover our new Dedicated Servers
    From £35.99 ex. VAT/month (or £43.19 incl. VAT) _

    ... also a note says soon UK

    https://www.soyoustart.com/en/essential-servers/

    Early september in UK :)

    Is this still happening? I've been checking daily but no sign of .UK

    A bit delayed. Will happen though

    HeHe ok, thaanks @ninzo59

    Incoming today or beginning of next week @citrix

    Thanked by 1citrix
  • xyl0nxyl0n Member
    edited September 2018

    Was lucky and catched one BHS 4TB, ordered and paid one day later, had to wait about 5 days for delivery, but they did and not just deleted it, good support these days!!

    Also just paying 9,41€/10,99USD for it, normally you have to add 19% VAT to the OVH prices, not in CA :smiley:

    Now I am struggeling a bit with the images, the naming is horrible, openmediavault3 is a debian 7, openmediavault is a debian 8 and on debian 9 stock I have 9GB less space and on some locations half netspeed and the kernel pops up with a 4.5.2, but it should be 4.9.124, cause there was never a 4.5.2 installed, but maybe that is the stock kernel I have choosen by install, but I can not find it on system, which is very strange.

    _Catched another BHS 4TB yesterday, anyone interested? _

    *edit - some benchs:

    Debian 9 Stock with reinstalled and working 4.9.124-armada375

    ----------------------------------------------------------------------
    CPU model            : ARMv7 Processor rev 1 (v7l)
    Number of cores      : 2
    CPU frequency        :  MHz
    Total size of Disk   : **3698.4 GB (1.9 GB Used)**
    Kernel               : 4.9.124-armada375
    ----------------------------------------------------------------------
    I/O speed(1st run)   : 116 MB/s
    I/O speed(2nd run)   : 141 MB/s
    I/O speed(3rd run)   : 130 MB/s
    Average I/O speed    : 129.0 MB/s
    ----------------------------------------------------------------------
    Node Name                       IPv4 address            Download Speed
    CacheFly                        205.234.175.175         58.5MB/s
    Linode, Tokyo, JP               106.187.96.148          5.87MB/s
    Linode, Singapore, SG           139.162.23.4            1.20MB/s
    Linode, London, UK              176.58.107.39           8.67MB/s
    Linode, Frankfurt, DE           139.162.130.8           9.22MB/s
    Linode, Fremont, CA             50.116.14.9             2.28MB/s
    Softlayer, Dallas, TX           173.192.68.18           28.9MB/s
    Softlayer, Seattle, WA          67.228.112.250          18.3MB/s
    Softlayer, Frankfurt, DE        159.122.69.4            4.31MB/s
    Softlayer, Singapore, SG        119.81.28.170           5.69MB/s
    Softlayer, HongKong, CN         119.81.130.170          6.70MB/s
    ----------------------------------------------------------------------
    

    Debian 8 OMV image

    ----------------------------------------------------------------------
    CPU model            : ARMv7 Processor rev 1 (v7l)
    Number of cores      : 2
    CPU frequency        :  MHz
    Total size of Disk   : **3706.4 GB (16.1 GB Used)**
    Kernel               : 4.9.124-armada375
    ----------------------------------------------------------------------
    I/O speed(1st run)   : 160 MB/s
    I/O speed(2nd run)   : 172 MB/s
    I/O speed(3rd run)   : 140 MB/s
    Average I/O speed    : 157.3 MB/s
    ----------------------------------------------------------------------
    Node Name                       IPv4 address            Download Speed
    CacheFly                        205.234.175.175         71.7MB/s
    Linode, Tokyo, JP               106.187.96.148          4.79MB/s
    Linode, Singapore, SG           139.162.23.4            4.10MB/s
    Linode, London, UK              176.58.107.39           8.90MB/s
    Linode, Frankfurt, DE           139.162.130.8           7.17MB/s
    Linode, Fremont, CA             50.116.14.9             3.42MB/s
    Softlayer, Dallas, TX           173.192.68.18           32.9MB/s
    Softlayer, Seattle, WA          67.228.112.250          18.8MB/s
    Softlayer, Frankfurt, DE        159.122.69.4            3.11MB/s
    Softlayer, Singapore, SG        119.81.28.170           4.98MB/s
    Softlayer, HongKong, CN         119.81.130.170          5.12MB/s
    

    best run Debian 8 OMV image

    ----------------------------------------------------------------------
    I/O speed(1st run)   : 159 MB/s
    I/O speed(2nd run)   : 168 MB/s
    I/O speed(3rd run)   : 180 MB/s
    Average I/O speed    : 169.0 MB/s
    ----------------------------------------------------------------------
    Node Name                       IPv4 address            Download Speed
    CacheFly                        205.234.175.175         87.4MB/s
    Linode, Tokyo, JP               106.187.96.148          6.21MB/s
    Linode, Singapore, SG           139.162.23.4            3.67MB/s
    Linode, London, UK              176.58.107.39           5.01MB/s
    Linode, Frankfurt, DE           139.162.130.8           6.81MB/s
    Linode, Fremont, CA             50.116.14.9             5.65MB/s
    Softlayer, Dallas, TX           173.192.68.18           34.2MB/s
    Softlayer, Seattle, WA          67.228.112.250          18.3MB/s
    Softlayer, Frankfurt, DE        159.122.69.4            3.08MB/s
    Softlayer, Singapore, SG        119.81.28.170           5.40MB/s
    Softlayer, HongKong, CN         119.81.130.170          6.48MB/s
    ----------------------------------------------------------------------
    
  • @ninzo59 said:

    @citrix said:

    @ninzo59 said:

    @citrix said:

    @ninzo59 said:

    @citrix said:
    i see SoyouStart now has servers in .DE as well :)

    _New Essential server regions
    Discover our new Dedicated Servers
    From £35.99 ex. VAT/month (or £43.19 incl. VAT) _

    ... also a note says soon UK

    https://www.soyoustart.com/en/essential-servers/

    Early september in UK :)

    Is this still happening? I've been checking daily but no sign of .UK

    A bit delayed. Will happen though

    HeHe ok, thaanks @ninzo59

    Incoming today or beginning of next week @citrix

    Still watching :smile:

  • ninzo59ninzo59 Member, Host Rep

    @citrix said:

    @ninzo59 said:

    @citrix said:

    @ninzo59 said:

    @citrix said:

    @ninzo59 said:

    @citrix said:
    i see SoyouStart now has servers in .DE as well :)

    _New Essential server regions
    Discover our new Dedicated Servers
    From £35.99 ex. VAT/month (or £43.19 incl. VAT) _

    ... also a note says soon UK

    https://www.soyoustart.com/en/essential-servers/

    Early september in UK :)

    Is this still happening? I've been checking daily but no sign of .UK

    A bit delayed. Will happen though

    HeHe ok, thaanks @ninzo59

    Incoming today or beginning of next week @citrix

    Still watching :smile:

    Well probably next week now :(. Will make a post on LET anyway :)

  • E3-SSD-1-16
    Intel Xeon E3-1225v2 3.2 GHz (4c/4t) - RAM 16 GB - 3 x 120 GB SSD
    €24.99 (prev. €32.00)

    This one is quite interesting. How many traffic in a month can an eCommerce website load?

Sign In or Register to comment.