Re: vi - inability to search backwards for ?

2023-05-13 Thread Andreas Kusalananda Kähäri
. */ > if (re_compile(sp, ptrn, plen, >re, >re_len, >re_c, > RE_C_SEARCH | I'm assuming this is with the "extended" option set in vi, right? -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: pkg_add -u fails with "failed to open CA file '/etc/ssl/cert.pem': Permission denied"

2022-01-18 Thread Andreas Kusalananda Kähäri
only one *permitted* to access this file. > Thats not an error. > > If there was another user account involved, then show me. The user is called _pkgfetch -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Andreas Kusalananda Kähäri
> scripted installs want. > I have wished for this too, but it never bothered me enough to send a query. > :-) Which one is the "latest" here? $ doas pkg_add bogofilter doas (kk@box) password: quirks-4.92 signed on 2022-01-07T13:45:06Z Ambiguous: choose package for bogofilter a 0: 1: bogofilter-1.2.5 2: bogofilter-1.2.5-db4 3: bogofilter-1.2.5-lmdb 4: bogofilter-1.2.5-qdbm 5: bogofilter-1.2.5-sqlite3 Your choice: -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: rc Re: distributive glob Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
s and > > therefore definitely filenames. > > > Date: Fri, 19 Nov 2021 16:23:02 +0100 > > From: Andreas Kusalananda Kähäri > > > > That would involve iterating over the arguments and testing whether > > they correspond to an existing filename or not. This

Re: rc Re: distributive glob Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
compile -type 1 <*1> -type 1 <*2> ... > > > > would be useful with existing utilities, but Im not aware of any. > > > Date: Fri, 19 Nov 2021 16:30:18 +1100 > > From: Reuben ua Bríġ > > > > I know rc(1) allows at least > > > > c=* > > cc -c$c > > > > I dont think there is any way to make the resulting concatenation > > field separated ('-c' '*1' ...) for those programs that need it, but > > oh well. (But I havent read the grammar.) -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: zsh Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
-- * > for name do > set -- "$@" -f "$name" > shift > done > > sed "$@" [cut] Or if you feel rebellious, cat * | sed -f /dev/stdin -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: zsh Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
On Fri, Nov 19, 2021 at 08:58:00PM +1100, Reuben ua Bríġ wrote: > > Date: Fri, 19 Nov 2021 10:23:51 +0100 > > From: Andreas Kusalananda Kähäri > > > > What was the thing about "/" and "ti"? > > I might a lot of typos. by "ti" I mean

Re: zsh Re: type checking/signalling shell and utilities?

2021-11-19 Thread Andreas Kusalananda Kähäri
On Fri, Nov 19, 2021 at 07:34:58PM +1059, Reuben ua Bríġ wrote: > > Date: Fri, 19 Nov 2021 08:30:44 +0100 > > From: Andreas Kusalananda Kähäri > > > > Ah, so you are talking about options that takes multiple > > option-arguments. > > That roughly corre

Re: type checking/signalling shell and utilities?

2021-11-18 Thread Andreas Kusalananda Kähäri
On Fri, Nov 19, 2021 at 02:40:45PM +1059, Reuben ua Bríġ wrote: > > Date: Thu, 18 Nov 2021 21:20:36 +0100 > > From: Andreas Kusalananda Kähäri > > > > > all very well if you only need one array of strings, but useless if > > > you need more. > > >

Re: type checking/signalling shell and utilities?

2021-11-18 Thread Andreas Kusalananda Kähäri
d result in words starting with a dash. This is not a trick. Just common sense shell scripting practice. > I do not need advice on how to use the UNIX shell and utilities. (Yuck!) You're implying otherwise. -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: sed(1) and line number 0

2021-08-15 Thread Andreas Kusalananda Kähäri
On Sun, Aug 15, 2021 at 09:52:57PM +0200, Martijn van Duren wrote: > On Sat, 2021-08-14 at 20:20 +0200, Andreas Kusalananda Kähäri wrote: > > On Fri, Aug 13, 2021 at 11:19:16PM +0800, Philippe Meunier wrote: > > > Hello, > > > > > > While porting a shell script

Re: wait returns 127 for existing process?

2021-08-15 Thread Andreas Kusalananda Kähäri
ons and pattern to pick the correct process out. -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: wait returns 127 for existing process?

2021-08-15 Thread Andreas Kusalananda Kähäri
returns 127 if the process is not a child of the current shell. Is it a child process of the current shell? If so, does it install a signal handler for the HUP signal? -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: sed(1) and line number 0

2021-08-14 Thread Andreas Kusalananda Kähäri
wing would work the same as GNU's '0,/^test$/d': sed -e '1 { /^test$/d; }' -e '1,/^test$/d' file That is, delete the first line if it is "test", otherwise delete from line 1 the next line that is "test". -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: after sysupgrade, /etc/rc syntax error

2021-07-24 Thread Andreas Kusalananda Kähäri
-- > > any help would be appreciated. > shadrock I ran into this too. It's fixed in the most recent snapshot(s). Note the missing single quote after "mtu". Fix with 464s/mtu/&' w in ed. Regards, -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: OpenBSD 6.7-stable macppc hacked?

2021-02-16 Thread Andreas Kusalananda Kähäri
r > > 1536 > > root login_passwd 507520 / 564 crw--wrw > > ttyp1 > > root login_passwd 507521 / 564 crw--wrw > > ttyp1 > > root login_passwd 50752 2 / 564 crw--wrw > >

Re: cron scheduling on a laptop and backups

2020-06-07 Thread Andreas Kusalananda Kähäri
run at least once a day (if the machine is up at least once a day) using anacron. The anacron tool is available as a package. You would trigger anacron with a "@reboot", and possibly also with a "@daily" cron job. -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: Convert ffs1 to ffs2?

2020-05-20 Thread Andreas Kusalananda Kähäri
s system (see diskless(8)). The value of "well" depends on your expectations. I don't run any of my OpenBSD systems with a graphical UI, for example, and I don't need super fast disk access to edit files or read my email. -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: tmux and CPU usage

2020-04-18 Thread Andreas Kusalananda Kähäri
4 configuration 1 "Lenovo H5321 gw" rev 2.00/0.00 addr 3 > > uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" > > rev 2.00/0.00 addr 2 > > ugen1 at uhub3 port 1 "Lenovo Integrated Smart Card Reader" rev 2.00/1.00 &g

Re: Regarding randomized times in crontab

2020-04-18 Thread Andreas Kusalananda Kähäri
it chooses 59, and then it re-randomizes as 1, but the job > takes >2 minutes. > > Awesome I would honestly say that would be a user error tho. You have the same issue in -stable today with jobs possibly overlapping due to less than careful scheduling. -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: tmux and CPU usage

2020-04-18 Thread Andreas Kusalananda Kähäri
0 "CHICONY HP Basic USB > Keyboard" rev 1.10/3.00 addr 6 > uhidev3: iclass 3/1 > ukbd1 at uhidev3: 8 variable keys, 6 key codes > wskbd2 at ukbd1 mux 1 > uhidev4 at uhub4 port 4 configuration 1 interface 0 "Logitech USB-PS/2 > Optical Mouse" rev 2.00/27.20 addr 7 > uhidev4: iclass 3/1 > ums1 at uhidev4: 8 buttons, Z and W dir > wsmouse3 at ums1 mux 0 > uvideo0 at uhub3 port 6 configuration 1 interface 0 "Chicony Electronics Co., > Ltd. Integrated Camera" rev 2.00/5.64 addr 8 > video0 at uvideo0 > uhub6 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" > rev 2.00/0.00 addr 2 > vscsi0 at root > scsibus2 at vscsi0: 256 targets > softraid0 at root > scsibus3 at softraid0: 256 targets > root on sd0a (7a2ec63fbc88653a.a) swap on sd0b dump on sd0b > inteldrm0: 1366x768, 32bpp > wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 > wskbd1: connecting to wsdisplay0 > wskbd2: connecting to wsdisplay0 > wsdisplay0: screen 1-5 added (std, vt100 emulation) > > -- > Alessandro De Laurenzis > [mailto:jus...@atlantide.mooo.com] > Web: http://www.atlantide.mooo.com > LinkedIn: http://it.linkedin.com/in/delaurenzis -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: Regarding randomized times in crontab

2020-04-17 Thread Andreas Kusalananda Kähäri
On Fri, Apr 17, 2020 at 09:06:10AM +0200, Janne Johansson wrote: > Den tors 16 apr. 2020 kl 20:22 skrev Andreas Kusalananda Kähäri < > andreas.kah...@abc.se>: > > > On Thu, Apr 16, 2020 at 11:14:59AM -0600, Theo de Raadt wrote: > > > That is a lot of w

Re: Regarding randomized times in crontab

2020-04-16 Thread Andreas Kusalananda Kähäri
and the best way to discover that is to look at the implementation. > > https://www.openbsd.org/anoncvs.html -- Specifically, you'll want to > > look at the implementation of get_range() in usr.sbin/cron/entry.c > > > > FYI, > > > > > > -- > > Rau

Re: Regarding randomized times in crontab

2020-04-16 Thread Andreas Kusalananda Kähäri
at 10:28:34AM -0600, Theo de Raadt wrote: > Yes. > > But that problem already existed with the minutes field being >close to > the moment cron was restarted. > > Only difference is now you don't know the minute. > > > Andreas Kusalananda Kähäri wrote: > > &

Regarding randomized times in crontab

2020-04-16 Thread Andreas Kusalananda Kähäri
Thanks for the ~ crontab(5) feature! Question: If the cron daemon is restarted (e.g. via reboot) during the interval during which a cron job may be randomly triggered, is there a risk (or even guarantee) that the job may run a second time? Regards, -- Andreas (Kusalananda) Kähäri SciLifeLab

Re: How to test for FORTIFY_SOURCE?

2020-03-18 Thread Andreas Kusalananda Kähäri
quot;confusion" is probably not a reason to stop providing these. If you want uptodate manuals for the system that you're using, I hope that you're using the man(1) command on the command line and taht you don't rely on the correctness of manuals found on the web. I don't think Windows has manuals in man or mandoc format that are free to host. -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: Compiler warning in ctype.h

2020-03-05 Thread Andreas Kusalananda Kähäri
uld be difficult for anyone to point out what you're doing wrong without having a look at what you're doing. -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: .forward MDA fails, "mail.local: may only be run by the superuser"

2020-02-01 Thread Andreas Kusalananda Kähäri
On Sat, Feb 01, 2020 at 09:29:16AM +, gil...@poolp.org wrote: > February 1, 2020 9:11 AM, "Andreas Kusalananda Kähäri" > wrote: > > > Hi, > > > > With the latest snapshot on amd64 (6.6 GENERIC.MP#627), using a "|"-line > > in one's ~/.fo

.forward MDA fails, "mail.local: may only be run by the superuser"

2020-02-01 Thread Andreas Kusalananda Kähäri
option completely unsupported from now on? Regards, -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: certificate verification error

2020-01-25 Thread Andreas Kusalananda Kähäri
52:56 MST 2020 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: Brand new server - bad adventures

2020-01-22 Thread Andreas Kusalananda Kähäri
(re)installs the kernel, should I get the error > "reorder_kernel: failed", because I modified (disabled inteldrm) kernel? > > Any words on "kbc: cmd word write error" when I tried the 'boot -c'? > > I thank you for your time in reading all these, > And many thanks for your suggestions, in advance! > > Best, > Özgür Kazancci -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: ksh complete_command for commands with "-" in name

2020-01-17 Thread Andreas Kusalananda Kähäri
all these completions for. The aliases would have no dashes in their names. alias ssh_add=ssh-add set -A complete_ssh_add_1 -- -D -l -L -v -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden .

Re: Fun play with egrep, sed and awk

2019-12-26 Thread Andreas Kusalananda Kähäri
ep '[0-9]{9}$' distfiles.txt | sed 's|\(.*\).* [cut] > linux-4.20.tar.xz 0.104258G [cut] -- Andreas (Kusalananda) Kähäri SciLifeLab, NBIS, ICM Uppsala University, Sweden

Re: How to open new window/pane in the current working directory in tmux?

2019-12-19 Thread Andreas Kusalananda Kähäri
) > > https://cvsweb.openbsd.org/src/usr.bin/tmux/screen.c (revision 1.56) Could you also explain why using #T or #{pane_path} in place of #{pane_current_path} does not make the keybinding listed above work? Regards, > > Can't see nothing about removal of pane_current_path even in

Re: How to debug hanging machines / proc: table is full

2019-11-01 Thread Andreas Kusalananda Kähäri
end trace frame: 0x0, count: -6 > > > > > > ddb{0}> show locks > > > exclusive kernel_lock _lock r = 0 (0x81e37b10) locked @ > > > /usr/src/sys/arch/amd64/amd64/softintr.c:87 > > > #0 witness_lock+0x41f > > > #1 softintr_dispatc+0x

Re: Suspend on Dell Inspiron 6000

2019-10-31 Thread Andreas Kusalananda Kähäri
On Thu, Oct 31, 2019 at 10:56:38AM -0700, Mike Larkin wrote: > On Thu, Oct 31, 2019 at 01:41:55PM -0400, Patrick Coppock wrote: > > Hi, All: > > > > I am new to OpenBSD; I recently installed 6.5 on a Dell Inspiron 6000 > > and upgraded to 6.6 yesterday. Suspend did not work in 6.5 and still > >

Re: Why regex doesn't work in while loop's condition?

2019-09-06 Thread Andreas Kusalananda Kähäri
On Fri, Sep 06, 2019 at 02:38:18PM -0600, Theo de Raadt wrote: > Christian Weisgerber wrote: > > > On 2019-09-06, Andreas Kusalananda Kähäri wrote: > > > > >> read x; while [ "$x" != [abc] ]; do echo "Not a, b or c"; break; done > > >

Re: Why regex doesn't work in while loop's condition?

2019-09-06 Thread Andreas Kusalananda Kähäri
On Fri, Sep 06, 2019 at 08:55:10PM +0200, Andreas Kusalananda Kähäri wrote: > On Fri, Sep 06, 2019 at 11:39:06PM +0500, JohnS wrote: > > Hi, all! > > > > Why next construction doesn't work? > > > > read x; while [ "$x" != [abc] ]; do echo "N

Re: Why regex doesn't work in while loop's condition?

2019-09-06 Thread Andreas Kusalananda Kähäri
On Fri, Sep 06, 2019 at 11:39:06PM +0500, JohnS wrote: > Hi, all! > > Why next construction doesn't work? > > read x; while [ "$x" != [abc] ]; do echo "Not a, b or c"; break; done > > I tried many variants but can't make it work. Moreover I don't understand WHY > it > doesn't work?! > >

Re: Package -stable updates

2019-08-29 Thread Andreas Kusalananda Kähäri
On Thu, Aug 29, 2019 at 09:50:48AM +0200, Andre Stoebe wrote: > On 29.08.2019 01:59, Steven Shockley wrote: > > So, many thanks to everyone who put together the new -stable updates for > > packages. Is there a command I can put in the crontab that will only > > output if there are updates?

Re: Piping multiple lines of text via ssh

2019-08-26 Thread Andreas Kusalananda Kähäri
On Sun, Aug 25, 2019 at 10:02:47PM +0300, Mario Galindez wrote: > hello, > > i have set my own app as the shell of a user on a remote host. My app > reads from stdin, and prints output to stdout. > > If I do: > ssh u...@remotehost.com > > and manually type multiple lines of text,the app works

Re: Current snapshot sets fail verification

2019-06-21 Thread Andreas Kusalananda Kähäri
On Thu, Jun 20, 2019 at 11:12:30PM -, Stuart Henderson wrote: > On 2019-06-20, Andreas Kusalananda Kähäri wrote: > > > > It seems to have resolved itself. Maybe I just managed to run > > sysupgrade while the mirror was updating... > > > > > > On Thu, Ju

Re: Current snapshot sets fail verification

2019-06-20 Thread Andreas Kusalananda Kähäri
It seems to have resolved itself. Maybe I just managed to run sysupgrade while the mirror was updating... On Thu, Jun 20, 2019 at 09:45:50PM +0200, Andreas Kusalananda Kähäri wrote: > > That's for amd64, sorry, forgot to mention. > > On Thu, Jun 20, 2019 at 09:44:54PM +0

Re: Current snapshot sets fail verification

2019-06-20 Thread Andreas Kusalananda Kähäri
That's for amd64, sorry, forgot to mention. On Thu, Jun 20, 2019 at 09:44:54PM +0200, Andreas Kusalananda Kähäri wrote: > With https://cdn.openbsd.org/pub/OpenBSD in /etc/installurl, sysupgrade > currently fails: > > $ doas sysupgrade > S

Current snapshot sets fail verification

2019-06-20 Thread Andreas Kusalananda Kähäri
With https://cdn.openbsd.org/pub/OpenBSD in /etc/installurl, sysupgrade currently fails: $ doas sysupgrade SHA256.sig 100% || 2141 00:00 Signature Verified Verifying old sets. base65.tgz 100%

Re: Behaviour of eval in sh(1) and ksh(1) in AND-OR list with set -e

2019-06-06 Thread Andreas Kusalananda Kähäri
On Wed, Jun 05, 2019 at 08:05:48PM +0200, Andreas Kusalananda Kähäri wrote: > When running under set -e, why does > > eval false || echo ok Just to clarify: OpenBSD's sh(1) and ksh(1) make it impossible to run code like set -e if eval "$string"; then echo ok else

Behaviour of eval in sh(1) and ksh(1) in AND-OR list with set -e

2019-06-05 Thread Andreas Kusalananda Kähäri
When running under set -e, why does eval false || echo ok terminate the script with the execution of eval? As far as I know, the OpenBSD sh(1) and ksh(1) shells are the only ones doing that. If we take termination of the script as a given in the above scenario (even if it feel a bit odd

Re: Prefered manpage idioms?

2019-05-30 Thread Andreas Kusalananda Kähäri
On Thu, May 30, 2019 at 10:16:12PM +1000, Stephen Gregoratto wrote: > When I'm writing new manpages, I like to draw inspiration from the > documentation of similar programs. The problem is that many manpages > have different ways of saying the same thing, probably due to their > authors and time

Re: crontab

2019-05-28 Thread Andreas Kusalananda Kähäri
On Tue, May 28, 2019 at 05:43:03PM -0400, System Administrator wrote: > On 28 May 2019 at 15:14, Carlos Aguilar wrote: > > > Hi, > > > > I am having lots of problems to execute a shell script at boot time. > > > > My crontab is as follows; > > >> > > SHELL=/bin/ksh > > > > @reboot

Re: crontab

2019-05-28 Thread Andreas Kusalananda Kähäri
On Tue, May 28, 2019 at 03:14:58PM -0500, Carlos Aguilar wrote: > Hi, > > I am having lots of problems to execute a shell script at boot time. > > My crontab is as follows; > >> > SHELL=/bin/ksh > > @reboot $HOME/bin/app-ferre > << > My shell script is as follows: > >> > #!/bin/ksh > >

Issue with file not showing up in directory mounted over local NFS

2019-05-28 Thread Andreas Kusalananda Kähäri
Hi, I'm building current ports in a chroot with dpb(1), and I'm keeping the ports tree in /extra/ports which is mounted over local NFS to both /usr/ports and /extra/proot/usr/ports (in my chroot). Recently I've seen this happening: $ ls -l /extra/ports/packages/amd64/all/wget* -rw-r--r-- 3

Re: User who invoke doas

2019-05-01 Thread Andreas Kusalananda Kähäri
On Thu, May 02, 2019 at 04:29:20AM +, Adam Steen wrote: > Hi > > In a shell script invoked by doas, is it possible to find which user invoke > the script? my search a the moment has come up empty. > > Cheers > Adam > Investigate the owner of the shell's parent process: ps -p $PPID -o

Re: EU anoncvs rsync mirror not updating

2019-02-08 Thread Andreas Kusalananda Kähäri
On Fri, Feb 08, 2019 at 11:14:50AM +0100, Andreas Kusalananda Kähäri wrote: > Hi, > > The mirror status page at [1] says that the rsync mirror at > ftp.eu.openbsd.org::OpenBSD is up to date as usual. This is good > and I can get my snapshots from there with no issues. Howev

EU anoncvs rsync mirror not updating

2019-02-08 Thread Andreas Kusalananda Kähäri
on that mirror in the past too, and this may be another one. [1] https://spacehopper.org/mirmon/ -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Newline-issues with c, i, and a command in sed

2019-01-27 Thread Andreas Kusalananda Kähäri
for the life of me figure out how to insert that newline without resorting to using GNU sed. This is on OpenBSD 6.4-current (GENERIC.MP) #634: Sat Jan 26 15:39:11 MST 2019 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP Regards, -- Andreas Kusalananda Kähäri, National

Re: Problem upgrading to today's snapshot on VirtualBox 6 installation (kernel panic)

2019-01-14 Thread Andreas Kusalananda Kähäri
On Mon, Jan 14, 2019 at 12:16:29PM +0100, Andreas Kusalananda Kähäri wrote: > On Mon, Jan 14, 2019 at 10:25:03AM +0100, Andreas Kusalananda Kähäri wrote: > > > > Hi, > > > > Today's snapshot, timestamped "14/01/2019, 08:18:00" on the > > ftp.eu.openb

Re: Problem upgrading to today's snapshot on VirtualBox 6 installation (kernel panic)

2019-01-14 Thread Andreas Kusalananda Kähäri
On Mon, Jan 14, 2019 at 10:25:03AM +0100, Andreas Kusalananda Kähäri wrote: > > Hi, > > Today's snapshot, timestamped "14/01/2019, 08:18:00" on the > ftp.eu.openbsd.org mirror, fails to do an upgrade on my VirtualBox 6 > amd64 installation (which I'm ru

Problem upgrading to today's snapshot on VirtualBox 6 installation

2019-01-14 Thread Andreas Kusalananda Kähäri
targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (185c99a6fe432a06.a) swap on sd0b dump on sd0b WARNING: /mnt was not properly unmounted -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: Porting some software to OpenBSD

2019-01-05 Thread Andreas Kusalananda Kähäri
uint64_t freq; /* ... */ printf("freq is %" PRIu64 " Hz\n", freq); See e.g. https://en.cppreference.com/w/c/types/integer Cheers, -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: Core Dev?

2018-12-04 Thread Andreas Kusalananda Kähäri
s does not automatically mean that these projects are "endorsed by OpenBSD" or 100% supported. This is a good thing, as it would otherwise severely restrict what other public projects an OpenBSD could be working on. Cheers, -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: cannot perform newline in sed substitution

2018-11-06 Thread Andreas Kusalananda Kähäri
> What am I doing wrong? > Thanks, > > > Damien Thiriet > The newline has to be escaped with \\ since the sed expression is within double quotes. sed "s/\\page/\\ \\stopDiapo/" foo Or, use single quotes: sed 's/\\page/\ \\stopDiapo/' foo -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: cc: dereference NULL pointer inside switch brackets and no exception

2018-09-03 Thread Andreas Kusalananda Kähäri
compiler would be forced to generate code to dereference the pointer (to compare it to 'a'), and you will get your segmentation fault. -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden. När du har kontakt med oss på Uppsala u

Re: Stockholm anoncvs rsync mirror not updating

2018-07-17 Thread Andreas Kusalananda Kähäri
On Mon, Jul 16, 2018 at 10:29:24PM +0200, Andreas Kusalananda Kähäri wrote: > On Mon, Jul 16, 2018 at 12:38:24PM -0700, Bryan Vyhmeister wrote: > > This is probably due to the Hackathon from July 8-13 and that at least > > some developers are probably still traveling. Snap

Re: Stockholm anoncvs rsync mirror not updating

2018-07-16 Thread Andreas Kusalananda Kähäri
a rather long and erroneous commit message on Thursday last week that may have confused something. Testing again now, it works (it didn't earlier in the afternoon). Regards, -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden. Nä

Stockholm anoncvs rsync mirror not updating

2018-07-15 Thread Andreas Kusalananda Kähäri
-- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden. När du har kontakt med oss på Uppsala universitet med e-post så innebär det att vi behandlar dina personuppgifter. För att läsa mer om hur vi gör det kan du läsa här: http

Re: sed disappearing last line

2018-07-10 Thread Andreas Kusalananda Kähäri
On Tue, Jul 10, 2018 at 09:29:55AM +0200, Andreas Kusalananda Kähäri wrote: > On Mon, Jul 09, 2018 at 06:23:17PM -0300, Daniel Bolgheroni wrote: > > Working with some input/commands which dealt with multiline pattern > > spaces, noticed a behaviour I was not expecting. Re

Re: sed disappearing last line

2018-07-10 Thread Andreas Kusalananda Kähäri
In all your examples, the last line is not properly terminated, which, strictly and pedantically speaking, violates the "text file" requirement. This does not affect the outcome of the commands though. Also, printf may be used to portably print strings with C escape sequences. Cheers,

Re: mg(1) man page about regular expressions

2018-06-07 Thread Andreas Kusalananda Kähäri
On Thu, Jun 07, 2018 at 01:33:01PM +0300, Leonid Bobrov wrote: > On Thu, Jun 07, 2018 at 12:14:00PM +0200, Andreas Kusalananda Kähäri wrote: > > Reading the source (/usr/src/usr.bin/mg/re_search.c), it seems as if it > > uses regcomp() to compile extended regular expressions. > &

Re: mg(1) man page about regular expressions

2018-06-07 Thread Andreas Kusalananda Kähäri
s > which use regular expressions? If not, where can I find documentation > for regular expressions which mg(1) commands use? > -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden. När du har kontakt med oss på Uppsala universitet

Re: ed viewing trailing spaces

2018-05-24 Thread Andreas Kusalananda Kähäri
arc.info/?l=openbsd-cvs=152474514713081 -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: Can SSH report successful connections to pf?

2018-05-05 Thread Andreas Kusalananda Kähäri
d too deeply at that yet though. Regards, -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: PS1 in 6.3

2018-04-03 Thread Andreas Kusalananda Kähäri
value you want or need. Note that PS1 does not need to be exported if it's set in the file pointed to by $ENV. Cheers, -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: pkg_add logs

2018-04-02 Thread Andreas Kusalananda Kähäri
s ? > > Best regards, > > > Damien Thiriet > /var/log/messages -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: x230 host with VM; VM's clock runs at half speed

2018-03-24 Thread Andreas Kusalananda Kähäri
On Fri, Mar 23, 2018 at 12:10:47PM -0700, Mike Larkin wrote: > On Fri, Mar 23, 2018 at 09:22:26AM +0100, Andreas Kusalananda Kähäri wrote: > > Hi, > > > > I recently set up a VM on my Lenovo Thinkpad x230 to build ports. With > > yesterday's sources, the clock in the

x230 host with VM; VM's clock runs at half speed

2018-03-23 Thread Andreas Kusalananda Kähäri
rk" rev 0x00 vio0 at virtio2: address fe:e1:bb:d1:0a:f6 virtio2: irq 6 virtio3 at pci0 dev 4 function 0 "OpenBSD VMM Control" rev 0x00 vmmci0 at virtio3 virtio3: irq 7 isa0 at mainbus0 isadma0 at isa0 com0 at isa0 port 0x3f8/8 irq 4: ns16450, no fifo com0: console vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (f6308a15e65f934e.a) swap on sd0b dump on sd0b WARNING: / was not properly unmounted -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: The vim display issue on OpenBSD

2018-03-09 Thread Andreas Kusalananda Kähäri
with Ctrl+A). Are you pressing Ctrl+X, or is something sending this to your Vim session upon starting Vim? Is there something in your .vimrc file that causes the equivalent of pressing Ctrl+X to be applied on startup? -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: Promoting OpenBSD on the Unix & Linux Stack Exchange site

2018-02-06 Thread Andreas Kusalananda Kähäri
If ok, I wonder if there's a verison-agnostic image that I could > >> use (like the one on the OpenBSD Wikipedia page maybe?). > > > > https://www.openbsd.org/art4.html > > > >> I do not personally gain in any way from doing this. > > > > Yours, > > Ingo > > > > > > Well said on all counts, I totally agree. > I appreciate the quick response, and the clear outlining of your thoughts on this matter (Ingo). I definitely understand this standpoint, and I agree. I will not do this. I'm happy I asked. Thanks, -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Promoting OpenBSD on the Unix & Linux Stack Exchange site

2018-02-06 Thread Andreas Kusalananda Kähäri
Wikipedia page maybe?). I do not personally gain in any way from doing this. Regards, -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: ksh key bindings in vi-mode (arrow keys)

2018-01-30 Thread Andreas Kusalananda Kähäri
On Mon, Jan 29, 2018 at 02:22:58PM -0600, Kris Katterjohn wrote: > On Mon, Jan 29, 2018 at 07:52:06PM +0100, Andreas Kusalananda Kähäri wrote: > > It looks as if the "bind" builtin lives, along with the bindable > > functions, in emacs.c and that the command line editing

Re: ksh key bindings in vi-mode (arrow keys)

2018-01-29 Thread Andreas Kusalananda Kähäri
therefore is a no-op in Vi-mode. Cheers, On Mon, Jan 29, 2018 at 03:05:38PM +0100, Andreas Kusalananda Kähäri wrote: > Hi, > > I'm wondering whether "bind" works at all in ksh, in Vi-mode. > > I'm currently using the default (unchanged) key bindings and my > up-ar

ksh key bindings in vi-mode (arrow keys)

2018-01-29 Thread Andreas Kusalananda Kähäri
keyboard). I'm running an up-to-date -current installation on amd64. Cheers, Andreas -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: Do I need slaacd(8) up and running?

2017-11-11 Thread Andreas Kusalananda Kähäri
e technical as well > as in the human aspect. The *only one* negative point I found till now > in this project is your attitude. The next time you want to insult me > do it in private, in that way you won't harm the project (taking in care > the other people working hard on it). I fail

Re: A stupid question, re: xargs(1)

2017-10-14 Thread Andreas Kusalananda Kähäri
On Sat, Oct 14, 2017 at 08:44:08AM +, Raul Miller wrote: > On Sat, Oct 14, 2017 at 3:08 AM, Andreas Kusalananda Kähäri > <andreas.kah...@icm.uu.se> wrote: > > find . -type f -mtime -1 \ > > -exec grep -q -E 'pattern1' {} ';' \ > > -exec shasum {} + >

Re: A stupid question, re: xargs(1)

2017-10-14 Thread Andreas Kusalananda Kähäri
lly is just one of those things that will never get fixed. > > Thanks, > > -- > Raul > -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: ftp.eu.openbsd.org

2017-10-11 Thread Andreas Kusalananda Kähäri
ere other than the mirror. > > FWIW, I also had problems accessing the files on the mirror from within the installer yesterday (both HTTPS and HTTP). I didn't spend so much time grieving about it though and instead downloaded the install ISO (from that same mirror). Cheers, -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: Strange sed substitution removes text

2017-09-25 Thread Andreas Kusalananda Kähäri
23:57, Martijn van Duren wrote: > > This fixes the issue for me, but I'm not sure about the motivation > > behind the check. > > Maybe schwarze@ can shed some light on it, since he's to (cvs) blame for > > the particular line. > > > > martijn@ > > > >

Strange sed substitution removes text

2017-09-24 Thread Andreas Kusalananda Kähäri
Hi, Given the input file of three lines: line 1 line 2 line 3 and the sed script s/\

Re: ksh ^R vs EDITOR=vi

2017-08-28 Thread Andreas Kusalananda Kähäri
would be able to remap the search to whatever key combination (as well as remapping the movement keys to allow for movement as in ksh93). -- Andreas Kusalananda Kähäri, National Bioinformatics Infrastructure Sweden (NBIS), Uppsala University, Sweden.

Re: diskless client on virtualbox guest

2017-08-14 Thread Andreas Kusalananda Kähäri
On Mon, Aug 14, 2017 at 06:17:23PM +0200, matteo filippetto wrote: > Hi all, [cut] > PXE boot MAC address 0b:00:27:42:7a:f0, interface em0 [cut] > # cat /etc/ethers > 08:00:27:42:7A:F0 thin1 Ethernet address are not matching. Cheers, -- Andreas Kusalananda Kähäri, National Bi

Feeding DHCP leases into unbound

2017-06-22 Thread Andreas Kusalananda Kähäri
Hi, I have unbound(8) and dhcpd(8) running on a router (OpenBSD 6.1-stable). dhcpd currently hands out fixed addresses to my clients, but I'd like these to be allocated dynamically from the common pool, while at the same time being resolvable. Is there an existing solution for feeding the

Re: amd

2017-05-24 Thread Andreas Kusalananda Kähäri
On Wed, May 24, 2017 at 04:17:17PM -0300, Friedrich Locke wrote: > Hi folks, > > i have been a little bit far from openbsd and i would like to know if it > supports automounter (amd, amq, etc) utilities ? > > And about autofs ? Is there support to it ? Is it possible to integrate > autofs with

Re: No 008 patch on ftp.eu.openbsd.org yet

2017-05-22 Thread Andreas Kusalananda Kähäri
The mirror is now updated it seems, at least patch 008 is there. Regards, Kusalananada On Sun, May 21, 2017 at 10:28:30AM +0200, Andreas Kusalananda Kähäri wrote: > Hi, > > I had to switch to ftp.openbsd.org to get the 008 patch for -stable > since my preferred mirror, ftp.eu

No 008 patch on ftp.eu.openbsd.org yet

2017-05-21 Thread Andreas Kusalananda Kähäri
Hi, I had to switch to ftp.openbsd.org to get the 008 patch for -stable since my preferred mirror, ftp.eu.openbsd.org, doesn't seem to be updating. The timestamp file says last update was run on 1495188001 (Fri May 19 12:00:01 CEST 2017). There is no contact address in

Re: syspatch ideas

2017-05-15 Thread Andreas Kusalananda Kähäri
On Mon, May 15, 2017 at 08:36:21AM +, Michal Bozon wrote: > On 2017-05-15 Mon 02:23, Theo de Raadt wrote: > > >On 2017-05-15 Mon 01:31, Theo de Raadt wrote: > > >> >2) Notion of transactions > > >> > > > >> >Often, more patches are installed at once, with the single `syspatch` > > >> >command.

Re: terminals + tmux + vim: ESC + arrows unexpected behaviour

2017-05-14 Thread Andreas Kusalananda Kähäri
On Sun, May 14, 2017 at 07:12:45PM +0200, frantisek holop wrote: > Andreas Kusalananda Kähäri, 14 May 2017 14:28: > > tmux has an "escape-time" setting: > > > > escape-time time > > Set the time in milliseconds for which tmux waits > >

Re: terminals + tmux + vim: ESC + arrows unexpected behaviour

2017-05-14 Thread Andreas Kusalananda Kähäri
On Sun, May 14, 2017 at 01:54:27PM +0200, frantisek holop wrote: > there seems to be some unexpected behaviour (at least > for me) in terminal vim running under tmux: > > pressing ESC and right after that the arrow keys to > move around (vim purist need not comment on this) get > interpreted as

Re: syspatch on diskless fails (stat -qf %Sd / issue)

2017-05-04 Thread Andreas Kusalananda Kähäri
On Wed, May 03, 2017 at 07:37:11PM +0200, Andreas Kusalananda Kähäri wrote: > On Wed, May 03, 2017 at 11:54:13AM +0200, Antoine Jacoutot wrote: > > On Wed, May 03, 2017 at 11:39:48AM +0200, Andreas Kusalananda Kähäri wrote: > > > Hi, > > > > > > syspatch seems

Re: syspatch on diskless fails (stat -qf %Sd / issue)

2017-05-03 Thread Andreas Kusalananda Kähäri
On Wed, May 03, 2017 at 03:47:00PM -0400, Ted Unangst wrote: > Andreas KusalanandaKähäri wrote: > > I'll try copying from an existing installation, and if that proves to be > > too problematic, I guess I just have to check out the OPENBSD_6_1 branch > > and build a new release (which I really had

Re: syspatch on diskless fails (stat -qf %Sd / issue)

2017-05-03 Thread Andreas Kusalananda Kähäri
On Wed, May 03, 2017 at 11:41:27AM -0600, Theo de Raadt wrote: > > After a bit of investigation, I found that it was becasuse the unpriv > > shell function generated an error upon invoking su: > > > > su: approval failure: Undefined error: 0 > > > > Is there no way to run syspatch in a chroot

Re: syspatch on diskless fails (stat -qf %Sd / issue)

2017-05-03 Thread Andreas Kusalananda Kähäri
On Wed, May 03, 2017 at 11:54:13AM +0200, Antoine Jacoutot wrote: > On Wed, May 03, 2017 at 11:39:48AM +0200, Andreas Kusalananda Kähäri wrote: > > Hi, > > > > syspatch seems to work fine for keeping my ordinary server and router on > > -stable, thanks! >

  1   2   >