Re: install openbsd to the area made by LINUX's fdisk

2015-03-29 Thread Tuyosi Takesima
hi,all. see over the sky CD boot 2GUSB -> install openbsd into 2G by install CD boot 2G + 500G -> clone 2G to 500GUSB by install -format-> command line (if boot load commnd , the next step is unnessesary ) CD boot 500G -> load boot loader into 500G by upgrade in the ---past--- not now

Re: install openbsd to the area made by LINUX's fdisk

2015-03-29 Thread Tuyosi Takesima
thanks for comment . i cannot install boot loader of openbsd by command . i want to know it . so i chose step of ---upgrade . by my menu.lst ,OpenBSD is not booted up by grub4dos only . title OpenBSD chainloader (hd0,3)+1 rootnoverify (hd0,3) boot this menu is dependent o

Re: install openbsd to the area made by LINUX's fdisk

2015-03-29 Thread Zhi-Qiang Lei
Thanks for sharing. Best regards, Zhi-Qiang Lei > On Mar 30, 2015, at 2:25 AM, Tuyosi Takesima wrote: > > Hi all. > > this is my little expirience , it may be useful using openbsd & linux in > tha same hard disk . > > I made the openbsd area by LINUX's fdisk. > namely > fdisk -l /dev/sdb (500GB

Re: install openbsd to the area made by LINUX's fdisk

2015-03-29 Thread Nick Holland
On 03/29/15 14:25, Tuyosi Takesima wrote: > Hi all. > > this is my little expirience , it may be useful using openbsd & linux in > tha same hard disk . ... > i want to install openbsd OS into sdb4 . > But to install OpenBSD directly is risky . > if i fail , i lose all (including linux) . You have

Re: L2TP using Npppd and IPsec

2015-03-29 Thread Marko Cupać
On Thu, 26 Mar 2015 13:21:10 -0400 Predrag Punosevac wrote: > Hi Misc, > > I need to provide secure access to a web application running on my > servers to handful typical desktop users. I am thinking of requiring > them to have L2TP/IPSec VPN tunnel before they can browse my > application. HTTPS

Re: Can't install latest snapshot over http

2015-03-29 Thread Mihai Popescu
> Do you realize you are not giving ANY information which might help us > help you? He is asking a simple question, so I guess he is interested in finding out if anyone else has a problem like this. Why do you need more information? Maybe he is doing a research regarding the probability of error i

Re: can't ping CARP interfaces

2015-03-29 Thread mxb
Probably your PF rules. put in ‘pass quick proto icmp’. > On 28 mar 2015, at 00:59, David Newman wrote: > > Greetings. In preparation for upgrading two CARP+pfsync boxes to > 5.6/i386, I put together a lab network to test new firewall rules. > > Topology is pretty simple: > > outside box (vic

Re: Can't install latest snapshot over http

2015-03-29 Thread Miod Vallat
> Hi there, I wonder if others had the same problem with the latest > snapshot. I can't install over http, for every file it fails with > "Ilegal instruction". Does anyone else has the same problem? It's the > snapshot from the 26th, the latest. Do you realize you are not giving ANY information wh

install openbsd to the area made by LINUX's fdisk

2015-03-29 Thread Tuyosi Takesima
Hi all. this is my little expirience , it may be useful using openbsd & linux in tha same hard disk . I made the openbsd area by LINUX's fdisk. namely fdisk -l /dev/sdb (500GB USB hard disk) Device Boot Start End Sectors Size Id Type sdb1 22528 3891199 3868672 1.9G 82 Linux swap / Solaris sdb2

Re: How do I set the TCP Initial Window size to 10-50KB? (i.e. how configure TCP Slow-Start/Anti-Congestion to burst 10-50KB w.o. interference)

2015-03-29 Thread Tinker
On 2015-03-29 16:59, Stuart Henderson wrote: By default tcp_do_rfc3390=2, so the usual case is this: 1.252 claudio 3143:} else if (tcp_do_rfc3390 == 2) { 3144:/* increase initial window */ 3145:tp->snd_cwnd = ulm

Re: reason for having return addresses in parameter stack?

2015-03-29 Thread Joel Rees
On Sun, Mar 29, 2015 at 2:50 PM, Philip Guenther wrote: > On Sun, 29 Mar 2015, Joel Rees wrote: >> Is there any good reason for interleaving the return addresses with data >> on the data/parameter stack in C? I know it's the tradition, from back >> when it was all we could hope for to have one pag

httpd core dump

2015-03-29 Thread Kent Fritz
Running March 26 snapshot, amd64, and built-from-source for getting backtrace. Simple httpd.conf. Note that tls config is before non-tls -- it works fine the other way: http_ip="192.168.1.131" server "default" { listen on $http_ip tls port 443 listen on $http_ip port 80 r

Re: SHA256 fingerprints on AnonCVS web page

2015-03-29 Thread Stuart Henderson
On 2015-03-28, Bernd Schoeller wrote: > On 28/03/15 16:22, Christian Weisgerber wrote: >>> Should they be added? >> >> Yes, they should, but we may have to wait until 5.7 is released for the >> mirror maintainers to update their machines. > > Ah, thanks for the clarification. Was not aware that th

Re: ACPI implementation for Aspeed AST2050

2015-03-29 Thread Stuart Henderson
On 2015-03-29, Denis Lapshin wrote: > The machine is DCS6005. This is an old Dell branded AMD based server > node. They named it as "Cloud Server Node" or something like that. It > has AST2050 installed. I would like to buy some for a project, but not > sure that OpenBSD support ACPI tables of

Re: ACPI implementation for Aspeed AST2050

2015-03-29 Thread Theo de Raadt
>Since 4.9 till current 8510p/w read acpi temp with error (enormous high >temp about 2000-5000 C) because SMBus data is not ready for reading. It >seems data reading should be delayed. > >Theo, you told that you don't want to implement "shit" in CVS >repository. Most of ACPI code should be rewri

Re: How do I set the TCP Initial Window size to 10-50KB? (i.e. how configure TCP Slow-Start/Anti-Congestion to burst 10-50KB w.o. interference)

2015-03-29 Thread Tinker
On 2015-03-29 16:59, Stuart Henderson wrote: On 2015/03/29 14:45, Tinker wrote: On 2015-03-29 13:50, Stuart Henderson wrote: >On 2015-03-29, Tinker wrote: >>How do I make TCP stack's initial window 10-50KB, so that I can burst >>that amount of data without any interference from the TCP slow-sta

Kernel enforces MTU if set as initial [congestion] window size and leaves no config option, is that really good idea? How know that the "automtu" setting is off for an IPv4 NIC? Please correct me, tha

2015-03-29 Thread Tinker
On 2015-03-29 13:50, Stuart Henderson wrote: On 2015-03-29, Tinker wrote: How do I make TCP stack's initial window 10-50KB, so that I can burst that amount of data without any interference from the TCP slow-start/RFC 3390 anti-congestion whatsoever? OpenBSD already starts with 14600, see ar

Re: bug in rdomain together with kernel pppoe

2015-03-29 Thread Martin Pieuchot
On 29/03/15(Sun) 12:56, Holger Glaess wrote: > Am 24.03.2015 um 05:41 schrieb Holger Glaess: > >hi > > > >i play a little bit with rdomain > > > >if add my pppoe device to rdomain 1 > > > ># cat /etc/hostname.pppoe0 > >rdomain 1 > >rtlabel netcologne > >inet6 autoconf > >inet 0.0.0.0 255.255.255.25

Re: ACPI implementation for Aspeed AST2050

2015-03-29 Thread Denis Lapshin
The machine is DCS6005. This is an old Dell branded AMD based server node. They named it as "Cloud Server Node" or something like that. It has AST2050 installed. I would like to buy some for a project, but not sure that OpenBSD support ACPI tables of this machine properly. Because of negative

Re: How do I set the TCP Initial Window size to 10-50KB? (i.e. how configure TCP Slow-Start/Anti-Congestion to burst 10-50KB w.o. interference)

2015-03-29 Thread Stuart Henderson
On 2015/03/29 14:45, Tinker wrote: > On 2015-03-29 13:50, Stuart Henderson wrote: > >On 2015-03-29, Tinker wrote: > >>How do I make TCP stack's initial window 10-50KB, so that I can burst > >>that amount of data without any interference from the TCP slow-start/RFC > >>3390 anti-congestion whatsoev

Re: ACPI implementation for Aspeed AST2050

2015-03-29 Thread Stuart Henderson
On 2015/03/29 11:55, Denis Lapshin wrote: > Since 4.9 till current 8510p/w read acpi temp with error (enormous high temp > about 2000-5000 C) because SMBus data is not ready for reading. It seems > data reading should be delayed. > > Theo, you told that you don't want to implement "shit" in CVS re

Re: bug in rdomain together with kernel pppoe

2015-03-29 Thread Holger Glaess
Am 24.03.2015 um 05:41 schrieb Holger Glaess: hi i play a little bit with rdomain if add my pppoe device to rdomain 1 # cat /etc/hostname.pppoe0 rdomain 1 rtlabel netcologne inet6 autoconf inet 0.0.0.0 255.255.255.255 NONE \ pppoedev msk0 authproto pap \ authname 'foo@bar' authkey 'xyz' up des

Re: Atheros AR816X Ethernet Support

2015-03-29 Thread Atanas Vladimirov
On 29.03.2015 10:30, Chad Richards wrote: I just noticed that OpenBSD does not support the Atheros AR816X Ethernet Chip on a new system I recently got. It look's like FreeBSD just recently added support: http://svnweb.freebsd.org/base/stable/10/sys/dev/alc/if_alcreg.h?r1=273357&r2=273366 Is an

Re: Does LibreSSL support RSA export-grade keys? - FREAK Attack

2015-03-29 Thread someone
13-year-old SSL/TLS Weakness Exposing Sensitive Data in Plain Text http://thehackernews.com/2015/03/rc4-ssl-tls-security.html On Tue, Mar 17, 2015 at 5:08 PM, someone wrote: > How much do we bet in $$$ that March 19. will be an RC4 related security > bug? > > On Sat, Mar 7, 2015 at 3:33 PM, Stua

Re: How do I set the TCP Initial Window size to 10-50KB? (i.e. how configure TCP Slow-Start/Anti-Congestion to burst 10-50KB w.o. interference)

2015-03-29 Thread Tinker
On 2015-03-29 13:50, Stuart Henderson wrote: On 2015-03-29, Tinker wrote: How do I make TCP stack's initial window 10-50KB, so that I can burst that amount of data without any interference from the TCP slow-start/RFC 3390 anti-congestion whatsoever? OpenBSD already starts with 14600, see ar

Re: How do I set the TCP Initial Window size to 10-50KB? (i.e. how configure TCP Slow-Start/Anti-Congestion to burst 10-50KB w.o. interference)

2015-03-29 Thread Stuart Henderson
On 2015-03-29, Tinker wrote: > How do I make TCP stack's initial window 10-50KB, so that I can burst > that amount of data without any interference from the TCP slow-start/RFC > 3390 anti-congestion whatsoever? OpenBSD already starts with 14600, see around line 3140 in tcp_input.c if you'd like

Re: ACPI implementation for Aspeed AST2050

2015-03-29 Thread Denis Lapshin
Since 4.9 till current 8510p/w read acpi temp with error (enormous high temp about 2000-5000 C) because SMBus data is not ready for reading. It seems data reading should be delayed. Theo, you told that you don't want to implement "shit" in CVS repository. Most of ACPI code should be rewritten

Atheros AR816X Ethernet Support

2015-03-29 Thread Chad Richards
I just noticed that OpenBSD does not support the Atheros AR816X Ethernet Chip on a new system I recently got. It look's like FreeBSD just recently added support: http://svnweb.freebsd.org/base/stable/10/sys/dev/alc/if_alcreg.h?r1=273357&r2=273366 Is anyone working on this yet? Thanks!