Segmentation fault in ncurses

2017-05-06 Thread Carsten Kunze
Hello, I am not on this mailing list and I am not able to debug the following issue. It is just for information since a segmentation fault may be an issue on a OpenBSD base system library. The system I am using is very old (Oct. 2016) but ncurses likely does not have changed much since then:

Re: Encrypted data partition

2016-12-15 Thread Carsten Kunze
Stefan Sperling wrote: > > So it would really be great to have an up-to-date EncFS... > > This might be a good opportunity for you to give ports development a go > ;-) I even would be interested, but I need it for both OpenBSD *and* NetBSD. A year ago I tried to update their

Re: Encrypted data partition

2016-12-15 Thread Carsten Kunze
Julian Suschlik wrote: > What about an encrypted backup to the USB drive and restore on the other > host? Preserves links and permissions. Can do deduplication and updates. > Borgbackup does this. You can carry binaries of the software for Linux and > OpenBSD on the

Re: Encrypted data partition

2016-12-14 Thread Carsten Kunze
OpenBSD lists wrote: > For sharing encrypted data between OpenBSD and Linux, I just use an > OpenBSD-based file server and connect to it over NFS (using SSH to > secure the connection) > > The file server is an old Intel Core-2 box with 4x 1 TB hard drives in a

Re: Encrypted data partition

2016-12-14 Thread Carsten Kunze
Gregor Best wrote: > I just installed EncFS from ports, the version there is 1.7.4 > > With some short testing, it looks like it works nicely. Thank you for this information and the test. But it should be taken into account that this version is 6 years old, current release

Re: Encrypted data partition

2016-12-14 Thread Carsten Kunze
Gregor Best wrote: > EncFS seems to be the most sensible option. Are you using EncFS on OpenBSD? Which EncFS version? Carsten

Re: Encrypted data partition

2016-12-14 Thread Carsten Kunze
Jan Betlach wrote: > I'd like to have an encrypted Ext2 data partition, which can be shared > between OpenBSD and Linux. LUKS probably does not work in OpenBSD. Maybe > something like EncFS is the way to go? I need the same and tried EncFS (cloned from GitHub) a year ago.

[OT] cwm: Keep window above all other windows

2016-11-22 Thread Carsten Kunze
Hi, is there an *easy way* for put and always keep a window above all other windows (like "layer 0 " in fvwm)? It did not find something (working) in the manpage. --Carsten

OT: groff issue

2016-09-02 Thread Carsten Kunze
Ingo Schwarze wrote: > No. Pure run-time configuration. Read > > /usr/local/share/doc/pkg-readmes/groff-1.22.3p2 I am not sure if it is really necessary to change the general groff settings just to use this settings for man pages. I had the same problem long time ago.

ncursesw header not found

2016-03-31 Thread Carsten Kunze
Hello, in /usr/lib there seems to be the ncursesw library but I don't find a ncursesw header file (expected as something like .../ncursesw/curses.h). I also don't find a curses package to install. Is there ncursesw support for OpenBSD? I found threads from 2010, but I'm not sure if they are

ncurses and ncursesw share same header?

2016-03-31 Thread Carsten Kunze
curses, ncurses and ncursesw library seem to be hard links to one file. So that means that with the -l option I decide which functions I use and always simply include ? (At least this states the curses manpage.)

Inconsistency in utimes(2) manpage

2016-01-05 Thread Carsten Kunze
Hello, the DESCRIPTION section of utimes(2) refers to "path" while the SYNOPSIS section uses the term "file". Maybe the term "path" should be used instead of "file" in SYNOPSIS. Carsten

Re: text-mode gui

2015-12-21 Thread Carsten Kunze
Luke Small wrote: >[...] It would be very easy to write a > C >program to parse and edit fstab to make all the partitions softdep. I >wouldn't know how to automate a disklabel call in the way that >

"cp -p" does not preserve the mtime of symlinks

2015-12-17 Thread Carsten Kunze
Hello, "cp -p" seems to not preserve the modification time of symlinks. This is not mentioned in the man page. Other systems I tested (others BSDs and Linux) do preserve the mtime of symlinks with e.g. "cp -a". The OpenBSD kernel also does support to set it with e.g. utimensat(2). Is this

Re: "cp -p" does not preserve the mtime of symlinks

2015-12-17 Thread Carsten Kunze
Ted Unangst wrote: > Probably not intended. Just an artifact left over from the era before you > could set times on symlinks. (not likely that many people care, either.) I do care--I have a sync software (similar to rsync) which compares mtime and length. lstat needs do

Re: Install snapshot failes

2015-11-28 Thread Carsten Kunze
Hello, > In this particular case I would like to know if you're booting off > softraid or not. A dmesg would have told me. installboot still fails with the latest snapshot. This time I have a dmesg: OpenBSD 5.8-current (RAMDISK_CD) #1514: Fri Nov 27 22:55:36 MST 2015

Install snapshot failes

2015-11-27 Thread Carsten Kunze
Hello, installing a todays amd64 snapshot with image install58.fs ends with "installboot: No blocks to load". What can be the problem? Carsten

Re: Install snapshot failes

2015-11-27 Thread Carsten Kunze
Hi Stefan, > Carsten, a dmesg please, *every time* you report an issue. > We need to know how your system is set up and dmesg output will > usually tell us what we need to know. > > In this particular case I would like to know if you're booting off > softraid or not. A dmesg would have told me.

Linker warnings from libX11

2015-11-17 Thread carsten . kunze
Hello, on linking something with libX11 I got the warnings /usr/X11R6/lib/libX11.so.16.1: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/X11R6/lib/libX11.so.16.1: warning: warning: strcat() is almost always misused, please use strlcat()

March 8 snapshot does not boot on Dell E6540

2015-03-12 Thread carsten . kunze
Hello, the snapshot amd64/install57.fs (or .iso) from March 8 does not boot on a Dell Latitude E6540. The last output line during boot is: uhub0 at usb0 Intel xHCI root hub rev 3.00/1.00 addr 1 This is the first snapshot I try on this laptop. Currently the 5.6 release is installed. Its dmesg

Re: March 8 snapshot does not boot on Dell E6540

2015-03-12 Thread carsten . kunze
Hello Martin, Martin Pieuchot mpieuc...@nolizard.org wrote: I got some similar reports before and it seems related to anything in the BIOS. It seems that turning the USB setting to USB3 On or Off but not Auto prevent this hang. Sadly I don't have access to such hardware and investigate

Re: March 8 snapshot does not boot on Dell E6540

2015-03-11 Thread carsten . kunze
Hello Martin, Martin Pieuchot mpieuc...@nolizard.org wrote: I got some similar reports before and it seems related to anything in the BIOS. It seems that turning the USB setting to USB3 On or Off but not Auto prevent this hang. Sadly I don't have access to such hardware and investigate

Re: OpenBSD projects

2014-12-26 Thread Carsten Kunze
jungle Boogie jungleboog...@gmail.com wrote: Here's a list of projects that I'm aware of that openBSD created. Is that correct? (p) is for portable. What else am I missing? How about tmux (p)?

Re: OpenBSD projects

2014-12-26 Thread Carsten Kunze
Todd norr...@gmail.com wrote: Not sure, but what about cwm(1) and mg(1)? I think cwm had been started as evilwm elsewhere, derived as cwm from evilwm (outside?) OpenBSD and later imported to the OpenBSD code base.

make does try BSDmakefile anymore?

2014-10-28 Thread Carsten Kunze
Hello, in OpenBSD 5.5 make did try makefiles in order BSDmakefile - makefile - Makefile. In Current BSDmakefile is not tried anymore, at least not with highest priority. Is this intended? Carsten

firefox crashes very often on amd64 5.5

2014-09-08 Thread Carsten Kunze
Hello, firefox-26.0p1 craches very oftern (once per hour) on amd64 OpenBSD 5.5. Is this a known problem? --Carsten

Re: Problem with cwm and tabbed

2014-08-30 Thread Carsten Kunze
There is a problem in OpenBSD 5.5 cwm with using pointers like cc-group-shortcut without testing cc-group for being NULL This is (should be) fixed in current. It leads to crashes of cwm (in 5.5) but may be not the cause for what happens on your system. (Had been very annoying for me since it

Re: sshfs does not seem to work correctly

2014-08-04 Thread Carsten Kunze
Again I am guessing, but OpenBSD might disconnect if there is a sufficient period of inactivity on the sshfs file system. Usb drives disconnect if left long enough, for example. A running process, such as an open terminal on the usb prevents this. It is a security feature. There had only

sshfs as non-root: fuse_mount: Permission denied

2014-08-03 Thread Carsten Kunze
Hello, I am using OpenBSD as guest on a Linux host. For accessing the host filesystems I've tried to use sshfs(1) as a non-root user. I've created a directory and typed: $ sshfs IP address:/ directory The output is: fuse_mount: Permission denied But login via ssh(1) on that IP works. sshfs

Re: sshfs as non-root: fuse_mount: Permission denied

2014-08-03 Thread Carsten Kunze
This is probably why... % ls -lao /dev/fuse0 crw--- 1 root wheel - 92, 0 Jul 5 05:38 /dev/fuse0 Not completely. With 660 or 666 permissions the response now is: Operation not permitted

Re: sshfs as non-root: fuse_mount: Permission d enied

2014-08-03 Thread Carsten Kunze
I may be completely off the mark here but I believe that in OpenBSD all mount points _must be owned by root. So you have to pass options for uid and gid with the mount command. I had expected that that works. But that is not really comfortable and kind of faking and overriding the uid. Ok,

Re: sshfs as non-root: fuse_mount: Permission d enied

2014-08-03 Thread Carsten Kunze
- Original Nachricht Von: Fabian Raetz fabian.ra...@gmail.com An: Carsten Kunze carsten.ku...@arcor.de Datum: 03.08.2014 21:56 Betreff: Re: sshfs as non-root: fuse_mount: Permission d enied The sysctl kern.usermount must be set to some nozero value. You may want to take

Re: sshfs as non-root: fuse_mount: Permission d enied

2014-08-03 Thread Carsten Kunze
I'll regroup. I don't have access to an OpenBSD system at the moment but I'm trying to recall the readme and man page for ntfs-3g which also uses fuse. Using fuse which may lead to a privilege escalation, I think, ... and that is why ntfs-3g has to be run as root and pass uid and gid

sshfs does not seem to work correctly

2014-08-03 Thread Carsten Kunze
I use sshfs to synchronize a filesystem of 15 GB between two machines. Read access seems to be ok but on writing the mount point does not seem to work anymore. Error message of cp(1) is No such file or directory ls(1) to the mount point gives the same message. (Nothing in /var/log/messages) Is

Slow display of embedded EPS with gv

2014-07-11 Thread Carsten Kunze
Hello, when I include a large EPS file into a PostScript file using the colorimage command (actually done bei groff macro .PSPIC) and view this PS file with the gv viewer it takes very long until the image is displayed. For example it takes 40 seconds until a 2 MB image is displayed on a

Slow display of embedded EPS with gv

2014-07-11 Thread Carsten Kunze
I tried to reproduce this with the EPS file an gv alone. That did not work, i.e. it opens without delay. Unfortunately this now becomes groff dependent. But anyway it's also OpenBSD specific. I tried with http://www.openbsd.org/images/poster31.jpg: jpegtopnm poster31.jpg poster31.pnm pnmtops

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

2014-06-12 Thread Carsten Kunze
- Original Nachricht Von: InterNetX - Robert Garrett robert.garr...@internetx.com An: misc@openbsd.org Datum: 12.06.2014 17:45 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If this does not return something,

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

2014-06-12 Thread Carsten Kunze
- Original Nachricht Von: InterNetX - Robert Garrett robert.garr...@internetx.com An: misc@openbsd.org Datum: 12.06.2014 17:45 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If this does not return something,

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

2014-06-11 Thread Carsten Kunze
- Original Nachricht Von: STeve Andre' and...@msu.edu An: OpenBSD Misc misc@openbsd.org Datum: 11.06.2014 00:40 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS But I think you agree with the general tone of this? In some aspects OpenBSD is *very* slow. After

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

2014-06-11 Thread Carsten Kunze
- Original Nachricht Von: Stuart Henderson s...@spacehopper.org An: misc@openbsd.org Datum: 11.06.2014 13:50 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS This may be a hostname lookup issue. Is this slow too? $ getent hosts `hostname` No, it returns

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

2014-06-11 Thread Carsten Kunze
- Original Nachricht Von: Rodrigo Mosconi open...@mosconi.mat.br An: Carsten Kunze carsten.ku...@arcor.de Datum: 11.06.2014 16:05 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS What is the output from echo $?, after you run the getent ... command? $ getent

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

2014-06-11 Thread Carsten Kunze
- Original Nachricht Von: Fred open...@crowsons.com An: Carsten Kunze carsten.ku...@arcor.de, misc@openbsd.org Datum: 11.06.2014 16:25 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS `hostname` should be replaced with a host...eg: port:fred ~ getent hosts

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

2014-06-11 Thread Carsten Kunze
- Original Nachricht Von: Fred open...@crowsons.com An: Carsten Kunze carsten.ku...@arcor.de, misc@openbsd.org Datum: 11.06.2014 16:28 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS Sent to quickly :~( if `hostname` is not returning anything

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

2014-06-11 Thread Carsten Kunze
- Original Nachricht Von: David Coppa dco...@gmail.com An: Carsten Kunze carsten.ku...@arcor.de Datum: 11.06.2014 16:35 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS # cat /etc/myname It's a company hostname, I don't know, if I get legal issues It's

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

2014-06-11 Thread Carsten Kunze
- Original Nachricht Von: Chris Cappuccio ch...@nmedia.net An: Carsten Kunze carsten.ku...@arcor.de Datum: 11.06.2014 16:45 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS I believe this is fixed in -current. ps/2 mouse driver issue compared to modern

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

2014-06-11 Thread Carsten Kunze
- Original Nachricht Von: David Coppa dco...@gmail.com An: Chris Cappuccio ch...@nmedia.net Datum: 11.06.2014 16:55 Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS Chris is right. It's a Dell, so you probably need this patch:

Re: AR9462 WLAN support

2014-06-01 Thread Carsten Kunze
Hello, Hi. I've just realized that my laptop has the same chip. Do you have any updates? Maybe I can help somehow? Thanks I've spended a lot of time but some day a gave up. Now I have a Dell E6540 where really everything works (sincere thanx to all developers!), so I think I leave the other

Re: ffs2

2014-03-16 Thread carsten . kunze
i just want to know how to format a partition in OpenBSD for ffs2 ? You could have a look in the newfs(8) manpage for the option -O. -O 2 should be FFS2.

AR9462 WLAN support

2014-02-19 Thread carsten . kunze
Hello, are there any plans to support the Atheros AR9462 WLAN IC (aka AR5B22, aka WB222)? In my case I'd like to use it in a Acer AO725 laptop. If not, might it be possible to port code from the ath9k driver (Linux) or would that not be a feasible way? Regards, Carsten

Re: AR9462 WLAN support

2014-02-19 Thread carsten . kunze
Are you asking because you're interested in hacking on this yourself? If there would already be some work in progress I'd like to use this one day instead of hacking myself. If not I'd intend to work on it. Not really short term though. It has also been suggested to port FreeBSD's ath driver