Re: OT: Free, online backup service provider compatible with BSD

2009-02-12 Thread Martin Schröder
2009/2/12 STeve Andre' : > How do you know your data is in good hands, and that they won't slip up > let others see it? I won't mention the concept of the place going under, > financially. That's why you use duplicity. And amazon going under is unlikely. :-) Best Martin

Re: adding human readable SIGINFO status to fsck_ffs

2009-02-16 Thread Martin Schröder
x27;s become a classic bike shed. Best Martin

Re: How do I monitor my PF based firewall?

2009-03-04 Thread Martin Schröder
2009/3/4 Lars Noodin : > Or do you want visualization? > http://www.openbsd.org/4.4_packages/i386/pfstat-2.3p0.tgz-long.html While pfstat is nice (I use it), it's daily compression job is also slow. mrtg is the way to go... Best Martin

Re: dhcpd and mitel options

2009-03-23 Thread Martin Gignac
aring the DHCP Offer from both using Wireshark or some other packet dissector? That way you could compare if option 128 is present in the offer from OpenBSD, and if so, what the difference is between it and the Linux offer. That might steer you in the right direction. Just a thought, -Martin -- &q

Re: installation

2009-03-28 Thread Martin Toft
On Sat, Mar 28, 2009 at 06:46:54PM +0530, Sameer Desai wrote: > The partitions are definitely there. they show in linux. I can't mount > them on it. > The partition is flagged active too. > And it is the only OS on the disk Remove GRUB from the MBR of the external disk using 'fdisk -u ' as Stefan

Re: European orders

2009-03-30 Thread Martin Schröder
A bit later, Theo removed my name from the announcement mails and classified me with the rest of defunct developers. I guess I'm in good company ;-) When have you last spoken to Wim personally? Best Martin

Re: European orders

2009-03-31 Thread Martin Schröder
2009/3/25, Alf Schlichting : > On a side note, I see a OpenBSD 4.5 DVD there, is it authorized? > http://www.ixsoft.de/cgi-bin/web_store.cgi?ref=Products/de/IXOB0450DV.html I doubt it - note the price (9,90 ). Best Martin

Re: European orders

2009-04-01 Thread Martin Schröder
t Theo to be responsible and to know what he's doing. But I still feel sorry for Wim (and moreso for Theo). Now onwards: Who will sell 4.6 to Europe? Best Martin

Re: where to order now ?

2009-04-02 Thread Martin Schröder
ke. Best Martin

Re: Donations (was, sadly, European orders)

2009-04-03 Thread Martin Schröder
) nothing; all the usual rules for the zone apply. Best Martin

Re: Donations (was, sadly, European orders)

2009-04-03 Thread Martin Schröder
.uk/crossborder.asp Best Martin

Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?

2009-04-05 Thread Martin Schröder
Get one with PostScript and a NIC. Best Martin

Re: openbsd europe

2009-04-05 Thread Martin Schröder
se. It's listed on http://www.openbsd.org/orders.html and I can recommend it (but haven't got my cds yet, of course). Best Martin

Re: Anyone using munin?

2009-04-06 Thread Martin Schröder
gins for pf at http://muninexchange.projects.linpro.no/ Best Martin

Re: icmp6_reflect misbehaviour ?

2018-11-28 Thread Martin Pieuchot
On 28/11/18(Wed) 17:48, Stuart Henderson wrote: > On 2018-11-27, Arnaud BRAND wrote: > > Good evening everyone, > > > > I am stuck with a IPv6 traceroute problem in an OSPFv3 environment. > > > > Long story short : > > - IPv6 routes are propagated using OSPFv3 > > - so they are installed with lin

Re: [OT?] I have 4 IPs. How is outbound IP selected, say run lynx URL on server?

2018-12-01 Thread Martin Sukany
ked. And I wanted to be sure which IP outbound is or is not used for running something like lynx, etc. Not terribly important, but at least interesting question for me. Thanks, Chris Bennett -- Martin Sukany UNIX Engineer - Solaris / Linux / OpenBSD L3 Specialist +420 776 275 713 www.sukany.cz

Re: VMs as real hosts on the same network

2018-12-07 Thread Martin Sukany
ss as far as I am aware. Mischa -- Martin Sukany UNIX Engineer - Solaris / Linux / OpenBSD L3 Specialist +420 776 275 713 www.sukany.cz

Re: sh /etc/netstart interface counter intuitive behaviour with multiple inet aliases 6.4 and 6.3

2018-12-07 Thread Martin Pieuchot
On 06/12/18(Thu) 22:49, Tom Smyth wrote: > Hello, > > Im running a router with multiple ips on an interface using the > inet alias > > issue: > when commenting out configured aliases on hostname.if > after running sh /etc/netstart vio4 > > if you run ifconfig vio4 after the restart of the inter

Re: bgplg doesn't work with wildcard httpd servers

2019-01-12 Thread Martin Hein
On Fri, 11 Jan 2019 10:50:21 -0600 Adam Thompson wrote: > server "*" { server "default" /Martin

Re: DMCA takedown notice

2019-03-05 Thread Martin Schroeder
The fact that you even spend this much time on trying to take back your gift to the community instead of just accepting your responsibility for your own actions is impressive. And unless you sign with your legal name and your copyright notices uses your legal name as well as details of your locatio

stunnel 5.44 + OpenBSD pppd client side problem

2019-04-15 Thread Martin Got
Trying to set up pppd link with stunnel (from packages) wrapped between two OpenBSD 6.4amd64 machines. I use this reference article as an idea: http://bremford.org/tips/QuickStunnelVPN.html While connecting from client's side by command: /usr/sbin/pppd ptypA 10.0.1.2: local debug noauth passive no

Stunnel 5.44 client syntax to accept connections on pty?

2019-04-17 Thread Martin Got
How to use 'stunnel' in client mode to accept connections on pty from local programs like 'ppp' instead of 'accept=IP:PORT'? 'pty = yes' seems work in server mode only, so when I removed 'accept = 127.0.0.1:1723' from 'stunnel' client config I'm getting the error: [!] Service [ppp]: Each service

Re: single user question

2019-05-09 Thread Troy Martin
James Huddle on Thursday, May 9, 2019 9:22 AM: > Is anyone running in single-user mode regularly? > Is anyone running a web server, for instance, in single-user mode? This reads a lot like one of those questions where someone asks how to do a specific thing in a very specific way with a very speci

Stunnel 5.44 server side 'exec = pppd' runs second child 'pppd' process after reconnection

2019-05-13 Thread Martin Got
I'm trying to make stunnel wrapped ppp connection to achieve bidirectional data transfer over stunnel like shown below. Stunnel client --connect-->Stunnel server pppd client --connect-->pppd server 10.0.1.2 <--data--> 10.0.1.1 OpenBSD 6.4amd64 with Stunnel 5.44 se

Re: sndio? aucat -i s.wav: "default: couldn't open audio device"

2019-05-13 Thread Troy Martin
On Monday, May 13, 2019 at 1:54 PM, Juan Zuluaga wrote: > sb0 at isa0 port 0x220/24 irq 5 drq 1: dsp v3.02 > midi0 at sb0: > audio0 at sb0 > opl at sb0 not configured It appears you have an ISA Sound Blaster 16 of some sort. IIRC early SB cards were unable to handle 48 kHz sample rates and would

Unbound and dnscrypt-proxy not playing nice

2016-09-08 Thread Martin Hanson
Hi, Since I upgraded to OBSD 6.0 I have had some problems with Unbound and dnscrypt-proxy. Normally I would troubleshoot by using "dig" to request directly to dnscrypt-proxy, but for some reason (I don't know) the "-p" option has been removed and it is impossible to use that now. Unbound seem

Re: Unbound and dnscrypt-proxy not playing nice

2016-09-09 Thread Martin Hanson
09.09.2016, 06:14, "Lists" : > Does unbound.conf have the following setting? > > do-not-query-localhost: no Yes, it has the setting.

Re: Routing 10-40 Mpps on OpenBSD

2016-09-13 Thread Martin Pieuchot
On 11/09/16(Sun) 18:04, K K wrote: > [...] > > There is a lot of ongoing work in this area, OpenBSD doesn't claim to > > be the performance leader today. > > What is the take of OpenBSD developers on this? > Are they any plans? > > Many options seems available, but I have no idea how they could b

Re: Thunderbird package crashes on OpenBSD 6.0

2016-09-15 Thread Martin Brandenburg
mprotect W^X violation If so, see http://www.openbsd.org/faq/upgrade60.html specifically about the wxallowed mount option. Martin

Re: i386 or amd64?

2016-09-20 Thread Martin Brandenburg
e Disable Bit: Yes.'' That is the NX bit. (Intel calls it the XD bit.) This has been around a while. Anything you come across that isn't ancient will include it. Martin

Re: 6.0-stable panic

2016-09-21 Thread Martin Pieuchot
On 21/09/16(Wed) 10:44, mxb wrote: > Panic is very similar to So far no developer have a clue how to reproduce this panic. It's a long standing bug that is now being exposed. Without knowing what triggers it we are stuck. > > https://www.mail-archive.com/tech@openbsd.org/msg32608.html >

Re: ARM64:s finally on the market, and flooding it. OpenBSD support?

2016-09-22 Thread Martin Schröder
e boards you are sending them. Best Martin

Re: Opinion about pflog

2016-09-28 Thread Martin Brandenburg
e-endian) - version 2.4 (OpenBSD PFLOG, capture length 160) Would you rather have something convert packets to ASCII arbitrarily throwing away `unimportant' fields? Martin

Re: unbound and truly multihomed setup

2016-09-30 Thread Martin Brandenburg
so that the responses came from the right IP. (I would check both directions: clients -> unbound and unbound -> nameservers.) Martin

Re: 4th nic for pcengines apu2

2016-10-19 Thread Martin Schröder
2016-10-19 14:24 GMT+02:00 Marko Cupać : > Any other words of wisdom regarding my idea? Safe yourself the trouble and get a similar machine with more NICs, e.g. from Lanner. Best Martin

Re: OT: shell / terminal / console / tty / cua / getty

2016-10-21 Thread Martin Schröder
an pages and wikipedia exists. :-) Best Martin

Re: permanent ARP being overwritten by ISP

2016-11-04 Thread Martin Pieuchot
On 25/10/16(Tue) 03:27, Doug Moss wrote: > On Wednesday, January 20, 2016 1:37 PM, Martin Pieuchot > wrote: > >If you're referring to my reply, I was interested in the behavior in a > >-current kernel, what will be 5.9 soon. A lot of changes happened > >since 5.8. &

Re: Dell R930 server

2016-11-09 Thread Martin Schröder
; server. None of this is the domain of OpenBSD and nobody in his right mind wants to run Stackexchange on OpenBSD. Or are you suggesting that SAP should port HANA to OpenBSD? Best Martin

Re: Kernel panic on 6.0-stable

2016-11-20 Thread Martin Pieuchot
On 20/11/16(Sun) 13:58, Frank Groeneveld wrote: > A few week back there was an outage at my ISP. Afterwards, I kept > getting crashed on igmpproxy after changing channels on the tv a few > times: This has been fixed in -current.

Re: Kernel panic on 6.0-stable

2016-11-21 Thread Martin Pieuchot
On 20/11/16(Sun) 18:34, Frank Groeneveld wrote: > On Sun, Nov 20, 2016 at 03:21:32PM +0100, Martin Pieuchot wrote: > > On 20/11/16(Sun) 13:58, Frank Groeneveld wrote: > > > A few week back there was an outage at my ISP. Afterwards, I kept > > > getting crashed on igmppr

Re: IPv6 Setup not working on Hetzner server

2016-12-05 Thread Martin Pieuchot
On 05/12/16(Mon) 14:05, Marc Peters wrote: > 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 > >

Re: One of the CARP interfaces stopped sending ARP replies on OpenBSD 6.0

2016-12-06 Thread Martin Pieuchot
On 06/12/16(Tue) 13:48, Rafał Błaszczyk wrote: > At first I would like to say hello and greet everyone as this is my first > post here. > > I am having strange issues with one of the CARP interfaces. > > I have two OpenBSD boxes (fw1, fw2) running as HA firewalls with CARP > interfaces in each VL

Re: Bizarre arp entry corruption

2016-12-12 Thread Martin Pieuchot
On 11/12/16(Sun) 00:50, Joe Holden wrote: > On 10/12/2016 08:43, Mihai Popescu wrote: > > > > seeing some bizarre behaviour on one box, on one specific interface: > > > > Hello, > > > > This looks like some stupid TV game, where contesters are given some > > clues from time to time and they have

Re: OpenJDK and support for JCE Unlimited Strength Jurisdiction Policy

2016-12-14 Thread Martin Schröder
2016-12-14 14:09 GMT+01:00 Rubén Llorente : > I used to think that OpenJDK already included the Unlimited Strength Policies, > so this is a bit confusing. http://stackoverflow.com/q/1179672/821436 :-) Best Martin

Re: Unable to boot encrypted drive

2017-01-06 Thread Martin Ziemer
> I recently changed my FDE passphrase and now my laptop won't boot. > Bootloader just gives me "invalid passphrase" when I try to unlock it on boot. > Its a bit odd as I can boot usb stick and manually open the drive and upgrade > the openbsd installation on it. It just won't work on the boot. Som

Non-free firmware without asking the user

2017-01-06 Thread Martin Hanson
these "non-free firmware blobs". What have I misunderstood? Kind regards, Martin

Re: Non-free firmware without asking the user

2017-01-06 Thread Martin Hanson
what's the difference between running closed source >> firmware and closed source drivers? >> >>  During a Debian installation, or even a Linux Mint installation, the user >> gets the choice whether he wants to install these "non-free firmware blobs". >> >>  What have I misunderstood? >> >>  Kind regards, >> >>  Martin

Re: Non-free firmware without asking the user

2017-01-07 Thread Martin Hanson
ludovic coues said: > You are free to use OpenBSD code. > You are free to copy OpenBSD code. > You are free to modify OpenBSD code. > You are free to distribute you fork. > > So unless your dictionary is twisted, shipping non-free firmware isn't > an exception to these freedom. You're wrong. That

Re: Non-free firmware without asking the user

2017-01-07 Thread Martin Hanson
08.01.2017, 01:29, "Mike Burns" : > On 2017-01-08 00.02.21 +0100, Martin Hanson wrote: >>  The issue is a misguiding policy statement. > > It could be a language issue. I'm a native speaker and everything Theo, > et al., are saying matches perfectly with the polic

Re: Non-free firmware without asking the user

2017-01-07 Thread Martin Hanson
08.01.2017, 02:53, "Peter Rippe" : > I think it absolutely is a language issue: > >>  On policy page it clearly says: "OpenBSD strives to provide code that can > > be freely used, copied, modified, and distributed by anyone and for any > purpose." > > Operative word being **strives** - might want t

Re: Non-free firmware without asking the user

2017-01-08 Thread Martin Hanson
On Sun, 8 Jan 2017, Stefan Sperling wrote: >> The above policy applies to the base system code. >> It does not apply to ports and packages of third party software, i.e. >> anything >> listed by pkg_info. > Perhaps the whole only a misunderstanding of the original poster that > could have been cla

Re: Problem with "xargs -0"

2017-01-16 Thread Martin Ziemer
On Mon, Jan 16, 2017 at 12:19:31PM +0100, Andreas Kusalananda Kähäri wrote: > I've found an issue with xargs. >

Re: Problem with "xargs -0"

2017-01-16 Thread Martin Ziemer
On Mon, Jan 16, 2017 at 08:44:11AM -0700, Todd C. Miller wrote: > On Mon, 16 Jan 2017 12:19:31 +0100, Andreas Kusalananda > =?iso-8859-1?B?S+Ro5HJp > ?= wrote: > > > However, when I use nul-termination instead: > > > > $ printf 'hello\00world\00' | xargs -0 -I arg printf '>%s<\n' "arg" > >

Re: Is randomizing UID/GUID would make sense?

2017-01-20 Thread Martin Schröder
2017-01-20 8:43 GMT+01:00 minek van : > Could it bring more security if the UIDs/GUIDs would be random? Why? What's the attack you want to defend against? > Or something would be broken with random UIDs/GUIDs, ex.: NFS? Would it only > do pain? Yes.

Re: Is randomizing UID/GUID would make sense?

2017-01-23 Thread Martin Schröder
2017-01-23 15:37 GMT+01:00 andrew fabbro : > On Fri, Jan 20, 2017 at 3:44 AM, Martin Schröder wrote: >> 2017-01-20 8:43 GMT+01:00 minek van : >> > Or something would be broken with random UIDs/GUIDs, ex.: NFS? Would it >> > only do pain? >> >> Yes. > >

Re: athn0: device timeout (AR9271 USB 2.0 Wifi-key as hostap)

2017-01-25 Thread Martin Pieuchot
On 25/01/17(Wed) 10:36, Stefan Sperling wrote: > On Tue, Jan 24, 2017 at 03:10:34PM -0500, mabi wrote: > > Hi Stefan > > Thanks for your input. It looks like the g2k16 modifications to the athn > > code from awolk@ did not make it into the 6.0 release. So there is still > > hope for 6.1 ;-) > >

Re: splassert: yield message on 5 Feb snapshot (amd64)

2017-02-09 Thread Martin Pieuchot
On 09/02/17(Thu) 17:55, Stefan Wollny wrote: > Am 02/08/17 um 17:57 schrieb Hrvoje Popovski: > > On 8.2.2017. 17:51, Scott Vanderbilt wrote: > >> Updated a machine to latest (5 Feb.) snapshot of amd64. I'm now seeing > >> the following message after booting that I've not recalled seeing before: > >

Re: kernel panic in OpenBSD 6.0-stable

2017-02-28 Thread Martin Pieuchot
ing to this panic have been fixed post 6.0. I'd suggest you to upgrade to -current where it should work as expected. If not, please send a new bug report to bugs@. Thanks, Martin

Re: Bizarre arp entry corruption

2017-03-09 Thread Martin Pieuchot
On 07/03/17(Tue) 19:38, Joe Holden wrote: > On 12/12/2016 16:55, Joe Holden wrote: > > On 12/12/2016 10:27, Martin Pieuchot wrote: > > > On 11/12/16(Sun) 00:50, Joe Holden wrote: > > > > On 10/12/2016 08:43, Mihai Popescu wrote: > > > > > > &g

Re: Why isn't OpenBSD in Google Summer of Code 2017?...

2017-04-05 Thread Martin Schröder
2017-04-05 22:55 GMT+02:00 Flipchan : > Ping Theo, couldnt someone create a needs improvments list n put it on like > OpenBSD.org? No. You've got an itch to scratch, fix that. Best Martin

Re: OpenBSD 6.1 Release Notes

2017-04-19 Thread Martin Schröder
2017-04-19 21:00 GMT+02:00 : > I'd like to help write them! What's your process/format for doing so? > > - Sent from Outlook for Android Hint: It uses OpenBSD

Re: Van Jacobson network channels

2017-04-21 Thread Martin Pieuchot
On 03/04/17(Mon) 10:41, Hrvoje Popovski wrote: > Hi all, > > i'm reading some networking stuff and I saw Van Jacobson presentation > about net channels concept. > For me, as user that doesn't know net internals, this presentation seems > quite reasonable. > > Beside that it's about linux network

dnsmasq not working on OpenBSD 6.1

2017-04-24 Thread Martin Hanson
Hi I have successfully setup unbound on OpenBSD 6.1 and I can query it. In the same setup I have tested dnsmasq, but it almost seems broken on OpenBSD 6.1. I have disabled unbound and confirmed nothing is running on port 53 using netstat. Then I have installed dnsmasq from packages and set th

iked responds with esp over external ips.

2014-11-04 Thread Martin Larsson
ack 1 win 2170 (encap) 17:01:10.459116 (authentic,confidential): SPI 0xc31749f4: loller.sippan.se.https > egget.priv.lamest.se.54793: . ack 1 win 2170 (encap) So it appears that OpenBSD tries to send back traffic with ESP when it shouldn't. I'd also like to add that the exact same setup works with with isakmpd. Best regards Martin

Re: Suspending USB devices from userland

2014-11-06 Thread Martin Pieuchot
On 06/11/14(Thu) 14:38, lm wrote: > Hello there, > > I'm trying to reduce power consumption on my OpenBSD laptop, > and I can't find the way to suspend some USB devices I never > use (like the webcam and the DVD drive). > > Does anybody know a way to do this from userland? If not, > is it possib

Re: USB ports not working on a mid-2012 MacBookAir5,1

2014-11-10 Thread Martin Pieuchot
rowser is not something I'm fan of :) xhci(4) is not yet enabled in the RAMDISK* kernels, because I'd prefer to squash some more bugs with people really tracking -current 8) Either you've to install -current or come back in a few weeks, it'll be there. Martin

Re: Temperature

2014-11-14 Thread Martin Brandenburg
output of > both > machines running 5.6. > > Has anyone been running 5.5 and 5.6 on a x120e? Any clues on what I > should > do to diagnose the problem any better? > > Cheers! > I have no trouble running 5.6 and had no trouble running 5.5 on my x120e. Is your computer a

Re: recent and64 shapshots: USB device timeouts, xhci: NULL xfer pointer

2014-11-16 Thread Martin Pieuchot
Hello Peter, On 15/11/14(Sat) 15:29, Peter N. M. Hansteen wrote: > and I just noticed that the supplied dmesg did not in fact capture the NULL > xfer pointer messages, > but here's one that does, from a few minutes later running the same snapshot. > > The failure pattern isn't entirely consisten

Re: USB worked on 5.5, not on 5.6 on MacbookAir5,1

2014-11-18 Thread Martin Pieuchot
On 18/11/14(Tue) 09:02, Scott Bonds wrote: > A few people suggest I try current. I tried it and the ports show up > again, this time as XHCI. They are unreliable, as others have noted: > http://marc.info/?l=openbsd-misc&m=141614729913281&w=2 -current is moving fast and this remark is already outda

Re: uvideo(4) problems in recent snaps?

2014-11-18 Thread Martin Pieuchot
one else confirm this? I can confirm. I see this on amd64 with a "Nov 2" snapshot. If somebody can bisect this period and find which change introduced a regression, it would be nice. Martin

Re: USB worked on 5.5, not on 5.6 on MacbookAir5,1

2014-11-20 Thread Martin Pieuchot
On 19/11/14(Wed) 11:39, Scott Bonds wrote: > > I don't know what you mean by "unreliable" nor which snapshot you > > tried, that sad for me, 'cause I cannot learn from your experience :/ > > Sorry about that Martin, I'll try to be more helpful by providi

Re: Mac Mini

2014-11-20 Thread Martin Pieuchot
On 20/11/14(Thu) 15:49, Austin Gilbert wrote: > On Nov 20, 2014, at 2:33 PM, Chris Cappuccio wrote: > > > Austin Gilbert [austin.gilb...@gmail.com] wrote: > >>> On Nov 20, 2014, at 1:27 PM, Otto Moerbeek wrote: > >>> > On Thu, Nov 20, 2014 at 12:37:58PM -0600, Austin Gilbert wrote: >

Multiple NICs vs multiple physical firewalls

2014-11-22 Thread Martin Hanson
Hi all I have one gateway and several boxes serving some NFS, Samba and other stuff. Then I have a public server for some gaming. I am thinking about two different setups, but I am in serious doubt as to whether one actually has any real benefit over the other. The public server gets its own N

Re: Trackpad after suspend/resume on MacBookAir4,1

2014-11-23 Thread Martin Pieuchot
after resuming, it should recalibrate your touchpad properly. Martin

Re: Trackpad after suspend/resume on MacBookAir4,1

2014-11-24 Thread Martin Pieuchot
On 24/11/14(Mon) 09:04, Peter Hessler wrote: > Can you switch from the graphical console (ctrl-alt-f5) to a text > console (ctrl-alt-f1), and back? That may help with input device > related problems. That won't work in this case. His pointer isn't behind the mux and needs to be calibrated.

Re: Trackpad after suspend/resume on MacBookAir4,1

2014-11-24 Thread Martin Pieuchot
On 24/11/14(Mon) 08:11, Maximilian Pichler wrote: > Thanks for the explanations! > > On Mon, Nov 24, 2014 at 4:19 AM, Martin Pieuchot > wrote: > > On 24/11/14(Mon) 09:04, Peter Hessler wrote: > >> Can you switch from the graphical console (ctrl-alt-f5) to a text >

Re: USB hub stopped working

2014-11-25 Thread Martin Pieuchot
mpile/GENERIC Could you try a more recent snapshot? This should already be fixed. Let me know if that's not the case. Martin

Re: making firefox less insecure

2014-11-27 Thread Martin Brandenburg
uitable to my needs) > * given my underlying goal of trying to exploit-mitigate firefox > (<http://marc.info/?l=openbsd-misc&m=141616701418506&w=1>), > what other options are there for handling cut-n-paste? > (Maybe xcutsel(1) and/or xclipboard(1) would be useful here?) > > ciao, > > -- > -- "Jonathan Thornburg [remove -animal to reply]" > >Dept of Astronomy & IUCSS, Indiana University, Bloomington, Indiana, USA >"There was of course no way of knowing whether you were being watched > at any given moment. How often, or on what system, the Thought Police > plugged in on any individual wire was guesswork. It was even conceivable > that they watched everybody all the time." -- George Orwell, "1984" -- Martin Brandenburg

Confused about authpf real world usage

2014-11-27 Thread Martin Hanson
Hi So I am looking into authpf and I am wondering about some real world applications. I have a bunch of users, but I also have just a bunch of machines. The machines cannot login via SSH and should not try to do so (via some script or otherwise). However, these machines needs access 24/7. So I

Re: Confused about authpf real world usage

2014-11-27 Thread Martin Hanson
> Here is a case where you trust the machines, but do not trust Joe. > > Commonly, trusted servers are deployed on network segments that are > separate from untrusted users - via Ethernet segments or VLANs. It > is also possible to use VPNs to provide functional separation of > servers from use

Re: Confused about authpf real world usage

2014-11-28 Thread Martin Hanson
> theoretically this is possible, but only if the original machine holding > the ip was down. just as a nameserver converts to an ip, the ip is converted > to a MAC-address, which is associated with the NIC. if you want you can > permantly associate an ip with a mac, that way another machine cannot

Re: -current hangs during boot from xhci controller on MacbookAir6,1

2014-12-02 Thread Martin Pieuchot
t; development is active, and I thought this result may be > interesting/useful for that. Such long hang generally means that timeouts are occurring. If you can compile a kernel with XHCI_DEBUG and UHUB_DEBUG defined and send me a dmesg, it will be much appreciated. Martin

Re: OpenBSD embedded? (was: OpenBSD 5.6-current on ASUS Chromebox)

2014-12-03 Thread Martin Schröder
2014-12-03 18:49 GMT+01:00 Alan McKay : > Does anyone know of a similar device with 2 NICs that might be > suitable as a home firewall? Yes. There are archives of this list.

Re: OpenBSD Trademark Policy

2014-12-07 Thread Martin Schröder
2014-12-06 9:45 GMT+01:00 Riley Baird : > I have a few questions about OpenBSD's trademark policy. (I tried > looking, but I couldn't find a document.) Is OpenBSD actually a registered trademark? The USPTO doesn't list it. FreeBSD is, though. Best Martin

OpenBSD 5.6/current on Soekris 6501-70

2014-12-07 Thread Martin Hanson
Hi, Anyone running OpenBSD 5.6 or current on Soekris 6501-70 who wouldn't mind sharing some through-put data for gigabit performance. Regards, MH

Re: OpenBSD 5.6/current on Soekris 6501-70

2014-12-07 Thread Martin Hanson
I would like to be able to run ~100-120 MB/s from one NIC to the other on this box, if possible?

Re: OpenBSD Trademark Policy

2014-12-11 Thread Martin Brandenburg
circuit layout? You're planning on spending a significant amount of time doing something that is not only completely useless but also illogical in your own idealogy. -- Martin

Any experience running OpenBSD 5.6 or current on a Shuttle DS437?

2014-12-20 Thread Martin Hanson
Hi, If so, how well does the driver for the two NICs work? How does the box perform in general? Thanks!

Re: OpenBSD projects

2014-12-26 Thread Martin Schröder
2014-12-26 18:42 GMT+01:00, jungle Boogie : > Here's a list of projects that I'm aware of that openBSD created. Is > that correct? (p) is for portable. What else am I missing? opencvs Best Martin

Strange behaviour in dd swab conversion

2015-01-04 Thread Martin Wolters
dhere to any sensible interpretation of the specification (swapping between border- ing blocks and all over the place). English is not my native language, so maybe there is ambiguity in the specification, which I failed to pick up. But I thought it might be a bug, so I decided to report my obser

Re: OpenBSD and disk slowliness

2015-01-08 Thread Martin Pieuchot
can improve OpenBSD. I hope I didn't sound to harsh and I hope to see a nice bug report from you in bugs@ soon. Best regards, Martin

Re: usb_transfer_complete: actlen > len

2015-01-11 Thread Martin Pieuchot
Hello Ingo, On 11/01/15(Sun) 09:54, Ingo Feinerer wrote: > With the latest snapshot I have /var/log/messages filled up with > > uaudio_chan_rintr: count < n > usb_transfer_complete: actlen > len 2824 > 0 > usb_transfer_complete: actlen > len 3 > 0 > usb_transfer_complete: actlen > len 2816 > 0 >

Re: FAQ: "My mission is to make it up into /src/lib/libssl/..."

2015-01-11 Thread Martin Schröder
2015-01-11 22:39 GMT+01:00 David Christensen : > Is this a statement by the OpenBSD project, or has the page been defaced? It's intentional: http://cvsweb.openbsd.org/cgi-bin/cvsweb/www/faq/index.html.diff?r1=1.374&r2=1.375 Best Martin

Re: CUPS USB Madness

2015-01-26 Thread Martin Pieuchot
On 26/01/15(Mon) 11:02, Stephan Schindel wrote: > Hey, > > First off: I'm new to OpenBSD :). I'm running 5.6-STABLE with stable 5.6 > ports tree. I've updated my CUPS installation which had some USB patches in > it. However, I cannot see my printer via webinterface/Administration/Add > Printer. Th

Re: kbc: cmd word write error

2015-01-26 Thread Martin Pieuchot
On 24/01/15(Sat) 23:47, Jan Stary wrote: > On Jan 24 23:46:27, h...@stare.cz wrote: > > Just reinstalled a MacBook2,1 with current/amd64 (dmesg below). > > Everything is working fine, except I can't do UKC at boot, > > because the keyboard does not work inside UKC. > > > > In the boot loader I can

Re: IPv6 gateway fe80::1 needs a ping to work

2015-01-29 Thread Martin Pieuchot
s moment? I wonder if a wrong target address can be used to craft NS messages for your gateway. Martin

Re: routing help

2015-02-01 Thread Martin Pieuchot
Hello Edgar, On 01/02/15(Sun) 10:01, Edgar Pettijohn wrote: > I am trying to add a second ip to my openbsd5.6 vultr.com server. I thought > it would be as simple as: > > /etc/hostname.vio1 > 104.238.145.48 255.255.254.0 > !route add 104.238.145/23 104.238.144.1 > > They claim to be assigning me

Re: IBM/Lenovo Thinkpad trackpoint support in pms(4)?

2015-02-02 Thread Martin Pieuchot
be to follow -current and be able to build your own kernel 8) Posting your dmesg would help us understand which hardware you're talking about. Then you might want to add another protocol for your trackpoint to pms(4), have look at pms_protocols[] :) Martin

Dell Latitude D531 hangs on boot unless radeondrm disabled

2015-02-03 Thread Martin Gignac
am not able to start X. Is there a workaround to enable a successful boot of the device that would still allow me to start X? Thanks, -Martin DMESG output: OpenBSD 5.7-beta (GENERIC) #778: Mon Feb 2 13:42:21 MST 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC rea

Re: root partition full; /dev taking up all the space?

2015-02-13 Thread Martin Brandenburg
27;^[^cb]' will show you the non-devices. There's a few non-devices that are supposed to be there, but my guess is that you'll see the culprit quickly. -- Martin

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