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
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,
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.
:>
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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=
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
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
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
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
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.
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
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
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
:
-
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
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 ""
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
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
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
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
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
Don't insult other people on the mailing list.
--
SCCS, the source motel! Programs check in and never check out!
-- Ken Thompson
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.
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
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
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
This has gone wildly off-topic, please take it off list
--
A fool must now and then be right by chance.
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.
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
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
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.
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
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
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
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
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
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
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
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
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
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".
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
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
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"
:>
:>
:>
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
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
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.
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
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
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
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.
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
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
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
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.
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
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
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
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
Dan,
You are being inappropriate and obnoxious. Stop it.
This is unaccepable behaviour.
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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.
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
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.
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
:
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
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
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.
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
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
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
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
This has gotten massively off topic. Can we please let the thread end here?
1 - 100 of 434 matches
Mail list logo