Re: System clock hours behind, network hangs (amd64, -current)

2015-09-12 Thread Martin Pieuchot
On 11/09/15(Fri) 18:56, Mark Patruck wrote: > On Fri, Sep 11, 2015 at 06:27:36PM +0200, Martin Pieuchot wrote: > > On 11/09/15(Fri) 18:07, Mark Patruck wrote: > > > dmesg below is currently running, but it also didn't work with a 2 week > > > old snapshot from the l

Re: System clock hours behind, network hangs (amd64, -current)

2015-09-12 Thread Martin Pieuchot
On 12/09/15(Sat) 14:45, Mark Patruck wrote: > On Sat, Sep 12, 2015 at 11:07:07AM +0200, Martin Pieuchot wrote: > > On 11/09/15(Fri) 18:56, Mark Patruck wrote: > > > On Fri, Sep 11, 2015 at 06:27:36PM +0200, Martin Pieuchot wrote: > > > > On 11/09/15(Fri) 18:07, Mark

Re: speedup shutdown

2015-09-20 Thread Matthew Martin
On Sep 20, 2015 3:12 PM, "Quartz" wrote: > > I have a machine where tapping the front panel power button correctly halts and powers off the machine however there's a solid 10 second delay after I press the button before anything happens. Is there any way to speed this process up? > Hold the bu

Re: console color

2015-09-21 Thread Martin Brandenburg
e very limited color support? The DEC VT220 terminal did not support color. That's why color works when you echo control codes and not through vim. Vim reads $TERM and decides not to use color. Set $TERM up to something that supports color if you want color. -- Martin

Re: Alternative route table issue on 5.8

2016-02-24 Thread Martin Pieuchot
On 24/02/16(Wed) 18:56, Jean-Daniel Dupas wrote: > Hello, > > On OpenBSD 5.7, I'm using alternative route table to send ping a on specific > route. > > On a fresh install, I simply do > > > route -T 1 add default 192.168.1.1 > > ping -V 1 8.8.8.8 > > It works well on 5.7, but I can't managed t

Re: Alternative route table issue on 5.8

2016-02-24 Thread Martin Pieuchot
On 24/02/16(Wed) 21:57, Jean-Daniel Dupas wrote: > > Le 24 févr. 2016 à 19:58, Martin Pieuchot a écrit : > > > > On 24/02/16(Wed) 18:56, Jean-Daniel Dupas wrote: > >> Hello, > >> > >> On OpenBSD 5.7, I'm using alternative route table to send pin

Re: Alternative route table issue on 5.8

2016-02-24 Thread Martin Pieuchot
On 25/02/16(Thu) 00:05, Martin Pieuchot wrote: > On 24/02/16(Wed) 21:57, Jean-Daniel Dupas wrote: > > > Le 24 févr. 2016 à 19:58, Martin Pieuchot a écrit : > > > > > > On 24/02/16(Wed) 18:56, Jean-Daniel Dupas wrote: > > >> Hello, > > >> >

Re: Small FW boxes for CORP use (was: T40E APU?)

2016-03-11 Thread Martin Schröder
2016-03-11 22:42 GMT+01:00 Alan McKay : > Ideally I'd like to get a redundant pair of FWs in 1U. > But I need 4 NICs on each as a bare min. Lanner FW-7525 Best Martin

Re: openbsd.org, openssh.com server(s) down

2016-03-15 Thread Martin Schröder
2016-03-15 14:31 GMT+01:00 Rudolf Sykora : > is it only I who cannot connect to either > of openbsd.org and openssh.com, or Nope. http://www.downforeveryoneorjustme.com/openbsd.org Best Martin

Re: Kernel panic while fiddling with route add/delete

2016-03-20 Thread Martin Pieuchot
On 20/03/16(Sun) 03:59, DarkSoul wrote: > Hello list, > > I was testing out a beta IPv6 service over PPPoE that our ISP is > developping, > and playing around with kernel PPPoE. > > My configuration is as follows : > - pppoe0 for IPv4 internet > - gif0 for IPv6 internet (Hurricane Electric tunnel

Heads up: ART enabled in -current

2016-03-24 Thread Martin Pieuchot
s also hard to keep focus ;) Thank your very much for your support! Cheers, Martin [0] http://www.hariguchi.org/art/art.pdf

Re: routes get assigned to a wrong interface, openbsd 5.9

2016-04-12 Thread Martin Pieuchot
On 12/04/16(Tue) 16:20, Mart Tõnso wrote: > Hello. > > I am hitting a strange behaviour with openbsd 5.9. > > # uname -a > OpenBSD router_dev01.lan 5.9 GENERIC.MP#1888 amd64 > > There's pppd running on the box (for a 3g connection) and OpenVPN > connection on top of that. > > The bug is that an

Re: routes get assigned to a wrong interface, openbsd 5.9

2016-04-13 Thread Martin Pieuchot
Hello Mart, On 13/04/16(Wed) 09:22, Mart Tõnso wrote: > Ah, yes, sorry about that. Here's the full routing info with ifconfig output: > > # ifconfig > [...] > ppp0: flags=8051 mtu 1500 > priority: 0 > groups: ppp egress > inet 10.128.195.179 --> 10.64.64.64 netmask 0xff000

Re: routes get assigned to a wrong interface, openbsd 5.9

2016-04-13 Thread Martin Pieuchot
On 13/04/16(Wed) 13:27, Mart Tõnso wrote: > Thank you! Assigning a proper ppp netmask solved this issue. I'll see > if I can get arround to testing the patch. Is there a chance of > including it in the "current"? I'm waiting for you report, if it is positive I'll ask for reviews. If the review ar

Re: problem with carp on 5.9, MAC address of carp interface?

2016-04-25 Thread Martin Pieuchot
On 25/04/16(Mon) 09:48, Sebastian Reitenbach wrote: > I'm trying to upgrade a HA carped firewall cluster to 5.9 but run into > issues. Which issues? After reading your whole email I still don't understand your problem(s). What does not work? When reporting a network issue, please include the ou

Re: problem with carp on 5.9, MAC address of carp interface?

2016-04-25 Thread Martin Pieuchot
On 25/04/16(Mon) 10:47, Kim Zeitler wrote: > Hello Martin, hello Sebastian > > On 04/25/16 10:15, Martin Pieuchot wrote: > >On 25/04/16(Mon) 09:48, Sebastian Reitenbach wrote: > >>I'm trying to upgrade a HA carped firewall cluster to 5.9 but run into > >&

Re: problem with carp on 5.9, MAC address of carp interface?

2016-04-25 Thread Martin Pieuchot
On 25/04/16(Mon) 11:35, Kim Zeitler wrote: > Hello Martin > > > On 04/25/16 11:12, Martin Pieuchot wrote: > >On 25/04/16(Mon) 10:47, Kim Zeitler wrote: > > >>He is running a carp interface on top of a vlan interface. In this scenario > >>the carp i

Re: problem with carp on 5.9, MAC address of carp interface?

2016-04-26 Thread Martin Pieuchot
On 26/04/16(Tue) 09:07, Sebastian Reitenbach wrote: > root@srv80:~# ifconfig carp7 > carp7: flags=8843 mtu 1500 > lladdr 00:00:5e:00:01:01 > description: IT > priority: 15 > carp: BACKUP carpdev vlan7 vhid 1 advbase 1 advskew 100 > groups: carp > stat

Re: SMP implementation

2016-05-06 Thread Martin Pieuchot
On 05/05/16(Thu) 19:03, Pavan Maddamsetti wrote: > I have been reading about ongoing improvements to SMP in OpenBSD. My > understanding is that context switching from userspace to the kernel can be > hazardous if shared resources are not protected by locking. The context switching it not the prob

Re: TLS now supported on openbsd.org?

2016-05-09 Thread Martin Schröder
2016-05-09 18:57 GMT+02:00 : > - I don't know in modern browsers, but Links 2.12 say that the > certificate is not valid. It's just old browsers, or firefox also > have this same problem? All's good. See https://www.ssllabs.com/ssltest/analyze.html?viaform=on&d=www.openbsd.org

Re: hostname.carp - CARP Bootup Woes Correct layout / format for >=5.9 - man page for hostname.carp

2016-05-17 Thread Martin Pieuchot
On 17/05/16(Tue) 16:37, Andy Lemin wrote: > Hi Misc, > > Since 5.9 (maybe earlier), we noticed that our CARP interfaces no longer > behave as before, don't initialise properly on boot up, and throw errors at > boot. > > I know there has been lots of changes, especially IPv6. So hopefully this > i

Suspend / hibernate does not work

2016-05-27 Thread Martin Oppegaard
. In this state if I press the restart button the CPU fan calms down and less power is drawn from the UPS, but I have to hold the power button to shut it down. With hibernate, it restarts immediately. Any tips? Regards, Martin Oppegaard OpenBSD 5.9 (GENERIC.MP) #4: Thu May 19 08:22:39 CEST

Re: Suspend / hibernate does not work

2016-05-27 Thread Martin Oppegaard
On Fri, May 27 2016, Mike Larkin wrote: > On Fri, May 27, 2016 at 04:09:21PM +0000, Martin Oppegaard wrote: >> Hi, >> >> I can't get suspend or hibernate to work with this computer. It has >> encrypted root hdd and apmd is running (-A). When I suspend the scr

Re: Joining bridge(4) changes broadcast?

2016-06-06 Thread Martin Pieuchot
On 06/06/16(Mon) 13:04, Masao Uebayashi wrote: > Broadcast frame, coming into a bridge'ed interface, passes if_input() 3 times, > and actually input (ether_input()) twice. > > - A frame enters an interface (e.g. pair(4)), the interface calls if_input() > on it. The frame is queued in if_input_q

Re: Joining bridge(4) changes broadcast?

2016-06-06 Thread Martin Pieuchot
On 06/06/16(Mon) 16:23, Masao Uebayashi wrote: > On Mon, Jun 06, 2016 at 08:50:49AM +0200, Martin Pieuchot wrote: > > On 06/06/16(Mon) 13:04, Masao Uebayashi wrote: > > > Broadcast frame, coming into a bridge'ed interface, passes if_input() 3 > > > times, >

Re: Joining bridge(4) changes broadcast?

2016-06-07 Thread Martin Pieuchot
On 07/06/16(Tue) 12:36, Masao Uebayashi wrote: > On Mon, Jun 06, 2016 at 12:50:04PM +0200, Martin Pieuchot wrote: > > On 06/06/16(Mon) 16:23, Masao Uebayashi wrote: > > > On Mon, Jun 06, 2016 at 08:50:49AM +0200, Martin Pieuchot wrote: > > > > On 06/06/16(Mon

Re: Joining bridge(4) changes broadcast?

2016-06-08 Thread Martin Pieuchot
On 08/06/16(Wed) 14:52, Masao Uebayashi wrote: > This is suboptimal with respect to performance, but "correctly work-around" > the problem, that is, bpf against an bridge'ed interface receives duplicate > frames. (It happens for not only broadcast but also unicast.) No way. > > diff --git a/sys

Re: Question about NTP server

2016-06-30 Thread Martin Schröder
nBSD). Any old server you have lying around will be more than enough. > 2) Im wondering also to set up this boxes virtualized using KVM. I know > that using RTC its a really pain in the ass, but maybe you can give me some > advice for this config. Don't virtualize your ntp servers. Best Martin

Re: inet6 ff02::1:ff routes leaking?

2016-07-05 Thread Martin Pieuchot
Hello Aaron, On 24/06/16(Fri) 06:25, Aaron Riekenberg wrote: > I am running an OpenBSD 5.9 box as a firewall/router on a Comcast cable > connection. My box has 2 interfaces: em0 on external network (cable modem) > and em1 on internal network. I have applied all available patches for 5.9. > > Fo

Re: inet6 ff02::1:ff routes leaking?

2016-07-13 Thread Martin Pieuchot
On 06/07/16(Wed) 06:53, Aaron Riekenberg wrote: > Hi Martin - > > Thanks for the patch. > > It installed ok on my 5.9 stable system. patch failed to process it - I > think because line numbers have changed. But it was not too difficult to > install it manually. Thanks,

Re: USB and Intel Bay Trail

2016-07-17 Thread Martin Pieuchot
On 16/07/16(Sat) 13:08, Tony Sarendal wrote: > Hola, > > I got a pair of mini-pc's to play with for the summer vacation, small > fanless > thingies with 4xGE and wifi. > > http://www.qotom.net/goods-129-QOTOM-Q190G4+4+LAN+Mini+PC.html > > When testing with the latest snapshot USB wont play. > An

Re: LibreSSL on old OpenBSD

2016-08-13 Thread Martin Schröder
2016-08-12 23:28 GMT+02:00 Philip Guenther : > Yes, the previous situation with and > was confusing (code was including the wrong header and not getting the Thanks. Finally an answer after days of shouting. Best Martin

Re: DigitalOcean and OpenBSD

2016-08-24 Thread Martin Schröder
2016-08-24 16:48 GMT+02:00 : > You did not provide any sensible detail, so consider this guess work. You're not helping.

Re: DigitalOcean and OpenBSD

2016-08-24 Thread Martin Schröder
2016-08-24 21:50 GMT+02:00 : > Wed, 24 Aug 2016 20:37:22 +0200 Martin Schröder >> You're not helping. >> > Neither are you, of course, needless to say. Because you just won't get Did you actually read his first mail? Do again and try to understand it. Since you ha

Re: Microsoft keyboard and touchpad combo, touchpad doesn't work

2014-05-18 Thread Martin Pieuchot
On 18/05/14(Sun) 21:15, Ville Valkonen wrote: > Hello all, > [...] > I can see it attaches as wsmouse2 but nevertheless it doesn't work. Any help > how to debug this further would be highly appreciated. > > Thanks in advance and keep up the good work! > > P.S. Yes, you can see there's Logitech Un

nsd_flags default

2014-05-25 Thread Martin, Matthew
Why does /etc/rc.conf say for nsd_flags for normal use: "-c /var/nsd/etc/nsd.conf" and not "" since according to nsd(8) the default value of -c already is "/var/nsd/etc/nsd.conf"? I've tested, and both ways start nsd correctly. -Matthew Martin

Re: Wrong Shutdown

2014-05-26 Thread Martin Schröder
2014-05-26 15:52 GMT+02:00 Walter Souza : > Why OpenBSD has no interest in using journal file system? http://www.openbsd.org/faq/faq8.html#Journaling Please read the FAQ. Best Martin

Re: new OpenSSL flaws

2014-06-05 Thread Martin, Matthew
him, but it can't hurt to join even if it is only until 5.6 comes out. - Matthew Martin

Re: xSSL stuff

2014-06-13 Thread Martin Brandenburg
ds, chris First you want LibreSSL to be widely used. Then you get to deprecate bad features. Trying to depracate bad features in another project is doomed to fail. It would be like WINE announcing that certain Win32 APIs are gone. In the event that LibreSSL is never used by anyone except OpenBSD, removing bad features is just going to require us to get OpenSSL from packages/ports. -- Martin

BoringSSL

2014-06-20 Thread Martin Schröder
https://www.imperialviolet.org/2014/06/20/boringssl.html";> Earlier this year, before Apple had too many goto fails and GnuTLS had too few, before everyone learnt that TLS heart-beat messages were a thing and that some bugs are really old, I started a tidy up of the OpenSSL code that we use at Goog

Re: OpenBSD 5.5 on mSATA SSD unit in PC Engines APU.1C - "bad dir ino 2 at offset 0: mangled entry" kernel panic

2014-06-25 Thread Martin Schröder
2014-06-25 22:25 GMT+02:00 noah pugsley : > On Wed, Jun 25, 2014 at 9:51 AM, Chris Cappuccio wrote: >> That's what the thermal pads are for. Going from 6W/mK to 17W/mK will >> conduct more heat to the sink, but the sink might need to be larger >> for some situations. Also even pressure around the

Re: ehci_idone message with HP printer

2014-07-13 Thread Martin Pieuchot
Hello Jérôme, On 10/07/14(Thu) 19:45, Jérôme Frgacic wrote: > Hello misc, > > I'm currently trying to configure lpd to work with an HP Officejet 4500 > printer. > > After some researches and modifications, it works, but there still a > problem : when all jobs are done I have this message that a

Re: ehci_idone message with HP printer

2014-07-19 Thread Martin Pieuchot
On 14/07/14(Mon) 22:23, Jérôme Frgacic wrote: > Thank you for your reply. > > Unfortunately, after upgrading my system to -current and applying the patch > you send to me to the kernel, I got the same error. If you see it only once, you can ignore it. But do you still need to restart your printe

Re: zzz, /dev/wsmouse1: read error Input/output error

2014-07-19 Thread Martin Pieuchot
On 13/07/14(Sun) 18:22, Mike Burns wrote: > Thinkpad X1 Carbon with a touchscreen, running 5.5-stable. When I resume > from suspend my Xorg.0.log is flooded with: > > (EE) ws: /dev/wsmouse1: read error Input/output error > > In my dmesg: > > wsmouse1: can't attach mux (error=5) I did a lot

Re: zzz, /dev/wsmouse

2014-07-21 Thread Martin Pieuchot
On 20/07/14(Sun) 17:34, Mike Burns wrote: > On 2014-07-19 16.43.30 +0200, Martin Pieuchot wrote: > > On 13/07/14(Sun) 18:22, Mike Burns wrote: > > > Thinkpad X1 Carbon with a touchscreen, running 5.5-stable. When I resume > > > from suspend my Xorg.0.log is flooded w

Re: zzz, /dev/wsmouse

2014-07-22 Thread Martin Pieuchot
On 21/07/14(Mon) 17:32, Mike Burns wrote: > A partial reply; I have not yet run your patch: > > On 2014-07-21 16.00.01 +0200, Martin Pieuchot wrote: > > More seriously, can you plug external USB devices to your laptop and see > > if they are correctly recognized? Do th

Re: zzz, /dev/wsmouse

2014-07-22 Thread Martin Pieuchot
On 22/07/14(Tue) 19:37, Mike Burns wrote: > On 2014-07-22 10.10.02 +0200, Martin Pieuchot wrote: > > > umass0 at uhub2 port 2 configuration 1 interface 0 "SanDisk Cruzer" rev > > > 2.00/2.00 addr 6 > > > umass0: using SCSI over Bulk-Only > > > scs

Re: zzz, /dev/wsmouse

2014-07-23 Thread Martin Pieuchot
On 23/07/14(Wed) 03:07, Mike Burns wrote: > On 2014-07-23 07.40.00 +0200, Martin Pieuchot wrote: > > On 22/07/14(Tue) 19:37, Mike Burns wrote: > > > On 2014-07-22 10.10.02 +0200, Martin Pieuchot wrote: > > > > > umass0 at uhub2 port 2 configuration 1 interface

pkg_scripts continuation line in -current

2014-07-23 Thread Martin Brandenburg
I do appreciate examples/. That will save me from having /etc littered with .orig files. -- Martin

Re: pkg_scripts continuation line in -current

2014-07-24 Thread Martin Brandenburg
will affect the practices some people have. Aha! So you're actually improving system startup rather than making it needlessly overcomplicated. That's good. And thank you for all the work you and the rest of the developers have put in over the years. -- Martin

Re: [Bulk] Re: Donations to OpenBSD

2014-08-14 Thread Martin Schröder
2014-08-14 19:13 GMT+02:00 Theo de Raadt : > Which then get shared, and reproduced by any asshole company on the > net, much like ixsoft.de has been doing for years? ? ixsoft.de is still listed as reseller on http://www.openbsd.org/orders.html Did I miss something? Best Martin

Re: ulpt/libusb weirdness in -current

2014-08-15 Thread Martin Pieuchot
On 14/08/14(Thu) 17:25, Alessandro DE LAURENZIS wrote: > On Thu 14/08 17:17, Antoine Jacoutot wrote: > > > After applying the patch, the printer is still not responding, but the > > > output of /usr/local/libexec/cups/backend/usb is different: > > > > > > root@poseidon:[cups]> sudo /usr/local/libe

Re: ulpt/libusb weirdness in -current

2014-08-15 Thread Martin Pieuchot
On 15/08/14(Fri) 14:37, Alessandro DE LAURENZIS wrote: > On Fri 15/08 14:07, Antoine Jacoutot wrote: > > On Fri, Aug 15, 2014 at 01:34:08PM +0200, Alessandro DE LAURENZIS wrote: > > > On Fri 15/08 13:26, Antoine Jacoutot wrote: > > > > You are still seeing this with the patch I sent yesterday??? >

Re: PDF FAQ [Was: Donations to OpenBSD]

2014-08-18 Thread Martin Schröder
2014-08-18 0:22 GMT+02:00 Joel Rees : > But they own the format, and 3rd party cleanroom implementations still have No. ISO does this 2007. Best Martin

Re: rsync -a doesnt keep owner and permissions

2014-08-21 Thread Martin Schröder
machine B can _read_ everything, but write nothing. Best Martin #!/usr/bin/env bash # $Id: rrsync.sh,v 1.3 2007/07/01 12:40:14 remote-backup Exp $ case "$SSH_ORIGINAL_COMMAND" in *"rsync --server --sender"*) logger -t rrsync "$SSH_ORIGINAL_COMMAND" sudo $SSH_OR

Re: kernel page fault on 55-release

2014-08-30 Thread Martin Pieuchot
from > that point. I'm willing to spend time tracking the source of the > problem but I have no idea of what I'm looking for. Thanks for reporting the problem. I believe this is the same issue that has been reported by Thomas Pfaff in February [0] and fixed post 5.5 [1]. Could yo

Re: kernel page fault on 55-release

2014-08-30 Thread Martin Pieuchot
On 30/08/14(Sat) 11:46, ludovic coues wrote: > 2014-08-30 10:53 GMT+02:00 Martin Pieuchot : > > Hello Ludovic, > > > > On 28/08/14(Thu) 20:52, ludovic coues wrote: > >> Hello, > >> > >> Recently, I get a kernel page fault every time I try to use th

Re: kernel page fault on 55-release

2014-09-01 Thread Martin Pieuchot
On 30/08/14(Sat) 12:28, ludovic coues wrote: > 2014-08-30 11:58 GMT+02:00 Martin Pieuchot : > > On 30/08/14(Sat) 11:46, ludovic coues wrote: > >> 2014-08-30 10:53 GMT+02:00 Martin Pieuchot : > >> > Hello Ludovic, > >> > > >> > On 2

Re: macbook lost uvideo(4)

2014-09-22 Thread Martin Pieuchot
On 22/09/14(Mon) 21:12, Jan Stary wrote: > I just upgraded my MacBook2,1 to a new amd64 snapshots, > anmd looking at the diff of the two dmesg's > > http://stare.cz/dmesg/macbook2,1.20140719 > http://stare.cz/dmesg/macbook2,1.20140922 > > it seems I have lost uvideo(4) - I just have a ugen(4) now

Re: OpenBSD 5.5: question regarding pf syntax

2014-09-28 Thread Martin Schröder
2014-09-28 22:49 GMT+02:00 Jack Woehr : > BTW 3rd edition about to be released. The ebook _has_ been released. :-) Best Martin

Re: How to follow -stable and verify it with signify?

2014-10-01 Thread Martin Schröder
2014-10-01 3:02 GMT+02:00 Giancarlo Razzolini : > OpenBSD do not have any secure way to "get things". Buy a CD. If you don't trust the shop, have it somehow signed by a dev. Best Martin

Re: route to 127.0.0.1 broke by today's current

2014-10-01 Thread Martin Pieuchot
be restored with r1.104 of sys/netinet/in.c. Martin

Re: openbsdstore: enable javascript and buy something or gtfo

2014-10-03 Thread Martin Schröder
2014-10-03 16:09 GMT+02:00 : > Strangely enough, this doesn't incline me to enable javascript. Why? Don't you trust the store?

Re: current snapshot installer not recognising USB devices

2014-10-13 Thread Martin Pieuchot
On 14/10/14(Tue) 06:40, Carlin Bingham wrote: > I have booted the latest (11/10/14) snapshot install56.fs from a USB > drive and want to install it to an external USB drive but the drive (and > other USB devices) are not being recognised. No kernel messages are > being displayed when USB devices ar

Re: current snapshot installer not recognising USB devices

2014-10-15 Thread Martin Pieuchot
On 16/10/14(Thu) 00:07, Carlin Bingham wrote: > On Tue, 14 Oct 2014, at 10:24 AM, Carlin Bingham wrote: > > On Tue, 14 Oct 2014, at 09:05 AM, Martin Pieuchot wrote: > > > On 14/10/14(Tue) 06:40, Carlin Bingham wrote: > > > > I have booted the latest (11/10/14) sn

Re: [Bulk] Re: Shadow TCP stacks

2014-10-15 Thread Martin Schröder
nvisible unless a magic SYN packet appears. Best Martin

Re: Shadow TCP stacks

2014-10-16 Thread Martin Schröder
might > actually use passwords (port change also works there, I find)? The impossibility to scan for services - which the NSA/GHCQ/... do. Best Martin

Re: Shadow TCP stacks

2014-10-17 Thread Martin Schröder
2014-10-17 10:24 GMT+02:00 Bret Lambert : > On Thu, Oct 16, 2014 at 02:48:22PM +0200, Martin Schr??der wrote: >> The impossibility to scan for services - which the NSA/GHCQ/... do. > > It's a good thing that traffic analysis isn't a thing, then. Otherwise > they&#

Re: Shadow TCP stacks

2014-10-17 Thread Martin Schröder
2014-10-17 20:49 GMT+02:00 Bret Lambert : > Well, if, as Herr Schroeder seems to be implying, this is used to > avoid port scans, I'd look for traffic to/from address:port which > don't show up on scans. That's certainly possible but more expensive than "find all ssh servers". Best Martin

Re: libressl

2014-10-22 Thread Martin Schröder
libressl.html Best Martin

Re: 64-bit amd64 : actual memory limitations?

2014-10-26 Thread Martin Schröder
2014-10-26 20:02 GMT+01:00 Mayuresh Kathe : > 64-bit supposedly supports upto 16 exabytes of memory ('ram'). Current hardware supports "only" 2^48... https://en.wikipedia.org/wiki/X86-64#Physical_address_space_details Best Martin

Re: Wireless PCIe (Host AP mode) recommendations

2014-10-26 Thread Martin Schröder
&sec=4 That's PCI, not PCIe. Best Martin

Re: 64-bit amd64 : actual memory limitations?

2014-10-26 Thread Martin Schröder
2014-10-27 1:56 GMT+01:00 Mayuresh Kathe : > if the intended application actually requires larger memory to be > accessible, would it be better to go for a non-x86-64 64-bit hardware? 256TB (2^48) should be good enough till 2020.

Re: 64-bit amd64 : actual memory limitations?

2014-10-26 Thread Martin Schröder
hat we will see OpenBSD in production on these machines. :-) What exactly is your application? Best Martin

alix2d3 "entry point at 0x200120" after PXE installation

2013-11-29 Thread Aurelien Martin
Hi all, I installed openbsd-54 on a flash card on my alix2d3 board through PXE with a nullmodem cable. But after the installation, the machine reboot in loop after the message "entry point at 0x200120" I tried all the solution found in google, set the tty to com0, and also boot on wd0a instea

Re: alix2d3 "entry point at 0x200120" after PXE installation

2013-12-03 Thread Aurelien Martin
teps to achieve it through PXE. As mentioned if it doesn't work I'll put directly OBSD 5.4 on the flash. Have a good day Aurelien 2013/11/30 Eike Lantzsch > On Friday 29 November 2013 17:12:45 Erling Westenvik wrote: > > On Fri, Nov 29, 2013 at 01:10:24PM +0100, Aurelie

Re: Are there any default password managers in OpenBSD?

2013-12-05 Thread Martin Brandenburg
nd loss of the master password is catastrophic since it is used directly and cannot be changed. - Martin --- Public domain, but use at your own risk. #include #include #include #include #include #include static char base64[64] = {'A', 'B', &

Re: BackupPC

2013-12-09 Thread Martin Schröder
/www.bareos.org/en/faq/items/why_fork.html ^8 http://www.admin-magazine.com/Articles/Free-Enterprise-Backup-with-Bareos I've used neither. Best Martin

Re: alix2d3 "entry point at 0x200120" after PXE installation

2013-12-10 Thread Aurelien Martin
64:15647246 ] OpenBSD After the reboot - boot> booting hd0a:/bsd: 8824220+1096236=0x97613c entry point at 0x200120 [then reboot in loop] - I also try with wd0a boot> boot wd0a:/bsd booting wd0a:/bsd: 8824220+1096236=0x97613c entry point at 0x200120 [then

Re: alix2d3 "entry point at 0x200120" after PXE installation

2013-12-11 Thread Aurelien Martin
Hi all, I succeed to boot the alix2d3 by fixing the MBR with "fdisk -u wd0" Cheers, Aurelien

Relayd with dsr and sticky-address

2013-12-13 Thread Martin Schaupp
p. So we do not need the security of pf in this case. We also need the dsr, because the routing from the server to the client is asynchronous or in some cases the clients are on the same local network like the balanced servers. Greets Martin

Relayd with dsr and sticky-address

2013-12-13 Thread Martin Schaupp
lan243 } This is a loadbalancing only set up. So we do not need the security of pf in this case. We also need the dsr, because the routing from the server to the client is asynchronous or in some cases the clients are on the same local network like the balanced servers. Greets Martin

Re: IPv6 static routing to a different subnet

2013-12-13 Thread Martin Brandenburg
icial if your provider didn't have to use one for their router. The usual solution is to allocate a /64 for their router and your endpoint, and then route your network to your endpoint. You have the same thing, except the point-to-point link is using link-local instead of global addresses. - Martin

Re: Relayd with dsr and sticky-address

2013-12-16 Thread Martin Schaupp
\ -e "^all ipv6-icmp.*0:0$" to find the relevant states. Do you think this is ok ? states missing or some states to much ? If anybody knows a better solution than this dirty thing above please post it. Martin > Sorry, i forgot to mention my version 5.4 > > Hello, > >

Re: NSA spy catalog (was: Re: apologies for the noise (interesting article)!)

2014-01-02 Thread Martin Schröder
2014/1/1 Erling Westenvik : > Anyway: When can we expect OpenBSD support for these devices? When devs detect them. Best Martin

Re: bwi0: intr fatal TX/RX ([01]) error 0x00001000 (continuously streaming)

2014-01-15 Thread Martin Pieuchot
On 14/01/14(Tue) 16:21, Sunny Raspet wrote: > Hello! > > Running 5.4-RELEASE/macppc on a Mac PowerBook G4, attempting to > interact with the built-in bwi(4) card results in badness. Sadly this is a know issue on most of the macppc machine having a bwi(4). If somebody has more inputs I'm also int

Re: bwi0: intr fatal TX/RX ([01]) error 0x00001000 (continuously streaming)

2014-01-15 Thread Martin Pieuchot
On 15/01/14(Wed) 15:27, Stefan Sperling wrote: > On Wed, Jan 15, 2014 at 10:11:27AM +0100, Martin Pieuchot wrote: > > On 14/01/14(Tue) 16:21, Sunny Raspet wrote: > > > Hello! > > > > > > Running 5.4-RELEASE/macppc on a Mac PowerBook G4, attempting to > >

Re: Request for Funding our Electricity

2014-01-15 Thread Martin Schröder
2014/1/15 Sia Lang : > That small donation wouldn't have amounted to much, but I am positive you > being the leader of this project is the very reason no one wants to step up > with serious funding. Him being the leader is the very reason this project still exists. Best Martin

Re: Is my 5.4 CD ok?

2014-01-16 Thread Martin Brandenburg
base or a number of other programs in packages and other OSes. - Martin

Re: OpenBSD funding status

2014-01-18 Thread Martin Brandenburg
oo many resources or be too large a configuration burden. Until then, no need to disrupt what works. - Martin

Re: Request for Funding our Electricity

2014-01-19 Thread Martin Schröder
2014/1/19 Denis : > I will be first in line to pay 2x of what I am paying now to host my > domain on OpenBSD platform in Canada, knowing that it is looked after (or at > least periodically checked) by core developers. You want the developers to stop developing. > -

reach a remote LAN through IPSEC from the router

2014-02-10 Thread Aurelien Martin
Dear all, I'm linked to another LAN trough IPSEC. Everything is working except, if I try to reach the remote LAN from my OpenBSD router. In this case, the router use the default interface (wan) instead of the IPSEC tunneling. I would like to be able to reach the remote LAN due to a service on

Re: reach a remote LAN through IPSEC from the router

2014-02-10 Thread Aurelien Martin
trick is to add a manual route for the remote LAN to the internal interface of your router. -Original Message- From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf Of Aurelien Martin Sent: Monday, February 10, 2014 3:59 PM To: misc@openbsd.org Subject: reach a remot

Re: reach a remote LAN through IPSEC from the router

2014-02-10 Thread Aurelien Martin
31 PM, Christoph Leser a écrit : For me it works if I do the 'interface selection' myself, by specifying the -I switch on ping, or -b for ssh. -Ursprüngliche Nachricht- Von: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] Im Auftrag von Aurelien Martin Gesendet: Montag, 10.

Re: reach a remote LAN through IPSEC from the router

2014-02-10 Thread Aurelien Martin
for the remote network to use the external interface of the > remote router as the gateway, or point to the internal carp interface. > There seems to be something funny about the way flows interact with the > routing table at times, and its not quite clear to me why. > > > On Mo

Re: calendar.birthday - fathers of full-beard look (Marx, Engels)

2014-02-11 Thread Martin Schröder
2014-02-10 22:04 GMT+01:00 Jiri B : > 11/26 Norbert Weiner born, 1894 s/Weiner/Wiener/ Check also March 18th. Best Martin

bge IPv6 TCP checksum broken

2014-02-24 Thread Martin Brandenburg
I comment out the line in if_bge.c that enables hardware checksumming. I tried looking at the Linux driver, but I don't know enough about the hardware to say anything intelligent about what could be happening. - Martin

Re: prices of cdset in eu

2014-03-03 Thread Martin Schröder
) > lehmanns media39,95 (DE) You're missing openbsd europe: ca. 40 EURO. Best Martin

Re: ATI Radeon 9200 on Mac Mini

2014-03-08 Thread Martin Pieuchot
just a bug in the driver(s), was it working before? Coud you try with software rendering only, by setting LIBGL_ALWAYS_SOFTWARE before launching the application? See the Mesa page [0] for more informations. Martin [0] http://www.mesa3d.org/envvars.html

Donation request: Thinkpad with xHCI - USB 3 gear

2014-03-10 Thread Martin Pieuchot
and/or macppc to fix the potential endianness issues. - A SuperSpeed device using isochronous transfer, generally most of the webcams and cameras, I couldn't find such device myself, but maybe somebody has a recommendation. Don't hesitate to contact me off-list. Thank

<    2   3   4   5   6   7   8   9   10   11   >