On Wed, Nov 23, 2016 at 06:55:52AM -0500, Philippe Meunier wrote:
> Otto Moerbeek wrote:
> >It is not a problem of crashing or not, S does incur a performance hit
> >that we are not willing accept by default.
>
> I've seen this claim several times on this mailing list over the past
> few years but
On Tue, Dec 27, 2016 at 06:18:19AM +0100, Andi Maulana wrote:
> # 0
> # C Indonesia
> # P West Java
> # T Bandung
> # Z 40191
> # A
> # O Consultant
> # I Andi Maulana
> # M ko...@bsdmail.com
> # U
> # B +62 812 2082 3025
> # X
> # N IT Securi
On Thu, Jan 12, 2017 at 12:10:00PM -0500, Cinolt Yuklair wrote:
> I'm currently running OpenBSD 6.0-release and I believe I found a bug
> in the default shell pdksh.
You're right. This bug has been reported here:
https://marc.info/?t=14807643661&r=1&w=2
and was fixed in -current about a mon
On Fri, Jan 13, 2017 at 06:20:25AM -0600, Ed Ahlsen-Girard wrote:
> The man page seems to indicate that autoinstall will work with an
> auto_upgrade.conf file on the local machine, but specifying the path as:
>
> /auto_upgrade.conf
> or
> file://auto_upgrade.conf
> or
> file:auto_upgrade.conf
added, thanks
> It is possible to change the default settings when you close the lid
> on my notebook from suspended(zzz) to hibernate(ZZZ)?
Not that I'm aware of. There was a patch by natano a while ago that
seems to do what you want. I don't know why this patch was never merged
(that is: I don't know whether
On Wed, Feb 22, 2017 at 03:47:33PM +0300, Asbel Kiprop wrote:
> Hm, 17 feb. snapshot - stilll have this problem. can't open /dev/apm" and
> wireless down (but works as well),
> Any suggestions? Should i just wait more for fix?
Did you try updating the packages since Monday? I.e., do you have the
On Sat, Feb 25, 2017 at 07:01:30AM -0300, Eike Lantzsch wrote:
> On Saturday, 25 February 2017 10:16:37 PYST Janne Johansson wrote:
> > 2017-02-25 9:45 GMT+01:00 Currell Berry :
> > > Is feedback / are patches solicited for man-pages in order to improve
> > > their usability to average users (even
> Are there any guidelines anywhere on what we are going for in a man
> page? If not is there a page which is very good and can be held up as a
> standard?
Ingo's EuroBSDCon 2014 tutorial slides might be a good place to start:
https://www.openbsd.org/papers/eurobsdcon2014-mandoc-slides.pdf
It
On Sun, Feb 26, 2017 at 02:33:14PM +0100, Jan Stary wrote:
> Cleaning up /usr/obj/ before a kernel build
> as a regular user who's in the wobj group,
> I get the following
>
> rm: /usr/obj/usr.sbin/unbound/util/configparser.h: Permission denied
> rm: /usr/obj/usr.sbin/unbound/util/configparser
On Sun, Feb 26, 2017 at 04:37:57PM +0100, Antoine Jacoutot wrote:
> On Sun, Feb 26, 2017 at 04:30:38PM +0100, Theo Buehler wrote:
> > On Sun, Feb 26, 2017 at 02:33:14PM +0100, Jan Stary wrote:
> > > Cleaning up /usr/obj/ before a kernel build
> > > as a regular u
On Sun, Feb 26, 2017 at 10:05:48PM -0800, Sean Kamath wrote:
> would “$(INSTALL) -d -m 775 util” be a less evil hack?
Nope. In principle, the umask is settable by WOBJUMASK in mk.conf, and
adjusting the mode passed to -m in a shell script in a generated
Makefile is disgusting. Especially when we c
On Thu, Mar 02, 2017 at 10:31:50PM +0100, Jan Stary wrote:
> current.html says to # rm /etc/pkg.conf
> after the switch to installurl(5).
> Should it also say to
>
> # rm /usr/share/man/man5/pkg.conf.5
yes. fixed, thanks
On Fri, Mar 03, 2017 at 09:13:12AM +0100, Nils Reuße wrote:
> > Theo Buehler hat am 2. März 2017 um 22:44 geschrieben:
> >
> >
> > On Thu, Mar 02, 2017 at 10:31:50PM +0100, Jan Stary wrote:
> > > current.html says to # rm /etc/pkg.conf
> > > after the swi
On Sat, Mar 18, 2017 at 05:48:50PM +0530, Hrishikesh Muruk wrote:
> I am trying to update from OpenBSD 6.0 release to stable by compiling
> sources. Following the instructions at
>
> http://man.openbsd.org/OpenBSD-6.0/release
>
> I was able to build the kernel. I have rebooted with the new kernel
On Sat, Mar 18, 2017 at 11:36:15AM -0400, Joe Gidi wrote:
> Apologies for the horribly mangled formatting on the first attempt.
> Resending, hopefully much more legibly...
>
> I have a file server running -current on amd64. It has a three-drive RAID1
> softraid array. Up until yesterday, I'd been
On Tue, Mar 28, 2017 at 10:34:16AM +0300, Mihai Popescu wrote:
> Hello,
>
> whois [address] ends with core dump and this message:
>
> whois(23584) in free(): bogus pointer (double free?) 0xc588e902129
> Abort trap (core dumped)
>
> The gdb message is this:
>
> (gdb) core-file whois.core
> Core
On Fri, Apr 14, 2017 at 11:45:05AM +0800, Adam Steen wrote:
> Hi
>
> I used to start X using startx and when opening terminal my .kshrc
> would get run,
>
> but now i have switched to xenodm, my .kshrc is not being executed.
>
> my .profile has "export ENV=$HOME/.kshrc"
>
> what i am i missing?
> On 04/14/17 09:21, Theo de Raadt wrote:
> >> AFAICS there is no way to build a release without upgrading the base
> >> system first, i.e. you have to have root privileges.
> >>
> >> To keep things simple, I wonder if it would be possible to use these
> >> privileges to avoid the noperm partiti
> > bash-4.4# export DESTDIR=/dest; export RELEASEDIR=/export/releasedir
> > bash-4.4# cd /usr/src/etc && make release
> > sh /usr/src/sys/conf/newvers.sh
> > touch: version: Permission denied
> > /usr/src/sys/conf/newvers.sh[84]: cannot create version: Permission denied
> > *** Error 1 in /usr/src
On Sat, Apr 22, 2017 at 10:35:50PM +0200, Erling Westenvik wrote:
> Hi!
>
> After upgrading to today's snapshot (amd64, April 22) tmux refused to
> load with exit status 1 and error message 'lost server'. I quickly found the
> culprit in my .tmux.conf; a left over experimental if-shell statement I
The patch below adds a link to the official less page, fixes a vi
artefact (a) and changes "mail list" to "mailing list" (not
100% sure about that one). These are the only visible changes. While
there, I zapped a lot of trailing whitespace.
Index: faq1.html
=
On Tue, Apr 21, 2015 at 03:55:26PM +0200, LÉVAI Dániel wrote:
> Hi!
>
> Suddenly I realized that I can not move a window to a non-existing (new)
> window number? Like if I have windows at [0:mutt 1:ksh], I can not do
> `move-window -s 1 -t 8' anymore, it just stays at 1. This had to work
> before.
On Thu, May 07, 2015 at 02:40:59PM +0200, ludovic coues wrote:
> I wanted to know if anyone get either usbhidctl(1) or usbhidaction(1)
> working and if so for which usage.
I use usbhidctl(1) for giving presentations. My laptop is shipped with
an IR remote control:
uhidev3 at uhub3 port 2 configu
I don't think GNATS is used anymore, so don't mention it. The
entire paragraph is a bit repetitive and could probably be shortened
quite a bit more.
Index: faq/faq2.html
===
RCS file: /cvs/www/faq/faq2.html,v
retrieving revision 1.12
On Wed, May 27, 2015 at 03:08:53PM +0200, Harald Dunkel wrote:
> cmp -s bsd /bsd || ln -f /bsd /obsd
> ln: /bsd: No such file or directory
> *** Error 1 in /usr/src/sys/arch/amd64/compile/GENERIC (Makefile:904
> 'install-kernel-gate5c.example.com.')
>
> I have rebuilt it *because* /bsd was deleted
Hi,
On Fri, May 29, 2015 at 01:04:58PM +0200, Riccardo Mottola wrote:
> I'm on OpenBSD, 3.7, x86
I'm a bit confused: That would be 5.7, I suppose.
(You wrote 3.7 twice in your mail, so
I'm not sure).
> git-1.9.3 GIT - Tree History Storage Tool
If indeed you are on 5.7, you should prob
On Fri, Jul 03, 2015 at 07:29:08PM +0900, Joel Rees wrote:
> On Fri, Jul 3, 2015 at 3:05 PM, Mike Larkin wrote:
> > One thing is to try 'ZZZ' which will hibernate the machine and will
> > repost video properly on resume (usually, no promises here either).
>
> Cannot connect to apmd: No such
On Tue, Jul 21, 2015 at 08:48:16PM -0500, Ed Ahlsen-Girard wrote:
> There seems to be know sample configuration file for doas. I complains
> of not being enabled, and the man pages do not say how to do that.
To `enable' doas(1), you need to have an `/etc/doas.conf' file. It must
be owned by root,
I'm not sure whether this is a misunderstanding on my side or a bug.
Suppose I have the following /etc/doas.conf
$ cat /etc/doas.conf
permit nopass theo cmd /usr/bin/touch args /tmp/doastest/foo
I would expect from the excerpt
as targetThe target user the running user is allowed to run
On Mon, Jul 27, 2015 at 03:13:55PM +0200, Marc Espie wrote:
> On Mon, Jul 27, 2015 at 02:40:53PM +0200, Theo Buehler wrote:
>
> > So omitting [as identity] allows me to run as every user, not just as
> > root? Is this intentional?
>
> I think it's intentional.
On Mon, Jul 27, 2015 at 10:44:00PM +0200, Alexander Hall wrote:
>
>
> On July 27, 2015 3:22:13 PM GMT+02:00, Theo Buehler
> wrote:
> >On Mon, Jul 27, 2015 at 03:13:55PM +0200, Marc Espie wrote:
> >> On Mon, Jul 27, 2015 at 02:40:53PM +0200, Theo Buehler wrote:
&
On Fri, Jul 31, 2015 at 03:14:44PM +0200, Hikari Boulders wrote:
> Yes, this is resolved. But isn't it still an inconsistency with the line
>
> The last matching rule determines the action taken.
>
> from doas.conf(5)? It seems to me that if you specify a line permitting as
> any user, and *lat
On Sat, Sep 12, 2015 at 11:02:13AM +0200, Jiri Navratil wrote:
> Hello,
>
> Is it possible to edit UTF-8 text files under vi or mg?
As far as I know most base utilities do not yet have UTF-8 support, but
it might be coming soon, as announced in stsp@'s c2k15 report:
http://undeadly.org/cgi?actio
On Sat, Sep 19, 2015 at 02:19:19PM +0100, Toby Slight wrote:
> I'm trying to let my user shutdown, reboot and suspend the computer without
> entering a password. This is my doas.conf:
>
> permit keepenv { ENV PS1 SSH_AUTH_SOCK } :wheel
> permit nopass toby as root cmd /sbin/shutdown
> permit nopas
> Out of curiosity: What is the rationale behind the last sentence in
> FAQ: 14.21.5 - Softraid notes:
> "You may not want to specify the root device by DUID."
>
> I dare to ask as the installer sets DUIDs for every partition incl.
> "/". With this in mind I wonder why the root device should not b
> Note that we did not specify the altroot device by DUID, but by device
> name. We probably want to be pushing from the boot device to the
> secondary device, which can end up changing if the drive order is
> changed. For this reason, you may want to specify the root and altroot
> in /et
On Thu, Mar 10, 2016 at 09:50:40AM -0500, Masud Rahman wrote:
> I noticed that the link to 'libssl' in the 'composed of four parts'
> section of the 'libressl.org' page is using uppercase 'SSL', when it
> should be using lowercase, i.e:
>
> http://www.openbsd.org/cgi-bin/man.cgi?query=SSL&sektion=
On Sun, Mar 13, 2016 at 02:06:54PM -0500, Edgar Pettijohn wrote:
> On current I get the following when starting 'hack'
>
> "Cannot get status of hack"
>
> It worked on 5.8 release. Just wanted to see if anyone else had the same
> problem.
hack, hunt, phantasia and sail are either completely bro
> -The Zaurus has very little current available on its USB port, so many
> +The Zaurus has very little currently available on its USB port, so many
electrical current?
> USB devices will not work if they are directly attached to it.
> You will need to use a powered USB hub to run these devices
On Sat, Apr 02, 2016 at 12:24:13AM -0400, Luke Tidd wrote:
> Machine is a Thinkpad x230. First crash after an update.
Thanks for the report. Pleasae report bugs to the bugs@ mailing list
because not everybody reads misc@. The change that led to this has been
reverted:
https://marc.info/?l=openbsd
On Sat, Apr 02, 2016 at 10:19:41AM -0400, Rob Pierce wrote:
> It looks like the cdrkit web site has been down for a while.
>
> Point to the debian package instead, or maybe delete altogether?
Thanks. I decided to shorten the whole subsubsection quite a bit more.
It's not as if burning an iso to a
On Mon, Apr 04, 2016 at 04:12:26AM +, Philip Higgins wrote:
> Hi,
>
> When using 'udpsockmode' in dhcpd (-u flag), it first calls
> pledge("stdio rpath inet sendfd proc id", NULL) (in udpsock.c)
>
> then tries
> pledge("stdio inet route sendfd", NULL) (back in dhcpd.c)
>
> The "route" causes
On Sat, Apr 09, 2016 at 12:52:16PM +, Calvin wrote:
> Recently, I've created a pledge wrapper for C#. [1] I discovered that pledge
> seems to trigger on shared memory manipulations, which aren't mentioned in the
> man page for pledge. For example, Mono uses shared memory, which triggers
> pledg
On Tue, Apr 19, 2016 at 03:18:45PM +0200, Riccardo Mottola wrote:
> Hi,
>
> I can suspend my laptop by closing the lid, hitting the powerbutton the
> computer comes up again, however it looks frozen, I cannot type anything (or
> I may type 1 or two chars before it locks up). It happens both under
On Fri, May 06, 2016 at 12:58:33AM -0400, Gabriel Guzman wrote:
> FAQ5 is missing a sentence:
fixed, thanks.
On Sun, May 08, 2016 at 11:28:33AM +0200, Heiko wrote:
> Hello Team,
>
> there is a deadlink in current.html @ 2016/05/07 - MAJOR ABI BREAK
>
> "Not Found
> The requested URL /faq/r20160319 was not found on this server."
>
> Regards
> Heiko
>
fixed, thanks
On Fri, May 13, 2016 at 07:28:51PM +0200, Leo Unglaub wrote:
> Hey friends,
> i have two identical ssd drives in my laptop. sd0 and sd1. I created a Raid
> 1 (mirroring) on them resulting in sd3. I used the following command:
>
> > bioctl -c 1 -l sd0a,sd1a softraid0
>
>
> On the resulting disk i
> > softraid0: sd8a has unsupported sector size (4096)
> > softraid0: invalid metadata format
>
> I looked around and found an old email from Kenneth R Westerback on this
> mailinglist where he stated that the "4k problem" was solved at "c2k15" but
> never commited. Is there a reason it never got
On Wed, May 25, 2016 at 07:35:04PM +0200, Robert Campbell wrote:
> https://www.openbsd.org/faq/faq14.html#softraid
>
> In the FAQ > Disk Setup > Full Disk Encryption section there are these
> lines after the encrypted drive has been set up:
>
> > As in the previous example, we'll overwrite the
On Sat, May 28, 2016 at 08:03:47PM +0200, Stefan Sperling wrote:
> On Sat, May 28, 2016 at 06:15:35PM +0200, Robert Campbell wrote:
> > I followed the steps in the FAQ for setting up full disk encryption.
> > Everything goes according to plan until I attempt to write zeros to the
> > first megabyte
On Wed, Jun 01, 2016 at 11:50:49AM +0200, Alex Greif wrote:
> just found this one.
>
fixed, thanks
> thanks, Alex.
>
>
> Index: faq/faq4.html
> ===
> RCS file: /cvs/www/faq/faq4.html,v
> retrieving revision 1.460
> diff -u -p -u -
On Thu, Jun 02, 2016 at 03:11:28PM +0100, Kevin Chadwick wrote:
> Hardly matters much but just an FYI to say that I have just confirmed
> the bcdedit multibooting VISTA/WIn7 section of the faq works perfectly
> well on Windows 10 too so Win 10 could be added to the heading without
> any other chang
On Thu, Jun 02, 2016 at 03:20:45PM +0200, Theo Buehler wrote:
> On Thu, Jun 02, 2016 at 03:11:28PM +0100, Kevin Chadwick wrote:
> > Hardly matters much but just an FYI to say that I have just confirmed
> > the bcdedit multibooting VISTA/WIn7 section of the faq works perfectly
>
On Tue, Jun 28, 2016 at 08:09:02PM -0500, Edgar Pettijohn wrote:
> This doesn't seem possible, but maybe I'm missing something.
>
> I would like pkg_info to tell me where to find a package in
> the ports tree. For example:
>
> If I go to /usr/ports and do make search key=wget I can find
> the
On Tue, Jun 28, 2016 at 08:29:23PM -0500, Edgar Pettijohn wrote:
> On 16-06-29 03:16:02, Theo Buehler wrote:
> > On Tue, Jun 28, 2016 at 08:09:02PM -0500, Edgar Pettijohn wrote:
> > > This doesn't seem possible, but maybe I'm missing something.
> > >
> &g
> The second exmaple:
>
> $ jot -r -p 0 10 0.5 3.5 | sort -n | uniq -c
> 25120 0
> 49882 2
> 24998 4
>
> So I'd says there are real bugs introduced with the latest commit.
>
> -Otto
>
Indeed, this is bad. The following patch lets the code fall back to the
old version in the cases tha
I see two options apart from reverting my commit.
1. Just fix the bug Otto noticed. Remove the section on randomness
completely and fix one example in the manual. That's what the patch
in this mail does. The patch for jot.c is the same as in my previous
mail.
2. Restore the previous beha
This is the second poposal:
In addition to fixing the bug Otto noticed, restore the previous
behavior when -r is used in combination with -w or -c. This is done by
checking whether those flag were specified on the command line.
In particular, we have the following situation:
$ obj/jot -r 10
On Mon, Aug 01, 2016 at 09:42:07PM +0200, Paul Kelly wrote:
> Hi misc,
>
> www/faq/faq7.html links to termcap(5) but the link is simply
> http://man.openbsd.org/termcap, which ends up at termcap(3). A diff is
> included below.
Fixed, thanks!
> Also an observation: on faq7.html linked text often
On Tue, Aug 02, 2016 at 01:44:17AM +0200, Ingo Schwarze wrote:
> Hi Theo,
>
> Theo Buehler wrote on Tue, Aug 02, 2016 at 12:31:43AM +0200:
>
> > I don't think so. The numbers are added in the link text to make it
> > plain that we link to a man page and si
On Wed, Aug 03, 2016 at 07:20:34AM +, Gerald Hanuer wrote:
> Hello misc@,
>
> In lyrics.html
> 6.0: "Black Hat"
>
> Black Hat, don't them let put you in the light
> To
> Black Hat, don't let them put you in the light
Fixed, thanks!
>
>
> And to all who make the release possible, cheers!
>
> disklayout:
> a: 5122.2M /
> b: 1019.8M swap
> d: 10244.6M /tmp
> e: 15359.0M /var
> f:30718.0M /usr
> g: 914285.1M/home
>
> /usr is mounted read-only
> /var is mounted no-exec
So much space and no separate /usr/local ? why?
If this is really the case, please make
On Mon, Aug 08, 2016 at 02:18:49PM +, Кондратюк Павел Александрович wrote:
> 0
> C Russian Federation
> P
> T Moscow
> Z 109004
> O Infosecurity LLC
> I Artem Vydrin /Pavel Kondratyuk
> A Nikoloyamskaya 38/1
> M u...@infosecservice.ru
> U http://www.gk-is.ru/services.php
> B +7 495 510 15 86
>
On Sat, Aug 20, 2016 at 01:28:23PM +0200, Jan Stary wrote:
> On current/amd64, fsdb(8) fails like this:
>
> # fsdb -f /dev/rsd0l
> ** /dev/rsd0l
> Editing file system `/dev/rsd0l'
> Last Mounted on /usr/xenocara
> current inode: directory
> I=2 MODE=40755 SIZE=5
> this is kinda gross, but ok for now.
I agree that it isn't very nice. How about this version that passes a
flag to setup()?
Unless I'm missing something, the only reason for the pledges being
conditional on !hotroot() is the mount(2) call in fsck_ffs/main.c:336,
where a ro root filesystem is r
On Sat, Sep 03, 2016 at 05:37:22PM +, Michal Bozon wrote:
> > Why?
>
> good(?) news: sysmerge is gone in 6.0
> but not removed by 5.9 to 6.0 uprade process.
>
I really have a hard time understanding what you're trying to point out.
Yes, systrace is gone, but it's an ordinary binary that doe
The version numbers of less and perl in 56.html are incorrect.
Here are the links to the commit messages:
for perl:
http://marc.info/?l=openbsd-cvs&m=139567356426747&w=2
for less:
http://marc.info/?l=openbsd-cvs&m=139843312032453&w=2
Index: 56.html
On Sun, Feb 20, 2022 at 03:10:16PM +0100, Wolf wrote:
> Original location caused the line to be printed every time for ec keys.
> I suspect copy&paste error from rsa_key_create.
Committed, thanks!
On Thu, May 05, 2022 at 10:59:45AM +0200, Hiltjo Posthuma wrote:
> Hi,
>
> I have a question how OpenBSD ftp and session resumption works and can be
> enabled or used using the option -S session=somepath .
>
> If I remember correctly this option was added at the time to improve the
> performance
On Thu, May 05, 2022 at 08:36:36PM -0400, Ted Unangst wrote:
> On 2022-05-05, Ted Unangst wrote:
> > On 2022-05-05, Theo Buehler wrote:
> > > On Thu, May 05, 2022 at 10:59:45AM +0200, Hiltjo Posthuma wrote:
> > > > Is this option currently enabled and worki
On Fri, May 20, 2022 at 04:08:25PM +1200, Avon Robertson wrote:
> I have been unable to fetch mail with mutt on this host using either the
> currently installed snapshot and mutt package, or the snapshot and mutt
> package that had been installed 2-3 days previously.
>
> I have been able to send m
On Fri, Jul 01, 2022 at 10:57:52AM +0300, Gregory Edigarov wrote:
> Hello,
>
> $ openssl version
> LibreSSL 3.5.2
>
> $ openssl genpkey -algorithm ed25519
> Algorithm ed25519 not found
>
> $ openssl genpkey -algorithm x25519
> Algorithm x25519 not found
>
> How would you generate a keypair?
> Y
On Thu, Aug 22, 2024 at 06:31:08PM -0700, Philip Guenther wrote:
> Whee. Can someone send me or point me to a reproducer for this; e.g.,
> does postgresql's own test suite hit this?
Reverting fflush.c r1.10 is enough.
With the diff to databases/postgresql below (which I think we should
commit in
> Unfortunately I'm not an Emacs user and don't have time to dig into
> this. If there is anything to do from the w3m side please make sure keep
> me Cc'ed.
It is definitely a problem in w3m, not directly OpenBSD related. It's
another instance of https://todo.sr.ht/~rkta/w3m/59
As mentioned by Je
On Tue, Mar 04, 2025 at 03:27:38PM +0100, Rene Kita wrote:
> On Tue, Mar 04, 2025 at 02:19:00PM +0100, Theo Buehler wrote:
> > > Unfortunately I'm not an Emacs user and don't have time to dig into
> > > this. If there is anything to do from the w3m side pleas
On Thu, Mar 06, 2025 at 08:54:16AM +0100, Rene Kita wrote:
> On Tue, Mar 04, 2025 at 11:55:02AM +, Stuart Henderson wrote:
> > On 2025-03-04, Rene Kita wrote:
> > > On Sat, Mar 01, 2025 at 07:34:31AM -0500, Jon Fineman wrote:
> > >> I have been having some trouble with emacs/w3m for a while no
101 - 177 of 177 matches
Mail list logo