Re: ubnt edgerouter 8

2024-04-30 Thread Marc Peters
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

Re: ubnt edgerouter 8

2024-04-30 Thread Marc Peters
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

syspatch brought system to 7.1-stable (was Re: Sprurios errors from syspatch -c)

2022-04-23 Thread Marc Peters
On Fri, Apr 22, 2022 at 08:51:43PM -0600, Theo de Raadt wrote: > And of course, the syspatch testing procedures will get another step or > two to make sure this doesn't happen again > > So just wait. Thank you for explanation and clarification. Two of my systems were already hit by that

Re: Does OpenBSD support Carrier Grade Nat?

2020-08-07 Thread Marc Peters
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

Re: Does OpenBSD support Carrier Grade Nat?

2020-08-07 Thread Marc Peters
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

Re: Boot reboot issue after upgrade to 6.4 on amd64

2018-11-27 Thread Marc Peters
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

Re: Latest snapshot pkg_add issue

2018-10-06 Thread Marc Peters
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 >

Re: PF possibly causing weird SSL issues ?

2018-09-19 Thread Marc Peters
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

Re: unix hosting

2018-09-14 Thread Marc Peters
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

Re: Downloadable CIDR network calculator

2018-09-12 Thread Marc Peters
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

Re: How to implement CARP master/backup with IPv6 RAs from OpenBSD firewall pair?

2018-07-27 Thread Marc Peters
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

Re: cannot get re(4) to use 1000baseT

2018-07-18 Thread Marc Peters
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 > >

Re: Enabling ngx_http_addition_module on OpenBSD?

2018-06-28 Thread Marc Peters
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

protection fault trap with OpenBSD 6.3

2018-05-28 Thread Marc Peters
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

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-03 Thread Marc Peters
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

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-03 Thread Marc Peters
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

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-02 Thread Marc Peters
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

Re: dhclient expects IPv4 address in dhclient.conf

2018-05-02 Thread Marc Peters
Am 2. Mai 2018 16:24:50 MESZ schrieb Janne Johansson <icepic...@gmail.com>: >2018-05-02 16:06 GMT+02:00 Marc Peters <m...@mpeters.org>: > >> Hi misc, >> dhclient hates me. I would like to prepend an IPv6 nameserver in the >> dhclient configuration on

dhclient expects IPv4 address in dhclient.conf

2018-05-02 Thread 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 dhclient gives me following error: em1: /etc/dhclient.conf line 17: expecting IPv4 address. em1: prepend domain-name-servers "::1" em1:

Re: SunBlade 150 to take at Lyon, France and ideas about 3 T1000 to replace, if possible.

2018-03-21 Thread Marc Peters
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

Re: SunBlade 150 to take at Lyon, France and ideas about 3 T1000 to replace, if possible.

2018-03-21 Thread Marc Peters
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

Re: ipv6 nd

2018-03-20 Thread Marc Peters
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

Re: ipv6 nd

2018-03-20 Thread Marc Peters
On Tue, Mar 20, 2018 at 08:47:26AM +0100, Mischa wrote: > > On 20 Mar 2018, at 08:41, Marc Peters <m...@mpeters.org> wrote: > > > > I use dhcpcd for on the WAN Interface to receive the prefix delegation. On > > the internal network, i use slaac with rtadvd. The R

Re: ipv6 nd

2018-03-20 Thread Marc Peters
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

Re: OSPF over gif on top of IPsec transport -current

2018-03-13 Thread Marc Peters
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

Re: OSPF over gif on top of IPsec transport -current

2018-03-13 Thread Marc Peters
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

Roaming Laptop and slaacd

2017-12-19 Thread Marc Peters
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

Re: Need an advice about DHCP IPv6 server software

2017-12-09 Thread Marc Peters
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

Re: nobreak powers down openbsd

2017-10-24 Thread Marc Peters
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,

Re: tar: file is too long for ustar

2017-10-09 Thread Marc Peters
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,

Re: the whole greylisting, spam filtering thing

2017-10-04 Thread Marc Peters
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

Re: No 008 patch on ftp.eu.openbsd.org yet

2017-05-21 Thread Marc Peters
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

Re: Adding default IPv6 route fails on 6.1

2017-04-19 Thread Marc Peters
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

Re: Broken ipsecctl validation in 6.1 ("-n -f " flags) - illegal transform aes-256-gcm

2017-04-18 Thread Marc Peters
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 > \

Re: pf.conf: best practice for IP address lookup?

2017-04-16 Thread Marc Peters
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,

Output of netstat -m shows lower value with higher kern.maxclusters

2017-04-12 Thread Marc Peters
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

Re: Please: Is there ANY chance that Linux binaries might run again???

2017-03-07 Thread Marc Peters
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

Re: Manual update

2016-12-20 Thread Marc Peters
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 >

Re: IPv6 Setup not working on Hetzner server

2016-12-05 Thread Marc Peters
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

Re: softraid(4) full-disk encryption on SSD

2016-11-16 Thread Marc Peters
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

Re: 4th nic for pcengines apu2

2016-10-21 Thread Marc Peters
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

Re: 4th nic for pcengines apu2

2016-10-20 Thread Marc Peters
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:

Re: Install OpenBSD on disks larger than 2TB

2016-08-05 Thread Marc Peters
Am 08/05/16 um 11:36 schrieb Leo Unglaub: > Hey, > > did you do anything special during the installation? Or did you simply > follow the installer? > dropped to a shell, created the raid by hand. followed the installer but fixed the boundaries for disklabel as mentioned in an earlier version of

Re: T450s doesn't resume after suspend

2016-08-05 Thread Marc Peters
Am 08/05/16 um 10:10 schrieb Marc Peters: > Hi, > > i have a T450s which doesn't resume after suspended. When i close the > lid, the laptop suspends correctly but doesn't resume at all. Opening > the lid or pressing the button doesn't bring it back. I have to reset it. &

T450s doesn't resume after suspend

2016-08-05 Thread Marc Peters
Hi, i have a T450s which doesn't resume after suspended. When i close the lid, the laptop suspends correctly but doesn't resume at all. Opening the lid or pressing the button doesn't bring it back. I have to reset it. An acpidump is available at http://www.mpeters.org/T450s_acpidump.tar.gz

Re: Install OpenBSD on disks larger than 2TB

2016-08-04 Thread Marc Peters
Am 08/04/16 um 12:20 schrieb Leo Unglaub: > yes, thats true and it works fine. The problem here seams to be the raid > 1. Booting from an Raid 1 with disks larger than 2 TB seams to be > broken. Maybe its not intended to work, but i am unable to find a hint > about that in the bioctl,bio,softraid

Re: Random delay on incoming SMTP connection to OpenSMTPD

2016-06-13 Thread Marc Peters
Am 06/11/16 um 10:47 schrieb ML mail: > This VM has 2 GB of RAM and 2 vCPUs and does only serve as a mail gateway, > nothing else really. Does SpamAssassin really need so much resources? Of course, it perl ;). You could use something like amavis, which does additionally queueing and invoking

Re: rdomain and dhcrelay

2016-05-09 Thread Marc Peters
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

Re: Industrial use of line printers, does/would your company/organization use them with our lpd?

2016-02-18 Thread Marc Peters
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

Re: vlan on trunk member not permitted

2016-02-11 Thread Marc Peters
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

Re: vlan on trunk member not permitted

2016-02-10 Thread Marc Peters
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

vlan on trunk member not permitted

2016-02-09 Thread Marc Peters
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

Re: Welcome-Mail

2015-11-16 Thread Marc Peters
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

Re: wifi profiles in hostname.if

2015-09-26 Thread Marc Peters
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: >

Re: Recommended Industrial PCs?

2015-08-27 Thread Marc Peters
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

Re: my experience with openbsdstore.com

2015-04-13 Thread Marc Peters
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 job, we

Re: Dovecot happy on 5.6?

2014-12-16 Thread Marc Peters
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 whilst

dhcpd log issues

2014-11-07 Thread Marc Peters
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 null address to 5c:51:4f:56:81:c3 via em0 Nov 7

Re: Apache2 config on OpenBSD 5.5

2014-06-02 Thread Marc Peters
On 06/02/14 10:41, Markus Rosjat wrote: Hey there, its kinda confusing to see config files all over the place. I can find files in /etc/apache2 as well as in /var/www/conf. So first thing first. As I notices apache 1.3 insnt used in OpenBSD 5.5 right? So I can asume there should be no

Intel i210AT NICs

2014-02-06 Thread Marc Peters
Hi List, we have a couple of Supermicro boxes with Supmicro X10SLM+-LN4F Boards. These are featuring the Intel i210AT Chipsets. Are there any plans or patches to get them working? Downloaded today's snapshot but they aren't getting configured either. Is anyone working on it (and have a patch for

Re: Intel i210AT NICs

2014-02-06 Thread Marc Peters
On 02/06/14 12:52, Joerg Goltermann wrote: Hi, On 06.02.2014 10:26, Marc Peters wrote: Hi List, we have a couple of Supermicro boxes with Supmicro X10SLM+-LN4F Boards. These are featuring the Intel i210AT Chipsets. Are there any plans or patches to get them working? Downloaded today's

Re: Intel i210AT NICs

2014-02-06 Thread Marc Peters
On 02/06/14 13:58, Marc Peters wrote: On 02/06/14 12:52, Joerg Goltermann wrote: These are the cards: ppb2 at pci0 dev 28 function 2 Intel 8 Series PCIE rev 0xd5: msi pci3 at ppb2 bus 3 Intel I210 rev 0x03 at pci3 dev 0 function 0 not configured ppb3 at pci0 dev 28 function 3 Intel 8

Re: Request for Funding our Electricity

2014-01-18 Thread Marc Peters
Am 2014-01-17 16:55, schrieb Stefan Wollny: Am Fri, 17 Jan 2014 16:08:07 +0100 schrieb Lars Peter Cleary l...@publius.ch: I agree this is a very good idea, instant feedback and gratification. Nevertheless, I've just now donated CAD 100.- and invite everybody else to do the same. Kind regards

IPv6 static routing to a different subnet

2013-12-13 Thread Marc Peters
Hi list, i have a difficult time reaching my default IPv6 default gateway in a different subnet. Asking Google brought up some threads from early 2011. Most of the solutions where switching the prefixlen to reach the gateway but this didn't work out for me. The mentioned route commands didn't

Re: IPv6 static routing to a different subnet

2013-12-13 Thread Marc Peters
On 12/13/13 16:59, Martin Brandenburg wrote: Marc Peters m...@mpeters.org wrote: Hi list, i have a difficult time reaching my default IPv6 default gateway in a different subnet. Asking Google brought up some threads from early 2011. Most of the solutions where switching the prefixlen

Dovecot out of memory right at startup

2013-11-20 Thread Marc Peters
Hi List, i wanted to move my main mailserver from one to another. To avoid update hassles i jumped directly to a recent -current from the beginning of this month (full dmesg below): OpenBSD 5.4-current (GENERIC.MP) #145: Sun Nov 10 22:55:43 MST 2013

Re: Problems receiving IP with dhclient

2013-11-05 Thread Marc Peters
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; 2) Any

Problems receiving IP with dhclient

2013-11-04 Thread Marc Peters
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

Re: respawn-like behaviour ?

2013-07-17 Thread Marc Peters
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.

Re: dhclient could not allocate memory

2013-03-31 Thread Marc Peters
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 fix for athn in HostAP

dhclient could not allocate memory

2013-02-28 Thread Marc Peters
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).

Re: dhclient could not allocate memory

2013-02-28 Thread Marc Peters
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 fix for athn in HostAP

Re: Installing Openbsd 5.2 as KVM guest

2013-02-14 Thread Marc Peters
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

Kernel panic with lenovo L420 on -current

2012-12-30 Thread Marc Peters
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

UPDATE: net/openfire

2012-10-22 Thread Marc Peters
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]

Re: UPDATE: net/openfire

2012-10-22 Thread Marc Peters
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 type text/x-patch which had a name of openfire-3.7.1

dhcpd sync: tuncated or invalid packet

2012-06-29 Thread Marc Peters
Hi List, i am using two machines in our network as DHCP servers and want to synchronise them via the -Y and -y switches. After a while, they get out of sync and have slight differences in their leasefiles. After investigating a bit, i activated the sync_debug mode in

Re: AMD Zacate E350 (ASUS E35M1-M) dmesg/experiences?

2012-06-01 Thread Marc Peters
On 05/31/2012 05:54 PM, Manolis Tzanidakis wrote: Please reply on the list. I'm already subscribed and others might find your questions useful. Also, don't send HTML e-mails. Check the lists' guidelines. On Thu (31/05/12), Eugene Yunak wrote: Thank you very much, this is super helpful! i am

Re: release failing to build. hardware related?

2012-05-16 Thread Marc Peters
On 05/15/2012 05:43 PM, Otto Moerbeek wrote: On Tue, May 15, 2012 at 11:35:59AM -0400, Ted Unangst wrote: On Tue, May 15, 2012 at 17:03, Marc Peters wrote: Hi list, i am trying to built a 5.1 release which fails at disklabel -w vnd0 floppy576 disklabel: unknown disk type: floppy576

Re: release failing to build. hardware related?

2012-05-16 Thread Marc Peters
On 05/16/2012 10:46 AM, Dan Harnett wrote: On Wed, May 16, 2012 at 10:05:18AM +0200, Marc Peters wrote: /tmp # cat /etc/disktab # $OpenBSD: disktab,v 1.21 2010/10/19 20:23:53 deraadt Exp $ floppy288|3in|3.5in High Density Floppy, 2.88MB:\ :dt=floppy:ty=floppy:se#512:nt#2:rm

Re: release failing to build. hardware related?

2012-05-16 Thread Marc Peters
On 05/16/2012 10:27 AM, Antoine Jacoutot wrote: But you can force a full comparison using `-d' as per sysmerge(8). Solved my problems, thank you all. marc

release failing to build. hardware related?

2012-05-15 Thread Marc Peters
Hi list, i am trying to built a 5.1 release which fails at ld -Ttext 0x801001e0 -e start --warn-common -S -x -o bsd ${SYSTEM_HEAD} vers.o ${OBJS} textdatabss dec hex 4375184 2386680 504624 7266488 6ee0b8 cp

no sound with my envy-based card

2012-04-07 Thread Marc Peters
Hi list, i am using an envy based soundcard which is not functional on a -current from yesterday. dmesg snippet: envy0 at pci3 dev 6 function 0 IC Ensemble Envy24PT/HT Audio rev 0x01: apic 4 int 21 envy0: unknown 1724-based card, 2 inputs, 8 outputs audio0 at envy0 midi0 at envy0: Envy24

Problems with outgoing loadbalancing with pppoe(4)

2011-12-28 Thread Marc Peters
Hi List, i have a problem with multiple DSL Lines and loadbalancing outgoing traffic. All traffic leaves only over the first interface pppoe0 and i can't figure out why and how to change this. Maybe the problem is, that both lines are connected to the same provider and therefore have the

Re: Problems with outgoing loadbalancing with pppoe(4)

2011-12-28 Thread Marc Peters
, if it's the same ISP or not. Michel Le 2011-12-28 12:41, Marc Peters a icrit : Hi List, i have a problem with multiple DSL Lines and loadbalancing outgoing traffic. All traffic leaves only over the first interface pppoe0 and i can't figure out why and how to change this. Maybe the problem

Problems with usb on 4.7

2010-08-10 Thread Marc Peters
Hi list, i updated my OpenBSD box this weekend and it seems, my usb-devices aren't working anymore; they did before. I updated my 4.6-stable to 4.7 and then to 4.7-stable. I tried a printer, a mouse and a harddisk, none gets recognized by the system; the harddisk powers on though. is there any

usb serial controller to donate

2008-06-08 Thread Marc Peters
hi misc. some time ago i bought a usb to serial controller. after searching the archives and googling a lot, i found, that i want a profilic driven controller and nearly every cheap one should run profilic. although i thought i will be lucky, i got one, which doesn't run as expected (Logilink USB

Re: halt -p does not work with GENERIC.MP on 4.2-STABLE

2008-01-28 Thread Marc Peters
On Fri, 25 Jan 2008 09:43:36 +0100, Pierre Riteau wrote: On Jan 25, 2008 9:13 AM, Nicolas Letellier [EMAIL PROTECTED] wrote: I use OpenBSD 4.2-stable with a core2duo laptop. When I use GENERIC kernel, 'halt -p' works perfectly. However, when I use GENERIC.MP, 'halt -p' does not work and

dmesg from lenovo t60

2008-01-17 Thread Marc Peters
hi all, here's the dmesg of my t60 running -current: ~ # dmesg OpenBSD 4.2-current (GENERIC.MP) #0: Thu Jan 17 11:41:56 CET 2008 [EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 2145841152 (2046MB) avail mem = 2072272896 (1976MB) mainbus0 at root bios0 at mainbus0:

Re: dmesg from lenovo t60

2008-01-17 Thread Marc Peters
hello ted, these are sad news, as lenovo has kicked the support of apm since t4something and the newer thinkpad are all acpi-only machines. is there anything that i, as a non-coder, can do to support the acpi improvement? cheers, marc Ted Unangst schrieb: On Jan 17, 2008 7:35 AM, Marc

Re: reverse http proxy on OpenBSD (or not)?

2007-01-03 Thread Marc Peters
Soner Tari schrieb: Hi All, On my network, ASP sites are served on a Microsoft IIS, and PHP sites are on OpenBSD Apache, and there is only one Internet connection with a single IP (all DNS records point to this IP). Since these web servers run on different hardware/IPs, I need to distribute

simply priorizing acks

2006-12-17 Thread Marc Peters
hi misc, i just want to start using altq with simply priorizing the tcp acks (and the other lowdelay stuff as it's stated in jaceks great firewallbook). i looked in /usr/share/pf/ackpri and added the rules there to my pf.conf. i don't know why it doesn't work, maybe i am too blind to see what

Re: AMD dual core, deciding factors for a platform?

2006-11-17 Thread Marc Peters
Tonnerre LOMBARD schrieb: Salut, On Thu, Nov 16, 2006 at 05:38:58PM +0200, turha turha wrote: I'm about to build a new box, and thought I'd ask first if there's any experience with AMD's dual core processors (AM2 or s939). From what I've read both socket types work as amd64, with bsd and

-stable buggy or hardware flaky?

2006-11-17 Thread Marc Peters
hi folks, since yesterday i try to build stable out of the cvs-sources from anoncvs.de.openbsd.org without success. it crashes every now and then during the userland build-process (never during the kernel-build). i checked the ram with memtest86 and it showed no errors. i changed the

Re: -stable buggy or hardware flaky?

2006-11-17 Thread Marc Peters
=0x0 rrootdev=0x300 rawdev=0x302 Marc Peters schrieb: hi folks, since yesterday i try to build stable out of the cvs-sources from anoncvs.de.openbsd.org without success. it crashes every now and then during the userland build-process (never during the kernel-build). i checked the ram

Re: ftp-proxy issues

2006-11-14 Thread Marc Peters
Camiel Dobbelaar schrieb: On Mon, 13 Nov 2006, Camiel Dobbelaar wrote: Ok, I think I found something in your original tcpdump: Nov 11 15:15:04.389556 failinghost.domain.com.ftp ftp-proxy.domain.com.48293: P 202:233(31) ack 56 win 46

Re: ftp-proxy issues

2006-11-13 Thread Marc Peters
Camiel Dobbelaar schrieb: On Mon, 13 Nov 2006, Marc Peters wrote: this is the output from ftp-proxy: # /usr/sbin/ftp-proxy -d -D7 listening on 127.0.0.1 port 8021 #1 accepted connection from 192.168.0.14 #1 FTP session 1/100 started: client 192.168.0.14 to server 194.XXX.XX.180 via proxy 194

Re: ftp-proxy issues

2006-11-13 Thread Marc Peters
Camiel Dobbelaar schrieb: On Mon, 13 Nov 2006, Marc Peters wrote: 60 seconds, and the client gives me this message: 421 Service not available, remote server timed out. Connection closed (mac osx command line ftp-client) That CWD line did not pass out on the DMZ interface? no it didn't

ftp-proxy issues

2006-11-11 Thread Marc Peters
hi folks. i have issues with the ftp-proxy. i am using openbsd 4.0 which i fetch during the release-phase, so i think it is on status of -release. this box is the firewall of our network, with three interfaces. xl0 is for the internal lan, xl1 is for our dmz and xl2 is connected to internet.

Re: ftp-proxy issues

2006-11-11 Thread Marc Peters
to mention that it doesn't matter if i use the ip-addresses to connect or the real hostname, the effect is the same. Camiel Dobbelaar schrieb: Can you show your pf.conf? Did you start ftp-proxy with any options? On Sat, 11 Nov 2006, Marc Peters wrote: hi folks. i have issues

  1   2   >