Alexandre Ratchov wrote:
> On Thu, Jun 06, 2013 at 02:37:54PM +0200, Gregor Best wrote:
> >
> > Might I ask why you want to disable inteldrm? A bug report that leads to
> > an actual fix for your problem might be more useful than sidestepping
> > the issue.
>
> I used to disable inteldrm and to
Hi list,
i'm working since a while (honestly weeks) on an soekris 5501, trying to build
a nice soho router and somehow i don't get any further, i'm not even sure if my
approach is correct, so i would appreciate a bit help.
setup is quite usual: 1 dsl, 1 lan and 1 wlan link.
in the beginning it
Mike Larkin wrote:
> On Wed, Nov 26, 2014 at 02:48:33PM -0500, Jiri B wrote:
> > Does anybody have an archive for each amd64 snapshot?
> > I'd like to check what is the latest amd64 kernel which can
> > boot on T500. Nov 7 snapshot works OK but recent ones do not.
> >
> > I updated bios, ran mem
Alexandre Ratchov wrote:
> > (In case it's not blazingly obvious, I want to try creating a replacement
> > for a hardware MIDI synthesizer, but that can choose between soundfonts.)
>
> I failed to find this kind of box (tryed to build my synth as
> well). Most platforms I've found seem to be des
Alexandre Ratchov wrote:
> > Have you looked at something like the Alix 1e or the Alix 3d3 from
> > http://pcengines.ch/? The quality of the analog inputs/outputs is
> > quite decent, and despite the slow CPU they are powerful enough to
> > handle soundfont based synths like fluidsynth. You would
After upgrading to current (snapshot from Nov. 25) OpenBSD seems to be
choking on large (>2GB) files (tested with GENERIC.MP and GENERIC):
$ pwd
/home/user
$ mount
...
/dev/wd0k on /home type ffs (local, nodev, nosuid, softdep)
...
$ dd if=/dev/zero of=large1 bs=1024 count=250
250+0 rec
Alexandre Ratchov wrote:
> I use OpenBSD to record music (audio and midi, combined), with the
> following hardware:
>
> - a Roland XV-2020 syth module (umidi)
> - a Behringer BCF-2000 control surface (umidi)
> - a Studiologic SL-900 midi keyboard
> - a ESI Julia card (envy)
> - a 1.8GHz Pent
Hi,
I wanted to test a current snapshot on my machine.
When booting the snapshot, I get
...
trm0 at pci0 dev 9 function 0 "Tekram DC-3x5U" rev 0x01: apic 2 int 17 (irq 5)
scsibus at trm0: 8 targets, initiator 7
panic: scsi_done called twice on x5 (0xd6197000)
(This is transcribed from paper)
I
Aaron Mason wrote:
> Could you post a dmesg of 4.6-release - we don't know a thing about your
> system.
Sure (sorry, I should have thought of this):
OpenBSD 4.6 (GENERIC) #1: Fri Oct 23 17:09:17 CEST 2009
u...@overstolz.my.domain:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Athlon(tm)
pet...@schwertfisch.de wrote:
> Aaron Mason wrote:
>
> > Could you post a dmesg of 4.6-release - we don't know a thing about your
> > system.
>
> Sure (sorry, I should have thought of this):
>
> OpenBSD 4.6 (GENERIC) #1: Fri Oct 23 17:09:17 CEST 2009
> u...@overstolz.my.domain:/usr/src/sys/a
Hi,
using a recent snapshot of 4.9, some USB devices are no longer
attached on boot. They used to be detected/attached automatically
in OpenBSD 4.8.
The dmesg outputs attached below show how my KORG nanokontrol midi
controller gets attached in 4.8 but is completely ignored in the
recent snapshot.
Jacob Meuser wrote:
> On Mon, Feb 28, 2011 at 11:57:20PM +0100, pet...@schwertfisch.de wrote:
> > Hi,
> >
> > using a recent snapshot of 4.9, some USB devices are no longer
> > attached on boot. They used to be detected/attached automatically
> > in OpenBSD 4.8.
> >
> > The dmesg outputs attach
> I just bought me the "new" M-Audio USB MobilePre (MK-II):
>
> uaudio0 at uhub2 port 2 configuration 1 interface 0 "M-Audio MobilePre" rev
> 1.10/10.00 addr 2
> uaudio0: audio rev 1.00, 0 mixer controls
> audio0 at uaudio0
>
> Indeed, 'mixerctl -a' shows nothing; but
> aucat -u -C 0:1 -e s24le -
Jacob Meuser wrote:
> On Tue, Jul 13, 2010 at 09:10:35AM +0200, Jan Stary wrote:
> > On Feb 21 14:04:01, Alexandre Ratchov wrote:
> > > On Sun, Feb 21, 2010 at 12:29:15AM +0100, Jan Stary wrote:
> > > >
> > > > More generally, what is the status of uaudio(4)?
> > >
> > > It works reliably, 24-b
Jacob Meuser wrote:
> E-Mu 0202 USB. it was a gift from patrick keshishian (thanks!).
>
> it's also a USB 2.0 device, so there's also USB 2.0 support for uaudio
> in that patchset. the 0202 also uses a sync endpoint for playback, so
> that's finally implemented (the first implementation for *BS
Hi,
I've just upgraded to a recent snapshot (August 11th).
There is some trouble with midicat:
$ midicat -o - | hexdump -e '1/1 "%x"'
Segmentation fault (core dumped)
$ midicat -o - -q rmidi:0 | hexdump -e '1/1 "%x"'
Segmentation fault (core dumped)
$ midicat -o - -q rmidi:1 | hexdump -e '1/1 "
Alexandre Ratchov wrote:
> ah, a bug in the options parsing code, the diff below should
> fix it, does it?
Thanks, it does!
Now I can use my nanocontrol to control the playback volume of
remote hosts. Or play the piano across the net. This is great.
Dirk
> Index: aucat.c
> ===
Hi,
I am enjoying aucat on OpenBSD 4.8 current (snapshot from end of August),
but sometimes the audio server just exits, leaving the currently
running audio application(s) homeless and confused.
I can sort of reproduce this behavior with audacity (from ports), although it
also happens with other
After a fresh install of OpenBSD 4.6 my sound card stopped working,
i.e., I can hear nothing when playing audio. It worked just fine in 4.5.
The card is an M-Audio Audiophile 2496 using envy(4).
I run "aucat -l" before playing audio.
- OpenBSD 4.5 dmesg snippet:
...
envy0 at pci0 dev 10 functi
Alexandre Ratchov wrote:
> On Fri, Oct 23, 2009 at 11:12:34AM +0200, pet...@schwertfisch.de wrote:
> > After a fresh install of OpenBSD 4.6 my sound card stopped working,
> > i.e., I can hear nothing when playing audio. It worked just fine in 4.5.
> > The card is an M-Audio Audiophile 2496 using
Alexandre Ratchov wrote:
> > > On Fri, Oct 23, 2009 at 11:12:34AM +0200, pet...@schwertfisch.de wrote:
> > > > After a fresh install of OpenBSD 4.6 my sound card stopped working,
> > > > i.e., I can hear nothing when playing audio. It worked just fine in 4.5.
> > > > The card is an M-Audio Audiop
Alexandre Ratchov wrote:
> On Fri, Oct 23, 2009 at 06:33:47PM +0200, pet...@schwertfisch.de wrote:
> >
> > Ah, I see... I did not actually look at envy.c after applying
> > the patch. I have reinstalled the kernel, and now audio is
> > back to normal.
> > Thanks again, without your help OpenBSD
Jacob Meuser wrote:
> On Sat, Oct 24, 2009 at 09:58:22AM +0200, pet...@schwertfisch.de wrote:
>
> > On the application side, I remember seeing a preliminary port of Ardour
> > to OpenBSD, but it seems to have disappeared.
>
> Ardour uses jackd as it's hardware interface. there is a sndio audio
>
Am 05/21/17 um 10:28 schrieb Andreas Kusalananda Kähäri:
> Hi,
>
> I had to switch to ftp.openbsd.org to get the 008 patch for -stable
> since my preferred mirror, ftp.eu.openbsd.org, doesn't seem to be
> updating. The timestamp file says last update was run on 1495188001
> (Fri May 19 12:00:01 C
Hi Thomas,
I used to work for Cumulus and the tricky part with this is that you need to
get access to the broadcom (and melanox) shipsets, which is not trivial and
costly.
I would love to see a BSD running on open networking equipment!
There are more NOS out there but they have their own spec
Hi Leo,
Can you ask them how they route the separate subnet to you?
Mischa
> On 20 Jul 2017, at 12:59, Leo Unglaub wrote:
>
> Hey,
>
>> On 07/20/17 06:25, Mike Larkin wrote:
>> sysctl net.inet.ip.forwarding=1 ?
>> I'm not a networking expert but I think your VM's subnet mask is wrong for
>> t
Hi All,
I have somewhat the following config for relayd running on 6.1.
And I am trying to forward certain request paths to different hosts.
table { xx.xx.xx.131 }
table { xx.xx.xx.31 }
http protocol httpsfilter {
match request header remove "Proxy"
match request header append "X-
> On 16 Aug 2017, at 10:41, Claudio Jeker wrote:
> On Wed, Aug 16, 2017 at 10:27:58AM +0200, Maxim Bourmistrov wrote:
>>
>> Once connection is established, state is created in PF. Subsequent requests
>> will be ???pipelined???.
>> It is possible to influence this behavior by manipulating tcp.est
On Mon, Oct 02, 2017 at 07:16:43AM +, rosjat wrote:
> Hi there again,
>
> so I will try to ask the question about implementing rspam on a dedicated
> machine oder at the mailsystem again because I don't know if it was lost in
> the converstion :).
How is you setup now? Do you do any analysis
On Mon, Oct 09, 2017 at 10:23:08AM +, Max Power wrote:
> Hi guys.
> OpenBSD never ceases to amaze me...!!
>
> Solved the problem about maximum compression with bzip2 by tar, there's
> another...
> while tar run [tar cvvf - directory | bzip2 -9 -v > directory.tbz2], at a
> certain point, retu
On Mon, Oct 23, 2017 at 06:08:56PM +, Friedrich Locke wrote:
> When i wrote nobreak, i really meant UPS.
> I don't have a model; may some one suggest a model that power off openbsd ?
>
> Thanks.
You can use NUT (network UPS Tools). It's in ports and supports a lot of
different brands.
hth,
Hi misc,
dhclient hates me. I would like to prepend an IPv6 nameserver in the
dhclient configuration on my router when connecting to my ISP, but
dhclient gives me following error:
em1: /etc/dhclient.conf line 17: expecting IPv4 address.
em1: prepend domain-name-servers "::1"
em1:
Am 2. Mai 2018 16:24:50 MESZ schrieb Janne Johansson :
>2018-05-02 16:06 GMT+02:00 Marc Peters :
>
>> Hi misc,
>> dhclient hates me. I would like to prepend an IPv6 nameserver in the
>> dhclient configuration on my router when connecting to my ISP, but
>> dhc
On Wed, May 02, 2018 at 04:24:50PM +0200, Janne Johansson wrote:
> Seems common on other dhcpd's too:
> https://lists.isc.org/pipermail/dhcp-users/2012-May/015511.html
>
ah, the option has a different name for IPv6 nameservers. Does the base
dhclient recognize these different options, or do i hav
On Thu, May 03, 2018 at 10:31:27AM +0200, Janne Johansson wrote:
>Since manpage doesn't mention v6 namespace at all, I'd wager you would
>have to
>run something else to pick up v6 resolvers.
Yeah, that's right. Maybe, i stick to v4 resolvers for now or add it by
hand, when i reboot it.
On Thu, May 03, 2018 at 12:05:40PM +0200, Paul de Weerd wrote:
> Stick a v6 recursor in /etc/resolv.conf.tail. When dhclient updates
> /etc/resolv.conf, it'll append the contents of /etc/resolv.conf.tail
> to it and you will have your v6 resolver availble that way. You could
> even ignore the v4
> On 5 May 2018, at 03:23, Duncan Patton a Campbell wrote:
>
>
> I am looking for documentation on running php-cgi-5.6 under the bsd httpd
> server.
>
> From what I can tell, the function of php-fastcgi has been subsumed to
> php-cgi-5.6,
> but further than that I can find little or no sali
Hi List,
i am having issues with OpenBSD 6.3, latest patches as of today applied. We are
using gif-tunnels between our datacenters, transport encryption and OpenBGPD to
announce the prefixes between the datacenters. The boxes also have isakmpd
tunnels on a carp interface to AWS and GCP. The set
On Thu, Jun 28, 2018 at 10:26:12AM +0300, Özgür Kazancci wrote:
> I don't want to build Nginx from source. I cannot do that - it's a
> production server.
>
If this server is that important, that you can't afford the downtime
for a restart (to load the new binaries), you should consider a
loadbala
On Wed, Jul 18, 2018 at 04:27:45PM +0200, Jan Stary wrote:
> This is 6.3-current on and amd64 PC (dmesg below), using
>
> re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x06: RTL8168E/8111E-VL
> (0x2c80), msi, address 50:e5:49:36:ec:0d
>
> as the NIC. With a hostname.re0 that says
>
> in
On Thu, Jul 26, 2018 at 04:57:09PM -0400, Martin Gignac wrote:
> Hi,
>
> How does one implement a redundant OpenBSD firewall pair with IPv6?
>
> With IPv4 I would use CARP to have one of the boxes be the
> master/active while the other one is backup/standby. But with IPv6 I
> want to use Router A
On Tue, Sep 11, 2018 at 11:59:04AM -0600, Andrew wrote:
>
> FWIW: a small network calculator without a python dependency is already
> in packages.
>
> $> pkg_info ipcalc
> Information for inst:ipcalc-1.4p0
>
> Comment:
> small network calculator
>
> Description: ipcalc is a small tool that oper
On Fri, Sep 14, 2018 at 11:00:04PM -0300, Friedrich Locke wrote:
> Dear OBSD friends,
>
> right now i am hosting my site within geekisp. There i provided with a unix
> shell, using openbsd.
>
> I am in need to change my hosting provider, may some here suggest an obsd
> hosting service that beside
On Tue, Sep 18, 2018 at 09:02:23PM +, Tim Jones wrote:
> My PF is simple as follows (there is no NAT here, its fully routable) :
> match in all scrub (no-df random-id)
> block drop
> set block-policy drop
> set syncookies always
> pass from to any flags S/SA modulate state (pflow)
>
Can you
On Sat, Oct 06, 2018 at 09:27:47AM -0400, Ken M wrote:
> I just installed the latest snapshot and when I run a pkg_add it doesn't find
> anything as it is trying to look in 6.4 for packages.
>
> $ uname -r
> 6.4
>
> Not sure if this is an issue in the latest snapshot or I stupidly missed some
> i
On Fri, Aug 07, 2020 at 12:12:14PM +, Edward Carver wrote:
> Does OpenBSD support Carrier Grade Nat (cg-nat)?
> Thanks for helping..
My router sits behind one, so yes.
hth,
Marc
On Fri, Aug 07, 2020 at 12:46:45PM +, Edward Carver wrote:
> Can you send me sample config please?
>
What kind of config? There's no special config needed, as the IPv4 you get for
your external interface is out of the range 100.64.0.0/10. I receive mine via
dhcp, but some providers may use
--
> On 27 Aug 2020, at 16:25, Paul de Weerd wrote:
>
> On Thu, Aug 27, 2020 at 02:52:04PM +0200, Mischa wrote:
> | Hi All,
> |
> | I am managing a OpenBSD instance for a customer of mine who uploads camera
> images via sftp to be used in a single location.
> | It looks like there are quit
> On 8 Sep 2019, at 14:22, Otto Moerbeek wrote:
>
>> On Sun, Sep 08, 2019 at 02:12:07PM +0200, Mischa wrote:
>>
>> For completeness here is a successful boot on 6.5 MP#5.
>
> Can you try bisecting using bsd.rd's from the archive?
Let me try a couple and see if I get different results.
Any
On 09/26/15 15:44, Chris Lobkowicz wrote:
> Good day, I am curious if there is the possibility of adding/using multiple
> profiles or network entries, much like ~/.ssh/config ?
>
I use the scripts provided by afresh1@. They're available at
https://gist.github.com/afresh1/7149844
Marc
> eg:
>
Am 11/16/15 um 12:00 schrieb Stefan Wollny:
> Hi there,
>
> I may be wrong but I thought usage of ftp to get information and to
> download packages is discouraged. I just noticed (after having done a
> fresh install of amd64-current) reading the welcome mail "Welcome to
> OpenBSD 5.8!" that the ft
Hi list,
for my laptop, i created a trunk(4) interface with em0 and iwn0 as
members. IPv6 is provided on a separate vlan for now. Without trunking
the interfaces, the vlan interface comes up and everything's working fine:
~ $ ifconfig
lo0: flags=8049 mtu 32768
priority: 0
groups:
Am 02/10/16 um 10:44 schrieb Kapetanakis Giannis:
> Maybe iwn0 does not support vlan?
>
> I don't see anything relative on it's product brief sheet.
> http://www.intel.com/content/dam/www/public/us/en/documents/product-briefs/centrino-advanced-n-6205-brief.pdf
>
>
> Did you try to start vlan 6 o
Am 02/10/16 um 13:54 schrieb Stuart Henderson:
>
> trunk is normally for interfaces which are completely interchangeable,
> i.e. configured identically from a layer-3 point of view (same
> subnets/vlans/etc).
>
> If it used to work with em0 being both a vlandev and a trunkport,
> that was probabl
Am 02/18/16 um 06:28 schrieb Andy Bradford:
>
> Anyway, just some musings. Is there anyone else out there using
> lpr/lpd/lprm from base? Maybe I'm the only one?
>
> Thanks,
>
> Andy
>
I've connected a Kyocera FS-920 to my router and all hosts (*bsd, mac,
win) do their printing on it
r tree. That too isn't right but at least it won't be possibly causing
> side effects/damage elsewhere.
>
> -ml
>
> On Mon, Oct 30, 2017 at 06:31:19PM +0100, Kristian Peters wrote:
>> Hi,
>>
>> As I thought, a simple addition to acpi/dsdt.c and the Mac min
On 31.10.17 8:41 , Mike Larkin wrote:
> This machine is not a macppc. This machine is an amd64.
I was talking about the Mac mini 2005, which was macppc when I last used
it. My current Mac mini 2014 is intel and amd64.
Anyway, my call is still on. Who wants to help with getting OpenBSD to
run on a
On Sat, Dec 09, 2017 at 01:50:37PM +0300, Denis wrote:
> Can you share IPv6 part of PF.conf you're using for local network SLAAC?
Did you even bother to open the link Claus send? There is everything neatly
documented you need IPv6 wise to get it up and running with pf.
hth,
Marc
Hi Florian,
i am sending this email also directly to you, as you are the author of slaacd
and companions.
When roaming with my Laptop between offices/home or just different IPv6 enabled
networks, i have to delete the remaining IPv6 addresses from the previous
network by hand to get it working
> On 23 Dec 2017, at 13:08, Claudio Jeker wrote:
>
>> On Sat, Dec 23, 2017 at 11:40:57AM +0100, Mischa wrote:
>> Hi All,
>>
>> Since OpenBSD 6.2, just confirmed this in the latest snapshot
>> (GENERIC.MP#305) as well, for some reason relayd stops processing traffic
>> and starts flooding the
> On 27 Feb 2018, at 05:04, niya wrote:
>
> hi
> using vmd in openbsd 6.2
> and following
> http://thecyberrecce.net/2017/01/15/secure-webservers-with-openbsd-6-0-setting-up-httpd-mariadb-and-php/
> i have setup openbsd running a webserver
> everything installed and the webserver works via port
On Tue, Mar 13, 2018 at 10:24:43AM +0100, Remi Locherer wrote:
> > and it is harder for traffic inside the tunnel
> > to leak out of ipsec. more specifically, gif handles 3 ip protocols,
> > ipv4, ipv6, and mpls, which are ip protocol numbers 4, 41, and 137
> > respectively. it is likely that peopl
On Tue, Mar 13, 2018 at 05:33:11PM +0100, Maxim Bourmistrov wrote:
> I moved over to etherip(4) some time ago. In transition to etherip, combo of
> etherip on one side and gif on another worked well.
> I also remember announcement of gif(4) to be retired.
>
> HISTORY
> The gif device first a
On Mon, Mar 19, 2018 at 11:27:12PM +, Peter van Oord van der Vlies wrote:
> Hello Misc,
>
>
> Today i replaced my cisco 881 because it wasn't able to handle the bandwidth
> anymore.
>
>
> I had a working ipv6 setup for years with the following relevant part from my
> cisco wan interface
>
On Tue, Mar 20, 2018 at 08:47:26AM +0100, Mischa wrote:
> > On 20 Mar 2018, at 08:41, Marc Peters wrote:
> >
> > I use dhcpcd for on the WAN Interface to receive the prefix delegation. On
> > the internal network, i use slaac with rtadvd. The README for dhcpcd
&g
On Tue, Mar 20, 2018 at 11:27:30AM +0100, Mischa wrote:
> Interesting. So this would replace the dhcpclient in base?
> What is the difference between wide-dhcpv6 and dhcpcd?
>
> Mischa
>
I think you could do that, but i use it just for the DHCPv6 stuff and the base
dhclient for other DHCP. The
On Tue, Mar 20, 2018 at 04:21:14PM +0100, Sylvain Maurin wrote:
> I am looking for OpenBSD hardware compatible 1/2U racks boxes, redondant PSU,
> with preference for another all but amd64 arch with LOM/RAC/IPMI management
> hardware, in less than 6kEUR budget range.
>
> Usually, my T1000 manage t
Am 21. März 2018 14:36:31 MEZ schrieb Tinker :
>Did Supermicro release non-AMD64 hardware recently? If I understood the
>OP right he wants non-AMD64.
Ah, missed that part.
--
Sent from my cell phone
> On 2 May 2021, at 14:25, Dave Voutila wrote:
>
>
> Mischa writes:
>
>>
>> Interestingly I am seeing the same on my 6.9 hosts, except the host running
>> -current.
>
> Hmm. -current has some small changes to virtio emulation, specifically
> fixing some bad casts I found [1]. That might e
> On 2 May 2021, at 14:56, Dave Voutila wrote:
>
>
> Mischa Peters writes:
>
>>>> On 2 May 2021, at 14:25, Dave Voutila wrote:
>>>
>>>
>>> Mischa writes:
>>>
>>>>
>>>> Interestingly I am seeing t
It's not you, it's me.
I configured the wrong switch port. :/
Should work now.
Mischa
On 2023-09-08 16:46, Daniele B wrote:
Hello,
I just inserted in my student mini pc
OpenBSD 7.2
a brand new DP(male) to HDMI(female) adapter:
https://amazon.it/dp/B08GFJF7LP/
The adapter runs well as I'm abl
> On Jan 22, 2024, at 15:55, Jan Stary wrote:
>
> On Jan 22 13:53:17, open...@mlst.nl wrote:
>> Hi Jan,
>>
>> I followed the Disk FAQ, foe UEFI.
>> https://www.openbsd.org/faq/faq14.html#softraid
>>
>> # fdisk -gy -b 532480 sd1
>> # fdisk -gy -b 532480 sd2
>> # fdisk -gy -b 532480 sd3
>> #
Am Mon, Apr 29, 2024 at 05:31:14PM UTC, schrieb Daniel Gracia:
>I replaced my 8 Pro fans with Noctua units and I'm pretty happy with
>them; they came with several adapters that allow you to choose the
>speed of the fans.
+1 for the noctua fans from me. I replaced a couple of annoying
Am Tue, Apr 30, 2024 at 12:03:10PM UTC, schrieb Stuart Henderson:
> Do be aware that they often have less airflow than the original fans.
>
> Sometimes that is not a problem, but sometimes you might want to think
> twice (especially in, say, the power supply in poe switches, which might
> end up g
On 07/17/13 04:44, Илья Шипицин wrote:
> well, vnc repeater (which I'd like to run that way) crashes about once a week.
> I'm already debugging it (-ggdb + core dump settings).
>
> I need some way to respawn it until I'll find out the reason it crashes.
>
You can try monit. It's in ports.
Hi misc,
i upgraded my Router at home from 5.3-STABLE to 5.4-RELEASE on Friday.
After some hours, dhclient has problems to receive the DHCPOFFER
anymore. Surfing the logs shows a lot of DHCPREQUEST without an IP.
Sometimes the dhclient gets the DHCPOFFER, but more often not. When i
restart dhclien
On 11/05/13 14:47, Kenneth R Westerback wrote:
>
> There were many changes to dhclient, but this problem was obviously
> not intended.
>
> What would help is
>
> 1) Your dhclient.conf
supersede host-name "router";
supersede domain-name "mpeters.org home";
supersede domain-name-servers 127.0.0.1
On Tue, Nov 27, 2018 at 11:48:38AM +0100, Riccardo Mottola wrote:
> Hi all,
>
> I have a strange and blocking issue after upgrade to 6.4 on my x86-64
> laptop, which was running 6.3 just fine.
>
> I got the bsd.rd kernel, booted it and installed, quick, easy no issue.
> Now, if I reboot, the kern
Am 10/19/16 um 21:03 schrieb Marko Cupać:
> Hi,
>
> I have a budget which is a few times the price of single apu2.
> Actually, initially I planned to use a pair of HPE ProLiant DL20 gen9
> for this purpose. Unfortunately, it appears DL20gen9s won't boot
> OpenBSD: [https://marc.info/?l=openbsd-mis
Am 10/20/16 um 18:26 schrieb Stuart Henderson:
>
> You should find out if they have IPMI. Standard config on many Supermicros
> is to have it enabled, sharing the first main network port if you don't have
> anything plugged into the dedicated one, with the same password on every
> machine. You d
Am 11/16/16 um 17:07 schrieb Ax0n:
> I'm less concerned about swap, and more concerned about how a fully
> encrypted softraid Solid State Disk is going to act. I can't find a lot
> about FDE on SSD.
>
It acts as a normal harddisk would, just faster :). I had one in my
worklaptop i used before for
Am 12/02/16 um 13:39 schrieb Leo Unglaub:
> I just found out that since i changed my mygate up to your suggestion
> that i now have to ping6 fe80::1%em0 first and then i am able to
> connecto to other hosts via IPv6. But not before i pinged the
> fe80::1%em0. WTF?
i have the same setup at hetzner
Am 12/19/16 um 19:01 schrieb Todd Carpenter:
> Hi All,
>
> I recently installed 6.0 and was struggling to get my softraid0 stripe to
> build properly and or boot. I went over section 14 carefully and did some
> research. The part that I found was missing was the creation of a 100 meg
> partition
Am 03/07/17 um 23:32 schrieb Stefan Wollny:
> at home this is the way I go, too. But I have to travel to my client's
> place (by train!) and when working in the evening in the hotel room like
> tonight (as I have to leave the office building by 8 pm at the latest)
> it is somewhat inconvenient to t
Hi,
after i updated from 6.0 to 6.1, i saw that kern.maxclusters was raised
and removed our local change to kern.maxclusters.
Although the value is now way higher, the output shows a lower number
than before:
before the upgrade:
~ # sysctl kern.maxclusters
kern.maxclusters=24578
~ # netstat -m
Am 04/16/17 um 16:49 schrieb Florian Ermisch:
> But then I couldn't even say if an address change would trigger
> ifstated(8)…
In this case it would, because an IPv6 address change at Deutsche
Telekom is triggered by a reconnect. I use ifstated to trigger an
asterisk and pf reload.
>
> Regards,
Am 04/18/17 um 14:08 schrieb Bob Jones:
> Hi,
>
> I have the below in my ipsec.conf :
> ike esp from 198.51.100.0/24 to 10.20.30.0/24 \
> local 198.51.100.15 \
> peer 203.0.113.114 \
> main auth hmac-sha2-512 enc aes-256-gcm group modp8192 lifetime 14400
> \
Am 04/19/17 um 08:47 schrieb Harald Dunkel:
> On 04/18/17 17:05, Stuart Henderson wrote:
>
>> Mine is in the pkg-readme.
>
>
>
> A pkg-readme? Is this included in the binary package?
Try
$ less /usr/local/share/doc/pkg-readmes/dhcpcd-6.11.5
signature.asc
Description: OpenPGP digital signat
Hi misc@,
after upgrading our pair of dhcpd servers to 5.6(-stable), i am seeing
strange DHCPACKs in our logs (in both of them):
Nov 7 09:28:34 dhcpd2 dhcpd[9269]: DHCPINFORM from 192.168.20.251
Nov 7 09:28:34 dhcpd2 dhcpd[9269]: DHCPACK on to
5c:51:4f:56:81:c3 via em0
Nov 7 09:28:35 dhcpd2 d
On 12/16/14 05:48, Rod Whitworth wrote:
> I have been trying out dovecot for some years and it has always had some
> irritating "bug" or
> limitation and I have seen a few gripes from others.
>
> It seems to have been very quiet lately so I thought I'd have another attempt
> to get it running
Hi List,
trivial diff to update Openfire to 3.7.1 (attached as file because
thunderbird wraps the lines and breaks it).
Tested on i386.
ok?
marc
[demime 1.01d removed an attachment of type text/x-patch which had a name of
openfire-3.7.1.patch]
On 10/22/2012 06:45 PM, Marc Peters wrote:
> Hi List,
>
> trivial diff to update Openfire to 3.7.1 (attached as file because
> thunderbird wraps the lines and breaks it).
>
> Tested on i386.
>
> ok?
>
> marc
>
> [demime 1.01d removed an attachment of t
Hi List,
i am seeing kernel panics on a Lenovo L420 on 5.2 and -current from
28th, December. The machine freezes right at boot time, when acpi gets
loaded. Disabling acpi in UKC lets the system start. I photographed the
ddb, a trace, a ps and produced an acpidump and tarred it together with
a dmes
On 02/14/2013 08:54 AM, Xavier Naveira wrote:
> Hi everyone,
>
> I'm trying to install OpenBSD 5.2 as KVM guest but I can't get passed the
> installation process because the disk and the network are not being
> detected correctly.
>
> When configuring the network I'm only presented one network in
Hi misc,
i am using OpenBSD on my home router connected to cable internet. A re
nic is facing the wild and gets its public IP via DHCP from my ISP. I
have running a 5.3-beta from Feb. 1st, as this one has the powersaving
fix for athn in HostAP (realised it then, was committed already in
August). T
On 02/28/2013 06:58 PM, Marc Peters wrote:
> Hi misc,
>
> i am using OpenBSD on my home router connected to cable internet. A re
> nic is facing the wild and gets its public IP via DHCP from my ISP. I
> have running a 5.3-beta from Feb. 1st, as this one has the powersaving
&g
On 02/28/2013 06:58 PM, Marc Peters wrote:
> Hi misc,
>
> i am using OpenBSD on my home router connected to cable internet. A re
> nic is facing the wild and gets its public IP via DHCP from my ISP. I
> have running a 5.3-beta from Feb. 1st, as this one has the powersaving
&g
On 04/12/15 20:12, Jason Adams wrote:
> On 04/11/2015 06:01 AM, IMAP List Administration wrote:
>> The trouble began immediately. I chose electronic wire transfer as the
>> payment
>> method,
>
> Its not 1929 any more. I'm utterly suprised the store still offers wire
> transfer.
>
> In my day
Am 08/26/15 um 21:11 schrieb Martin Haufschild:
> Hello,
>
> can someone recommend me an Industrial PC (IPC) to use with OpenBSD? I
> would like to have a lot of hardware supported from this IPC by OpenBSD.
>
> Regards
> Martin
>
Soekris are small in form factor and are reliable devices; pretty
Am 05/09/16 um 08:20 schrieb Holger Glaess:
> hi
>
> is there an possiblity to forward dhcp request from
> an rdomain X to the runing dhcp server in rdomain 0 ?
>
>
> if i start the dhcrelay -i em1 192.168.131.250,
>
> i see that he forward the request but never reach the server.
>
> the clien
1 - 100 of 170 matches
Mail list logo