Earlier quoted context omitted.
Yes. From my experience: * PF (default on OpenBSD, a fork exists on FreeBSD) configuration is way more human-readable than iptables. Makes a lot easier to create custom complex rulesets. * Documentation is much cleaner on FreeBSD (or OpenBSD) compared to GNU/Linux. Again helps you deploy complex solutions easily. * The upgrade process (using ports or pkg) is well documented, easy to execute[1]. * ZFS makes FreeBSD a…
the PF available on FreeBSD is woefully out of date. If you use FreeBSD regularly and don't mess with pf, learn ipfw. it is quite powerful and much more performant.
DigitalOcean now supports FreeBSD
181–190 of 204 posts
Re: DigitalOcean now supports FreeBSD
#182Earlier quoted context omitted.
Hey there, Sam here from the DO Product team. You're right, we dropped the ball on UserVoice. There aren't any excuses to be made. I know it's a lot to ask, but please trust that going forward we will be much more transparent through UserVoice & elsewhere. We'll also be much more intentional in communicating our priorities through that medium, as this seems to be at the root of the concern about missing deadlines. Ag…
that's what you (pl.) said last year. https://news.ycombinator.com/item?id=7723751
Re: DigitalOcean now supports FreeBSD
#183Earlier quoted context omitted.
I am also seeing really poor write speeds when comparing to my Linux droplets. 11MB/sec vs. 216MB/sec on Linux
With FreeBSD, in order to be able to have automatic backups work, we were required to disable journaling on the disk. This will cause the disk speed to be much slower than our Linux distributions. If you wish to have higher disk speeds, but not use backups, we recommend for you to remount your disk with journaling. https://www.freebsd.org/doc/en/articles/gjournal-desktop/con...
Re: DigitalOcean now supports FreeBSD
#184Earlier quoted context omitted.
Hey there, Sam here from the DO Product team. You're right, we dropped the ball on UserVoice. There aren't any excuses to be made. I know it's a lot to ask, but please trust that going forward we will be much more transparent through UserVoice & elsewhere. We'll also be much more intentional in communicating our priorities through that medium, as this seems to be at the root of the concern about missing deadlines. Ag…
Do you have a timetable on when tickets and announcements will be set up? There are outstanding issues with hundreds/thousands of votes with zero updates, and promises made 12 months ago with no progress. I've heard DO reps in the past say they were going to update things but lack of follow-up is always what happened. I think I speak for a lot of DO users who have to rely on AWS/Linode for larger clients that we'd mo…
Re: DigitalOcean now supports FreeBSD
#185Just deployed a FreeBSD droplet and I'm not sure if it's just because the host network is busier than my other droplets, but I seem to be getting about half the network performance that I can in a default linux droplet. They are using Virtio, which is good since it doesn't require hardware emulation like the E1XXX devices on KVM. I should probably use a better test than cachefly but just wondering if theres any known…
It's not only DO. I had to create a Linux VPS in order to run a Sinatra application because when deployed on FreeBSD it took more than 60 seconds to send a response to the remote API and the connection was timed out! After performing some tests[2] I figure out that the problem was not FreeBSD per se, but the FreeBSD deployment on the specific virtual server... I think that *BSDs should be avoided because they tend to…
Re: DigitalOcean now supports FreeBSD
#186Earlier quoted context omitted.
I am also seeing really poor write speeds when comparing to my Linux droplets. 11MB/sec vs. 216MB/sec on Linux
With FreeBSD, in order to be able to have automatic backups work, we were required to disable journaling on the disk. This will cause the disk speed to be much slower than our Linux distributions. If you wish to have higher disk speeds, but not use backups, we recommend for you to remount your disk with journaling. https://www.freebsd.org/doc/en/articles/gjournal-desktop/con...
DO have screwed something up with their configuration if they need to make so many changes to make it work. No other VPS provider I have used that support FreeBSD (or OpenBSD for that matter) require any changes to the default install.
Re: DigitalOcean now supports FreeBSD
#187Earlier quoted context omitted.
+ Dtrace + Jails + Capsicum [1] + Netmap [2] + Most performing network stack + Resource Management (pretty low memory usage) + The userspace tools come with the source (no GNU/Linux duality) + Clang/LLVM as default compiler stack [1] - https://www.freebsd.org/cgi/man.cgi?query=capsicum&sektion=4 [2] - https://www.freebsd.org/cgi/man.cgi?query=netmap&sektion=4
I never understood the main differences between jails and chroots. Would you be willing to explain?
Processes in the jail will only see network interfaces and other devices that have been explicitly exposed to the jail.
As others have said, it's like a vm with no virtualization overhead. You can set up jails with the entire Freebsd fs hierarchy so it runs like another host with its own users. Note that even the root user in a jail is not the same as the real root user. You can then use pkg to install packages within the jail too.
Re: DigitalOcean now supports FreeBSD
#188Earlier quoted context omitted.
With FreeBSD, in order to be able to have automatic backups work, we were required to disable journaling on the disk. This will cause the disk speed to be much slower than our Linux distributions. If you wish to have higher disk speeds, but not use backups, we recommend for you to remount your disk with journaling. https://www.freebsd.org/doc/en/articles/gjournal-desktop/con...
There is no way to boot into single user mode for now (or at least instructions provided aren't working).
console="vidconsole,comconsole" autoboot_delay="10" console="comconsole,vidconsole" autoboot_delay="1"
Second console actually disables access from web console access, which is fatal.
Autoboot is not critical, although default to 3 sec should work much better for opportunity to change boot options from web console.
Re: DigitalOcean now supports FreeBSD
#189Earlier quoted context omitted.
Pardon my naivety, but why do you need more than 16 addresses per droplet?
Here is a good explanation: http://etherealmind.com/allocating-64-wasteful-ipv6-not/ .
Re: DigitalOcean now supports FreeBSD
#190Earlier quoted context omitted.
Thanks! I'm a long time FreeBSD vps user. It'd be great to check if DO droplets can support CARP failover within the same datacentre, and then expand to be able to do this across datacentres. https://www.freebsd.org/doc/handbook/carp.html My use cases so far haven't involved CARP but I'd like to start experimenting with that!
Any recommendations of other BSD VPS providers?
Compile your own kernels, your own world, and they are always on hand for assistance for things that you need help with.
I've been a happy customer for a number of years.