Re: Docker on OpenBSD?

2015-08-04 Thread opendaddy
Hi! On Tuesday, August 04, 2015 at 4:47 PM, "Mike Larkin" wrote: > >From your first link: > >"Docker on FreeBSD relies heavily on ZFS, jail and the 64bit Linux >compatibility layer" > >I think that says enough to answer your question. Sort of, but https://news.ycombinator.com/item?id=8480433 d

Re: Docker on OpenBSD?

2015-08-04 Thread opendaddy
Hi! On Tuesday, August 04, 2015 at 4:44 PM, "Giancarlo Razzolini" wrote: > >From what I read on their site, they use off the shelf software that >might have a package/port on OpenBSD. You could succeed in installing it >outside a docker. Unless their software is stupid and try to >verify if you

Docker on OpenBSD?

2015-08-04 Thread opendaddy
Hi! Are there any efforts being made to port the FreeBSD Docker port to OpenBSD? https://wiki.freebsd.org/Docker https://github.com/kvasdopil/docker Wish I didn't have to ask, but it's the only way I can install Discourse (https://github.com/discourse/discourse) without being shunned by its com

Re: Quick and dirty way to have OpenBSD running on Linode

2015-07-22 Thread opendaddy
Hi! On Wednesday, July 22, 2015 at 3:24 PM, "Jorge Castillo" wrote: > >Since I am on topic! If you want to run OpenBSD on DigitalOcean >check this: >http://www.tubsta.com/2015/04/openbsd-on-digital-ocean/ > >Remember use snapshots, not release. Nice find - thanks for sharing! DigitalOcean all

Quick and dirty way to have OpenBSD running on Linode

2015-07-20 Thread opendaddy
For those of you who are interested: https://news.ycombinator.com/item?id=9916005 Many thanks! O.D.

Re: Installing Discourse (Rails) on OpenBSD

2015-06-17 Thread opendaddy
On 13. juni 2015 at 1:47 PM, "Edho Arief" wrote: > >You need to install postgresql-contrib. Have you managed to install Discourse yourself? Not via Docker but as a regular Rails app. If so, would you happen to know how to make it send emails? All my normal Rails apps can send emails just fine (

httpd and Ruby on Rails

2015-06-17 Thread opendaddy
Hi! OpenBSD's httpd and Ruby on Rails - is this a reality yet? Thanks! O.D.

Re: Installing Discourse (Rails) on OpenBSD

2015-06-13 Thread opendaddy
Hi! On 13. juni 2015 at 1:47 PM, "Edho Arief" wrote: > >You need to install postgresql-contrib. That did the trick - thank you so much! O.D.

Installing Discourse (Rails) on OpenBSD

2015-06-13 Thread opendaddy
Hi! Trying to install the Discourse forum (https://github.com/discourse/discourse) manually without Docker. I got PostgreSQL 9.4, Redis and my bundle all set up, however the migration seems to fail: == 20120921162512 AddMetaDataToForumThreads: migrating -- execute("CREA

Re: ruby-therubyracer with Ruby 2.2.0p0

2015-06-13 Thread opendaddy
Cool, there's a package. Super awesome, thanks Jeremy! Sorry for not noticing it during my struggles. Have a great day! O.D. On 12. juni 2015 at 6:12 AM, "Jeremy Evans" wrote: > >To install the ruby 2.2 version via a package: > > pkg_add ruby22-therubyracer > >To install the ruby 2.2 package

ruby-therubyracer with Ruby 2.2.0p0

2015-06-11 Thread opendaddy
Hi! Is there a way to install devel/ruby-therubyracer with the latest Ruby 2.2.0p0 package as a dependency? It seems to require Ruby 2.1 and I'd rather not install that. Thanks! O.D.

Re: What's wrong with script(1)?

2015-01-29 Thread opendaddy
Hi Marc / Otto! On 29. januar 2015 at 7:07 PM, "Marc Espie" wrote: > >And it shouldn't ! script(1) is often used for debugging >purposes, and that "noise" becomes paramount to figuring >out what's going on. Thanks, I had no idea. Would it be possible though to mention some use cases where th

Re: Wouldn't `daemon_enable=YES` make more sense than `daemon_flags=""` in rc.conf.local?

2015-01-29 Thread opendaddy
Greetings Nick! On 29. januar 2015 at 12:48 PM, "Nick Holland" wrote: > >On 01/28/15 17:25, openda...@hushmail.com wrote: >... >> Most of my daemons don't have any flags ... >... >Really? Look closer... > >IF the vast majority of daemons didn't have any flags at all, maybe >there'd be some meri

Re: Wouldn't `daemon_enable=YES` make more sense than `daemon_flags=""` in rc.conf.local?

2015-01-28 Thread opendaddy
On 29. januar 2015 at 12:02 AM, "Theo de Raadt" wrote: > >I've think you've had your say. Thank you sir! O.D.

Re: Wouldn't `daemon_enable=YES` make more sense than `daemon_flags=""` in rc.conf.local?

2015-01-28 Thread opendaddy
Hi, On 28. januar 2015 at 11:45 PM, "James Ryland Miller" wrote: > >As a brand new OpenBSD user, I *love* how the flags work in >rc.conf.local: > > "" says to me that the daemon is being called with no flags. >"YES" doesn't tell me that; it just tells me that I might have to >look in another c

Re: Wouldn't `daemon_enable=YES` make more sense than `daemon_flags=""` in rc.conf.local?

2015-01-28 Thread opendaddy
Hello, On 28. januar 2015 at 11:02 PM, "Ingo Schwarze" wrote: > >When you do need flags, it needs only one variable instead of two, >which means less complexity. Due to OpenBSD's excellent "convention over configuration" (1), most people don't need flags. Your argument that the current scheme

Wouldn't `daemon_enable=YES` make more sense than `daemon_flags=""` in rc.conf.local?

2015-01-28 Thread opendaddy
Hello, Wouldn't `daemon_enable=YES` (like FreeBSD's rc.conf) make more sense for enabling daemons than `daemon_flags=""` in rc.conf.local? Most of my daemons don't have any flags so it looks a bit strange (and messy) with all these empty flag specs. Thanks! O.D.

Re: What's wrong with script(1)?

2015-01-28 Thread opendaddy
Hi, On 27. januar 2015 at 11:14 PM, "Andy Bradford" wrote: > >man script: > >``script makes a typescript of everything printed on your terminal.'' That's fine, I just don't understand why it can't do it without all the noise and ^Ms. O.D.

What's wrong with script(1)?

2015-01-27 Thread opendaddy
Hi, I find myself using script(1) (together with https://github.com/defunkt/gist) all the time. I was wondering though: 1. Why does it use CRLF line endings? 2. What's with all the startup noise? Script started on Tue Jan 27 23:47:12 2015 # root@mybox:~# 

Re: PostgreSQL 9.4: initdb: invalid locale settings

2015-01-21 Thread opendaddy
On 21. januar 2015 at 8:44 PM, "frantisek holop" wrote: > >you are not giving details, so i don't know. >but a non-utf8 database nowadays is very limiting. Indeed, thanks for your example. I'm now rolling with `initdb -D /var/postgresql/data/ --no-locale -E UTF8`. O.D.

Re: PostgreSQL 9.4: initdb: invalid locale settings

2015-01-21 Thread opendaddy
Hello, On 21. januar 2015 at 8:26 PM, "frantisek holop" wrote: > >LC_ALL is not supported yet, try LC_CTYPE. > >$ sudo su - _postgresql >$ export LC_CTYPE=en_US.UTF-8 >$ initdb -D /var/postgresql/data -U postgres -E UTF8 -A md5 -W >$ psql -U postgres -l I couldn't get it to work with `LC_CTYPE`.

PostgreSQL 9.4: initdb: invalid locale settings

2015-01-21 Thread opendaddy
Hello, Why won't `postgresql-server-9.4.0` accept my locale? Just upgraded to 5.7 from 5.5. Whatever `postgresql-server` version was in 5.5 didn't have this problem. % su _postgresql % initdb -D /var/postgresql/data/ The files belonging to this database system will be owned by user

Re: Ruby 2.2.0 build fails on OpenBSD 5.5

2015-01-20 Thread opendaddy
On 19. januar 2015 at 6:45 PM, "Jeremy Evans" wrote: > > Our make doesn't handle some syntax they used in that file. I'm > not sure if it's an issue with our make or a bug in exts.mk. It's > currently patched out in the lang/ruby/2.2 port. Great news -- thanks Josh and Jeremy! O.D.

Ruby 2.2.0 build fails on OpenBSD 5.5

2015-01-19 Thread opendaddy
Hi! Anybody know why I'm getting this Ruby 2.2.0 build error? % uname -a OpenBSD dev.my.domain 5.5 GENERIC#276 i386 % ruby-install ruby 2.2.0 ... linking shared-object digest/sha2.so installing default sha2 libraries generating constant definitions compiling etc.c linking shared-object etc.so com

Please help upvote OpenBSD at DigitalOcean (again)

2015-01-19 Thread opendaddy
Hi, As we all know DigitalOcean now supports FreeBSD. Despite over half of the upvotes at the main BSD thread (https://digitalocean.uservoice.com/forums/136585-digitalocean/suggestions/3232571-support-bsd-os) being for OpenBSD, OpenBSD users have been forced to open up their own separate reque

Re: DigitalOcean's BSD debut is FreeBSD only

2014-12-17 Thread opendaddy
Hi, On 16. desember 2014 at 11:14 PM, "Jan Stary" wrote: > >On Dec 16 17:58:37, openda...@hushmail.com wrote: >> I think the typical user will eventually realize that OpenBSD is >one of the most valuable assets he or she can use in the pursuit >of happiness and livelihood for ones family. Once

Re: DigitalOcean's BSD debut is FreeBSD only

2014-12-16 Thread opendaddy
On 16. desember 2014 at 5:46 PM, "Richard E. Thornton" wrote: > >So, its a cloud based server farm? What's the point for the >typical user? I think the typical user will eventually realize that OpenBSD is one of the most valuable assets he or she can use in the pursuit of happiness and livel

Re: DigitalOcean's BSD debut is FreeBSD only

2014-12-16 Thread opendaddy
Hi, On 16. desember 2014 at 4:44 PM, "Lars" wrote: > >There are quite a few of them. https://www.transip.eu/vps/ >officially support OpenBSD and FreeBSD. Also completely SSD enabled. It seems >to be just hype I quit using them after they refused to enable virtio for OpenBSD, despite havin

Re: DigitalOcean's BSD debut is FreeBSD only

2014-12-16 Thread opendaddy
Hi, On 16. desember 2014 at 4:20 PM, "jungle Boogie" wrote: > >I have not personally tested openBSD on https://www.vultr.com/ but >I have read (tweets, probably) that it will work. I'm not so sure about Vultr. Icelandic Greenqloud (https://www.greenqloud.com/) are nice though. O.D.

Re: DigitalOcean's BSD debut is FreeBSD only

2014-12-16 Thread opendaddy
Hi, On 16. desember 2014 at 4:17 PM, "Lars" wrote: > >Says who? Now it's digital ocean - next month it will be somebody >else. > >I seem to fall out of the target group for this. As I don't share your >obvious enthusiasm and just don't care - so many rock stars rise >and fall. There's nev

Re: DigitalOcean's BSD debut is FreeBSD only

2014-12-16 Thread opendaddy
>What is digital ocean? They're touted as the new rock stars of the hosting industry. Cheap SSD-enabled cloud hosting for your apps. You do have apps don't you? O.D. On 16. desember 2014 at 3:43 PM, "Richard E. Thornton" wrote: > >What is digital ocean? > > >On Tue, 16 Dec 2014, openda...@hus

DigitalOcean's BSD debut is FreeBSD only

2014-12-16 Thread opendaddy
Hi, It seems that DigitalOcean's BSD debut is going to be FreeBSD only. We, in the OpenBSD community, are being asked to open up a separate UserVoice vote for OpenBSD -- despite the fact that we've worked so hard to promote the existing one. So, please drop by and share your frustrations: http

Intra-BSD desktop environment based on Google's Material Design guidelines

2014-11-22 Thread opendaddy
Hi, An intra-BSD desktop environment based on Google's Material Design guidelines [1] -- would anyone be interested in something like that? This way we could retire PC-BSD, and, coupled with the fact that OpenBSD is the world's only OS allowing you to run Xorg as an unprivileged user [2], we co

FreeBSD's Capsicum

2014-11-02 Thread opendaddy
Hi, >From what I gather, RBAC / MAC isn't really necessary unless you add people to >your system that you don't really trust (ref. Nick Holland @ >http://marc.info/?l=openbsd-misc&m=139321387226212). But what about FreeBSD's >Capsicum? Thanks! O.D.

Re: Tor and Polipo

2014-10-23 Thread opendaddy
Hello! Thank you so much. You're most right, there was no need for Polipo, uncommenting the control port in `torrc` was enough. I really appreciate the help, and I hope that I one day can make it up to you. Sharing with you a little bit of music for what it's worth: https://soundcloud.com/jaka

Re: Tor and Polipo

2014-10-22 Thread opendaddy
On 22. oktober 2014 at 3:55 PM, "Dawe" wrote: > >I think you have to configure proxyAddress if you want polipo to >listen on more >than localhost: > ># Uncomment one of these if you want to allow remote clients to > ># connect:

Tor and Polipo

2014-10-22 Thread opendaddy
Hi, Does anyone know what's wrong with my Tor + Polipo setup? So far I've done `pkg_add tor && pkg_add polipo`, uncommented `socksParentProxy` and `socksProxyType` in `/etc/polipo/config` and then `/etc/rc.d/tor start && /etc/rc.d/polipo start`. However I'm still getting connection refused for

Node.js core dumps after upgrading packages

2014-10-01 Thread opendaddy
Hi, After upgrading all of my OpenBSD packages (http://lteo.net/blog/2012/11/08/reinstalling-all-your-openbsd-packages-with-pkg-adds-fuzzy-matching-feature/) I've started getting frequent core dumps in Node.js. All I'm seeing is `segmentation fault (core dumped)`. I wanted to try https://github.c

Re: Help compiling Ruby libv8 JavaScript engine

2014-09-29 Thread opendaddy
Some clarification: On 29. september 2014 at 2:04 PM, "Joseph Pearson" wrote: Ruby needs an interface into the JavaScript runtime, which libv8 provides. Node is a different concept entirely (though it too needs such an interface, which internally V8 provides). You can see this here: https://g

Re: Help compiling Ruby libv8 JavaScript engine

2014-09-29 Thread opendaddy
Hi! Thanks for your help. Actually I am using Node, but for some reason ruby-clean-css (https://github.com/joseph/ruby-clean-css) -- which looks like it's specifically made for Node -- requires libv8 as well. I've contacted the author. All the best, O.D. On 29. september 2014 at 1:12 PM, "Edho

Help compiling Ruby libv8 JavaScript engine

2014-09-29 Thread opendaddy
Hi, Does anybody have experience compiling the Ruby libv8 JavaScript engine (https://github.com/cowboyd/libv8) on OpenBSD 5.5? It says it can't find a supported compiler despite repeated attempts to point it to `gcc` or `g++` 4.8.2 or 4.6.4 (https://github.com/cowboyd/libv8#bring-your-own-compil

Re: Why are there no PKG_PATH defaults?

2014-09-24 Thread opendaddy
> Indeed, the installer only creates that if you install from a mirror. Apart from that, as someone else pointed out, which mirror should one choose? Cool, I didn't know that. Then, in the event that someone installed via an ISO or some pre-defined VM (ie. a DigitalOcean droplets) -- how about

Re: Why are there no PKG_PATH defaults?

2014-09-24 Thread opendaddy
> Because your "sane default" includes ftp.openbsd.org, which is not sane at all. If PKG_PATH or /etc/pkg.conf were set to default to ftp.openbsd.org then that host would get hammered instead of the user being put in the position of choosing a local mirror. The proper local mirror should ofcour

Re: Why are there no PKG_PATH defaults?

2014-09-24 Thread opendaddy
> OpenBSD solution is to ask the user to choose a mirror at installation time. I don't see this preference being remembered after the installation though. O.D. On 23. september 2014 at 1:25 PM, "ludovic coues" wrote:> why aren't there any sane PKG_PATH defaults? Ie.: > > release=$(uname -r) > a

Re: Why are there no PKG_PATH defaults?

2014-09-24 Thread opendaddy
> Because /etc/pkg.conf ? Sorry, no such file over here. O.D. On 23. september 2014 at 1:47 PM, "Alexander Hall" wrote:On September 23, 2014 3:00:41 PM CEST, openda...@hushmail.com wrote: >Hi, > >Expanding on the whole >http://en.wikipedia.org/wiki/Convention_over_configuration thing -- >why ar

Why are there no PKG_PATH defaults?

2014-09-23 Thread opendaddy
Hi, Expanding on the whole http://en.wikipedia.org/wiki/Convention_over_configuration thing -- why aren't there any sane PKG_PATH defaults? Ie.: release=$(uname -r) architecture=$(uname -p) export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/${release}/packages/${architecture}/ Thanks! O.D.

Re: Vision 2020: Making OpenBSD the world's fastest OS

2014-06-09 Thread opendaddy
On 5. mars 2014 at 5:11 PM, "Peter N. M. Hansteen" wrote: > > [...snip...] > > So here's your chance! A good article could earn you undeadly.org fame and megabytes of fan mail! I'll get started right away! O.D. On 5. mars 2014 at 5:11 PM, "Peter N. M. Hansteen" wrote:openda...@hushmail.com wri

Re: LibreSSL appreciation thread

2014-04-22 Thread opendaddy
> I'm sending 200 dollars... after I clear the blood from my eye sockets... Comic Sans... Now I know how the Nazis felt in "Raiders of the Lost Ark" I use it all the time to piss off hipsters too. It's a beautiful font. O.D. Ref. http://helveticafilm.com/ On 22. april 2014 at 2:10 PM, "Brya

LibreSSL appreciation thread

2014-04-22 Thread opendaddy
Just wanted to say great job guys! A gift to humanity and a serious power move for OpenBSD. O.D.

Vision 2020: Making OpenBSD the world's fastest OS

2014-03-05 Thread opendaddy
Anybody have any thoughts on how to achieve this? Thanks. O.D.

Re: php or nginx chroot?

2014-03-02 Thread opendaddy
And this: http://openbsd.7691.n7.nabble.com/Ruby-on-Rails-and-the-chrooted-nginx-8-td229745.html If you're new to webdev perhaps it's best to avoid PHP while you can so you don't regret having made the wrong choice later down the line. O.D. On 2. mars 2014 at 4:58 AM, "Jay Patel" wrote:May be

Re: More OpenBSD on Hacker News -- RBAC and jails anyone?

2014-02-24 Thread opendaddy
Thank you so much for the explanation guys. It makes perfect sense now. O.D. On 24. februar 2014 at 3:50 AM, "Nick Holland" wrote:On 02/23/14 21:09, openda...@hushmail.com wrote: > Hello, > > Got some more layman's questions here after reading > [url snipped] > >> > OpenBSD for security >> >>

More OpenBSD on Hacker News -- RBAC and jails anyone?

2014-02-23 Thread opendaddy
Hello, Got some more layman's questions here after reading https://news.ycombinator.com/item?id=7287639 -- > > OpenBSD for security > > I dunno, I hear this a lot. Sure OpenBSD has created and implemented > some (often very bleeding edge) hardening features, but nothing that > hasn't seen the l

Re: hey, undeadly WAKE UP

2014-02-23 Thread opendaddy
Your blog has potential. Protips: - simplify the design like Medium.com, or better, join Medium.com - make it mobile friendly---https://github.com/h5bp/mobile-boilerplate - remove the focus on DragonFly to avoid alienating non-DragonFly users - get yourself a relevant domain name O.D. On 22. fe

Re: OpenBSD rootkits

2014-02-17 Thread opendaddy
On 16. februar 2014 at 10:11 PM, "Daniel Cegiełka" wrote:try this: --- cat id0.c --- int getuid(){return 0;} int geteuid(){return 0;} int getgid(){return 0;} int getegid(){return 0;} --- end cut --- # shell (as normal user): id -un cc -shared id0.c -o id0 LD_PRELOAD=./id0 sh id -un What does th

OpenBSD rootkits

2014-02-16 Thread opendaddy
Hello! Came across this on Hacker News earlier today: New Linux userland rootkit with anti-debugging, new backdoors and pcap hiding https://news.ycombinator.com/item?id=7246836 And it made me wonder -- how vulnerable is OpenBSD to this type of stuff? Thanks! O.D.

OpenBSD packages extremely outdated?

2014-02-08 Thread opendaddy
Hello, Are OpenBSD's packages extremely outdated? What would you say to this guy? "At least with Linux I don't have to wait 6 hours for all my software to finish compiling. Think about all the trees that are unnecessarily cut down because of all that compiling. [...snip...] OpenBSD only has a sma

Re: OpenBSD VPS Providers

2013-12-11 Thread opendaddy
On 11. desember 2013 at 11:03 AM, "Some Developer" wrote:Hi, I'm looking for a VPS provider that supports OpenBSD (preferably the latest version). I've obviously found a few but what I really want is easy to create and destroy instances in the same way you can on Digital Ocean and Linode (whic

Re: OpenBSD for mobile

2013-11-26 Thread opendaddy
* something like On 26. november 2013 at 4:09 PM, openda...@hushmail.com wrote: > >Hi, > >Are there any plans to make somelike like >http://www.ubuntu.com/phone for OpenBSD? > >Thanks. > >O.D.

Should Android have used OpenBSD instead of Linux?

2013-11-26 Thread opendaddy
Hi, What are the ups and downs of replacing Linux with OpenBSD in Google's Android operating system? I guess this question would apply to the new Sailfish OS as well. Thanks. O.D.

OpenBSD for mobile

2013-11-26 Thread opendaddy
Hi, Are there any plans to make somelike like http://www.ubuntu.com/phone for OpenBSD? Thanks. O.D.

Re: Help building Node module on OpenBSD

2013-11-06 Thread opendaddy
>> >> > >> >> >> >> % npm install fibers >> >> npm http GET https://registry.npmjs.org/fibers >> >> npm http 304 https://registry.npmjs.org/fibers >> >> >> >> > fibers@1.0.1 install >/home/

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello, On 5. november 2013 at 4:37 PM, "Aaron" wrote: > >If you need 1.0.1, I would recommend pkg_delete'ing the port >version - and letting npm install it (just make sure gyp is installed). gyp-0.1282 is installed, but it seems I'm getting the same "../src/libcoro/coro.h:321:23: warning: ucon

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello again, On 5. november 2013 at 2:31 PM, "Aaron" wrote: > >The problem is because node's gyp was not taught (my bad - I fixed >it for next release) what OpenBSD boxes are. > >To fix it - simply `pkg_add gyp` (obviously you will need to have >PKG_PATH set). Once gyp is installed the "['OS ==

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello, On 5. november 2013 at 2:29 PM, "Aaron" wrote: > >The problem is because node's gyp was not taught (my bad - I fixed >it for next release) what OpenBSD boxes are. > >To fix it - simply `pkg_add gyp` (obviously you will need to have >PKG_PATH set). Once gyp is installed the "['OS == "open

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
On 5. november 2013 at 2:22 PM, "Alexey E. Suslikov" wrote: > >David Coppa gmail.com> writes: > >> OpenBSD lacks the ucontext.h and associated functions >> (setcontext/getcontext, swapcontext, and makecontext). > >http://www.openbsd.org/cgi-bin/cvsweb/ports/devel/node-fibers/ Thanks, didn't kno

Re: Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
Hello, On 5. november 2013 at 1:06 PM, "David Coppa" wrote: > >OpenBSD lacks the ucontext.h and associated functions >(setcontext/getcontext, swapcontext, and makecontext). Ouch. That does not look good. From https://code.google.com/p/cog/issues/detail?id=132 -- > Secondly, its not about "can

Help building Node module on OpenBSD

2013-11-05 Thread opendaddy
;target_arch == "arm"', { # There's been problems getting real fibers working on arm 'defines': ['CORO_PTHREAD']

Re: Help vote for OpenBSD

2013-10-29 Thread opendaddy
Don't forget to vote! On 9. oktober 2013 at 2:09 PM, openda...@hushmail.com wrote: > >Hi, > >Could you guys help me vote for OpenBSD at Digital Ocean? > >https://digitalocean.uservoice.com/forums/136585-digital-ocean/suggestions/3232571-support-bsd-os- > >Basically it's the only SSD cloud hosting

Re: Best OpenBSD cloud hosting?

2013-10-10 Thread opendaddy
On 10. oktober 2013 at 10:34 AM, "Janne Johansson" wrote: > >Clouds solve problems for you. Like this: >http://www.cloudave.com/17213/cloud-is-simple-well-its-real- >complex-but-that-complexity-can-and-should-be-hidden-from- >users/geek-poke-cloud-complex/ > >2013/10/10 Florian Obser > >> On Thu,

Re: Best OpenBSD cloud hosting?

2013-10-10 Thread opendaddy
On 10. oktober 2013 at 7:15 AM, "InterNetX - Robert Garrett" wrote: > >I just want to know what a cloud is. Not really satisfied with the definition at http://en.wikipedia.org/wiki/Cloud_computing, here's my own attempt at one: A cloud is a bunch of machines connected into a distributed networ

Re: Help vote for OpenBSD

2013-10-09 Thread opendaddy
Keep them coming guys! Couple hundred more and OpenBSD will top the list: https://digitalocean.uservoice.com/forums/136585-digital-ocean/filters/top Would be great PR for OpenBSD too. On 9. oktober 2013 at 9:45 PM, "Stuart Henderson" wrote: > > On 2013-10-09, openda...@hushmail.com wrote: > >>

Re: Best OpenBSD cloud hosting?

2013-10-09 Thread opendaddy
On 9. oktober 2013 at 7:06 PM, "Dorian H." wrote: > >I've got a few OpenBSD boxes running at TransIP, very satisfied >about it. QEMU/KVM based, and they recently added a new feature, 'private >networks' between two or more VPS's. > >It might not explicitly have the label 'cloud' attached to it, b

Re: My VPS is acting slow (KVM)

2013-10-09 Thread opendaddy
On 6. oktober 2013 at 1:15 PM, "Manolis Tzanidakis" wrote: > >First, upgrade to STABLE to avoid potential kernel panics. Check >patch 007 in http://openbsd.org/errata53.html for more info. M:Tier >offers pre-built patches and packages, if you want to avoid compiling. >Check https://stable.mtie

Re: Help vote for OpenBSD

2013-10-09 Thread opendaddy
* existence On 9. oktober 2013 at 2:09 PM, openda...@hushmail.com wrote: > >Hi, > >Could you guys help me vote for OpenBSD at Digital Ocean? > >https://digitalocean.uservoice.com/forums/136585-digital- >ocean/suggestions/3232571-support-bsd-os- > >Basically it's the only SSD cloud hosting provider

Help vote for OpenBSD

2013-10-09 Thread opendaddy
Hi, Could you guys help me vote for OpenBSD at Digital Ocean? https://digitalocean.uservoice.com/forums/136585-digital-ocean/suggestions/3232571-support-bsd-os- Basically it's the only SSD cloud hosting provider (https://www.youtube.com/watch?v=vHZLCahai4Q) in existance and if the response is

Best OpenBSD cloud hosting?

2013-10-08 Thread opendaddy
Hi, Can anyone recommend a decent OpenBSD cloud hosting provider? Digital Ocean looks nice but they don't yet offer OpenBSD (https://digitalocean.uservoice.com/forums/136585-digital-ocean/suggestions/3232571-support-bsd-os-). There's ARP Networks and TransIP but they don't offer clouds. Thanks

Re: My VPS is acting slow (KVM)

2013-10-06 Thread opendaddy
Hi, On 6. oktober 2013 at 1:15 PM, "Manolis Tzanidakis" wrote: > >First, upgrade to STABLE to avoid potential kernel panics. Check >patch 007 in http://openbsd.org/errata53.html for more info. M:Tier >offers pre-built patches and packages, if you want to avoid compiling. >Check https://stable

Re: My VPS is acting slow (KVM)

2013-10-06 Thread opendaddy
Hi, On 6. oktober 2013 at 10:18 AM, "Manolis Tzanidakis" wrote: > >Hello, >virtio(4) can make a big difference. >Providing at least a dmesg dump will get you better answers :). Looks awesome! I just load this into my kernel? On 6. oktober 2013 at 10:35 AM, "Darren Tucker" wrote: > >one thing

Re: My VPS is acting slow (KVM)

2013-10-06 Thread opendaddy
On 6. oktober 2013 at 4:29 AM, "Chris Cappuccio" wrote: > >This is really vague. What tasks are taking so long? > >You are sharing disk I/O, oversubscribed. You are sharing CPU >time, oversubscribed. > >Any clues? Good point. I'm doing asset precompilation in this Ruby on Rails app - a process

My VPS is acting slow (KVM)

2013-10-05 Thread opendaddy
Hi, My OpenBSD VPS is taking way too long to complete certain tasks. Is there a way to stress test my system to find out if it's working the way it should? I'm suspecting my ISP is having trouble with their hardware or KVM setup, but I'd like to do everything I can before I take it to them. Th

Re: Interrupts cause uaudio stuttering with mpd

2013-09-30 Thread opendaddy
Is this the Akai MPD18 or 24? O.D.

Re: DNS Proxy

2013-09-15 Thread opendaddy
On 15. september 2013 at 11:57 AM, "Monah Baki" wrote: > >Hi all, > > >I'm running OpenBSD 5.2 with squid for a friend who owns an ISP >outside the U.S and uses my OpenBSD squid proxy to access netflix. I've been >told this can be also accomplished via DNS Proxy. Is it true? > >If yes which one

Re: Creating Mobile Apps ..

2013-09-12 Thread opendaddy
On 12. september 2013 at 12:04 PM, "Peter N. M. Hansteen" wrote: > >I assume you paid somebody for a list that includes addresses >likely to produce negative reactions. I'll give you this much better list >for free, with a total of 25083 adresses: >http://www.bsdly.net/~peter/sortlist > >Plea

Re: Can't get PostgreSQL to run on startup

2013-09-11 Thread opendaddy
On 11. september 2013 at 3:19 PM, "Antoine Jacoutot" wrote: > >This is not how pkg_scripts works. >See rc.conf.local(5). Thanks a lot Vijay, Antoine. Works great now. Can't recall where I got the pkg_scripts=foo,bar format from though. O.D.

Can't get PostgreSQL to run on startup

2013-09-11 Thread opendaddy
Hi, Anybody else having trouble getting PostgreSQL to run on startup? I always have to do "/etc/rc.d/postgresql start" manually. My line in /etc/rc.conf.local reads: pkg_scripts=postgresql,enginx. Nothing fishy in the logs. I'm using postgresql-server-9.2.3 (initdb -D /var/postgresql/data/) on

Re: Data Mining/Crawling a Mailing List

2013-09-05 Thread opendaddy
On 5. september 2013 at 6:24 PM, "Kasper Adel" wrote: > >Hello, > >A bit off topic but i was looking for a way/tool that could crawl >through >a mailing list/news archives and try to filter most common >discussions and >things like that, if anyone is aware of such a tool, pls let me >know. > A

Re: Java on OpenBSD 5.3

2013-07-20 Thread opendaddy
On 20. juli 2013 at 5:34 PM, "Jan Stary" wrote: > >Why are you building the (huge) port, >instead of simply installing the package? Whoa. When did that get there? Thanks man! O.D.

Re: Java on OpenBSD 5.3

2013-07-20 Thread opendaddy
On 20. juli 2013 at 3:54 PM, "Amit Kulkarni" wrote: >> >> Nope, plenty of disk space left in /usr/local (my ports are in >> /usr/local/ports). > >why are ports inside /usr/local. it should be /usr/ports. Some >ports may fail. Maybe, yeah. I updated PORTSDIR in /etc/mk.conf though. Anyway I just

Re: Java on OpenBSD 5.3

2013-07-20 Thread opendaddy
On 19. juli 2013 at 9:13 PM, "Miod Vallat" wrote: > >> Pretty sure it takes more than 1.7G to build Java. > >But then how can java people pretend it has any usefulness, besides >filing disks? They say Android apps are just an excuse for Java devs to keep programming in Java. Now that HTML5 can a

Re: Java on OpenBSD 5.3

2013-07-19 Thread opendaddy
On 19. juli 2013 at 3:17 PM, "Matthew Dempsky" wrote: > >"write error"? Did you run out of disk space? Nope, plenty of disk space left in /usr/local (my ports are in /usr/local/ports). % df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/wd0a 985M 50.8M885M 5%

Java on OpenBSD 5.3

2013-07-19 Thread opendaddy
Hi, Anybody managed to build /usr/ports/devel/jdk on OpenBSD 5.3? Getting a rather nasty compile error here on amd64, was wondering if maybe someone could help? Tried asking on the ports mailinglist as well as reaching out to the port maintainer but no luck. http://pastie.org/8155843 O.D.

Re: Snort vs Suricata

2013-07-12 Thread opendaddy
On 11. juli 2013 at 9:23 PM, "Chris Cappuccio" wrote: >> >> Anybody have any thoughts on Snort vs Suricata? > >Code quality is going to be a big question with the new one, as it >always has been with Snort (does running this utility open up a >new attack vector on your network) Yeah, good poin

Snort vs Suricata

2013-07-11 Thread opendaddy
Hi, Anybody have any thoughts on Snort vs Suricata? Also, how important is it to use an IDS if you run a server that hosts a popular website? I'm reading here (http://www.aldeid.com/wiki/Suricata-vs-snort): Suricata offers new features that Snort could implement in the future: multi-threading

Re: Management of pf.conf

2013-07-11 Thread opendaddy
Hi, I use Capistrano (http://www.capistranorb.com/) in a super simple Rails app with similar schematics to the ones provided by Jummo. O.D. On 11. juli 2013 at 1:41 PM, "Andy" wrote: > >Hi, >I use 'puppet' for this to manage over 20 OpenBSD firewalls now. >I don't know how I would manage witho

Re: new topic: blind support for OpenBSD.

2013-07-07 Thread opendaddy
The ironic thing is that OpenBSD is being widely used in the world's largest tissue engineering labs -- which, and as crazy as it might seem, should be able to generate new eyes for blind people (based on their existing cells) in 5-10 years from now. O.D. On 7. juli 2013 at 11:41 AM, "ropers"

Re: Why I abandoned OpenBSD, and why you should too...

2013-07-05 Thread opendaddy
On 5. juli 2013 at 6:49 AM, "Luca Ferrari" wrote: > > Uhm...and I guess OpenBSD is feeling the same for abandoning you ;)! > I believe people, from time to time, should try to read source code > and track the development. It will remove this stupid messages. No it won't. Stop talking shit man. O

Re: Why I abandoned OpenBSD, and why you should too...

2013-07-04 Thread opendaddy
On 5. juli 2013 at 5:31 AM, "Jean-Francois Simon" wrote: > > May I understand you U go for Microsoft instead ? > That would be great idea, they are said to be free from backdoors. > > Sorry France is in the house y'all. O.D.

Re: Why I abandoned OpenBSD, and why you should too...

2013-07-04 Thread opendaddy
On 5. juli 2013 at 5:13 AM, "Marc Espie" wrote: > > I actually, no, we don't. You're not anybody I've ever heard of, and your > opinion doesn't matter. I have no particular reason to trust you. They said the same of Edward Snowden you know. > Now, I read your hilarious email. You have real crac

Re: Why I abandoned OpenBSD, and why you should too...

2013-07-04 Thread opendaddy
On 5. juli 2013 at 4:59 AM, "eric oyen" wrote: > > My only problem (and it seems none of the devs really understand this) > is that I must have sighted assistance to install and initially configure the > OS. What do you mean sighted assistance? O.D.

  1   2   >