Re: redhat <-> openbsd tcpdump

2015-06-18 Thread Stuart Henderson
On 2015-06-16, Frank Brodbeck wrote: > Hi Patric, > > On Tue, Jun 16, 2015 at 10:51:54AM -0500, patric conant wrote: >> What's file say when you run it against it? > > foo.pcap: tcpdump capture file (little-endian) - version 2.4 (Linux "cooked", > capture length 96) > > I now know that I can conv

Re: "when SSDs are not so solid" or why no TRIM support can be a good thing :)

2015-06-18 Thread David Dahlberg
Am Donnerstag, den 18.06.2015, 02:15 +0530 schrieb Mikael: > 2015-06-18 2:07 GMT+05:30 Gareth Nelson : > No I meant, you plug in a 2TB SSD and a 2TB magnet HD, is there any way to > make them properly mirror each other [so the SSD performance is delivered > while the magnet disk safeguards content

Re: httpd and Ruby on Rails

2015-06-18 Thread ludovic coues
2015-06-18 1:15 GMT+02:00 : > Hi! > > OpenBSD's httpd and Ruby on Rails - is this a reality yet? > > Thanks! > > O.D. > httpd can only serve static file and FastCGI script. If Ruby on Rails can't use FastCGI, there is slowcgi(8) in base which make the bridge between FastCGI supporting server an

Re: "when SSDs are not so solid" or why no TRIM support can be a good thing :)

2015-06-18 Thread Karel Gardas
On Thu, Jun 18, 2015 at 9:08 AM, David Dahlberg wrote: > Am Donnerstag, den 18.06.2015, 02:15 +0530 schrieb Mikael: > >> 2015-06-18 2:07 GMT+05:30 Gareth Nelson : >> No I meant, you plug in a 2TB SSD and a 2TB magnet HD, is there any way to >> make them properly mirror each other [so the SSD perfo

OpenBSD 58-beta

2015-06-18 Thread Stefan Wollny
For those following ~current: Theo flipped the switch to move to 58-beta: https://marc.info/?l=openbsd-cvs&m=143457080515142&w=2 # OpenBSD 5.8-beta (GENERIC.MP) #1072: Wed Jun 17 18:54:45 MDT 2015 dera...@amd64.openbsd.org:/usr/

nVIDIA driver on OpenBSD 5.7 Issue

2015-06-18 Thread Mohammad BadieZadegan
Hi everybody, I have nVIDIA graphic card but it did not recognise by my OpenBSD5.7! It's my dmesg . I can use default OpenBSD X when I replaced "nv" by "vesa" in /etc/X11/xorg.conf but is that possible to use nVidia driver on OpenBSD

Re: nVIDIA driver on OpenBSD 5.7 Issue

2015-06-18 Thread Ville Valkonen
On 18 June 2015 at 13:17, Mohammad BadieZadegan wrote: > Hi everybody, > I have nVIDIA graphic card but it did not recognise by my OpenBSD5.7! > It's my dmesg > . > I can use default OpenBSD X when I replaced "nv" by "vesa" in > /et

Testing changes in current using a liveCD

2015-06-18 Thread Walter Alejandro Iglesias
Hello, I'd appreciate someone tell me if I'm doing something wrong. I want to test the latest ACPI changes in two Thinkpad I own (T410 and x201). I assume: 1. To test current I can just use the latest snapshot. 2. FuguIta LiveCD is regularly updated to the latest snapshot. In case I'm not

Re: "when SSDs are not so solid" or why no TRIM support can be a good thing :)

2015-06-18 Thread Christian Weisgerber
On 2015-06-18, Nick Holland wrote: > The SSD has some number of spare storage blocks. When it finds a bad > block, it locks out the bad block and swaps in a good block. > > Curiously -- this is EXACTLY how modern "spinning rust" hard disks have > worked for about ... 20 years Easily 25, for SCS

/usr/sbin/dhcpd -y em0 -Y em0 and synchronization

2015-06-18 Thread Taisto Qvist
Hi folks, I am trying to make the synchronization of DHCP leases to work using the instructions of the dhcpd man page in OpenBSD 5.7. But I cant make it work, no traffic seems to be generated on the interface I configure. Initiallly I also got a hanging dhcpd during "rcctl start dhcpd", because

Is PFSync over IPSec still broken?

2015-06-18 Thread Łukasz Czarniecki
Hi, I have the same problem described here: http://openbsd-archive.7691.n7.nabble.com/pfsync-over-ipsec-is-broken-td257496.html#a257681 My system is 5.7 i386 I have keep state (no-sync) on all local terminated traffic (including ipsec udp/esp) and set skip on enc in pf.conf. I can see only out

Re: "when SSDs are not so solid" or why no TRIM support can be a good thing :)

2015-06-18 Thread Karel Gardas
On Thu, Jun 18, 2015 at 1:53 PM, Christian Weisgerber wrote: > They also tend to forget that magnetic disks also corrupt data, or > never write it, or write it to the wrong place on disk. Time to > remind people of this great paper: > > "An Analysis of Data Corruption in the Storage Stack" > http

Re: Is PFSync over IPSec still broken?

2015-06-18 Thread Stefan Sperling
On Thu, Jun 18, 2015 at 03:44:24PM +0200, Łukasz Czarniecki wrote: > Hi, > > I have the same problem described here: > > http://openbsd-archive.7691.n7.nabble.com/pfsync-over-ipsec-is-broken-td257496.html#a257681 > > My system is 5.7 i386 > > I have keep state (no-sync) on all local terminated

Re: Is PFSync over IPSec still broken?

2015-06-18 Thread Łukasz Czarniecki
> It's still broken because as mentioned at the end of the thread you > linked IPsec state gets replicated to the peer and this is causing > the "replayed" packets you're seeing. The peer already has IPsec state > in memory (created by pfsync replication) which matches incoming IPsec > packets dire

Re: OpenBSD 58-beta

2015-06-18 Thread dmitry.sensei
First feature :) I can't load latest OpenBSD.iso. Unending stream "Process (pid 1) got signal 4" On 6/18/15, Stefan Wollny wrote: > For those following ~current: > > Theo flipped the switch to move to 58-beta: > https://marc.info/?l=openbsd-cvs&m=143457080515142&w=2 > > >

Re: OpenBSD 58-beta

2015-06-18 Thread Michael McConville
On Thu, Jun 18, 2015 at 09:18:31PM +0500, dmitry.sensei wrote: > First feature :) I can't load latest OpenBSD.iso. > Unending stream "Process (pid 1) got signal 4" This has been happening. There was a thread about it yesterday. Theo advised everyone on tech@ to just wait a few days.

Re: NetBSD has now support for USB on EdgeRouter Lite

2015-06-18 Thread Bruno Bigras
2015-06-18 2:00 GMT-04:00 lausgans : > Ah, just still not compiled in: > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/arch/octeon/conf/GENERIC.diff? > r1=1.17&r2=1.18&f=h I'm looking forward for this. Is it ready to be tested or should I wait?

Re: NetBSD has now support for USB on EdgeRouter Lite

2015-06-18 Thread jungle Boogie
On 17 June 2015 at 03:24, Jonathan Gray wrote: > On Wed, Jun 17, 2015 at 12:25:54PM +0300, lausg...@gmail.com wrote: >> Just a heads up. Anyone to merge this into OpenBSD? >> >> http://mail-index.netbsd.org/source-changes/2015/05/01/msg065510.html >> [ https://blog.netbsd.org/tnf/entry/hands_on_ex

upgrade openbsd partition cipher

2015-06-18 Thread Ultramedia Libertad
I need help. I have an encrypted Particio and I'm trying to upgrade from my console kvm. But I get the following errors Welcome to the OpenBSD/i386 5.7 installation program. (I)nstall, (U)pgrade, (A)utoinstall or (S)hell? s cd /dev && MAKEDEV sd3 sh: MAKEDEV: not found bioctl -c C -l /dev/sd3a

Re: OpenBSD 58-beta

2015-06-18 Thread Francisco Valladolid H.
5.8 Beta? You are running ... Regards. On Thu, Jun 18, 2015 at 11:28 AM, Michael McConville wrote: > On Thu, Jun 18, 2015 at 09:18:31PM +0500, dmitry.sensei wrote: >> First feature :) I can't load latest OpenBSD.iso. >> Unending stream "Process (pid 1) got signal 4" > > This has been happening.

Re: upgrade openbsd partition cipher

2015-06-18 Thread Daniel Gillen
On 18.06.2015 22:24, Ultramedia Libertad wrote: > cd /dev && MAKEDEV sd3 try: cd /dev && ./MAKEDEV sd3

Re: upgrade openbsd partition cipher

2015-06-18 Thread Ultramedia Libertad
MAKEDEV now works, thanks but I can not ride my encrypted partition to upgrade openbsd bioctl: could not open /dev/sd3a: device not configured 2015-06-18 15:31 GMT-05:00 Daniel Gillen : > On 18.06.2015 22:24, Ultramedia Libertad wrote: >> cd /dev && MAKEDEV sd3 > > try: cd /dev && ./MAKEDEV sd3

Re: OpenBSD 58-beta

2015-06-18 Thread Bryan C. Everly
I had the same problem. Grabbed a fresh snapshot today and all is well. Thanks, Bryan On Thu, Jun 18, 2015 at 4:30 PM, Francisco Valladolid H. wrote: > 5.8 Beta? You are running ... > > Regards. > > On Thu, Jun 18, 2015 at 11:28 AM, Michael McConville > wrote: >> On Thu, Jun 18, 2015 at 09:18

Re: upgrade openbsd partition cipher

2015-06-18 Thread Bryan C. Everly
What do you see when you do: disklabel /dev/sd3 Thanks, Bryan On Thu, Jun 18, 2015 at 4:35 PM, Ultramedia Libertad wrote: > MAKEDEV now works, thanks > > but I can not ride my encrypted partition to upgrade openbsd > > bioctl: could not open /dev/sd3a: device not configured > > 2015-06-18 15:3

Q: Assistance with pf.conf rules

2015-06-18 Thread John Nyhuis
I am building and OpenBSD 5.7 +pf +pfsync +stp bridging firewall. It's 90% working great, but I have a mistake in my pf.conf, and I've been staring at it for days, and have not spotted my error. Would anyone be willing to review my rules and point out my mistake? ---ix0 ---