Re: torrent downloads

2017-04-27 Thread Peter Hessler
yes, but unlike those distros the openbsd installers aren't measured in gigabytes. The site mentioned by OP (http://openbsd.somedomain.net) is up to date, and has the torrents mentioned. it just seems, nobody cares. On 2017 Apr 27 (Thu) at 15:07:38 +0200 (+0200), Nicolas Schmidt wrote: :Many d

Re: Incorrect file destination when logging with syslogd

2017-05-05 Thread Peter Hessler
On 2017 May 05 (Fri) at 15:38:36 +0200 (+0200), Paolo Aglialoro wrote: :As written, mtime was due by me recreating the file trying to make things :work, not by syslog. :As of today, in fact, mtime is still unchanged, while output to :/var/log/messages still flowing from router. : : :On Fri, May 5,

Re: Incorrect file destination when logging with syslogd

2017-05-05 Thread Peter Hessler
wn root:wheel c2851.log :# chmod 644 c2851.log : : :On Fri, May 5, 2017 at 3:46 PM, Peter Hessler wrote: : :> On 2017 May 05 (Fri) at 15:38:36 +0200 (+0200), Paolo Aglialoro wrote: :> :As written, mtime was due by me recreating the file trying to make things :> :work, not by syslog. :>

Re: file systems

2017-05-26 Thread Peter Hessler
On 2017 May 26 (Fri) at 11:35:49 -0300 (-0300), Friedrich Locke wrote: :Hi folks, : :does anybody here run OBSD with a file system bigger than 10TB ? :How much time boot takes to bring the system up (i mean fsck) ? :Are you using ffs2 ? With softdep ? : :Thanks. I created a 24T disk with ff2. I p

Re: Can I bind USB/other interface/device number (e.g. cdceX) to particular MAC, USB serial number or the like?

2017-05-30 Thread Peter Hessler
On 2017 May 29 (Mon) at 02:13:57 + (+), Tinker wrote: :Hi misc@, : :For pluggable devices such as USB NIC:s, is there any way to make OpenBSD :bind a particular device based on its MAC or USB serial number or the like :variable, to a particular interface or device filename? : :E.g. MAC X is

Re: smtpd doesn't start

2017-05-30 Thread Peter Hessler
On 2017 May 30 (Tue) at 10:37:37 +0100 (+0100), Craig Skinner wrote: :.localdomain (.local interferes with iStuff, avoid it) :.internal :.private :.priv :.lan NO NO NO NO NO NO NO NO NO All of those domains may (or have been) issued by ICANN, and can be used for real. The only domains you should

Re: bgp-spamd added 192.43.244.163

2017-06-04 Thread Peter Hessler
Please double check your setup. That IP is for 'lists.openbsd.org', and should be listed in the *whitelist*. I do distrubute the whitelist next to the blacklist, so you MUST NOT blindly block every IP that I distribute to you. On 2017 Jun 03 (Sat) at 23:30:36 +0200 (+0200), Markus Rosjat wrote:

Re: bgp-spamd added 192.43.244.163

2017-06-12 Thread Peter Hessler
I don't see that on either server. Can you send me the output of "bgpctl show rib detail 192.43.244.163"? Is it actually coming from a different list? On 2017 Jun 13 (Tue) at 08:00:05 +0200 (+0200), Markus Rosjat wrote: :just a short head up, : :192.43.244.163 got added to the 666 community aga

Re: Enabling BFD on a VLAN interface

2017-06-30 Thread Peter Hessler
Hi Tristan BFD is not yet finished, so it is disabled. It was not enabled for the 6.1-release, sorry. On 2017 Jun 30 (Fri) at 20:24:49 +0200 (+0200), Tristan Delsol wrote: :Hi all, : :I currently have BGP setup to our ISP using openBGPd, this works great. I saw that the current stable 6.1 has

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Peter Hessler
Always Always ALWAYS ALWAYS create a default route in each routing domain. !/sbin/route -T XXX default ::1 -blackhole On 2017 Jul 04 (Tue) at 15:16:24 +0200 (+0200), Claus Lensbøl wrote: :Hi misc, : :I'm having trouble with implementing rdomains and IPv6. : :I have followed this guide which mig

Re: Problems with IPv6 and routing domains

2017-07-04 Thread Peter Hessler
blems I've seen in the past, are related to missing routes. Always have a default in every rdomain, even if it is a blackhole route. : :On 04-07-2017 16:11, Peter Hessler wrote: :> Always Always ALWAYS ALWAYS create a default route in each routing domain. :> :> !/sbin/route -T XXX def

Re: lock X on suspend

2017-08-15 Thread Peter Hessler
I use this, with /etc/apm/hibernate as a symlink. $ cat /etc/apm/suspend #!/bin/sh pkill -USR1 -x xidle #EOF and my .Xdefaults have: XIdle.timeout: 300 XLock.grabmouse: on XLock.mode: blank XLock.mousemotion: on XLock.usefirst: yes XLock.lockdelay: 10 XLock.nice: 19 #EOF On 2017 Aug 15 (Tue

Re: keyboard layout 6.1 obsd

2017-08-17 Thread Peter Hessler
xenodm uses .xsession instead of .xinitrc. I highly recommend symlinking them, so both of them one have the same environment. On 2017 Aug 17 (Thu) at 17:19:05 -0300 (-0300), Friedrich Locke wrote: :It did not work. : :On Thu, Aug 17, 2017 at 11:49 AM, Matias Moreno Meringer < :mmoren...@gmail.co

Re: Any update on the current status of BFD?

2017-08-24 Thread Peter Hessler
The update is that it was blocking efforts to unlock the network stack. We decided to disable BFD so everyone could benefit from the performance boosts. It looks like the blocking parts have been addressed and fixed. I still need to fix a few bugs before we can consider enabling it. On 2017 Aug

Re: Amazon AWS, OpenBSD and IPv6

2017-09-05 Thread Peter Hessler
On 2017 Sep 05 (Tue) at 10:58:41 +0200 (+0200), Zbyszek Żółkiewski wrote: :Hello all, : :Anyone on the list had problem with IPv6 on AWS? :Image (AMI) build from https://github.com/kolargol/openbsd-aws/ (OpenBSD 6.1) : :cat /etc/hostname.xnf0

Re: du algorithm to calculate diskspace

2017-10-02 Thread Peter Hessler
hardlinks will not duplicate disk space. scp doesn't understand hardlinks. On 2017 Oct 02 (Mon) at 12:08:28 +0200 (+0200), rosjat wrote: :hi there, : :I just noticed, while copying stuf from a very old OpenBSD 4.2 to a OpenBSD :6.1 that du on both systems gives me different results. Did somethin

multiple aliases files in opensmtpd

2017-10-15 Thread Peter Hessler
I'm in the process of migrating my email server from Postfix to OpenSMTPd, and are running into a small issue. In my postfix configuration, I had multiple aliases files. The system default one, my local one, and one for the mailing list software I use. according to the aliases(5) man page, I sho

Re: CPU Affinity

2018-04-29 Thread Peter Hessler
On 2018 Apr 29 (Sun) at 22:07:18 -0300 (-0300), Elias M. Mariani wrote: :Hi, :I was trying to port mprime to OpenBSD. :The main issue is not finding any way to set affinity on cores. :Searching for how to do this on OpenBSD bring this result in undeadly: :http://undeadly.org/cgi?action=article&sid=

Re: Building OpenBSD and ports VS installing from packages

2018-05-21 Thread Peter Hessler
i386 and amd64 are different platforms, so of course you get different packages. Within the same platform, all binaries that are built should run on all possible members of that platform. So, code will be compiled WITHOUT AVX support, unless it can be detected at runtime (e.g. mplayer/ffmpeg). I

Re: Upgrade 6.0 -> 6.1: ix mmba is not mem space

2018-05-30 Thread Peter Hessler
Assuming 1.140 is the "problem", 1.151 should fix it. AKA: upgrade to 6.3. On 2018 May 30 (Wed) at 09:21:58 +0200 (+0200), mxb wrote: :Reverting if_ix.c to rev 1.139 brought ix back to live. : :Sent from my iDevice : :> 29 мая 2018 г., в 21:36, Maxim Bourmistrov написал(а): :> :> Diff, discus

Re: amd64 boot(8) and ucom(4)

2018-06-15 Thread Peter Hessler
No, it is not. boot(8) has no knowledge of usb. On 2018 Jun 15 (Fri) at 15:18:29 -0400 (-0400), Filippo Valsorda wrote: :Is boot(8) on amd64 capable of using a ucom(4) device as a console for status and single user mode? I'd like to control the bootloader on a board without native serial ports

Re: Stockholm anoncvs rsync mirror not updating

2018-07-17 Thread Peter Hessler
The fanout mirror for cvsync/rsync is currently having problems, so almost all of the mirrors are not receiving updates. On 2018 Jul 15 (Sun) at 20:10:40 +0200 (+0200), Andreas Kusalananda Kähäri wrote: :The anoncvs rsync mirror at : :rsync://anoncvs.eu.openbsd.org/OpenBSD-cvs/ : :seems

Re: SuperMicro A2SDi-4C-HLN4F

2018-08-20 Thread Peter Hessler
On 2018 Aug 20 (Mon) at 05:29:50 +0300 (+0300), li...@wrant.com wrote: :You get what you ask for. Says much about your original intent, to spread :negative abusive words. You fail to disrupt anything, no one has the time :to read your boot up complaints with offensive language. Get out of here.

Re: BFD Status ?

2018-08-29 Thread Peter Hessler
On 2018 Aug 29 (Wed) at 18:05:50 +0200 (+0200), Arnaud BRAND wrote: :Hello, : :I read Peter's presentation from BSDCan 2016 about BFD on OpenBSD. :I could not find anything by googling. :I looked at the codeand it seems to be there, albeit subjected to the BFD :kernel option. : :Does it mean that t

Re: WiFi: Join + wpa_supplicant

2018-09-05 Thread Peter Hessler
On 2018 Sep 05 (Wed) at 12:12:05 +0200 (+0200), Stefan Wollny wrote: :Hi there, : :I am a little bit confused: Do I read the docs correct assuming that :defining a join-list in /etc/hostname. and wpa_supplicant are :mutually exclusive? : :I have set up a join-list and now I need to attach to a netw

Re: Libreoffice package missing in i386 tree

2018-10-22 Thread Peter Hessler
Packages for i386 are finalized and are uploaded to the mirrors. What you see, is what was built. On 2018 Oct 22 (Mon) at 08:15:18 +0300 (+0300), Kihaguru Gathura wrote: :Hi, : :Is the LibreOffice package in the i386 tree expected for OpenBSD 6.4? :not listed the mirrors so far. : :Kihaguru : -

Re: bgpctl not showing rib entries, pftables empty

2018-10-29 Thread Peter Hessler
Hi Ashe Sorry about that, I forgot a part of the config file. You'll need to add "nexthop qualify via default" to the global part of the configuration. Since the routers sending you the information are not on your local link, there isn't a valid nexthop so the routes are not selected. Once the

Re: Unexpected connection with `ifconfig join`

2018-11-02 Thread Peter Hessler
On 2018 Nov 02 (Fri) at 12:03:55 -0400 (-0400), AB wrote: :I see in ifconfig(8) that setting nwid to an empty string will :connect to any available AP. When using join, and absent any nwid :statement at all, is nwid set to an empty string? Or is it null? : At boot, nwid is set to empty string ""

Re: BGP spamd AS working addresses to have realtime list updates

2020-04-19 Thread Peter Hessler
Hi Martin The eu.bgp-spamd.net server is no longer available. I have not had any time for maintanence of these systems for several years, so do not expect many future updates. -peter On 2020 Apr 19 (Sun) at 14:39:08 + (+), Martin wrote: :I'm going to have spamdb updates from AS using B

Re: displayport - hdmi audio

2020-01-16 Thread Peter Hessler
OpenBSD does not support HDMI audio at this time. On 2020 Jan 15 (Wed) at 16:16:24 + (+), sysmerge wrote: :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

Re: bgp with failover & load balance

2015-10-14 Thread Peter Hessler
If you are using bgp, then you shouldn't have a default route. Do you see routes from both peers? bgpctl show should give you something like: T-LEVEL3 3549 60101591 399386 0 04w1d23h 552098 T-COGENT 174 26910070 397509 0 06w2d20h 548495 the l

Re: apu1d as an NTP server

2015-10-24 Thread Peter Hessler
works perfectly fine as an ntp server. you won't see any problems. On 2015 Oct 23 (Fri) at 15:39:26 -0700 (-0700), Gene wrote: :Howdy, : :Has anyone here used the PC Engines apu1d system board as an NTP server? : :I'm looking at setting up some in house stratum-2 servers so I can be a :better ne

Re: firefox-esr 38.4.0 build, Missing library for sqlite>=31.0

2015-11-07 Thread Peter Hessler
Your userland and ports are out of sync. http://www.openbsd.org/faq/faq15.html#NoFun On 2015 Nov 06 (Fri) at 17:06:02 + (+), gso...@yahoo.co.uk wrote: :Building firefox38.4.0esr : :===>?? Verifying specs:?? icudata icui18n icuuc X11 Xext Xrender Xt atk-1.0 c :cairo?? fontconfig freetype

Re: LC_COLLATE

2015-11-08 Thread Peter Hessler
Don't insult other people on the mailing list. -- SCCS, the source motel! Programs check in and never check out! -- Ken Thompson

Re: OpenBGPd on OpenBSD 5.8 crashing during startup

2015-11-25 Thread Peter Hessler
Hi Thorleif Looks like you are hitting the openfiles limit. You'll need to edit /etc/login.conf and look at the bgpd:\ :openfiles-cur=512:\ :tc=daemon: block. bgpd takes approx 30 files to run, then one per session. I would recommend bumping it up to 2048 for a route server.

Re: The kernels of *BSD include nonfree firmware blobs?

2015-11-27 Thread Peter Hessler
this has been discussed ad-nauseam, please search the archives. (ps: do not respond to this, we are not interested in having this discussion again) On 2015 Nov 27 (Fri) at 08:33:00 -0700 (-0700), fran??ais wrote: :The Free Software Foundation (FSF) says that: : :"FreeBSD, NetBSD, and OpenBSD all

Re: 5.8 bgpd, network connected behaves like 5.6

2015-12-17 Thread Peter Hessler
1) does "bgpctl reload" detect it? 2) does -current work as you expect? On 2015 Dec 17 (Thu) at 09:38:45 +0100 (+0100), Tony Sarendal wrote: :"network inet connected" does not pick up new vlan interfaces, same problem :as 5.6. : :bmr0.esp1# ifconfig vlan69 create :bmr0.esp1# ifconfig vlan69 vlan

Re: Playing with rdomains and bridge on 5.8 and current

2015-12-17 Thread Peter Hessler
pair(4) was created for this exact situation, and is available in -current and will be in 5.9 and later. On 2015 Dec 17 (Thu) at 12:19:42 +0100 (+0100), Claer wrote: :Hello, : :I'm trying a "strange" setup with rdomains, bridge and vether. As there is :something I don't understand, I'd like to k

Re: text-mode gui

2015-12-21 Thread Peter Hessler
This has gone wildly off-topic, please take it off list -- A fool must now and then be right by chance.

Re: if I were to make a pkg-add diff

2015-12-25 Thread Peter Hessler
On 2015 Dec 24 (Thu) at 20:23:38 -0600 (-0600), Luke Small wrote: :I wanna make a c program that checks for a PKG_PATH that exists and :connects to a workable link for pkg_add(). If you ever upgraded using :http mirrors on the install disk, it offers list# which links directly :to numbered mirrors.

Re: i386 packages - snapshot 23/12/2015

2015-12-25 Thread Peter Hessler
On 2015 Dec 24 (Thu) at 22:53:24 -0600 (-0600), Amit Kulkarni wrote: :Ugh, that wasn't worded properly. Proposed diffs of new versions of ports, :which might break other ports, are also built, in a bulk build. This might :cause mismatches... : Those are *not* done on the real build clusters. Thos

Re: if I were to make a pkg-add diff

2016-01-04 Thread Peter Hessler
All of the functionality you are requesting is already provided. look at finish_up() in src/distrib/miniroot/install.sub. There is no reason at all to modify pkg_add. Just setup /etc/pkg.conf. On 2016 Jan 04 (Mon) at 04:02:07 -0600 (-0600), Luke Small wrote: :I am realistically thinking more a

Re: Installing RackTables

2016-01-06 Thread Peter Hessler
On 2016 Jan 05 (Tue) at 05:20:07 + (+), Stuart Henderson wrote: :On 2016-01-05, Jordon wrote: :> Next, I think I need to get php working. This is where I get stuck. An email :> posted here last month mentioned getting php_fpm running, but that package is :> not installed on my machine.

Re: sudo and globbing

2016-01-08 Thread Peter Hessler
On 2016 Jan 08 (Fri) at 05:52:32 -0500 (-0500), Jiri B wrote: :On Fri, Jan 08, 2016 at 12:04:15PM +0200, Alexey Kurinnij wrote: :> And what about difference? Explain please. :> :> > > I discovered an article about sudo and globbing[1] and :> > > there's difference how it does work on Linux and Ope

Re: [OpenBGPD] Problem with many (fast connecting) Peers

2016-01-26 Thread Peter Hessler
Good news: this is already fixed in -current (and the upcoming 5.9 release). Bad news: this requires changes to libutil, so it isn't trivial to backport to 5.8. Upgrading to a snapshot newer than Nov 28 should fix your problem. I can now connect with 1000 exabgp sessions at once. Not all succee

Re: Willing to help

2016-01-26 Thread Peter Hessler
On 2016 Jan 26 (Tue) at 08:13:22 -0600 (-0600), Edgar Pettijohn wrote: :> * adduser(8)/useradd(8): :> Needs to be unified into one single : :This seems like a project that would end in arguments over which to :consolidate to. : :"Adduser is better", no "useradd is better" : One binary, with syml

Re: new kind of info organizer, on OpenBSD: OneModel

2016-01-28 Thread Peter Hessler
On 2016 Jan 28 (Thu) at 08:56:18 -0700 (-0700), luke call wrote: :On 01/28/16 02:41, Craig Skinner wrote: :> Have a dig about /usr/ports/productivity/ :> :> I use taskwarrior, which has tasksh. : :Thanks for the tip. Maybe I'm presenting OneModel in the wrong :way. Its vision is much bigger than ta

Re: OpenBGPd RTBH peer with match clause on community

2016-02-12 Thread Peter Hessler
We also have the same RTBH service with the same provider, and this is how we do that: group { announce all } deny to group "BLACKHOLE" allow to group "BLACKHOLE" community $MY_AS:666 (btw, they are not the fastest at removing the blackhole. Seconds for it to apply, mi

Re: pfsync and table

2016-02-12 Thread Peter Hessler
pfsync does not sync any rules, nor tables. It only syncs states. You'll need to sync rules and tables on your own. On 2016 Feb 12 (Fri) at 14:21:44 -0500 (-0500), sven falempin wrote: :Hello All, Sunday is Valentine day : :I know pfsync will sync the state between two routers, sasync and other

Re: Is true that the BSD developers were inspired to make their code free software by the example of the GNU Project, and explicit appeals from GNU activists helped persuade them?

2016-02-17 Thread Peter Hessler
On 2016 Feb 17 (Wed) at 01:43:29 -0500 (-0500), Steve Litt wrote: :On Tue, 16 Feb 2016 22:23:27 -0500 :Eric Furman wrote: : :> OS400 people don't come on this list and discuss their operating :> system. VOS people don't come on this list and discuss their :> operating system. Hell, even Windows pe

Re: dhcrelay: send_packet: No buffer space available

2016-02-18 Thread Peter Hessler
On 2016 Feb 18 (Thu) at 12:25:07 +0200 (+0200), Kapetanakis Giannis wrote: :On 12/02/16 18:56, Stuart Henderson wrote: :>On 2016-02-12, Kapetanakis Giannis wrote: :>>Hi, :>> :>>I have a carped firewall which is using dhcrelay to forward dhcp :>>requests to another carped dhcp server. :>>After upgr

Re: Is true that the BSD developers were inspired to make their code free software by the example of the GNU Project, and explicit appeals from GNU activists helped persuade them?

2016-02-18 Thread Peter Hessler
Please take this offline. On 2016 Feb 18 (Thu) at 06:26:21 +0200 (+0200), li...@wrant.com wrote: :Wed, 17 Feb 2016 22:12:58 -0500 Eric Furman :> On Wed, Feb 17, 2016, at 09:10 PM, li...@wrant.com wrote: :> > Wed, 17 Feb 2016 19:36:35 -0500 Eric Furman :> > > Now I'm off to the GNU & Linux lis

Re: Fail2ban alternative for OpenBSD

2017-10-30 Thread Peter Hessler
On 2017 Oct 30 (Mon) at 11:06:02 +0200 (+0200), Gregory Edigarov wrote: :On 29.10.17 03:20, x9p wrote: :> :> Coming from the Linux world, I wonder if there is a better alternative to :> fail2ban, already being used in OpenBSD servers by the majority. :> :I suggest you NEVER use such "solutions".

Re: FOSDEM 2018 - Distributions Devroom Call for Participation

2017-11-04 Thread Peter Hessler
On 2017 Nov 03 (Fri) at 20:57:52 +0100 (+0100), leo_...@volny.cz wrote: :Hi, : :[I don't normally respond to spam, but I need to blow off some : frustration =)] : This is amazingly insulting, and *you* don't get to do it on our lists. Do not attack people sending useful emails, just because you d

Re: openbsd 63-eta and dhcpclient problem

2018-03-09 Thread Peter Hessler
please include the output of "dhclient -vv re0" On 2018 Mar 09 (Fri) at 09:14:08 +0100 (+0100), Holger Glaess wrote: :hi : : :i have here an fresh installed openbsd 6.3-beta on an samsung ultrabook :series 5 : :problem is the he don't get an ip address on his ethernet interface. : : :i see on my

Re: openbsd 63-eta and dhcpclient problem

2018-03-09 Thread Peter Hessler
447]: DHCPDISCOVER from e8:03:9a:b4:f6:48 via :vlan100 :Mar  9 10:05:38 furt dhcpd[72447]: DHCPOFFER on 192.168.131.101 to :e8:03:9a:b4:f6:48 via vlan100 : : :holger : : : :Am 09.03.2018 um 09:37 schrieb Peter Hessler: :> please include the output of "dhclient -vv re0" :> :> :>

Re: openbsd 63-eta and dhcpclient problem

2018-03-09 Thread Peter Hessler
think the interface is broken . : :today i try the linux , first and wonder why is ethernet working. : :did you need the tcpdump farther ? : :holger : : : :Am 09.03.2018 um 10:22 schrieb Peter Hessler: :> tcpdump -c100 -ni re0 port 67 or port 6 : -- Miksch's Law: If a string has on

Re: bug tracking system for OpenBSD

2018-03-30 Thread Peter Hessler
On 2018 Mar 30 (Fri) at 23:01:16 +0300 (+0300), Sergey Bronnikov wrote: :On 17:54 Tue 19 Dec , Ted Unangst wrote: :> Kai Wetlesen wrote: :> > > > you don't have to announce your bug database the first day you set it up. in :> > > > fact, it's better not to. but in a few months time, when somebody

Re: w o w

2021-04-24 Thread Peter Hessler
On 2021 Apr 24 (Sat) at 13:54:19 -0400 (-0400), ben wrote: [ remove offensive drivel] No. Do not insult people on this mailing list. That is not appropriate for anyone. As a developer, I am offended by your mail and want you to never send such a thing again.

Re: Github has openbsd_hammer2fs

2023-08-22 Thread Peter Hessler
There are lots of projects on Github. Sometimes, they have the word "openbsd" in the title or README. Those are added by the author. Any discussion about inclusion in OpenBSD will happen on the OpenBSD mailing lists, and most certainly not in any github project, pr, issue, or whatever else they

Re: Correct donation page

2023-09-11 Thread Peter Hessler
if you have questions about the OpenBSD Foundation, I recommend that you ask them directly. And while I am not part of the Foundation, I do not appreciate your insuation. On 2023 Sep 11 (Mon) at 21:45:27 + (+), Katherine Mcmillan wrote: :Oh thank goodness that you specified directorS St

Re: No /etc/rpki/arin.tal?

2023-09-13 Thread Peter Hessler
Because ARIN insists on a completely ridiculous agreement for a public key to verify their data. we cannot make the agreement for you. from the rpki-client(8) man page: All the top-level TAL are included, except the ARIN TAL which is not made available with terms compatible with open so

Re: No /etc/rpki/arin.tal?

2023-09-13 Thread Peter Hessler
On 2023 Sep 13 (Wed) at 14:45:37 -0700 (-0700), Lyndon Nerenberg (VE7TFX/VE6BBM) wrote: :This might be worth a note in the rpki-client manpage Please re-read my entire email.

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

2023-10-07 Thread Peter Hessler
A lot of the Thinkpad laptops have a physical switch that will cover/uncover the camera. Can you switch it to the other and try again? -peter On 2023 Oct 07 (Sat) at 12:53:12 + (+), Comète wrote: :Hi, : :$ video -f /dev/video0 :video: ioctl VIDIOC_DQBUF: Invalid argument : :the LED lig

Re: 7.4 and hostname.pfsync7

2023-10-15 Thread Peter Hessler
On 2023 Oct 16 (Mon) at 07:53:37 +0200 (+0200), Harald Dunkel wrote: :/etc/hostname.vlan111: :vnetid 111 :parent re0 You need to add "up" here. : :/etc/hostname.pfsync0: :syncdev vlan111 up : :vlan111: flags=8002 mtu 1500 ^^^ no UP flag, so the parent interface is not p

Re: Connecting a wireless keyboard via Bluetooth

2023-10-25 Thread Peter Hessler
On 2023 Oct 25 (Wed) at 15:24:27 +0200 (+0200), Karel Lucas wrote: :Hi all, : :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 how

Re: GNUstep back and base in OpenBSD 7.4 ARM

2024-02-04 Thread Peter Hessler
On 2024 Feb 04 (Sun) at 20:17:44 +0800 (+0800), Tito Mari Francis Escaño wrote: :Hi misc, :I was hoping to install GNUstep packages in ARM but it seems gnustep-back :and gnustep-base are not yet available in ARM. :I was under the impression that these are needed to start basic GNUstep :development.

Re: No audio playback with azalia0 Intel Braswell HD Audio

2024-02-06 Thread Peter Hessler
It seems that your audio is connected in an.interesting way: "808622A8" at acpi0 not configured I guess we'll need a driver to support that. Please use sendbug(1) to make a report, and make sure it includes the acpidump from the system. -peter On 2024 Feb 05 (Mon) at 20:28:16 -0800 (-0800

Re: No packages found for 7.5 snapshot on arm64

2024-03-09 Thread Peter Hessler
Yes, we are at a stage of development where snapshots look similar to a -release. (Note, these snapshots are not actually the release) For now, you want to run pkg_add with -Dsnap, so "pkg_add -Dsnap -u" or "pkg_add -Dsnap colorls". On 2024 Mar 09 (Sat) at 12:11:51 +0300 (+0300), Dmitry Matvey

Re: tcpdump for 'disassoc' not supported

2024-03-22 Thread Peter Hessler
pflog does not monitor the RADIO. They are not Layer 3 packets, and are not seen by pf. On 2024 Mar 22 (Fri) at 16:25:08 +0500 (+0500), ofthecentury wrote: :Thanks. This does work on an interface, but not on -r /var/log/pflog? : :On Fri, Mar 22, 2024 at 3:54 PM Stefan Sperling wrote: :> :> On F

Re: some ports give "Error while reading header" while fetching

2024-03-26 Thread Peter Hessler
There was a mistake while signing these packages, you want the set signed 2024-03-22 or later. ftp.hostserver.de and the other 2nd level mirrors most certainly has those, and the other mirrors should get them over time. On 2024 Mar 26 (Tue) at 11:22:08 + (+), void wrote: :Hello, : :Posti

Re: qwx0 / QCNFA765 Does 802.11g Only

2024-03-30 Thread Peter Hessler
Dan, You are being inappropriate and obnoxious. Stop it. This is unaccepable behaviour.

Re: ipv6 assistance

2024-04-06 Thread Peter Hessler
OpenBSD natively supports IPv6 addressing via static configuration and SLAAC. We do not have a DHCPv6 client in base, so currently you have to use a package for that. On 2024 Apr 06 (Sat) at 13:01:31 -0400 (-0400), Sonic wrote: :That works - I didn't realize I needed to install a package to have

Re: Migrate to different FS layout of OpenBSD

2024-04-06 Thread Peter Hessler
RAID0 is called that because zero is what you'll recover if you lose a disk. This is amazingly dangerous, and you're going to have a bad time. Do a backup, then restore from backup. On 2024 Apr 06 (Sat) at 22:43:05 +0200 (+0200), Kirill A. Korinsky wrote: :Folks, : :I'm looking for a way to mig

Re: Multihop BFD support on OpenBSD

2022-11-02 Thread Peter Hessler
Hi, You may have noticed that our BFD implementation is not enabled, and that is because it is not yet finished. Multi-hop support is one of the things that is on a TODO list, but there is no intention on working on that feature in the near future. Additionally, there is no intention of making a

Re: Making MS teams work on openbsd

2023-01-20 Thread Peter Hessler
On 2023 Jan 20 (Fri) at 19:20:10 +1100 (+1100), curmudg...@telaman.net.au wrote: :Perhaps doing up a package of Jami for BSDs would be a cleaner/better option? People don't _want_ to run MS Teams. People _need_ to run MS Teams so they can communicate with co-workers or partner companies. Offerin

Re: Authentication in OpenIKED

2023-03-01 Thread Peter Hessler
On 2023 Mar 01 (Wed) at 14:50:08 +0100 (+0100), Tobias Heider wrote: :On Wed, Mar 01, 2023 at 01:38:24PM +, Stuart Henderson wrote: :> On 2023/03/01 14:21, Tobias Heider wrote: :> > On Wed, Mar 01, 2023 at 09:24:50AM -, Stuart Henderson wrote: :> > > On 2023-03-01, J Doe wrote: :> > > > He

Re: Upgrading from 7.2 stable to 7.3 current dig crashes (core-dumped) breaking smokeping

2023-03-07 Thread Peter Hessler
On 2023 Mar 07 (Tue) at 12:42:33 + (+), Tom Smyth wrote: :Folks upgrading from 7.2 to 7.3 current snapshot :dig seems to crash ... : : :/usr/sbin/dig localhost :Bad system call (core dumped) : dig (et al) moved from /usr/sbin/ to /usr/bin/ in 6.7, you should update your config to use the

Re: old nslookup binary found?

2023-04-15 Thread Peter Hessler
On 2023 Apr 15 (Sat) at 09:33:51 +0300 (+0300), Maksim Rodin wrote: :Hello, :I accidentally found a possibly old nslookup binary from 2019 :in /usr/sbin when I ran nslookup as root: :root ~ # echo $PATH :/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin :root ~ # which nsl

Re: dhcpleased losing route

2023-05-11 Thread Peter Hessler
On 2023 May 12 (Fri) at 00:10:33 +1000 (+1000), David Diggles wrote: :Here's a longer tcpdump that should have a couple of rounds. :The ISP does offer ipv6 but I'm not ready to give up on dhcp yet. : You can run both in parallel, no problems with that. -- Expect the worst. It's the least you c

Re: OpenBSD Hackathons

2023-05-12 Thread Peter Hessler
Hi Katherine, Upcoming hackathons are shared privately among committers, and on a case-by-case basis when it is decided to invite someone. -peter On 2023 May 12 (Fri) at 19:37:18 + (+), Katherine Mcmillan wrote: :Hi Stuart, : :Thank you for your response. The upcoming OpenBSD Hackathon

Re: Performance limits with OpenBSD, ToE, offloading, Intel ET2 cards

2013-05-15 Thread Peter Hessler
On 2013 May 15 (Wed) at 10:29:24 +0100 (+0100), andy wrote: :I have tunned the boxes as much as possible using information from :calomel XXX etc and overall we have been extremely happy with them, expect :for the performance limits. Do Not Use Any Information From This Site(tm). It is wrong and b

Re: Performance limits with OpenBSD, ToE, offloading, Intel ET2 cards

2013-05-15 Thread Peter Hessler
On 2013 May 15 (Wed) at 10:29:24 +0100 (+0100), andy wrote: :I run 12 OpenBSD firewalls, and I have an issue on my highest throughput :boxes. I have HP DL160 G6 boxes with Intel ET2 4 port NIC's. :I have a problem where I cannot run traffic any faster than ~700Mbit as I :am hitting 100% utilisation

Re: Disable inteldrm

2013-06-07 Thread Peter Hessler
On 2013 Jun 06 (Thu) at 21:06:02 -0300 (-0300), Daniel Bolgheroni wrote: :On Thu, Jun 06, 2013 at 02:37:54PM +0200, Gregor Best wrote: :> :> Just for the record, that URL links to a post about IPSEC. I'm quite :> confident you meant another post :) : :Sorry. This is the thread: : :http://marc.info/

Re: Why is there no pkg_find(1)?

2013-06-07 Thread Peter Hessler
On 2013 Jun 07 (Fri) at 09:59:43 + (+), openda...@hushmail.com wrote: :There's [cut]/pkg_find.html -- what do you guys think of that? You can really tell that the author of that script has no idea what they are doing. It won't run without a 3rd party package, and requires a second 3rd par

Re: Snapshot shasum mismatch

2013-06-25 Thread Peter Hessler
On 2013 Jun 25 (Tue) at 17:44:11 +0200 (+0200), Charles RAPENNE wrote: :On 06/25/13 16:25, toby wrote: :>Hi there, :> :>I just wondered if anyone else had found that the shasums on the latest :>(24/06/13) snapshots are wrong. I've just tried upgrading from all the :>different mirrors here in the UK

Re: Performance limits with OpenBSD, ToE, offloading, Intel ET2 cards

2013-06-27 Thread Peter Hessler
On 2013 Jun 26 (Wed) at 17:06:09 +0100 (+0100), Andy wrote: :Someone did previously (and very helpfully) indicate that the :~400,000pps we are getting on our HP DL160 G6's is pretty good. Because Yes, and that is pretty much the best you will get until you start making the kernel MP-safe. :I l

Re: ACPI support on HP laptop

2013-07-08 Thread Peter Hessler
On 2013 Jul 08 (Mon) at 15:57:36 +0200 (+0200), Riccardo Mottola wrote: :Life estimate is always missing, I suppose the whole capacity is not :reported. Is there a convenient human-readable equivalent of "apm" :for "acpi"? acpidump isn't it. apm and "sysctl hw" apm(8) will only give you life esti

Re: Boning the Troll

2013-07-11 Thread Peter Hessler
Responding to any of their emails feeds the troll. Ignore them. -- Meeting, n.: An assembly of people coming together to decide what person or department not represented in the room must solve a problem.

Re: OpenBSD ipsec performance on modern HW

2013-07-21 Thread Peter Hessler
On 2013 Jul 21 (Sun) at 14:16:32 +0300 (+0300), Evgeniy Sudyr wrote: :All, : :during my tests I seen that CPU on all cores and memory usage was very low. :Just interesting if there are any bottlenecks and how to fix them. Lots of bottlenecks. They can only be fixed in code, and others are working

Re: 4k-sector drives

2013-07-21 Thread Peter Hessler
On 2013 Jul 21 (Sun) at 18:44:11 +0200 (+0200), David Vasek wrote: :Detailed question once again: :Does it makes sense to report bugs YES. -- Patageometry, n.: The study of those mathematical properties that are invariant under brain transplants.

Re: spamd: sync init: Device not configured

2013-07-31 Thread Peter Hessler
You need to change those to the correct IPs or hostnames for your configuration. On 2013 Jul 31 (Wed) at 13:10:40 +0100 (+0100), Craig R. Skinner wrote: :When attempting to sync spamd between 2 hosts via unicast, I see this :error when starting spamd: : :spamd: sync init: Device not configured :

Re: Install drivers

2013-08-12 Thread Peter Hessler
this isn't a lesser operating system. all such drivers are included out of the box. the only thing that may be missing, is the various firmware files. Check out how fw_update(8) works to fetch those. On 2013 Aug 11 (Sun) at 17:35:24 +0200 (+0200), josef.win...@email.de wrote: :How can I force O

Re: OpenBSD pxe automated install

2013-08-13 Thread Peter Hessler
On 2013 Aug 13 (Tue) at 14:27:40 +0200 (+0200), Marian Hettwer wrote: :Looks like it's time to do this. And maybe I can sync up with some :others in this thread and we could work together. I'm looking at the diffs originally from Nick Bender (links are earlier in the thread), and will try to revie

Re: snapshot mirror t32 directory

2013-08-19 Thread Peter Hessler
On 2013 Aug 19 (Mon) at 11:33:41 +0100 (+0100), James Griffin wrote: :Sorry for repeating the information on the website, I just like to be :absolutely clear. How can we make the website be absolutely more clear? It is pretty specific about things already. -- A witty saying proves nothing.

Re: relayd crash

2013-08-21 Thread Peter Hessler
On 2013 Aug 21 (Wed) at 02:16:32 -0700 (-0700), Bogdan Andu wrote: : : From: Alexey E. Suslikov :To: misc@openbsd.org :Sent: Wednesday, August 21, 2013 11:40 AM :Subject: Re: relayd crash : : :Bogdan Andu yahoo.com> writes: : :> machine is OpenBSD 5.3/amd64 GENER

Re: Updating past 5.4-current flag day w/ SSH only (amd64, maybe others)

2013-08-21 Thread Peter Hessler
On 2013 Aug 21 (Wed) at 17:12:56 +0200 (+0200), Paul de Weerd wrote: :On Wed, Aug 21, 2013 at 12:55:26PM +, Stuart Henderson wrote: :| On 2013-08-19, Paul de Weerd wrote: :| >| :| >| 12. Re-add packages as per current.html: :| >| :| >| # pkg_add -z -l /root/pkg_list_manual :| >| # pkg_add -z

Re: In some man pages Mb means MB, in others it means Mb/s

2013-08-26 Thread Peter Hessler
On 2013 Aug 26 (Mon) at 16:55:33 +0200 (+0200), Erling Westenvik wrote: :I guess all it boils down to is the question why OpenBSD shouldn't use :standard unit names, that is GiB for gigabytes and GB for gibibytes? We *are* using the standard unit names. Marketting droids aren't allowed to create s

Re: Ivy Bridge-EP Xeon (E5-2637v2) and Intel C602 Patsburg-A Chipset support

2013-09-17 Thread Peter Hessler
On 2013 Sep 16 (Mon) at 16:42:26 +0100 (+0100), Andy wrote: :I know that OpenBSD runs on any CPU which is based on the AMD64 :architecture, however someone has worried me and said that this CPU and :chipset is different somehow and might not boot with BSD!? Does Windows work with it? Does it cl

Re: Sorry OpenBSD people, been a bit busy

2013-10-09 Thread Peter Hessler
This has gotten massively off topic. Can we please let the thread end here?

  1   2   3   4   5   >