Re: OpenBSD 6.0 "netstat -p proto" behavior

2017-01-26 Thread Denis Lapshin
> Freundliche Grüße / Regards > -stefan kapfhammer > Originalnachricht > Von: Denis Lapshin > Gesendet: Mittwoch, 25. Januar 2017 21:13 > An: misc@openbsd.org > Betreff: OpenBSD 6.0 "netstat -p proto" behavior > > > On a regular basis I'm using # netstat -p proto c

OpenBSD 6.0 "netstat -p proto" behavior

2017-01-25 Thread Denis Lapshin
On a regular basis I'm using # netstat -p proto command. On 5.4 it returns: # netstat -p tcp Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address(state) tcp 0 44 127.0.0.1. 192.168.1.37.25253

Can not read NTPd timedelta from NMEA device by sysctl hw.sensors.nmea0

2016-12-02 Thread Denis Lapshin
Hi there! There is a problem to have time delta from NMEA device with NMEA 0183, version 4.0 (V2.3 or V4.1 configurable). # ldattach -s 9600 nmea /dev/cuaU2 # sysctl hw.sensors.nmea0 hw.sensors.nmea0.indicator0=Off (Signal), UNKNOWN While connected to cuaU2 by a terminal program all the GPS

Re: jdk-1.7.0 and jdk-1.8.0 Abort trap (core dumped) GDB core trace provided

2016-11-24 Thread Denis Lapshin
Now works great. Thanks. On 24.11.2016 11:40, David Coppa wrote: On Thu, Nov 24, 2016 at 9:32 AM, Denis Lapshin <den...@mindall.org> wrote: Hello All, There is a problem with starting jdk from packages on AMD64 platform. It doesn't matter what versions of jdk installed: jdk-1.7.0

jdk-1.7.0 and jdk-1.8.0 Abort trap (core dumped) GDB core trace provided

2016-11-24 Thread Denis Lapshin
Hello All, There is a problem with starting jdk from packages on AMD64 platform. It doesn't matter what versions of jdk installed: jdk-1.7.0 or jdk-1.8.0. The same issue is present on both. # java Abort trap (core dumped) # gdb /usr/local/jdk-1.7.0/bin/java java.core GNU gdb 6.3 Copyright

Native C written i2pd port for OpenBSD

2016-07-21 Thread Denis Lapshin
Hi there. Looking for a OpenBSD port of PurpleI2P/i2pd C written project (non java version). Github link: https://github.com/PurpleI2P/i2pd Building it from scratch make a lot of errors. Please suggest. Denis

Adding more cuaUxx devices

2016-06-20 Thread Denis Lapshin
Hi there! Could someone give some advice how to add more cuaUxx devices? Nowadays I have just cuaU0-9 ones, but need a bit more... MAKEDEV returns: # ./MAKEDEV cuaU10 cuaU10: unknown device Thank you in advance. Denis

Re: iked x509 negotiation problem with BlackBerry OS 10.3.1

2015-07-07 Thread Denis Lapshin
Having patched ikev2_pld.c to accept emty certreq still have no connection from BlackBerry smartphone. Please give some ideas what can be wrong? On 04.07.2015 11:24, Denis Lapshin wrote: Index: ikev2_pld.c === RCS file: /cvs/src

Re: iked x509 negotiation problem with BlackBerry OS 10.3.1

2015-07-04 Thread Denis Lapshin
cert,auth,sa) sa_stateok: EAP flags 0x0c, require 0x0d cert,auth,sa - Denis On 03.07.2015 21:54, Stuart Henderson wrote: On 2015-07-03, Stuart Henderson s...@spacehopper.org wrote: On 2015-07-02, Denis Lapshin den...@mindall.org wrote: ikev2_pld_payloads: decrypted payload

iked ikev2_pld_certreq: invalid certificate request

2015-07-03 Thread Denis Lapshin
Hi, Can someone help in explaining last two rows of iked -dvv output in time of initiating VPN connection? ikev2_pld_payloads: payload SK nextpayload IDi critical 0x00 length 272 ikev2_msg_decrypt: IV length 16 ikev2_msg_decrypt: encrypted payload length 240 ikev2_msg_decrypt: integrity

Re: iked x509 negotiation problem with BlackBerry OS 10.3.1

2015-07-02 Thread Denis Lapshin
Can it be MTU problem? On 02.07.2015 11:51, Denis Lapshin wrote: Hi, Have working setup with OpenIKEd and Win7 machine in part of IPsec link negotiating by using IKEv2 and MSCHAP-v2. Using certificate and 2048 key in *.P12 form. 10.0.20.0/24 is local network 10.0.10.0/24 is IPsec network

iked x509 negotiation problem with BlackBerry OS 10.3.1

2015-07-02 Thread Denis Lapshin
Hi, Have working setup with OpenIKEd and Win7 machine in part of IPsec link negotiating by using IKEv2 and MSCHAP-v2. Using certificate and 2048 key in *.P12 form. 10.0.20.0/24 is local network 10.0.10.0/24 is IPsec network DNS server is 10.0.20.1 /etc/iked.conf is: ikev2 winauth passive

Re: Creating and protecting flash installed OpenBSD image

2015-04-05 Thread Denis Lapshin
It helps a lot. Thank you On 04.04.2015 16:32, Paul Suh wrote: On Apr 3, 2015, at 5:30 AM, Denis Lapshin den...@mindall.org wrote: Interesting does anybody have experience of creating flash memory image with OpenBSD system running. I see this like extracting all of soldered FLASH memory

Creating and protecting flash installed OpenBSD image

2015-04-03 Thread Denis Lapshin
Interesting does anybody have experience of creating flash memory image with OpenBSD system running. I see this like extracting all of soldered FLASH memory contents in to RAM and running from where. Flash memory image protection from reading and modifying is interesting aspect also. Please

Re: ACPI implementation for Aspeed AST2050

2015-03-29 Thread Denis Lapshin
from 8510p in time, to prevent wrong data on SMBUS. Theo replied that the patch will not be implemented in CVS because all ACPI must be rewritten in new manner. But they will do nothing since my last report... I doubt I said anything close to your interpretation. -- Denis Lapshin mailto: den

Re: ACPI implementation for Aspeed AST2050

2015-03-29 Thread Denis Lapshin
On 29.03.2015 14:15, Stuart Henderson wrote: 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

Re: ACPI implementation for Aspeed AST2050

2015-03-28 Thread Denis Lapshin
implemented. So I'm interesting about AST2050 fully supported just now in CVS. Thanks. Denis On 28.03.2015 16:14, Stuart Henderson wrote: On 2015-03-28, Denis Lapshin den...@mindall.org wrote: Hi, Has OpenBSD implemented ACPI for Aspeed AST2050 in current or release? The question doesn't really

ACPI implementation for Aspeed AST2050

2015-03-28 Thread Denis Lapshin
Hi, Has OpenBSD implemented ACPI for Aspeed AST2050 in current or release? This IC is present in some Dell branded Tyan products like DCS6005 cloud nodes and some other Tyan MBs. Seems Aspeed its their own product because these ICs can be found on all Tyan server mainboards as I can see.

Getting errors during security(8) maintenance

2015-03-26 Thread Denis Lapshin
Some time ago start getting errors after nightly Secutiry running: What problem can be? Running security(8): Checking root sh paths, umask values: /etc/profile /root/.profile The root path includes . Use of uninitialized value $home in concatenation (.) or string at /usr/libexec/security line

Re: Getting errors during security(8) maintenance

2015-03-26 Thread Denis Lapshin
I forgot to say, this happens on OpenBSD 5.4. Where is no any changes has been made in the system before. No upgrade etc. Please ask for more information if its help. What I have to check to fix this? Thanks Denis On 26.03.2015 14:40, Nick Holland wrote: On 03/26/15 04:32, Denis Lapshin

Re: Using /dev/cuaU* with USB 3G modem where 'ucom0' - AT commands and 'ucom1' - voice port

2014-09-07 Thread Denis Lapshin
, Denis Lapshin wrote: Having trouble accessing both Data (ucom0) and Voice (ucom1) in one composite device: '/dev/cuaU0' - USB 3G modem. /dev/cuaU0 is not a composite device, is the terminal interface for one of the two serial ports on your modem (and I'm pretty sure none of them are for 'voice

Using /dev/cuaU* with USB 3G modem where 'ucom0' - AT commands and 'ucom1' - voice port

2014-09-06 Thread Denis Lapshin
Having trouble accessing both Data (ucom0) and Voice (ucom1) in one composite device: '/dev/cuaU0' - USB 3G modem. Is it possible to use the same /dev/cuaU* device for accessing both ucom0, ucom1, ucom* to have voice and data functions available in the modem simultaneously? Needed

Re: Changing naming order of HDD SD drives on boot by kernel

2014-08-17 Thread Denis Lapshin
I've simply disabled detecting any USB mass storage devices by kernel. Since then there is no problem with reordering SDx devices and all works good except usb related storage devices... Cheers On 15.08.2014 15:44, Denis Lapshin wrote: May I use DUID in my case when I have a USB card reader

Changing naming order of HDD SD drives on boot by kernel

2014-08-15 Thread Denis Lapshin
Is it possible to change or set fixed device names for drives like SD0, SD1, SD2, SD3 and so on. When I boot with connected USB drives like flash sticks, kernel numbered it starting from SD0, SD1 so the system HDD stand SD2 and kernel can't mound disk with file system as it should be.

Re: Changing naming order of HDD SD drives on boot by kernel

2014-08-15 Thread Denis Lapshin
the identity of other drives on the system. I would like bind SD labels to drives in invariable fashion. Cheers On 15.08.2014 11:51, Daniel Jakots wrote: On Fri, 15 Aug 2014 11:37:56 +0400, Denis Lapshin den...@mindall.org wrote: Is it possible to change or set fixed device names for drives

Re: Changing naming order of HDD SD drives on boot by kernel

2014-08-15 Thread Denis Lapshin
staff working with softraid encrypted HDD which must be mounted as SD1 by the kernel (using DUID), but physically determined as SD0. Cheers On 15.08.2014 13:51, Joel Sing wrote: On Fri, 15 Aug 2014, Denis Lapshin wrote: My fstab has identity for main boot HDD: 548ac03903a985e9.a / ffs rw 1 1

Cyrus-SASL Cyrus-IMAP server error on OpenBSD 5.3 amd64 release

2013-10-07 Thread Denis Lapshin
I'm trying setting up Cyrus imap server on OpenBSD 5.3 amd64 realease but unsuccessful. The same configuration works fine on 5.1 release but seems buggy on 5.3. *The result of #uname -a command is:* OpenBSD mail.host.name 5.3 GENERIC.MP#62 amd64 *I have installed only the packages listed