Re: mailman on OpenBSD - linking problem

2024-03-13 Thread Michael Hekeler
> Anything else I should pay attention to? Make sure that your TLS setup is okay. Read mailman's docs and also the pkg-readme (e.g. setting up cronjobs) - and pay attention to configuration of your mailserver > It's a basic mailing list for few gaming discussions really, > so escaping from

Re: files are going missing

2024-03-12 Thread Michael Hekeler
Am 11.03.24 19:04 schrieb beecdadd...@danwin1210.de: > I'm not stupid, of course I know about -o Am 11.03.24 18:37 schrieb beecdadd...@danwin1210.de: > ...why still ask redundant question? isn't this a rather strange way of communicating for someone who is looking for help ;-) ??

Re: mailman on OpenBSD - linking problem

2024-03-12 Thread Michael Hekeler
> What does "request strip 1" actually do in that case? >From the manpage: Strip strips path components from the beginning of the request path before looking up the stripped-down path at the document root. So in your case: location "/admin/*" { fastcgi socket

Re: httpd location question

2024-03-11 Thread Michael Hekeler
> Is there any directive or regex for the 'location' directive, httpd doesn't support regular expressions. httpd includes lua pattern support. see patterns(7)

Re: mailman on OpenBSD - linking problem

2024-03-11 Thread Michael Hekeler
> I set up a mailman on OpenBSD, and it seems I have managed to do it. > > A single problem left, that I'd like to share with you and get your idea; > > On mailman homepage, there is a link "you can visit the list admin overview > page" > and when I click, redirects me: mysite.com/admin and it

Re: certbot in cron - best way?

2024-02-24 Thread Michael Hekeler
> > On 2/21/24 10:07, Stuart Henderson wrote: > > You might like to investigate ~ in crontab(5), e.g. "~ 0,12" and lose > > the "sleep". > > > > Wouldn't it be better to have certbot write files into a directory > > served by httpd so you don't need the "rcctl stop" though? > > > Yes, it would

Re: relayd fallback when using tag/tagged

2024-02-19 Thread Michael Hekeler
> > > Using such a configuration: > > > #-8<--- > > > table { 192.0.2.4 } > > > table { 192.0.2.7} > > > http protocol www { > > >block > > >match request header "Host" value "www.example" tag "example" > > >pass request tagged "example" forward to

Re: httpd generating: read_errdoc entries in syslog

2024-02-15 Thread Michael Hekeler
> Hi, > > I have a custom error template that I use for the error documents for > httpd, as described in: man httpd.conf > > In /var/www I have created: > > /err root:daemon chmod 0755 > > Within /var/www/err I have created: > > err.html www:www chmod

Re: Installing shellinabox on OpenBSD

2024-02-15 Thread Michael Hekeler
> Use a UBS drive and run it from that... > > You don't need to install it on the window machine. > > Anyway in 2024 still not have a decent native ssh client on Window say how > interested Microsoft are in making a secure OS really... Microsoft has builtin OpenSSH since 2018 No need for putty

Re: relayd fallback when using tag/tagged

2024-02-15 Thread Michael Hekeler
> Hello, > > I'm trying to configure relayd(8) to use tags, to allow legit host names > only and modify HTTP headers, and fallback. But I can't have it working > properly. I don't understand exactly what you want to achieve. Do you want: A. Requests with http header "www.example" going to

Re: relayd forward with tls

2024-01-24 Thread Michael Hekeler
> Where can I read about the meaning of each field in relayd log? Like you > said, that 0 is related to the tag one set on the protocol. I can't tell where to find documentation for relayd's log. But - to be honest - I found it was not too hard to work with. For playing with relayd and httpd I

Re: Freshrss configuration httpd.conf and fastcgi

2024-01-16 Thread Michael Hekeler
> I'd like to setup Freshrss to work under httpd and FastCGI. > Freshrss uses Php. ^^^ You need to deploy that script with php-fpm NOT via slowcgi(8) See the file php-XX in /usr/local/share/doc/pkg-readmes/ for doing this (where XX is your installed version). > As per the

Re: relayd forward with tls

2024-01-12 Thread Michael Hekeler
> Em qui., 11 de jan. de 2024 às 13:35, Michael Hekeler > escreveu: > > > > > Jan 9 07:10:24 stable relayd[29792]: relay wwwtls, session 1 (1 active), > > > fqdn1, 127.0.0.1 -> 127.0.0.1:8080, done, GET -> 127.0.0.1:8080; > > > Jan 9 07:10:25 sta

Re: relayd forward with tls

2024-01-11 Thread Michael Hekeler
> Take a look at the example in man relayd.conf. You have to set the X-header > like: > > match header set "X-Forwarded-For" \ value "$REMOTE_ADDR" > match header set "X-Forwarded-By" \ value > "$SERVER_ADDR:$SERVER_PORT" This has nothing to do with relayd's forwarding

Re: netcup.eu arm64 (kvm, Ampere Altra), bsd.rd hangup

2024-01-11 Thread Michael Hekeler
> > > On 12/28/23 12:30, Michael Hekeler wrote: > > > > I try to install OpenBSD on netcup ARM, too... > > > > > I disabled the pluart driver in the ramdisk kernel (on a other machine > > > with > > > config -e -f /bsd.rd and copied the r

Re: relayd forward with tls

2024-01-11 Thread Michael Hekeler
> Jan 9 07:10:24 stable relayd[29792]: relay wwwtls, session 1 (1 active), > fqdn1, 127.0.0.1 -> 127.0.0.1:8080, done, GET -> 127.0.0.1:8080; > Jan 9 07:10:25 stable relayd[28442]: relay wwwtls, session 1 (1 active), > fqdn2, 127.0.0.1 -> 127.0.0.1:8081, done, GET -> 127.0.0.1:8081; > Jan 9

Re: netcup.eu arm64 (kvm, Ampere Altra), bsd.rd hangup

2023-12-28 Thread Michael Hekeler
I try to install OpenBSD on netcup ARM, too... > I disabled the pluart driver in the ramdisk kernel (on a other machine with > config -e -f /bsd.rd and copied the ramdisk kernel over to the nectup > server) and got access the the installation script. How did you disable pluart driver? Could

Re: Relayd - block bad bots

2023-12-12 Thread Michael Hekeler
> Hey > > I'm running a small VM on OpenBSD where my site resides. My stack is > pf/relayd/httpd. > > I see a significant traffic coming from bad bots, like mj12. I'd love > to completely block them and Relayd seems like the best place. I tried to > block by "User-Agent" header, however there is

Re: FAT names exceeding spec length

2023-12-04 Thread Michael Hekeler
> > To be honest I don't understand the problem you described. > > It is simple, when you come from Android (tested Android 11 tablet) with file > names exceeding the FAT spec > these are cut to 8.3 format in OpenBSD. You mean android allows to create filenames >255 on FAT32? Then you should

Re: wired rdiff-backup doc

2023-12-04 Thread Michael Hekeler
> Hello, > > 7.4, rdiff-backup > > After the upgrade to 7.4 I have been invited to update my > outdated command line to *the new one* by rdiff-backup. > > The puzzle was not so easy to solve as "rdiff-backup --new --help" > suggested a good mix of options; "man rdiff-backup" gave out an other >

Re: FAT names exceeding spec length

2023-11-30 Thread Michael Hekeler
> > There is also some ironic stuff behind these happenings: if you have > the possibility to check your lost long file names you will discover > that the most significant information are contained in the first 99 chars. > > > Nowarez Market wrote: > > > > > Clearly the problem is that from

Re: cumbersome mtree

2023-11-27 Thread Michael Hekeler
> Hello, > > I was enthusiastic to write down a tool that permitted everyone > to check and print the default file permissions of a given path > but when I knocked my eyes against mtree behavior I remained > frightened. > > Given for example: > > mtree -c -f /etc/mtree/4.4BSD.dist -K

Re: Reptar aka CVE-2023-23583

2023-11-21 Thread Michael Hekeler
Am 15.11.23 13:41 schrieb Christian Weisgerber: > not jacinda ardern: > > > I saw something about a new intel microcode coming out (subject line) for a > > goofy new bug somebody found. Do you guys package that up into the > > fw_update (firmware.openbsd.org) magic or does it only come via the

Re: Font size and character encoding.

2023-11-20 Thread Michael Hekeler
> How to increase font size in console? > > How to set non-UTF character encoding for tty session on OpenBSD 7.4? > apropos font -a cons

Re: relayd and large POST requests

2023-10-24 Thread Michael Hekeler
> Hi, > > I'm running a setup on OpenBSD 7.3 (amd64, 16GB RAM) with relayd, > varnish, httpd and php-fpm. When uploading a large >2GB file through > ... > > > /etc/relayd.conf: > > table { 127.0.0.1 } > > log connection > > http protocol "https" { > tls keypair "server" >

Re: iked server/client OBSD/OBSD

2023-07-12 Thread Michael Hekeler
Am 09.07.23 11:38 schrieb Tobias Heider: > On Sat, Jul 08, 2023 at 11:08:31PM -0700, latin...@vcn.bc.ca wrote: > (...) > > ikev2 'roadwarrior' active esp \ > > from dynamic to any \ > > peer server_ip \ > > srcid roadwarrior \ > > dstid server_domain \ > >

Re: APCI on old Thinkpad

2023-07-04 Thread Michael Hekeler
Am 03.07.23 22:45 schrieb Claudio Jeker: > Also keep in mind that laptops that old most often had bad or broken early > ACPI implementations and it was better to not enable ACPI on those. > Normally there was some BIOS knob to just use apm(4) which often worked > much better. Ah - very

Re: APCI on old Thinkpad

2023-07-04 Thread Michael Hekeler
> Jul 3, 2023 14:47:57 Peter N. M. Hansteen : > > > I had to look this up, since I had forgotten that Thinkpads used to come > with model numbers not prefixed and/or postfixed with letters. > > I think one of several issues you will bump into is that the machine is > almost a quarter century

Re: APCI on old Thinkpad

2023-07-03 Thread Michael Hekeler
Am 03.07.23 03:45 schrieb Anders Andersson: > On Fri, Jun 30, 2023 at 11:44 PM Michael Hekeler wrote: > > > > I have an old thinkpad - really old > > Old enough not to have a model number? oh dear I have forgotten the model number - Sorry! It is Thinkpad 570

APCI on old Thinkpad

2023-06-30 Thread Michael Hekeler
I have an old thinkpad - really old On booting it stops when listing the acpi sleep states and does nothing more. This is dmesg: OpenBSD 7.3 (GENERIC) #660: Sat Mar 25 11:17:44 MDT 2023 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC real mem = 200753152 (191MB) avail mem =

Re: Running Bugzilla in httpd - 'Pg' is not a valid choice for $db_driver in localconfig

2023-03-19 Thread Michael Hekeler
Am 17.03.23 23:02 schrieb Stuart Henderson: > On 2023-03-17, Michael Hekeler wrote: > > If you really want to run bugzilla as cgi application with slowcgi(8) > > then you have to copy the required perl modules in your chroot. > > Or use slowcgi -p / to disable chroot.

Re: Running Bugzilla in httpd - 'Pg' is not a valid choice for $db_driver in localconfig

2023-03-17 Thread Michael Hekeler
Am 12.03.23 00:46 schrieb Werner Boninsegna: > Hello, > > I wonder if anybody is running Bugzilla in httpd? > > I have completed the setup and run the test scripts successfully, however > when trying to access it from the browser, I get below error: > > 'Pg' is not a valid choice for $db_driver

Re: OpenBSD, PHP lifecycle and PHP 8.1 broken compatibility

2023-02-15 Thread Michael Hekeler
> It is all about the dev environment: more precisely I > need to be able to choose the moment when to switch to PHP[N] and do > entering in the update process of all my web apps, thats it. You can have multiple vm's with old versions. E.g. you can keep an openbsd 60 vm with PHP 5.5.37.

Re: OpenBSD, PHP lifecycle and PHP 8.1 broken compatibility

2023-02-15 Thread Michael Hekeler
Am 15.02.23 10:41 schrieb Crystal Kolipe: > On Wed, Feb 15, 2023 at 02:10:17PM +0100, Michael Hekeler wrote: > > It is pointless to send to the list and in adddition to individuals. > > If you don't want to receive individual replies to list mail, then consider > setting the

Re: OpenBSD, PHP lifecycle and PHP 8.1 broken compatibility

2023-02-15 Thread Michael Hekeler
Am 15.02.23 10:12 schrieb Daniele Bonini: > > Michael Hekeler wrote: > > > You can run any PHP version you like. > > You can run more than just single version. > > ls http://ftp.openbsd.org/pub/OpenBSD/7.2/packages/amd64/ | grep > > php-7.4.30p0.tgz 8197

Re: OpenBSD, PHP lifecycle and PHP 8.1 broken compatibility

2023-02-14 Thread Michael Hekeler
> I'm wondering what are your thoughs on the subject of PHP different versions, > in respect to OpenBSD lifecycle. And, indeed, what is going to happen in > OpenBSD facing this broken compatibility with the past, starting from 8.1. > Are you going to support PHP 7.4 and 8.0 longer or what?

Re: Live stick / cd from official sources

2023-02-09 Thread Michael Hekeler
Am 08.02.23 13:06 schrieb Stuart Henderson: > On 2023-02-08, Michael Hekeler wrote: > > Am 04.02.23 17:48 schrieb Daniele B.: > >> Sorry if I bother you again with the thread. > >> > >> The minipc will be on business from tomorrow and I will use it > &g

Re: Live stick / cd from official sources

2023-02-08 Thread Michael Hekeler
Am 04.02.23 17:48 schrieb Daniele B.: > Sorry if I bother you again with the thread. > > The minipc will be on business from tomorrow and I will use it > together with a little student of mine: it is enough critical that the > "not configured" hello! doesn't reppresent anything "risky". > Eg: I

Re: DBeaver or similar db tool

2023-02-08 Thread Michael Hekeler
Am 07.02.23 15:27 schrieb Daniele B.: > Hello, > > I'm looking around a new "work environment" offering what in terms > of software and I came across a list of appealing software > suggested in the category 'db tools' to manage my > databases. > > Among those I notice DBeaver

Re: Xterm copy-paste not happening on OpenBSD 7.1 i386.

2022-08-04 Thread Michael Hekeler
Am 04.08.22 15:27 schrieb Brian Durant: > I have installed OpenBSD 7.1 i386 on my Lenovo T60 and am experiencing a > couple of issues. The first is related to the following addition that I made > to my .Xdefaults file, which works with OpenBSD 7.1 amd64 installs, but not > with the OpenBSD 7.1

Re: rspamd and pyzor

2022-05-03 Thread Michael Hekeler
Am 02.05.22 19:06 schrieb kasak: > Hello misc! > > I have some information for rspamd users, and one question. > > As you may know, rspamd not using pyzor by directly calling pyzor binary. > > Instead, they say, you need to create special systemd socket, and call pyzor > through it. > > It is

Re: OpenSMTPD + Dovecot + Dkimsign configuration?

2022-04-11 Thread Michael Hekeler
i personally > have had really bad experience with software that is not considered as > part of the base system. As result, i use only base system! If it is > possible. > > In this case, i supossed that using a virtual-users file could work. > > Thanks for your time Michae

Re: OpenSMTPD + Dovecot + Dkimsign configuration?

2022-04-11 Thread Michael Hekeler
Am 07.04.22 21:04 schrieb latin...@vcn.bc.ca: > Hello > > i have had 1 Personal server for years with httpd and OpenSMTPD mail > server working correctly; thanks OpenBSD Team. > > But now i have another server for 500 Colleagues with OSMTPD + Dovecot + > Dkimsign working well; but i ask, if it

Re: Internal Logging?

2022-04-04 Thread Michael Hekeler
Am 04.04.22 08:22 schrieb Eric Thomas: > I'd like to understand more about how OpenBSD logs internal events such as: > > - pkg_add/delete events > - user logins > - X session start/stops > etc. > > Is there "one big log" where all of these types of events are stored? > Or are they logged in

Re: How to track system changes?

2022-04-04 Thread Michael Hekeler
Am 04.04.22 08:32 schrieb Eric Thomas: > I want to have a high degree of confidence in my system's state > (packages that have been added, configs that have changed, permissions > changed, etc). I've read about "read only filesystems" and the > pro's/con's

Re: OpenBSD as primary OS

2022-04-04 Thread Michael Hekeler
Am 11.09.16 12:45 schrieb jean-francois: > Hi, > > > I'm moving to OpenBSD for primary use, I'll have to keep a Windows OS for > some specific purposes also. > > Just thanks for the development of OpenBSD, it's very easy to use since > logical and well documented, I've been enjoying it for the

Re: openbsd, softraid recovery (I have password)

2022-04-04 Thread Michael Hekeler
Am 02.04.22 18:56 schrieb harold: > Hello, > > Today I take a little breath to try to get some help about a little problem > I have since weeks. > I lost data due to misunderstanding of formatting rdsc1 softraid partition > on openbsd. > > I tell you my little story in  the attached document,

Re: chroot for go webserver with pledge and unveil

2022-03-17 Thread Michael Hekeler
Am 16.03.22 03:09 schrieb i...@tutanota.com: > >> I was thinking that since Go by default doesn't run a webserver on > >> port 80 or 443 > > > What does it even mean. Go is a programming language. If you want to > > build and run a webserver with it and have it listen on whatever port > > you

Re: Please put vi in base

2022-03-15 Thread Michael Hekeler
Am 13.03.22 03:38 schrieb i...@tutanota.com: > (...) > In my 30 years of doing sysadmin work, I have never - not even once - come > across a > situation where a normal editor like vi or nano or something equally simple > didn't > exist on the install media. Maybe I am wrong, but I am thinking

Re: PHP 7.4: SSL routines:CONNECT_CR_CERT:certificate verify failed

2021-12-23 Thread Michael Hekeler
Am 23.12.21 00:51 schrieb Leo Unglaub: > Hey friends, > > i have a OpenBSD 7.0 server with all syspatches applied. On that server i > have setup httpd and PHP 7.4 running via PHP-FPM. I followed the readme > provided by the package and everything seams to be fine. > > There is only one issue

Re: opensmtpd remove messages from/to specified mailbox?

2021-12-23 Thread Michael Hekeler
Whatever you do to filter out the id I suggest NOT to remove the messages directly from the what you've called "dark magic". I think a better approach would be to echo out the command and then if you are happy with it copy & paste... Another suggestion is to reduce the spawning of subshells in

Re: route one port via a specific host (both directions)

2021-12-10 Thread Michael Hekeler
Am 10.12.21 08:49 schrieb Claus Assmann: > I am trying to run an SMTP server on a dynamic IP address Running a smtp server on dynamic IP is just asking for troubles.

Re: Running redmine on OpenBSD

2021-12-06 Thread Michael Hekeler
> (...) > I run the redmine app as a normal user so puma can't read the > /etc/ssl/private/redmine.MY.DOMAIN.COM.key (default perm 400). Does your environment require keys in /etc/ssl/private? maybe some corporate policies or such... If not you can simply configure acme-client(1) to place cert

Re: django-ldap-auth authentication lasts several minutes on OpenBSD

2021-12-06 Thread Michael Hekeler
> The only machine using another DNS server from my router is the Linux Mint > development machine > which holds the copy of my code and also runs django development > server on 127.0.0.1:8080 and from where everything works without delays.

Re: Support

2021-11-11 Thread Michael Hekeler
Am 10.11.21 03:57 schrieb Brian O'Loughlin: > Hi > > Further to my support request in September, (...) You are refering to an email x weeks ago? I think you will get more helpful answers if continuing your old thread

Re: Running redmine on OpenBSD

2021-11-10 Thread Michael Hekeler
Am 09.11.21 17:56 schrieb Radek: > Hi @misc, > Does anyone successfully run redmine[1] on OpenBSD? > I'd like to install redmine on 7.0/amd64 with httpd and postgresql. I've > never done it before so any advices and hints would be appreciated. Best way is to begin with your setup and then when

Re: httpd.conf Dokuwiki

2021-11-07 Thread Michael Hekeler
Am 07.11.21 05:58 schrieb latin...@vcn.bc.ca: > Hello List: > > Could somebody please tell me what is wrong in my httpd.conf? > historia is a ln -s to dokuwiki. > > (...) While you didn't say what's not working like you expected we can only guess... I can say that most of the problems I see

Re: send help ( chroot php fpm refuse to exec/popen/procopen... on 7.0 )

2021-10-26 Thread Michael Hekeler
Am 26.10.21 09:18 schrieb Sven F.: > }{ello, > > I updated a device and use php fpm on openbsd 7.0 > everything works fine after putting a resolv file in the chroot > but i can't send email from the chroot > > I hope I didn't see something obvious. > > to troubleshoot i drop the ksh inside the

Re: traceroute losses

2021-10-21 Thread Michael Hekeler
Am 13.10.21 09:58 schrieb Peter J. Philipp: > On Wed, Oct 13, 2021 at 08:02:35AM +0200, Michael Hekeler wrote: > > Hello list, > > > > I have question regarding network/routing. However it is not directly > > openbsd related (I can see the same even on windows machines

traceroute losses

2021-10-13 Thread Michael Hekeler
Hello list, I have question regarding network/routing. However it is not directly openbsd related (I can see the same even on windows machines) I decided to ask here because I know that there are many experienced admins here and there is wealth of expertise on such things on this list. On my

Re: sed(1) and line number 0

2021-08-13 Thread Michael Hekeler
Am 13.08.21 23:19 schrieb Philippe Meunier: > Hello, > > While porting a shell script from Linux to OpenBSD I came across the > following: > > $ uname -a > Linux foo.there.org 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 > UTC 2020 x86_64 x86_64 x86_64 GNU/Linux > $ cat > foo > test >

Re: smtpd only Mail Server

2021-08-12 Thread Michael Hekeler
Am 10.08.21 13:29 schrieb latin...@vcn.bc.ca: > > On Tue, 2021-08-10 at 04:32 -0700, latin...@vcn.bc.ca wrote: > >> > On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: > >> > > > - smtpd had its first commit in 2008 and back then was far from > >> > > >   production ready: So are you using base

Re: How to use macros in acme-client.conf?

2021-07-27 Thread Michael Hekeler
Am 25.07.21 18:54 schrieb Wolf: > (...) > api_url="https://acme-v02.api.letsencrypt.org/directory; > authority letsencrypt { > api url $api_url > account key "/etc/acme/letsencrypt-privkey.pem" > } please check if you accidently inserted some control characters when copy the snippet

Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-13 Thread Michael Hekeler
Am 13.07.21 07:20 schrieb Michael Hekeler: > Am 13.07.21 01:13 schrieb Samuel Banya: > > My recommendation, tweak your tmux setup, and use vim keybindings for > > copying and pasting with the proper config options: > > - https://www.youtube.com/playlist?list=PL5BE1545D848

Re: CWM+Xterm+Tmux+Vim & Copy/Paste

2021-07-12 Thread Michael Hekeler
Am 13.07.21 01:13 schrieb Samuel Banya: > My recommendation, tweak your tmux setup, and use vim keybindings for copying > and pasting with the proper config options: > - https://www.youtube.com/playlist?list=PL5BE1545D8486D66D > > On Mon, Jul 12, 2021, at 9:12 PM, David Anthony wrote: > > Hello,

Re: An OpenBSD Consumer Gateway Launc

2021-06-17 Thread Michael Hekeler
Am 11.06.21 16:15 schrieb fern.tje...@aiyja.com: > Hi, > > I am Nan Mel, the marketing director of Aiyja and Etheria group of companies, > nice to meet you all. All of us in the company would like to say a big thank > you! > > We have launched Ayos HCS, (...) >From the homepage: "Ayos uses

Re: Color emojis

2021-06-17 Thread Michael Hekeler
Am 17.06.21 09:06 schrieb Michael Hekeler: > Am 17.06.21 00:28 schrieb Francisco Fuentes: > > (...) > > I need to be able to see emojis across the system, > > (...) > > Excuse me. > But what are these color emojis that you "need to be able to see across >

Re: Color emojis

2021-06-17 Thread Michael Hekeler
Am 17.06.21 00:28 schrieb Francisco Fuentes: > (...) > I need to be able to see emojis across the system, > (...) Excuse me. But what are these color emojis that you "need to be able to see across the system"?

Re: web server security

2021-06-10 Thread Michael Hekeler
Am 10.06.21 01:16 schrieb Gustavo Rios: > Hi folks! > > I am planning a web serve using openbsd as the os and using php. My > question is: how to avoid any given user from implement an php script that > will read some else file, since everything will run as the web server user > and group ? If

Re: OpenBSD 6.9 and PHP version

2021-05-18 Thread Michael Hekeler
Am 17.05.21 18:20 schrieb Steve Williams: > Hi, > > When I upgraded to OpenBSD 6.9 then did the pkg_add -u, I got php-php-7.4.18 > installed. > > How do I know if it's "safe" to delete the old php-7.3.28 and all the > associated modules? You will have to check the manual (readmes, manpages,

Re: Enhancing Privacy in 2020 attached screenshot

2020-12-22 Thread Michael Hekeler
On 22.12.20 00:18, pipus wrote: > (...) > Interesting 28 public and private emails protecting Stuart and his parts > 2 really nice private emails on the product itself :) Well, in fact the project sounds indeed to me in the beginning. But reading this thread I must realize that you tried

Re: No longer can change brightness

2020-10-14 Thread Michael Hekeler
On 13.10.20 13:07, james.lu...@keemail.me wrote: > Hello, > > The latest snapshots (maybe 1 week ago) have made wsconsctl(8) no longer > functional for changing display brightness on my MacBook Pro mid 2014. > > The expected behavior would be to `wsconsctl display.brigthness=X` to change > the

Re: displayport - hdmi audio

2020-01-16 Thread Michael Hekeler
> > Hello thee, im trying to connect my TV to Thinkpad x220 via displayport - > hdmi, but sound is only working on notebook not on TV. > I tried some tricks from audio faq from site but no result. Problem is i have > kinda low knowledge in audio related stuff in OpenBSD, cuz audio just

Re: From nginx to openbsd httpd

2020-01-16 Thread Michael Hekeler
> > Hello, > > I use poudriere pkg builder on FreeBSD and I use nginx to get poudriere web > status interface. > > I'm looking for a less complex httpd server and obhttpd seems to be right > choice. I have installed obhttpd > port > > nginx httpd.conf

Re: What do you use to generate invoices on OpenBSD?

2019-12-22 Thread Michael Hekeler
Am Sat, 21 Dec 2019 16:56:29 -0800 schrieb Lyndon Nerenberg : > tbl + troff -ms has always worked for me. > Can u share a snippet of what you are doing?

Re: What do you use to generate invoices on OpenBSD?

2019-12-22 Thread Michael Hekeler
Am Sat, 21 Dec 2019 23:57:07 + schrieb Mikolaj Kucharski : > Hi, > > Do you generate invoices on OpenBSD? What do you recommend? If you > have experience in more than one app, why did you chose one over the > other? If you use something open-source on other OS, let me know as > well. If you

Meaning of 'OpenBSD -stable binary packages'

2019-09-10 Thread Michael Hekeler
Hello all. I am running 6.5 STABLE. This release was with PHP 7.1.28. So my webserver runs PHP 7.1.28. Today I wanted to install an additional PHP driver for postgresql and I realized that there are only plugins for PHP versions 7.1.31 and 7.1.32 (and 7.2.x + 7.3.x) available with pkg_add.

Re: Getting screen to lock on suspend with Lenovo Thinkpad X1 Carbon

2019-09-09 Thread Michael Hekeler
On 03.09.19 21:09:11, Trey Sizemore wrote: > (...) > Thank you. I should have said, I have the following: > > bsd# cat /etc/apm/suspend > >

Re: Package -stable updates

2019-09-02 Thread Michael Hekeler
> http://cdn.openbsd.org/pub/OpenBSD/6.5/packages-stable/amd64/ > updated binary packages (with security fixes) for stable, as described here > https://marc.info/?l=openbsd-announce=156577865917831=2 Uu Ooh - I am sorry :-( I managed to break my .muttrc and so I've overseen the announce of

Re: obsd web server

2019-09-02 Thread Michael Hekeler
Hi gustavo, my own expirience with this list is that you will receive very good answers and tips from experienced people. ...but only if you try to ask good questions ;-) With "good questions" I mean for example writing about what you want to do, what you have done by now, what is not working,

Re: Package -stable updates

2019-09-02 Thread Michael Hekeler
In this thread I didn't understand what you update. You said you run STABLE? So you update ports? ...or using m:tier?? ...? Can somebody please tell me what are those "-stable updates for packages"? On Wed, Aug 28, 2019 at 07:59:59PM -0400, Steven Shockley wrote: > So, many thanks to

Re: Virtual Web Server

2019-03-08 Thread Michael Hekeler
I would suggest to analyze the problems you have with wordpress on httpd. Just a few thoughts (shot in the dark): "unable to post content" -> write permissions? "crop images" -> do you have all the php libraries installed that wordpress needs? What is needed to crop images? gd? image-magick?

Re: Puffy Security smtpd out of date

2019-03-08 Thread Michael Hekeler
Text on the bottom: This site Copyright © 2015 Thomas Dwyer . So maybe Thomas can do? ...or better you look in the official documentation. > Am 07.03.2019 um 13:17 schrieb Geir Svalland : > > Hello all. > > Any chance to get the http://puffysecurity.com/wiki/opensmtpd.html updated ? > >

Re: relayd smtp traffic

2018-10-27 Thread Michael Hekeler
Am Fri, 19 Oct 2018 13:20:46 +0200 schrieb Markus Rosjat : > Hi all, > > once again a silly question (but maybe someone is willing to answer) > about relayd. Is it spossible to determine the domain of the > recipient and depending on this redirect the traffic to da specific > server behind the

Re: Deploy Django app - strategy?

2018-09-18 Thread Michael Hekeler
Am Sun, 16 Sep 2018 16:27:32 -0400 schrieb Ken MacKenzie : > An example from one of my setups: > > location /api/deploy/core { > proxy_set_header Host $http_host; > proxy_set_header X-Real-IP $remote_addr; > proxy_set_header X-Forwarded-For

Re: NodeJS apps on Httpd?

2018-09-06 Thread Michael Hekeler
Am Wed, 5 Sep 2018 18:13:29 +0100 schrieb Michael Joy : > Does anyone have any experience of getting node apps running through > httpd? Any opinions, instructions or warnings are welcome. aren't node apps runing their own webserver ("express server")? I think that I've seen some handicraft

Re: httpd index directive confusion

2018-06-03 Thread Michael Hekeler
Am Wed, 30 May 2018 12:32:31 +0200 schrieb Markus Rosjat : > Hi there, > > i hope someone can sort this out for me but I dont get it. I get a > nice "Primary Script unknown" message when I try to reach a defined > location. > > I try reach https://UrlToMySite.tld/admin/ and in thsi location

Re: httpd.conf path substitution

2018-04-03 Thread Michael Hekeler
Am Thu, 29 Mar 2018 17:13:10 +0200 schrieb Michael Hekeler <mich...@hekeler.com>: > On Thu, Mar 29, 2018 at 11:58:09AM +0200, Markus Rosjat wrote: > > Hi there, > > > > its not really an issue but I noticed if I want to substitute a path > > for the tls key o

Re: Using stmp auth for local account with PHP scripts

2018-04-03 Thread Michael Hekeler
Am Sun, 01 Apr 2018 17:28:29 +0200 schrieb Markus Rosjat : > Hi there, > > There are simple ways of relaying local mails(connection on lo0 on > port 25) to a other mailserver. This is oky for logs and stuff but > what's about mails created by a php on the local webserver? His

Re: httpd.conf path substitution

2018-03-29 Thread Michael Hekeler
On Thu, Mar 29, 2018 at 11:58:09AM +0200, Markus Rosjat wrote: > Hi there, > > its not really an issue but I noticed if I want to substitute a path > for the tls key or cert I get a syntax error from httpd -n > > So is there some special syntax for this or is it simply not > possible to do

Re: httpd / acme-client confusion

2018-03-16 Thread Michael Hekeler
> Hi, > > thanks for the samples I will give it a try but wondering why > acme-client still works even httpd is not serving any kind of > location for a challenge exchange? acme_client(1) is only working if a file could be created within a directory accessible by a locally-run web server. >

Re: httpd / acme-client confusion

2018-03-15 Thread Michael Hekeler
Am Thu, 15 Mar 2018 11:01:42 +0100 schrieb Markus Rosjat : > Hi there, > > Im kinda confused right now about it. I have a OpenBSD 6.1 running a > simple httpd.conf with a definition for a http server and a https > server so far so good, I figured I need to have a http server so

Re: signify-openbsd to crypt'ly verify install62.iso in linux

2018-02-12 Thread Michael Hekeler
> To keep it neat, let's say both files are in /data/bsd-stuff, so we > have: > /data/bsd-stuff/install62.iso > /data/bsd-stuff/SHA256.sig where did you download the public key?

Re: root autologin?

2018-02-06 Thread Michael Hekeler
> A better approach is to to autologin an user in X and > use doas(1) > I think xenodm(1) has an "autologin" option... > > But why would one do that? What problem do you like to solve?

Re: root autologin?

2018-02-06 Thread Michael Hekeler
Am Tue, 6 Feb 2018 16:42:03 +0330 schrieb Mohammad BadieZadegan : > Hi everybody, > How can I boot OpenBSD with root autologin? > Maybe run a script in place of a getty. Then redirecting stderr/stdout to /dev/ttyWhatever A better approach is to to autologin an user in X

Re: gzip compression and httpd/relayd

2018-01-28 Thread Michael Hekeler
Am Sun, 28 Jan 2018 10:18:30 +0100 schrieb Thuban : > > > Yes it's possible. Make sure to set the appriopriate HTTP headers > > aswell with relayd: read "Accept-Encoding" and if it's acceptable > > set "Content-Encoding". > > Indeed, it works. > > relayd.conf : > >

Re: gzip compression and httpd/relayd

2018-01-27 Thread Michael Hekeler
Am Sat, 27 Jan 2018 09:56:48 +0100 schrieb Thuban : > Thank you for all answers, very interesting. > I'll try to compress some files on my own, we'll see. > > Regards Please give feedback here after you tried it.

Re: gzip compression and httpd/relayd

2018-01-25 Thread Michael Hekeler
Am Thu, 25 Jan 2018 19:47:09 +0100 schrieb Thuban : > I'm very happy with relayd + httpd. > Relayd deals with headers and httpd serve files. > > I know httpd doesn't have gzip compression. > > 1. Do you know if it's planned in the future? > 2. Does anyone has a

Re: Trying to use OpenBSD as webserver, inside home network (ADSL internet connection)

2018-01-19 Thread Michael Hekeler
Am Fri, 19 Jan 2018 12:55:20 -0200 schrieb Michel von Behr : > Hi - rookie question: I have ADSL internet at home, distributed to > local hosts via a cheap modem/router provided by the ISP. And > connected as one of the network nodes is an old laptop running > OpenBSD. I

Re: OpenVPN Help

2018-01-12 Thread Michael Hekeler
On Sun, Jan 07, 2018 at 01:31:02PM -0500, leroy jordan wrote: > Hi, All > > I am useing openbsd 6.2 release, as an server production. My network is > split with vlan into int_ and ext_ . However, I'm not sure which way to > run the VPN in a virtual machine or configure it on the int_ or ext_ so

  1   2   >