Turris mox forwarding speed.

2021-12-07 Thread Karel Gardas
Hello, anybody here tested forwarding speed of turris mox with 8x gige module? Even more insane: anybody tested that with more than one 8x gige module? E.g. like mox + 3x 8x gige module to replace real 24x gige switch... Thanks! Karel

Re: [NODEJS] only for amd64 aarch64 i386, not arm (armv7)

2019-03-19 Thread Karel Gardas
On 3/19/19 8:59 PM, Olivier Burelli wrote: _ Does-it means that is impossible to have nodeJS on BBB ? _ aarch64 is it arm64 platform ? Yes. In parallel, if i have to order a new arm64 platform, i bought 2 month ago a raspberry PI3 B+, however no install for the moment. I read after the order

Re: Missing libraries.

2019-02-11 Thread Karel Gardas
onfiguration 1 interface 4 "HUAWEI HUAWEI > Mobile" rev 2.00/1.02 addr 5 > umass2: using SCSI over Bulk-Only > scsibus4 at umass2: 2 targets, initiator 0 > sd1 at scsibus4 targ 1 lun 0: SCSI2 > 0/direct removable > LogOut[20584]: pledge "proc", syscall 66 > LogOut[90880]: pledge "proc", syscall 66 > LogOut[61523]: pledge "proc", syscall 66 > LogOut[86166]: pledge "proc", syscall 66 > LogOut[41775]: pledge "proc", syscall 66 > www# > > Regards, > > Kihaguru. > > -- Karel Gardas

Re: please help fixing php-fpm on armv7 - egdb result

2019-01-12 Thread Karel Gardas
On Fri, 11 Jan 2019 17:02:25 -0800 wrote: > Thank you Jeremie for your suggestion. I built the gdb package and ran egdb > with the result below. I hope this provides some clues. > > op1bsdsnap1228# egdb /usr/local/sbin/php-fpm-7.2 /root/php-fpm-7.2.core > GNU gdb (GDB) 7.12.1 > Copyright (C)

Re: MACCHIATObin status?

2018-07-14 Thread Karel Gardas
Mark Kettenis seems to be working on that and his first report is here http://openbsd-archive.7691.n7.nabble.com/Marvell-ARMADA-7K-8K-and-MACCHIATObin-support-td339806.html IIRC there was also second one, but I'm not sure if this was on tech or even in just cvs logs... On Thu, 12 Jul 2018 15:4

How to get into ddb on RPi3 (cdce0 related hang debugging)

2018-05-18 Thread Karel Gardas
Hi, I'm playing with 6.3-current on RPi3. I'm trying to hang into it another NIC, so far using recommended (by rpi community) hardware (TP-Link UE300, Lenovo Thinkpad USB GigEthernet adapter) but I'm out of luck on OpenBSD. Once I start dhcp on cdce0 using: sh /etc/netstart cdce0 where /etc/hos

Re: OpenBSD on Raspberry pi 3 model B

2018-05-15 Thread Karel Gardas
On Wed, 13 Dec 2017 21:51:43 +0200 Hannu Vuolasaho wrote: > Hello! > > I have OpenBSD running on the RPi 3. Unfortunately SD card isn't supported > so I run from USB stick like everybody else. My blazing fast USB stick is > really slow on RPi :( So I have some motivation to scratch my itch. btw

Re: Xorg on Raspberry pi

2018-04-30 Thread Karel Gardas
On Mon, 30 Apr 2018 11:23:53 +0200 (CEST) Mark Kettenis wrote: > In principle yes, as long as support for it is enabled in U-Boot. > Currently that's only the case for the TheoBroma Systems "puma" > RK3399-Q7 board. I think the driver only supports HDMI output right > now. Does it mean OpenBSD

Re: cdce0 on armv7 (BeagleBone White Rev A6a)

2018-04-20 Thread Karel Gardas
On Fri, 20 Apr 2018 01:38:05 +1000 Jonathan Gray wrote: > There is no driver for the mentor usb otg controller in the am335x. Thanks a lot for fast reply. Looks like for this toy router I would stay with VLANs and routing thorough one NICs. I've seen there exist drivers for mentor usb on am335x

cdce0 on armv7 (BeagleBone White Rev A6a)

2018-04-19 Thread Karel Gardas
Hello, trying to make toy router with BeagleBone White Rev A6a, planning to use builtin cpsw0 ethernet together with Lenovo ThinkPad USB Ethernet adapter which when used on AMD64 shows as cdce0 ethernet device and so far I've not seen any issue on AMD64 with it. The problem with BBW is that it is

Re: Porting to ARMv8 (board, qemu, etc.)

2018-01-30 Thread Karel Gardas
On Mon, 29 Jan 2018 14:14:53 +0100 Patrick Wildt wrote: > I think those random segfaults might even be visible with qemu running > on an x86 machine. I'm not surprised. I see a lot of random segfaults in qemu aarch64 on amd64/obsd, but then I'm quite curious why do you expect the same on basic

Re: How to generically start OpenBSD/arm64 in qemu?

2018-01-23 Thread Karel Gardas
Just few weeks ago I've been here with same issue/question. Advices are in this thread: https://marc.info/?l=openbsd-ports&m=151568162327831&w=2 especially read Jonathan very detailed answer: https://marc.info/?l=openbsd-arm&m=151582483025728&w=2 but well, at the end I've given up since I've

Re: Porting to ARMv8 (board, qemu, etc.)

2018-01-14 Thread Karel Gardas
2018-01-11, Karel Gardas wrote: I'd like to help a bit with GHC work on OpenBSD and would like to give it a try to port GHC to ARMv8. GHC is a beast so I assume I'll need machine/emulator with 4GB RAM at least. I'm curious what you guys are using for running all those ARMv8 packages

Re: Porting to ARMv8 (board, qemu, etc.)

2018-01-14 Thread Karel Gardas
Jonathan, thanks a lot for your advice with Qemu. I've used EDK2 way and was able to install openbsd 6.2-current right from the distributed miniroot62.fs It all looked very promising, but once I booted to the installed OBSD I've seen several crashes. Mainly perl related. Perl crashes also a

Porting to ARMv8 (board, qemu, etc.)

2018-01-11 Thread Karel Gardas
Hello, I'd like to help a bit with GHC work on OpenBSD and would like to give it a try to port GHC to ARMv8. GHC is a beast so I assume I'll need machine/emulator with 4GB RAM at least. I'm curious what you guys are using for running all those ARMv8 packages builders and for your own porting effo