feature request: installation image with xfce installed

2022-12-19 Thread Andrey
I need an installation image that immediately, in addition to OpenBSD, install xfce for me and will automatically launch XFCE when the computer is turned on. For many reasons, it is impossible to download it manually, especially when you are very far from the Internet, and having a separate

openrsync error

2020-04-30 Thread Andrey
Hi I'm tying to backup some data from mounted ntfs volume but getting error so I get try to copy by file and discover that problem with lstat here is output rogue# openrsync -vvv --rsync-path=/usr/bin/openrsync /mnt/Users/andrey/pweb/templates/* /home/backup/ /usr/src/usr.bin/rsync/main.c

Unnecessary return at the end of void function

2019-05-10 Thread Andrey Sokolov
The derive_key function in bioctl.c ends with return. This statement should be removed https://github.com/openbsd/src/blob/9262e070b4250387ec24125a9d5446cebbe12ec8/sbin/bioctl/bioctl.c#L1390

OpenBSD 5.8 install bug - "reboot" doesn't work in the end

2015-12-02 Thread Andrey Utkin
When the installation is complete, it tells that I should issue "reboot" command to boot to new system. But this doesn't work unless I issue "hash" command. See screenshot attached. Where is the source code for the installer? I'd love to make a patch for it by myself.

Error in OpenBSD 5.8 erratum 007 instructions?

2015-11-14 Thread Andrey
! Andrey -- PGP Public Key: by arrangement

yacc buffer overflow

2014-11-29 Thread Andrey Skvortsov
structure, but the attached patch seems to fix the problem in this particular case at least. Yours sincerely, Andrey V. Skvortsov vgrammar.y.gz Description: GNU Zip compressed data 605c605 if (loc = maxtable) { --- if (loc = maxtable - 1) { 612c612 } while (newmax = loc); --- } while

installer, disk space check

2013-11-05 Thread Andrey Sabitov
, Andrey Sabitov