Re: Relayd with two domains and two HTTP servers

2025-06-21 Thread Marcus MERIGHI
Hello, ga...@hidvegi.net (Hidvégi Gábor), 2025.06.20 (Fri) 19:30 (CEST): > Dear members, > > I wonder if it's possible to achieve my goal: > - I've got two servers, a virtual one with OpenBSD as frontend, and a real > one as backend on a different network, > - I've got two domains, uprojekt.hu

[DE] Austrian radio broadcast re. open source

2025-05-20 Thread Marcus MERIGHI
Hi, yesterday there was a german language radio broadcast by a quality media radio station in austria, OE1, by ORF, the austrian public service broadcaster. The content re. open source, however, does not seem of high quality to me. It covers from Dennis M. Ritchie/Ken Thompson/UNIX to the Intern

Re: % in crontab(5)s [Was: /bin/sh and RANDOM documention error?]

2025-05-17 Thread Marcus MERIGHI
fischer+o...@lavielle.com (Mike Fischer), 2025.05.16 (Fri) 17:53 (CEST): > > Am 16.05.2025 um 17:33 schrieb Jan Stary : > >>> How exactly are you using RANDOM in a crontab, > >> * * * * * time $((RANDOM % 60));/home/username/bin/script.sh > > That doesn't make any sense: do you mean sleep(1) instea

Re: Relayd httpd headers Injection

2025-05-17 Thread Marcus MERIGHI
kihagurugath...@gmail.com (Kihaguru Gathura), 2025.05.16 (Fri) 09:54 (CEST): > What is the way to inject http headers in httpd for static content? found some snippets for you in a live relayd.conf: match response header remove "Server" match response header set "Connection" value "close" Marcus

Re: WordPress pretty permalinks with httpd

2024-11-25 Thread Marcus MERIGHI
p...@mostlybsd.com (Paul Pace), 2024.11.25 (Mon) 14:24 (CET): > I have been working on getting pretty permalinks[1] to work properly in > httpd. The WordPress project publishes configurations for Apache and > nginx.[2] > > I have a slightly better but still very weak grasp of nginx, so here is the

Re: Unable to access ~/Downloads folder

2024-09-01 Thread Marcus MERIGHI
Hello, stu.li...@spacehopper.org (Stuart Henderson), 2024.09.01 (Sun) 18:00 (CEST): > On 2024-09-01, aalin...@riseup.net wrote: > > When I try to download anything using either Firefox or > > Ungoogled-Chromium I get: > > > > The folder contents could not be displayed > > You do not have access

Re: doas tab completion

2024-07-29 Thread Marcus MERIGHI
Hello Robert, develo...@robert-palm.de (Robert Palm), 2024.07.29 (Mon) 09:47 (CEST): > wonder how I can get TAB completion in the shell when using doas ... > Do I need to add something to .profile ? as I understand your other messages in this thread you are looking for a solution for ksh(1). W

Re: Filesystem corruption on OpenBSD routers after power outage?

2024-07-10 Thread Marcus MERIGHI
Hello Tom, tom.sm...@wirelessconnect.eu (Tom Smyth), 2024.07.10 (Wed) 18:40 (CEST): > swap /var/log mfs rw,nosuid,noexec,nodev,-s=524288,-P=/persist-fs/var/log 0 0 > mfs:97883 on /var/log type mfs (asynchronous, local, nodev, noexec, > nosuid, size=524288 512-blocks) as you do not save the

Re: pf can't redirect outgoing traffic to localhost

2024-06-29 Thread Marcus MERIGHI
Hello whistlez, whistlez...@riseup.net (whistlez), 2024.06.20 (Thu) 02:49 (CEST): > I have sslsplit listening on 127.0.0.1 port 10443 and I want redirect > all my outgoing desktop web traffic to sslsplit, then localhost port > 10443. SSLSPLIT is just a kind of transparent proxy but cannot be use

Re: No dhcp renewal of IP

2024-02-18 Thread Marcus MERIGHI
Hello, this is not to answer the original question, but... kgo...@gmail.com (Kenneth Gober), 2024.02.17 (Sat) 22:15 (CET): > On Sat, Feb 17, 2024 at 10:47 AM Luis Mendes wrote: > > The interface ure0 is the gateway to the Internet, connected to the ISP. > > Somehow, when this interface loses th

Re: CARP and VRRP compliance

2024-02-13 Thread Marcus MERIGHI
Hello Samuel, samueljaydan1...@gmail.com (Samuel Jayden), 2024.02.13 (Tue) 17:35 (CET): > I am reaching out to seek guidance on creating redundancy between a Cisco > Router and OpenBSD. After conducting extensive research on the subject, I > find myself in need of clarification on a specific poin

Re: Thinkpad Gets Very Hot

2023-11-08 Thread Marcus MERIGHI
Hello, luffy20...@protonmail.com (luffy20201), 2023.11.07 (Tue) 23:08 (CET): > Hi, I've been an OpenBSD user for a year now, but I've never been able > to disable Acpitz. I have tried everything, and nothing has worked. I details would be nice... why do you want to disable acpitz(4)? > use a Th

Re: Connecting a wireless keyboard via Bluetooth

2023-10-25 Thread Marcus MERIGHI
Hello Karel, cahlu...@planet.nl (Karel Lucas), 2023.10.25 (Wed) 15:24 (CEST): > I have a computer with openBSD V7.4 without X11, to which I want to connect > a wireless keyboard via Bluetooth. The keyboard is connected via a separate > USB Bluetooth receiver. What software do I need for this, and

Re: Question about rdomains/rtables

2023-10-24 Thread Marcus MERIGHI
Hello f., t...@seiruote.it (tetrosalame), 2023.10.23 (Mon) 18:08 (CEST): > I'm playing with rdomain/rtable on OpenBSD 7.4 and I'm a bit confused about > the relation between rdomains and rtables. you do not mention reading rtable(4)/rdomain(4), online here: https://man.openbsd.org/rtabl

Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-07 Thread Marcus MERIGHI
Hello, com...@geekandfree.org (Comète), 2023.10.07 (Sat) 17:02 (CEST): > unfortunately, yes the slider is well opened and I can confirm that > when it is closed no LED will be visible. on my thinkpad X1 Carbon 5th Gen., /dev/video0 is the infrared camera, /dev/video1 is the one I want.

Re: Installboot question

2023-07-25 Thread Marcus MERIGHI
Hello, steve.shock...@shockley.net (Steven Shockley), 2023.07.25 (Tue) 16:34 (CEST): > I have a machine with two ATA drives in a softraid mirror. For the Zen > patch, do I run installboot on just sd2 (the softraid volume) or also sd0 > and sd1 (the physical disks)? Thanks. # installboot -v sd2

Re: error when pkg_add'ing

2023-06-24 Thread Marcus MERIGHI
Hello Pau, lamarededeusen...@googlemail.com (Pau A.S.), 2023.06.24 (Sat) 12:16 (CEST): [...] > In any case, I noticed that when running pkg_add I was finding some strange > error messages such as: > > > # pkg_add -u firefox > quirks-6.133 signed on 2023-06-23T22:56

Re: OpenBSD support for xattr on file systems other than UFS ?

2023-05-12 Thread Marcus MERIGHI
Hello, gene...@nativemethods.com (J Doe), 2023.05.12 (Fri) 04:47 (CEST): > I was configuring Samba on my OpenBSD 7.2 server and wanted to support > iOS/iPad OS and macOS clients. > > The documentation for Samba states that the following vfs options are > required to support these clients: > >

Re: passing environment variables to daemons in rc.d scripts

2023-04-21 Thread Marcus MERIGHI
Hello! jor...@geoghegan.ca (Jordan Geoghegan), 2023.04.20 (Thu) 23:08 (CEST): > Hello, > > tl;dr: Is there any way to pass an environment variable to a daemon started > with rc.d? There's a way via login.conf(.d), here's an example I use: sogod:\ :openfiles-cur=1024:\ :openfiles

Re: Using gzip-static with httpd location

2023-03-10 Thread Marcus MERIGHI
j...@carnat.net (Joel Carnat), 2023.03.10 (Fri) 17:41 (CET): > Le 10/03/2023 à 16:41, Marcus MERIGHI a écrit : > > j...@carnat.net (Joel Carnat), 2023.03.10 (Fri) 02:31 (CET): > > > I just tried applying gzip compression on a simple test web site using > > > httpd >

Re: openbsd get really hot/warm

2023-03-10 Thread Marcus MERIGHI
Hello, l...@netc.fr (l...@netc.fr), 2023.03.09 (Thu) 19:20 (CET): > unfortuately obsdfreqd didnt solved the problem... > with just less half of hour uptime, plus running firefox without going > on the internet, it's going up to 55°C did you use any options to obsdfreqd(1)? Like in obsdf

Re: Using gzip-static with httpd location

2023-03-10 Thread Marcus MERIGHI
Hello, j...@carnat.net (Joel Carnat), 2023.03.10 (Fri) 02:31 (CET): > I just tried applying gzip compression on a simple test web site using httpd > and the gzip-static option ; using OpenBSD 7.2/amd64. > > As I understood the man page, gzip-static is supposed to be used inside the > server bloc

Re: Question about pf.conf queues

2023-01-15 Thread Marcus MERIGHI
Hello, gene...@nativemethods.com (J Doe), 2023.01.14 (Sat) 23:24 (CET): > On 2023-01-14 11:37, Marcus MERIGHI wrote: > > > Hello, > > > > not an answer but a little input below... > > > > gene...@nativemethods.com (J Doe), 2023.01.14 (Sat) 00:09 (CET

Re: Question about pf.conf queues

2023-01-14 Thread Marcus MERIGHI
Hello, not an answer but a little input below... gene...@nativemethods.com (J Doe), 2023.01.14 (Sat) 00:09 (CET): > I have a question regarding queuing and priorities in pf.conf on > OpenBSD 7.2. > > I have a basic gateway configuration - a PC with two NIC's (em0, em1). One > interface is connec

Re: DHCP server ignoring PF rules?

2022-12-17 Thread Marcus MERIGHI
hello, barbarosb...@gmail.com (Barbaros Bilek), 2022.12.17 (Sat) 15:07 (CET): > On Sat, Dec 17, 2022 at 4:40 PM Cristian Danila wrote: > > Thanks for the provided info, now it makes sense about what is happening. > > Any idea about a possible way to control these packets? > > Still investigating

Re: CyberPower cp1500PPFCLCD

2022-11-13 Thread Marcus MERIGHI
Good morning, p...@thinkage.ca (Peter Fraser), 2022.11.13 (Sun) 19:56 (CET): > My old UPS dies, it was very old I had been changing batteries on it > for years. It was so old that it used a serial port for > communications. > > I replace it with a new CyberPower cp1500PPFCLCD. > > I connected

Re: Xiaomi Mi Air, Synaptic trackpad and OpenBSD 7.2.

2022-11-12 Thread Marcus MERIGHI
Hello, cont...@anarchosaxophonist.org (Brian Durant), 2022.11.12 (Sat) 10:49 (CET): > I am trying to get the Synaptic trackpad (12C?) on a Xiaomi Mi Air laptop > working. I have found several references in the OpenBSD man pages, so I > believe something has been worked on, but at what stage the d

Re: Howto convert Sierra Wireless EM7455 from umsm to umb

2022-11-06 Thread Marcus MERIGHI
;t relate with this issue. > Regards. > > P.S. dmesg attached, also i can supply more. Thanks for reading. > > > On Sun, Nov 6, 2022 at 1:45 PM Marcus MERIGHI wrote: > > > barbarosb...@gmail.com (Barbaros Bilek), 2022.11.05 (Sat) 23:22 (CET): > > >

Re: Howto convert Sierra Wireless EM7455 from umsm to umb

2022-11-06 Thread Marcus MERIGHI
barbarosb...@gmail.com (Barbaros Bilek), 2022.11.05 (Sat) 23:22 (CET): > I have Sierra Wireless EM7455 on my OpenBSD 7.2 router device. > OpenBSD detects this card like this: [...] > Is it possible to convert this card into MBIM mode to get an umb device? > Thanks. The man page of umb(4) lists thi

Re: Re-enable trackpad after resuming from hibernate

2022-10-24 Thread Marcus MERIGHI
srira...@berkeley.edu (Sriranga Veeraraghavan), 2022.10.24 (Mon) 10:18 (CEST): > I just installed OpenBSD 7.2 on my Surface Go 3, and everything seems > to work as well as it did with OpenBSD 7.1 on my Surface Go 2, except > for one thing - the trackpad is not enabled after resuming from > hibernat

Re: relayd blocking by IP

2022-05-29 Thread Marcus MERIGHI
fosf...@gmail.com (Fabio Martins), 2022.05.06 (Fri) 00:43 (CEST): > On Thursday, May 5, 2022, Stuart Henderson > wrote: > > not quite, PF is looking up the IP in the table to decide which port > > number to use > > then the different port number is handled in relayd to pick between > > two context

Re: relayd blocking by IP

2022-05-05 Thread Marcus MERIGHI
Hello Stuart, Hello Fabio, thanks for reading and suggesting! fosf...@gmail.com (Fabio Martins), 2022.05.04 (Wed) 22:29 (CEST): > On Wednesday, May 4, 2022, Stuart Henderson > wrote: > > On 2022-05-04, Marcus MERIGHI wrote: > > > I need to block http/s traffic, but only

Re: Server certs expired higher up the chain, imaps and https

2021-10-02 Thread Marcus MERIGHI
Hello! benoit-li...@fb12.de (Sebastian Benoit), 2021.09.30 (Thu) 21:42 (CEST): > Chris Bennett(cpb_m...@bennettconstruction.us) on 2021.09.30 10:02:17 -0700: > > I'm getting that the certs are expired, but https works fine in Firefox, > > including when looking at the full chain. > > openssl s_cli

Re: Server certs expired higher up the chain, imaps and https

2021-10-02 Thread Marcus MERIGHI
Hello! stu.li...@spacehopper.org (Stuart Henderson), 2021.10.02 (Sat) 16:13 (CEST): > On 2021-10-02, Marcus MERIGHI wrote: > > benoit-li...@fb12.de (Sebastian Benoit), 2021.09.30 (Thu) 21:42 (CEST): > >> Chris Bennett(cpb_m...@bennettconstruction.us) on 2021.09.30 10

Re: Permit to reprint tshirt artwork

2021-07-25 Thread Marcus MERIGHI
Good morning! titomarifran...@gmail.com (Tito Mari Francis Escaño), 2021.07.26 (Mon) 04:28 (CEST): > I really like the tshirt design as illustrated here: > https://www.openbsd.org/images/tshirt-23.gif The most recent similar thread I could find: https://marc.info/?l=openbsd-misc&m=15543

Re: X220 thinkpad battery issue

2021-07-15 Thread Marcus MERIGHI
Hello! b...@shoshoni.info (Bryan Linton), 2021.07.15 (Thu) 11:33 (CEST): > On 2021-07-15 08:57:32, Isak Holmström wrote: > > Hello, > > I recently discovered that my battery is not charging. I really > > can’t find anything when searching the web regarding openbsd and > > A couple thoughts. > >

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

2021-07-13 Thread Marcus MERIGHI
Hello! d...@silentsystems.org (David Anthony), 2021.07.12 (Mon) 23:12 (CEST): > Does anyone using the combination of CWM+Xterm+Tmux+Vim have any advice > for dealing with Copy/Paste? To/From Browser? Not yet seen among the valuable advice already given: $ grep M-v .cwmrc bind-key M-v "xdotool c

Re: apu2 and Atheros WLE600VX not working

2021-06-30 Thread Marcus MERIGHI
Hello! g.lis...@nodeunit.com (George), 2021.06.30 (Wed) 01:41 (CEST): > I am running OpenBSD 6.9 the machine recognizes an earlier version of > the same wireless PCIe card, namely the WLE200NX but for some, > unknown to me reason, the WLE600VX is not recognized. I checked the > athn driver support

Re: Who is responsible for ports.su? (admittedly a non-canon resource)

2021-06-14 Thread Marcus MERIGHI
rop...@gmail.com (ropers), 2021.06.14 (Mon) 00:21 (CEST): > > On 2021-06-13, ropers wrote: > >> Sorry to disturb, but does anyone know how to contact whoever is > >> responsible for ports.su? > >> An email address would be great, though I'm not sure if it's okay to > >> post that on-list. Perhaps

Re: Maintaining modified binary kernel config

2021-05-29 Thread Marcus MERIGHI
parod...@gmail.com (Parodper), 2021.05.29 (Sat) 19:03 (CEST): > # config -e -o bsd.new /bsd > ukc> disable radeondrm > ukc> quit > # mv bsd.new /bsd > > But that only lasts for one reboot (I think on some cases not even > that). After that the next reboots have the same problem. Any tips to > make

ssh(1) -v gives debug1: pledge: filesystem full

2021-05-19 Thread Marcus MERIGHI
Hello! By accident I noticed that $ ssh -v $host gives me, among many other lines, this debug1: pledge: filesystem full Tried with multiple hosts. None of the filesystems on the hosts (client, servers) is full. The messages appears when connecting from -current (as of yesterda

Re: Managed to mess up the system encrypted disk. I can no longer boot.

2021-03-08 Thread Marcus MERIGHI
Hello Samarul, samarul@gmail.com (Samarul Meu), 2021.03.08 (Mon) 10:46 (CET): > On Thu, Jan 28, 2021 at 10:27 AM Samarul Meu wrote: > > Thank you so much! You made my day! > > So I used FuguIta (6.8 - stable) attached the encrypted partition > > (accessible as sd1 now) and 'installboot sd1',

Re: 4k sector disk on APU2 problems

2021-03-01 Thread Marcus MERIGHI
Hello, raimo+open...@erix.ericsson.se (Raimo Niskanen), 2021.03.01 (Mon) 14:30 (CET): > The disk showed up as a 4k sector disk, and after installing OpenBSD 6.7 > over USB over the mSATA-SATA adapter I plugged it in the internal mSATA > connector, and it did not boot. I've recently had the same

Re: snapshot of today, pkg_add -u changed behaviour

2021-02-24 Thread Marcus MERIGHI
sven.falem...@gmail.com (Sven F.), 2021.02.24 (Wed) 19:04 (CET): > On Wed, Feb 24, 2021 at 12:06 PM Stuart Henderson > wrote: > > > > On 2021-02-24, Marcus MERIGHI wrote: > > > Hello! > > > > > > I just ugraded two machines to the snapshot of the

snapshot of today, pkg_add -u changed behaviour

2021-02-24 Thread Marcus MERIGHI
Hello! I just ugraded two machines to the snapshot of the day: OpenBSD 6.9-beta (GENERIC.MP) #357: Tue Feb 23 22:09:48 MST 2021 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP When I run pkg_add -u afterwards, it just sits there, without output, for an unusually long tim

Re: relayd.conf prefork > 3, relayd does not answer

2021-02-15 Thread Marcus MERIGHI
Hello, mcmer-open...@tor.at (Marcus MERIGHI), 2021.02.07 (Sun) 18:28 (CET): > I just saw a reason to crank relayd.conf(5)s "prefork" from its default > of 3 to 12. > After restarting relayd I could not connect anymore. PEBKAC: The "prefork" directive followed th

Re: home printer

2021-02-09 Thread Marcus MERIGHI
rop...@gmail.com (ropers), 2021.02.08 (Mon) 21:43 (CET): > On 08/02/2021, Pierre-Philipp Braun wrote: > > Anyway, I don't suppose any of you know whether any of your > recommended devices have printer steganography built in? I've been told, by a local xerox technician, to never print any ransom d

relayd.conf prefork > 3, relayd does not answer

2021-02-07 Thread Marcus MERIGHI
hello! OpenBSD 6.8 with patches (full dmesg at the end). I just saw a reason to crank relayd.conf(5)s "prefork" from its default of 3 to 12. After restarting relayd I could not connect anymore. Reverting to "prefork 3" made things return to normal working state. The only thing I can tell from

Re: 6.8 and Procmail/Formail: anyone still using them?

2021-01-30 Thread Marcus MERIGHI
from /var/mail/*user*/ > to ~/mbox (the file), soon as it is invoked. my gut feeling is that this historic behaviour is going extinct. Marcus > On Wed, 27 Jan 2021, Maurice McCarthy wrote: > > > Most use fdm from ports > > Best > > On Wed, 27 Jan 2021, Marcus ME

Re: Installing across two SSDs, encrypted

2021-01-30 Thread Marcus MERIGHI
gj...@omecha.info (Grégoire Jadi), 2021.01.30 (Sat) 11:03 (CET): > Joe Nelson writes: > > > Second, how do I get the OS to prompt me during startup for a > > passphrase, and mount the encrypted drive? (It's not the primary drive > > with the OS on it, which seems nonstandard.) > > Checkout rc(8)

Re: Can't set 'from' address in .mailrc

2021-01-28 Thread Marcus MERIGHI
Hello, tetrahe...@danwin1210.me (tetrahe...@danwin1210.me), 2021.01.28 (Thu) 16:00 (CET): > I'm trying to set up my system so I can use 'sendbug' to send in a bug > report for a kernel panic, and a number of issues have cropped up. > > 1. My mail provider won't let me send email from but only

Re: 6.8 and Procmail/Formail: anyone still using them?

2021-01-27 Thread Marcus MERIGHI
aus...@computershop.ca (Austin Hook), 2021.01.26 (Tue) 18:43 (CET): > Wonder if anyone is still using Procmail/Formail under 6.8 for > presorting incoming mail before it hits one's main inbox. Regarding procmail beware of this: https://marc.info/?l=openbsd-ports&m=151256201621939 formail is not i

Re: libreoffice package broken in -current 3.509

2021-01-17 Thread Marcus MERIGHI
Hello, n.dellu...@gmail.com (Nicola Dell'Uomo), 2021.01.17 (Sun) 11:25 (CET): > after upgarding packages from 3.507 to 3.509 in -current, libreoffice > crashes when it starts. Already known, but (AFAIK) unsolved: https://marc.info/?t=16106348152&r=1&w=2 Marcus

Re: auto-boot

2021-01-16 Thread Marcus MERIGHI
bast...@durel.org (Bastien Durel), 2021.01.14 (Thu) 18:07 (CET): > Le jeudi 14 janvier 2021 à 16:59 +0100, Marcus MERIGHI a écrit : > > bast...@durel.org (Bastien Durel), 2021.01.14 (Thu) 16:05 (CET): > > > Le jeudi 14 janvier 2021 à 15:47 +0100, Marcus MERIGHI a écrit : > &g

Re: auto-boot

2021-01-14 Thread Marcus MERIGHI
bast...@durel.org (Bastien Durel), 2021.01.14 (Thu) 16:05 (CET): > Le jeudi 14 janvier 2021 à 15:47 +0100, Marcus MERIGHI a écrit : > > bast...@durel.org (Bastien Durel), 2021.01.14 (Thu) 10:20 (CET): > > > I have a router connected via a serial port to another machine >

Re: auto-boot

2021-01-14 Thread Marcus MERIGHI
Hello, bast...@durel.org (Bastien Durel), 2021.01.14 (Thu) 10:20 (CET): > I have a router connected via a serial port to another machine (which > is usually powered off), wich fails to boot until I connect and > validate the boot> prompt > > I configured my boot.conf as it follows : > > # cat /

[OT] Re: WireGuard, Windows mobile laptop and pf.conf?

2020-12-29 Thread Marcus MERIGHI
Hello! hamdi201...@gmail.com (Andreas X), 2020.12.29 (Tue) 13:53 (CET): > > > I happen to come across this blog today that may help > > > you clarify some of your questions: > > > > https://ozgur.kazancci.com/secure-fast-vpn-server-wireguard-setup-on-openbsd-and-configure-windows-10-clients-to-con

Re: Internal microphone not working

2020-10-28 Thread Marcus MERIGHI
Hello Ashton, ash...@fagg.id.au (Ashton Fagg), 2020.10.28 (Wed) 01:31 (CET): > However, I'm having problems getting my internal microphone to work. what does $ sysctl kern.audio.record say? Marcus

Re: LTE SIM in a ThinkPad T400

2020-09-29 Thread Marcus MERIGHI
h...@stare.cz (Jan Stary), 2020.09.29 (Tue) 10:19 (CEST): > This is current/amd64 on a ThinkPad T400 (dmesg below). I don't see any umsm(4) or umb(4) device in you dmesg. (Or anything else that looks like a 2/3/4/5G modem.) Could it be that the SIM slot is provided on all models, though yours do

Re: how to figure out reverse package dependency?

2020-08-23 Thread Marcus MERIGHI
Hello, j...@jsg.id.au (Jonathan Gray), 2020.08.23 (Sun) 08:58 (CEST): > On Sun, Aug 23, 2020 at 08:15:01AM +0200, Matthias wrote: > > How do I figure out which packages directly or indirectly depend on a > > specific package? Let's assume that only installed packages shall be > > considered. > >

phone syncing [was: Re: how to mount phone?]

2020-07-15 Thread Marcus MERIGHI
pe...@bsdly.net (Peter Nicolai Mathias Hansteen), 2020.07.14 (Tue) 17:11 (CEST): > > 13. jul. 2020 kl. 23:39 skrev Justin Muir : > > Just wishing to mount my phone to access photos. > > I believe I have at some point managed to mount a phone as storage, > but not recently. > > What usually works b

Re: how to mount phone?

2020-07-14 Thread Marcus MERIGHI
get.misc.open...@gmail.com (Greg Thomas), 2020.07.14 (Tue) 00:33 (CEST): > Have you set your USB preferences on your phone? To File transfer? My > Android defaults to charging only. Mine too; but "File transfer" does not work for me, either. I get a ugen(4) instead of umass(4), on -current. The

Re: Input Filter and LPD

2020-06-09 Thread Marcus MERIGHI
punoseva...@gmail.com (Predrag Punosevac), 2020.06.08 (Mon) 23:57 (CEST): > It seems that there is another change on 6.7 perhaps among packages > which broke printing for me. I am using built in LPD to print onto the > network connected Brother HL-5250DN. I am getting row PostScript output > on the

Re: Getting HDMI Events

2020-06-08 Thread Marcus MERIGHI
switch1...@gmail.com (Switch 1024), 2020.06.07 (Sun) 17:48 (CEST): > On Sun, 7 Jun 2020 at 14:06, Marcus MERIGHI wrote: > > > > switch1...@gmail.com (Switch 1024), 2020.06.07 (Sun) 08:59 (CEST): > > > tldr; My question is, how can I get HDMI Events, I want to execute &g

Re: Getting HDMI Events

2020-06-07 Thread Marcus MERIGHI
switch1...@gmail.com (Switch 1024), 2020.06.07 (Sun) 08:59 (CEST): > tldr; My question is, how can I get HDMI Events, I want to execute scripts > when a new HDMI (or DP, for that matter) device is connected or disconnected. > Maybe there is a really obvious or simple way or solution but I did not

Re: Howto change login mechanism on OpenBSD

2020-05-31 Thread Marcus MERIGHI
hello, valdrin.m...@zoho.com (Valdrin MUJA), 2020.05.25 (Mon) 16:47 (CEST): > Actually I updated the /etc/ttys file and add my program instead of > getty. However, after boot, there was still OpenBSD login prompt > before my program started.  as already mentioned, init(8) respawns the program sp

Re: rc.d: Webserver is removing daemonization - now what?

2020-05-03 Thread Marcus MERIGHI
chad.hoo...@protonmail.com (Chad Hoolie), 2020.05.03 (Sun) 15:43 (CEST): > So the folks over at my webserver is removing its daemonization > feature, telling its users to use systemd/upstart/a process supervisor > instead. Ugly move by upstream! > But what does this mean to my webserver's startup

Re: flashrom on APU2

2020-04-23 Thread Marcus MERIGHI
Hello Jan, just asking because you did not mention: you are running single user, right? I documented an firmware upgrade on 2020-03-04, for an APU2: first I tried "flashrom -p internal -w apu2.rom", then I noted "needs boardmismatch=force", which i then used. That machine is still running, unbri

Re: X start failure - OpenGL Version

2020-04-06 Thread Marcus MERIGHI
Hello Riccardo, startx(1) had it's setuid bit removed. I think in the timeframe you are upgrading over. The canonical advice is to use xenodm(1). Marcus riccardo.mott...@libero.it (Riccardo Mottola), 2020.04.06 (Mon) 11:57 (CEST): > Hi, > > lockdown times gave me finally times to update my wor

mirror hostserver.de packages behind

2020-04-05 Thread Marcus MERIGHI
Hello! I wanted to mention that https://ftp.hostserver.de/pub/OpenBSD/snapshots/packages/aarch64/ is showing packages as of 2020-03-14 (3/14). But https://ftp.OpenBSD.org/pub/OpenBSD/snapshots/packages/aarch64/ is at 2020-04-02 (04/02). Regarding snapshots the lag is only a single day.

Re: List of binary packages which needs update.

2020-03-27 Thread Marcus MERIGHI
pe...@bsdly.net (Peter N. M. Hansteen), 2020.03.27 (Fri) 09:52 (CET): > On Fri, Mar 27, 2020 at 08:07:03AM +0100, Ján Rusnák wrote: > > > Is there a simple command to list update canditates of binary packages for > > latest release? (For cron script). Something similar to 'syspatch -c' for > > ba

Re: dhcpd and unbound on a small LAN

2020-01-12 Thread Marcus MERIGHI
Morning! What I have not seen mentioned: dhcpd.conf -> "deny unknown-clients;" Beware if you use static leases as already mentioned, then dhcpd does *not* feed the IPs to it's PF tables when it hands the IP out to the client. If you do: host foobar { hardware ethernet a8:34:6a:e1:1d:1c; } wit

Re: Hardware for Access Point on OpenBSD

2020-01-02 Thread Marcus MERIGHI
Hello, s...@spacehopper.org (Stuart Henderson), 2020.01.02 (Thu) 13:56 (CET): > On 2020-01-01, List wrote: > > I therefore need some kind of WIFI Hardware. This piece of hardware > > needs to be connected over usb. > > Do you have any suggestions or recommendations ? As far as I can see > > bw

Re: Hardware for Access Point on OpenBSD

2020-01-01 Thread Marcus MERIGHI
Hello Stephan, l...@md5collisions.eu (List), 2020.01.01 (Wed) 16:54 (CET): > mode. Only ones that do are: athn(4), ral(4), ath(4). > Finding those is hard. > Maybe you guys know things I couldn't find ? i've bought athn(4) here: https://www.pcengines.ch/wle200nx.htm https://www.pcengines.ch/

Re: Advices on AD implementation with OpenBSD

2019-12-27 Thread Marcus MERIGHI
Hello! fm+obsd+misc+l...@phosphorusnetworks.com (Fabio Martins), 2019.12.26 (Thu) 20:26 (CET): > I am drawing a scenario to replace the Windows 2003 Server with OpenBSD, > acting as AD/DC and firewall. There is a need to share folders and AFAIK this is the current status of samba AD/DC on OpenBS

Re: relayd(8) Tables and pfctl -T

2019-12-26 Thread Marcus MERIGHI
Hello Thomas, miracu...@gmail.com (Thomas Huber), 2019.12.26 (Thu) 16:42 (CET): > I just tried to get a little deeper into load-balancing and try > to use relayd(8) in a dynamic (translate to microservices) environment > where I´l like to add and remove hosts on the fly. > After some reading I th

Re: Softdep and noatime

2019-11-30 Thread Marcus MERIGHI
Hello, david.raym...@nmt.edu (Raymond, David), 2019.11.30 (Sat) 14:12 (CET): > I am switching to OpenBSD from Linux and I have questions about the > use of softdep and noatime in mounting disks. I have a variety of > systems with a mix of SSDs and rotating disks. > > Softdep seems to have some

Re: How to dock laptop more easily

2019-10-14 Thread Marcus MERIGHI
j...@begriffs.com (Joe Nelson), 2019.10.14 (Mon) 04:32 (CEST): > I'd like to write a daemon to change machdep.lidaction and the xrandr output > as > an external monitor or power is attached/detached from my laptop. Is there a > way to detect those events from a C program? x-on-resize[1] might he

Re: How can I remove sets installed by sysupgrade?

2019-09-14 Thread Marcus MERIGHI
Morning Judah! koche...@hotmail.com (Judah Kocher), 2019.09.15 (Sun) 05:12 (CEST): > I ran it and found too late that it installed all the x*, Comp and Game > sets, which were not part of the original install. Unfortunately this > overfilled my /usr partition and I'm getting errors on boot. > >

Re: Who has an ancient -current snapshot

2019-09-07 Thread Marcus MERIGHI
Hello Luke, lukensm...@gmail.com (Luke Small), 2019.09.07 (Sat) 00:56 (CEST): > I need an old kernel image older than maybe a couple weeks old. I have the I think http://ftp.hostserver.de/archive/ has what you want. Marcus

Re: handling snapshot installation in production environment

2019-09-02 Thread Marcus MERIGHI
Hello Joerg, just passing on my user experience...: streckf...@dfn-cert.de (Joerg Streckfuss), 2019.09.02 (Mon) 10:15 (CEST): > Furthermore I'm not sure which snapshot should I run. Almost every day > there will be a fresh one. you seem to be watching closely, therefore you will notice a time

Re: L2TP/IPSec PSK with Android -- INVALID_ID_INFORMATION

2019-07-01 Thread Marcus MERIGHI
Hello Dani... this is just a report from the "works for me" department: l...@ecentrum.hu (Lévai, Dániel), 2019.06.30 (Sun) 19:12 (CEST): > I know (saw) this has come up numerous times, and someone has been > successful, others weren't. I thought I'd try this out myself, and not > surprisingly it

Re: Is it possible to build bioctl -c C -l ... on a bioctl -c 1 -l ... ?

2019-06-23 Thread Marcus MERIGHI
Hello, wo...@intermezzo.net (Wolly), 2019.06.18 (Tue) 13:58 (CEST): > 3 years ago I tried to build a "bioctl -c C -l ... " over a "bioctl -c 1 > -l ..." on a hetzner server and I failed. > Is it possible to do so, and when, what are the requirements? it is possible but it will not automagically

Re: Software caused connection abort (53) squid 4.6 on OpenBSD 6.5

2019-05-23 Thread Marcus MERIGHI
Hello, same here. I guess bugs@ or ports@ would be better. w...@wootsie.com (w...@wootsie.com), 2019.05.23 (Thu) 14:36 (CEST): > I have been running into a repeatable error reported by squid 4.6 from > packages once the system has been under a steady load for ~12 hours. I would not call it rep

Re: Blind OpenBSD users

2019-05-14 Thread Marcus MERIGHI
aa...@bolddaemon.com (Aaron Bieber), 2019.05.10 (Fri) 16:05 (CEST): > I am looking to understand / enhance the OpenBSD experience for blind > users. :flan_thumbsup: > Do we have any blind users reading misc that can offer any insight > into their usecases / pain points / work flows / wants? I v

Re: Puffy Security smtpd out of date

2019-03-08 Thread Marcus MERIGHI
z...@znedw.com (Zach Nedwich), 2019.03.08 (Fri) 08:06 (CET): > http://tomd.tel > > It appears the author has contact details on their personal site > (which references puffysecurity). Might be worth getting in touch with > them via the email listed. I did this on "Thu, 7 Mar 2019 19:41:57 +0100",

Re: apu2 em0/dhclient problems

2019-01-29 Thread Marcus MERIGHI
Hello, ed...@pettijohn-web.com (Edgar Pettijohn), 2019.01.27 (Sun) 18:44 (CET): > I'm trying to replace my dieing soekris box with an apu2 dmesg below. > However, I can't seem to get em0 to connect to my isp. It will work > when connecting to the soekris box though. So I don't think its the > in

Re: openbsd : foundation : donation : annual : automatic : any method?

2019-01-23 Thread Marcus MERIGHI
mayur...@kathe.in (Mayuresh Kathe), 2019.01.23 (Wed) 13:12 (CET): > not currently, but when i work with openbsd, > i work at the text-console exclusively. > i do use the web occasionally, via "lynx". [...] > i prefer to make annual donations to the > openbsd foundation, typically 1st april. > is th

Re: mount_ffs Permission denied as root

2019-01-03 Thread Marcus MERIGHI
Hello, myml...@gmx.com (myml...@gmx.com), 2019.01.03 (Thu) 01:21 (CET): > On 1/1/19 10:02 PM, Philip Guenther wrote: > > On Tue, Jan 1, 2019 at 6:27 PM myml...@gmx.com > > mailto:myml...@gmx.com>> wrote: [snip] > I unmounted the drive and tried to create an image of the

Re: howto set terminus font in .Xresources for xterm

2018-12-31 Thread Marcus MERIGHI
niyal...@gmail.com (shadrock uhuru), 2019.12.31 (Mon) 11:01 (CET): > what is the correct command to put in .Xresources for the terminus font, Works for me: XTerm*faceName:Terminus* XTerm*faceSize:12 Marcus > the following is my Xresources file, > i've tried a few variation but all i get when i

Re: Best way to change disk layout?

2018-12-25 Thread Marcus MERIGHI
codeb...@inbox.lv (John Long), 2018.12.24 (Mon) 23:34 (CET): > Are smbd and nmbd supposed to run as root? httpd changes to www but I > don't see anything like that for samba. I can't remember how it was > working before. It runs as root and changes to the user that connects, when she/he connects.

Re: procmail and new grammar in smtpd.conf

2018-12-15 Thread Marcus MERIGHI
cl...@syntheticnation.com (schwack), 2018.12.11 (Tue) 22:36 (CET): > On Wed, Dec 05, 2018 at 10:07:34AM -0500, Daniel Corbe wrote: > > at 6:22 AM, Eda Sky wrote: > > > > > > > Executive summary: delete the procmail port; the code is not safe and > > > should not be used as a basis for any furthe

Re: install portslist?

2018-12-14 Thread Marcus MERIGHI
Hello, rsyk...@disroot.org (Rudolf Sykora), 2018.12.14 (Fri) 15:40 (CET): > odin$ pwd > /usr/ports > > odin$ make search key=texmacs > Please install portslist > pkg_add portslist > *** Error 1 in /usr/ports (Makefile:80 '/usr/local/share/ports-INDEX': @exit > 1) > > odin$ doas pkg_add port

Re: does 'xset(1) dpms 20' activate xidle(1) after 20sec?

2018-12-02 Thread Marcus MERIGHI
Hello, alexan...@beard.se (Alexander Hall), 2018.11.28 (Wed) 23:24 (CET): > On Wed, Nov 28, 2018 at 10:56:13AM +0100, Marcus MERIGHI wrote: > > j...@openbsd.org (joshua stein), 2018.11.27 (Tue) 18:12 (CET): > > > On Tue, 27 Nov 2018 at 14:32:50 +0100, Marcus Merighi wrote: &g

Re: does 'xset(1) dpms 20' activate xidle(1) after 20sec?

2018-11-28 Thread Marcus MERIGHI
j...@openbsd.org (joshua stein), 2018.11.27 (Tue) 18:12 (CET): > On Tue, 27 Nov 2018 at 14:32:50 +0100, Marcus Merighi wrote: > > does 'xset(1) dpms 20' activate xidle(1) after 20 seconds? > > > > How to repeat: > > > > $ xset dpms 20 > > $ xidle

does 'xset(1) dpms 20' activate xidle(1) after 20sec?

2018-11-27 Thread Marcus Merighi
Hello, does 'xset(1) dpms 20' activate xidle(1) after 20 seconds? How to repeat: $ xset dpms 20 $ xidle -timeout 180 & With this I am locked out after 20 seconds, not 180. I looked hard to make sure everything runs with default settings. Just saying, maybe someone has time to reproduce. Ma

Re: vmm(4) on apu2c4

2018-10-29 Thread Marcus MERIGHI
miracu...@gmail.com (Thomas Huber), 2018.10.29 (Mon) 08:27 (CET): > Hi misc, > > is vmm(4) working on the PC-Engines APU2 with -release 6.4 ? > I thought I've read something like that a view months ago but can not find > any further information about which CPU-Feature is needed and how it is > nam

want.html: Unifi wifi gear for interop debugging

2018-10-06 Thread Marcus MERIGHI
Dear all, not everyone is reading want.html every day, therefore I wanted to hint at: https://www.openbsd.org/want.html stsp@wifi is asking for gear and we should deliver :-) "Ubiquity Unifi Ufo / Unifi AP Pro are needed for wifi driver debugging in Berlin, Germany. Contact s...@openbsd.org" I

Re: USB Ethernet adapter

2018-09-25 Thread Marcus MERIGHI
i...@konstankino.com (Bogdan Kulbida), 2018.09.25 (Tue) 02:00 (CEST): > It does have few extra USB ports, ta-da... > Anyway, what USB network interface would you recommend that would run > smoothly with the OBSD 6.3? Works for years already, not a single hickup that I know of: axe0 at uhub0 port

Re: wifi manager

2018-09-23 Thread Marcus MERIGHI
ed...@pettijohn-web.com (Edgar Pettijohn III), 2018.09.22 (Sat) 16:49 (CEST): > I've just uploaded what I feel to be a completed gui wifi manager to > complement the base tools. > https://sourceforge.net/projects/openbsd-wifi-manager/ I tried it, what I found: - I had to "pkg_add p5-Gtk2", which i

  1   2   3   >