On Mon, Jun 19, 2017 at 06:51:24PM +0200, Harald Dunkel wrote:
> Hi folks,
>
> would it be possible to establish a real bug tracking system for
> OpenBSD? Something with bug owner, severity, attachments, assignee,
> and (very important) some reliable response time and a databse
> to search for kno
On Fri, 2 Oct 2015, at 03:37 AM, Pablo Méndez Hernández wrote:
> Hi misc@,
>
> I'm trying to configure HSTS for my personal domain to no avail.
>
> According to my understanding of httpd.conf, you'd only need to include the
> 'hsts' keyword in the tls part of the configuration with no need to
> r
On Fri, 2 Oct 2015, at 04:27 AM, Pablo Méndez Hernández wrote:
> Thanks!
>
> As suggested by you, if I add this:
>
> server "www.mydomain.org" {
> listen on $ext_addr port 80
>
> block return 301 "https://$SERVER_NAME";
> }
>
> it works, but in that case I don't see the point of
On Thu, 8 Oct 2015, at 03:51 AM, M Wheeler wrote:
> CD's arrived today UK. Thanks again.
>
CDs arrived in New Zealand today, and the poster arrived a few days ago.
--
Carlin
`proc' lists a few syscalls that it doesn't provide now and misses a
few that it does, and `id' is missing a couple.
Index: lib/libc/sys/pledge.2
===
RCS file: /cvs/src/lib/libc/sys/pledge.2,v
retrieving revision 1.23
diff -u -p -u
On 16/02/2018 4:28 a.m., Xianwen Chen wrote:
Dear OpenBSD users,
mupdf crashes and reports segmentation fault when I try to open a particular PDF
file:
https://brage.bibsys.no/xmlui/bitstream/handle/11250/2440173/SoL-Rapport-2014-06.pdf?sequence=1&isAllowed=y
If you use mupdf too, could you t
On Sat, Jan 12, 2019 at 05:36:11PM +0100, Flipchan wrote:
> Hey, am tryin to upgrade my opensmtpd
> email server running on openbsd 6.3 towards a new one on 6.4,
> i have used a simple config with the new syntax:
> cat /etc/mail/smtpd.conf
>
> table aliases file:/etc/mail/aliases
>
> #table
On Mon, Nov 28, 2016 at 11:50:25PM -0800, jungle boogie wrote:
> Hi All,
>
> I'm running the latest i386 snapshot:
>
> [...]
>
> I'd like to install firefox:
> $ doas pkg_add firefox
> quirks-2.270 signed on 2016-11-26T13:32:57Z
> Can't find firefox
>
> $ echo $PKG_PATH
> http://ftp.openbsd.org/
On Tue, Nov 29, 2016 at 07:30:42AM -0800, jungle boogie wrote:
> You mean like this:
> $ cat /etc/doas.conf
> permit persist :wheel
> permit persist keepenv jungle as root
>
> $ doas pkg_add base64
> doas (jungle@host) password:
> quirks-2.270 signed on 2016-11-26T13:32:57Z
> base64-1.5: ok
>
A
I'm having an issue with git clone failing in a vmm vm. Happens consistently
for any large trees, example:
$ git clone https://github.com/openbsd/src.git
Cloning into 'src'...
remote: Counting objects: 1672334, done.
remote: Compressing objects: 100% (867/867), done.
On Sat, 8 Nov 2014, at 04:25 AM, sven falempin wrote:
> Dear misc,
>
> In openbsd 5.5 ~~ was not experimental.
>
> Insight ?
>
> --
> -
> () ascii ribbon campaign - against html e
On -current, running apachebench with a large number of concurrent
requests is causing a protection fault.
eg. the command: ab -n 1000 -c 1000 http://my.host/
Reproduced on two different machines.
CNR on 5.6-release.
kernel: protection fault trap, code=0
Stopped at sys_socket+0x6a:
On Tue, 2 Dec 2014, at 07:47 AM, Philip Guenther wrote:
> On Tue, 2 Dec 2014, Carlin Bingham wrote:
> > On -current, running apachebench with a large number of concurrent
> > requests is causing a protection fault.
> >
> > eg. the command: ab -n 1000 -c 1000 http://my.h
On Thu, 1 Jan 2015, at 11:49 AM, Libertas wrote:
> I also completely forgot to mention the below warning, which Tor
> 0.2.5.10 (the current release) gives when run on OpenBSD 5.6-stable
> amd64:
>
> > We were built to run on a 64-bit CPU, with OpenSSL 1.0.1 or later,
> > but with a version of Open
On Mon, 2 Feb 2015, at 10:41 AM, Joel Carnat wrote:
> Hi,
>
> I just installed 5.6 amd64 on a virtual machine.
> I installed php-fpm-5.5.14 and launched the daemon.
> I configured httpd as such :
> # egrep -v '^$|^#' /etc/httpd.conf
> ext_addr="egress"
> s
On Tue, 3 Mar 2015, at 05:11 AM, Naim, Halim. wrote:
> Hi, there is a typo in the manpage for strip. In section
> --only-keep-debug, In the first point, It says:
>
> 1.
> That should be: that it is called
>
grep -sr ' is is ' /usr/src/gnu
A common typo in the GNU-verse.
--
Carlin
On Thu, 5 Mar 2015, at 07:37 AM, someone wrote:
> "interoperable" - you mean there are still softwares that really count
> and
> still cannot use/support HIGH ciphers? wow. What a world we live in.. :\
>
> On Wed, Mar 4, 2015 at 7:27 PM, Miod Vallat wrote:
>
> > > "Sometimes you have to break th
On Fri, 27 Mar 2015, at 01:50 AM, Alexei Malinin wrote:
> Hello.
>
> I'm trying to get working cgi programs with OpenBSD-5.6 stable httpd on
> default /var/www but without success:
>
> [...]
>
>
> Please tell me what I'm doing wrong?
>
> [...]
>
> ./cgi-bin:
> total 1
> drwxr-xr-x 2 root dae
On Fri, 27 Mar 2015, at 05:41 AM, Alexei Malinin wrote:
> On 03/26/15 18:33, Carlin Bingham wrote:
> > On Fri, 27 Mar 2015, at 01:50 AM, Alexei Malinin wrote:
> >> Hello.
> >>
> >> I'm trying to get working cgi programs with OpenBSD-5.6 stable httpd on
On Tue, 28 Apr 2015, at 04:46 AM, whynot sudo wrote:
> Hello list,
>
> We know it's safer* to use sudoedit, but what bad things can happen if we
> have the following in sudoers?
>
> Cmnd_Alias FOO = /bin/ed, /usr/bin/ed, /usr/bin/vi
> foouser LOCALHOST = NOPASSWD: NOEXEC: FOO
>
> Can the "foous
On Tue, 25 Aug 2015, at 12:48 AM, Torsten wrote:
> Hi!
>
> OpenBSD 5.7, httpd, slowcgi
>
> upload.pl CGI:
>
> # [...]
> $CGI::POST_MAX = 1024 * 1024 * 20; #20MB
> # [...]
>
> But when I try to upload a file I get "413 Payload Too Large" if the
> file is larger than 1MB.
>
> Help will be apprec
It looks like the return types for tls_error() and tls_config_new() were
mixed up.
--
Carlin
Index: lib/libtls/tls_init.3
===
RCS file: /cvs/src/lib/libtls/tls_init.3,v
retrieving revision 1.59
diff -u -p -u -r1.59 tls_init.3
--- l
On Mon, May 23, 2016 at 03:30:35PM +0200, Stefan Wollny wrote:
> Hi there!
>
> I have 2 i386- and 2 amd64-machines, all running ~current. All report in
> /var/log/messages lines like the following:
>
> May 23 15:01:57 idefix ntpd[19978]: tls connect failed:
> 2a00:1450:4005:803::2004 (www.google.
On Tue, May 31, 2016 at 01:45:23PM -0400, Ted Unangst wrote:
> Jeremie Courreges-Anglas wrote:
> > ntpd(8) doesn't use getaddrinfo+AI_ADDRCONFIG, which is supposed to skip
> > DNS requests for IPv6 if the machine doesn't have IPv6 addresses
> > configured.
>
> reyk added a comment to that effect,
On Thu, Jun 09, 2016 at 01:19:50PM -0500, Troy Frericks wrote:
> On the latest OpenBSD (5.9/amd64 at digitalocean.com), I'm able to start
> httpd without
> SSL using a simple httpd.conf file (below), but when I add SSL, I get error
> in the messages log.
>
> I've focused on this error: [/bsd: http
On 12/08/14 18:27, Long Wind wrote:
> I raise the question again.
> During installation, I am asked:
>
> Directory does not contain SHA256.sig. Continue without verification? [no]
>
> I have to enter yes to let it proceed:
>
> Installing bsd
> Installing bsd.rd
> Installing base55.tgz
> ...
>
>
On Wed, 13 Aug 2014, at 11:38 AM, Theo de Raadt wrote:
> >One suggestion/request, to make it even harder for the man-in-the-middle
> >attack to be successfully employed, could the current checksums be posted in
> >the announcement of the new version?
>
> http://www.openbsd.org/55.html
>
>
On Wed, 13 Aug 2014, at 11:38 AM, Theo de Raadt wrote:
> >One suggestion/request, to make it even harder for the man-in-the-middle
> >attack to be successfully employed, could the current checksums be posted in
> >the announcement of the new version?
>
> http://www.openbsd.org/55.html
>
>
On Thu, 14 Aug 2014, at 12:38 AM, Giancarlo Razzolini wrote:
> On 13-08-2014 09:04, Carlin Bingham wrote:
> > Are there plans to get openbsd.org serving over SSL? That would help a
> > bit in trusting the keys posted to the website.
> >
> No, it wouldn't. If we go dow
Just noticed that these drivers are not listed
Index: faq6.html
===
RCS file: /cvs/www/faq/faq6.html,v
retrieving revision 1.318
diff -u -r1.318 faq6.html
--- faq6.html7 Aug 2014 01:51:34 -1.318
+++ faq6.html23 Aug
Did this get missed or am I just too impatient?
On Sun, 24 Aug 2014, at 02:33 AM, Carlin Bingham wrote:
> Just noticed that these drivers are not listed
>
>
>
> Index: faq6.html
> ===
> RCS file: /cv
On Tue, 9 Sep 2014, at 12:46 AM, Joel Rees wrote:
> On Mon, Sep 8, 2014 at 4:12 AM, Elmar Stellnberger
> wrote:
> > [...]
> > P.S.: URL about NSA regularely intercepting laptop shipments:
> > http://www.extremetech.com/computing/173721-the-nsa-regularly-intercepts-laptop-shipments-to-implant-malwa
On Wed, 1 Oct 2014, at 04:46 AM, trondd wrote:
> On Tue, Sep 30, 2014 at 11:30 AM, Giancarlo Razzolini
>
> wrote:
>
> > On 30-09-2014 11:56, trondd wrote:
> >
> >> There are SSH fingerprints published for each of the CVS servers.
> >>
> > They are published on a clear http page and there is no SS
I have booted the latest (11/10/14) snapshot install56.fs from a USB
drive and want to install it to an external USB drive but the drive (and
other USB devices) are not being recognised. No kernel messages are
being displayed when USB devices are added/removed, and if I run `sh
MAKEDEV sd2` it give
On Tue, 14 Oct 2014, at 09:05 AM, Martin Pieuchot wrote:
> On 14/10/14(Tue) 06:40, Carlin Bingham wrote:
> > I have booted the latest (11/10/14) snapshot install56.fs from a USB
> > drive and want to install it to an external USB drive but the drive (and
> > other USB d
On Tue, 14 Oct 2014, at 10:24 AM, Carlin Bingham wrote:
> On Tue, 14 Oct 2014, at 09:05 AM, Martin Pieuchot wrote:
> > On 14/10/14(Tue) 06:40, Carlin Bingham wrote:
> > > I have booted the latest (11/10/14) snapshot install56.fs from a USB
> > > drive and want to in
On Thu, 30 Oct 2014, at 10:32 AM, Richard Toohey wrote:
> On 10/30/14 07:26, Zé Loff wrote:
> > Sighted on my mailbox today, in Lisbon, Portugal.
> Arrived today in Tauranga, New Zealand.
>
Arrived today in the other half of New Zealand (Chistchurch).
--
Carlin
sioctl_onval(3) returns int not void
138 int
139 sioctl_onval(struct sioctl_hdl *hdl,
140 void (*cb)(void *, unsigned int, unsigned int), void *arg)
141 {
142 hdl->ctl_cb = cb;
143 hdl->ctl_arg = arg;
144 return hdl->ops->onctl(hdl);
145 }
diff --git a/lib/libsndio/sioctl_open.
38 matches
Mail list logo