Re: postgresql-16.4 error on initdb

2024-08-22 Thread Jeremy Evans
On 08/22 03:43, Stuart Henderson wrote: > On 2024/08/22 14:14, Jeremy Evans wrote: > > On 08/22 11:53, Markus Hennecke wrote: > > > Hello Jeremy, > > > > > > when trying to create a new postgresql 16.4 instance on -current I run > > > into > &g

Re: postgresql-16.4 error on initdb

2024-08-22 Thread Jeremy Evans
On 08/22 11:53, Markus Hennecke wrote: > Hello Jeremy, > > when trying to create a new postgresql 16.4 instance on -current I run into > this error: > > fixing permissions on existing directory /var/postgresql/data ... ok > creating subdirectories ... ok > selecting dynamic shared memory implemen

Re: smtpd warn: not enough disk space

2024-07-06 Thread Jeremy Evans
On Fri, Jul 5, 2024 at 9:16 PM Christian Schulte wrote: > Just wondering how the postgresql > port is configured. Really should setup quotas automatically when > pkg_adding in a way, just to ensure, that no one ever runs into a > situation, that there is no way out of a disk full situation. > I'

Re: OpenBSD + Firebird Server

2020-11-24 Thread Jeremy Evans
On Tue, Nov 24, 2020 at 9:27 PM Radek wrote: > Hi, > is it possible to install Firebird Server in OpenBSD? I can't find any > info about that anywhere. > Thanks! Assuming you mean the SQL database, when last I looked into this years ago, Firebird required pthread_condattr_setpshared and pthread

Re: Recent regression in SSL session reuse

2020-07-30 Thread Jeremy Evans
On 07/30 08:06, Theo Buehler wrote: > On Wed, Jul 29, 2020 at 02:57:33PM -0700, Jeremy Evans wrote: > > After an OpenBSD upgrade, one of Ruby's tests for SSL session > > reuse started to fail. After some debugging, I have found that > > if a maximum SSL version is

Recent regression in SSL session reuse

2020-07-29 Thread Jeremy Evans
After an OpenBSD upgrade, one of Ruby's tests for SSL session reuse started to fail. After some debugging, I have found that if a maximum SSL version is not set by a client, then session reuse does not work. Setting a minimum version does not have an effect. At the bottom of this email is an exa

Re: Software caused connection abort (53) squid 4.6 on OpenBSD 6.5

2019-05-23 Thread Jeremy Evans
On Thu, May 23, 2019 at 5:37 AM wrote: > I have been running into a repeatable error reported by squid 4.6 from > packages once the system has been under a steady load for ~12 hours. > I have also experienced this, though in my case the issue appeared to be isolated to a single site (which start

Re: Route add - too many levels of symbolic links

2016-09-28 Thread Jeremy Evans
On Wed, Sep 28, 2016 at 2:09 AM, Bryan Linton wrote: > On 2016-09-27 20:00:04, Dekker wrote: > > I have started encountering a wierd problem with my OpenBSD Laptop > > Running 6.0 Current (latest snapshot 25.09.2016) > > I run OpenVPN to connect this laptop to a remote server and I get the > > f

Re: Ruby 1.9.3 package on OpenBSD 5.9 (snapshots) missing

2016-03-20 Thread Jeremy Evans
On Fri, Mar 18, 2016 at 10:49 AM, ML mail wrote: > Thanks for the info. I have now started to compile Ruby 1.9.3 on OpenBSD > 5.9 but face the following errors: > Check the port out of the CVS Attic, and try to built it via the ports system (it may need a few patches). Ruby 1.8.7 is still neede

Re: Industrial use of line printers, does/would your company/organization use them with our lpd?

2016-02-17 Thread Jeremy Evans
On Wed, Feb 17, 2016 at 9:28 PM, Andy Bradford wrote: > Anyway, just some musings. Is there anyone else out there using > lpr/lpd/lprm from base? Maybe I'm the only one? I've been using the lp* tools for many years for personal printing, first using a PostScript HP 4050dn and now using

Re: problem building ruby on SPARC

2015-03-17 Thread Jeremy Evans
On Tue, Mar 17, 2015 at 2:41 PM, Riccardo Mottola < riccardo.mott...@libero.it> wrote: > Hi, > > after a long pause, I was able to start work again with building > subversion and its dependencies on SPARC. > > I build bash in debug mode (python build was crashing). > Python built with success, whe

Re: Ruby 2.2.0 build fails on OpenBSD 5.5

2015-01-19 Thread Jeremy Evans
On Mon, Jan 19, 2015 at 9:19 AM, wrote: > 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 constan

Re: missing packages for SPARC

2015-01-13 Thread Jeremy Evans
On Tue, Jan 13, 2015 at 12:58 PM, Riccardo Mottola < riccardo.mott...@libero.it> wrote: > do we really need bash to build ruby? and... why ruby for subversion? not > counting shells one ends up having perl, python, tcl and ruby! what a mess. You do need bash to build ruby 2.0, but not any earli

Re: sshd broken in today's snapshot?

2014-05-02 Thread Jeremy Evans
On Fri, May 2, 2014 at 8:42 AM, Liviu Daia wrote: > Unless I'm doing something stupid, sshd seems to be broken in > today's snapshot. > > From a Linux machine: > > $ ssh testing > Connection to testing closed by remote host. > Connection to testing closed. > > From the server's point

Re: Printing problem

2014-02-21 Thread Jeremy Evans
On Fri, Feb 21, 2014 at 3:54 AM, Jan Stary wrote: > On Feb 19 13:20:07, chrisbenn...@bennettconstruction.us wrote: > > I don't print from my laptop often, but all was fine until recently. > > I did not have any problems previously. > > I haven't made any changes either. > > I am using commands of

Re: Printing problem

2014-02-19 Thread Jeremy Evans
On Wed, Feb 19, 2014 at 11:20 AM, Chris Bennett < chrisbenn...@bennettconstruction.us> wrote: > I don't print from my laptop often, but all was fine until recently. > I am at latest snapshot: > > OpenBSD 5.5-beta (GENERIC) #247: Fri Feb 7 12:04:52 MST 2014 > t...@i386.openbsd.org:/usr/src/sys

Re: Ruby and OpenBSD 5.3

2013-06-07 Thread Jeremy Evans
On Fri, Jun 7, 2013 at 8:51 PM, wrote: > Hello, > > Anybody manage to install Ruby 1.9.3 or 2.0.0 with rvm? It worked just > fine on 5.1. Have I missed anything in the changelog? > rvm is an external tool that builds ruby from source. In my experience, it doesn't work well on OpenBSD, as it most

Use pax instead of cpio in FAQ 14.4 (Adding extra disks)

2013-01-11 Thread Jeremy Evans
Two changes: 1) Switch from cpio -pdum to pax -rw -p e. cpio -pdum requires find which isn't available on bsd.rd, while pax -rw -p e works fine on bsd.rd. 2) Use a more complete example. I'm not sure if there are other reasons to use cpio over pax. However, when I replaced I disk last night and

Re: in line anchor syntax error

2012-04-12 Thread Jeremy Evans
On Thu, Apr 12, 2012 at 3:00 PM, Michel Blais wrote: > Hi, > > I've read both pf anchor faq and pf.conf man page for 5.0 and my syntax seem > right > but I always get a error while trying to use ` in line anchor. The anchor > line and > closing bracket line both give me the syntax error with pfctl

Re: ruby-thin: Errno::EPERM wtih QUIT Signal

2011-02-23 Thread Jeremy Evans
On Wed, Feb 23, 2011 at 4:32 PM, Clint Pachl wrote: > I use Thin (ruby-thin) as the HTTP frontend for my web frameworks. > > STARTING/STOPPING: > $ sudo -u #{USER} thin -C #{THIN_PRODUCTION_CONF} start > $ sudo -u #{USER} thin -C #{THIN_PRODUCTION_CONF} stop > > > THIN_PRODUCTION_CONF: > --- > rac

Re: Lost Radeon Dual-Head after upgrade to 4.7

2010-05-26 Thread Jeremy Evans
On 05/23 02:50, Owain Ainsworth wrote: > On Sat, May 22, 2010 at 02:28:47PM -0700, Jeremy Evans wrote: > > After I upgraded to OpenBSD 4.7, my dual head configuration stopped > > working on my Radeon HD 2600 PRO. This has been working for about a > > year and a half with no

Re: Lost Radeon Dual-Head after upgrade to 4.7

2010-05-22 Thread Jeremy Evans
On Sat, May 22, 2010 at 4:45 PM, Vijay Sankar wrote: > Jeremy Evans wrote: >> >> After I upgraded to OpenBSD 4.7, my dual head configuration stopped >> working on my Radeon HD 2600 PRO. This has been working for about a >> year and a half with no problems since I

Re: Kernel msg creating a ISO file from CD-ROM

2009-09-06 Thread Jeremy Evans
On Sun, Sep 6, 2009 at 5:45 PM, Jesus Sanchez wrote: > on 4.5 stable. > > I'm using a CD drive with no problem until I need to create an ISO file > from a data CD-ROM for what I use this: > > # dd if=/dev/rcd0c bs=32k > image.iso You could try cdio(1): # man cdio # cdio cdrip

Re: Passenger?

2009-08-11 Thread Jeremy Evans
On Tue, Aug 11, 2009 at 12:35 PM, L. V. Lammert wrote: > Can seem to find anything in the archives, .. I just finished setting up a > Rails app under Passenger on a Linux box - pretty nice! We have a Rails > app running with Mongrel on 4.5, but I would really like to use an Apache > SSL session; ne

Re: Download or Fetch Packages w/o Install?

2007-10-15 Thread Jeremy Evans
On 10/15/07, Clint Pachl <[EMAIL PROTECTED]> wrote: > Is it possible to download a package and its dependencies, to PKG_CACHE > for instance, without installing anything? > > Just use pkg_add -n. It'll place the package and all dependencies in PKG_CACHE without actually installing the package or