OpenNetworkLinux icon indicating copy to clipboard operation
OpenNetworkLinux copied to clipboard

Open Network Linux - An Operating System for Bare Metal Switches

Results 163 OpenNetworkLinux issues
Sort by recently updated
recently updated
newest added

OpenNetworkLinux - Change user login as admin/onl instead of root/onl in Source code Please suggest, in code perspective - changes to be done for ONL user login credentials as 'username...

Hello I try to build an ONL myself but I cannot pass the step of the make docker I always get this error root@CT107:~/OpenNetworkLinux# make docker Pulling opennetworklinux/builder8:1.11... done. [...

I am trying to compile the ONL using below commands. docker/tools/onlbuilder -8 apt-cacher-ng source setup.env make amd64 But I am facing below failure when build the ONL. Please do the...

Good afternoon, is it planned to add edge -core as6701-32x ? now there are only 6700-32x, although edge-core claims that these devices are supported by you. Can you help with...

regarding at24 driver in kernel 4.14 are not support accessing data with 16-bit width of registers refer from 82f25bd regmap-i2c: add 16-bit width registers support based on https://patchwork.ozlabs.org/patch/545292/

switch: arm-accton_as4610_54-r0 ONIE kernel: Linux onie 3.2.69-onie+ #1 SMP Thu Apr 13 12:12:13 CST 2017 armv7l GNU/Linux image desired to install: latest-DEB9-ARMHF-SWI.installer alternate image possibility: latest-DEB9-ARMEL-SWI.installer during install of these...

adding mc24lc64t.c as common for any kernel, due to at24 (together with regmap-i2c.c) from kernel 4.14, 4.19, 5.4 are not support accessing data with 16-bit width of registers (not supporting...

It looks there is no API called for -b option in onlpdump implementation. https://github.com/opennetworklinux/ONLP/blob/master/modules/onlp/module/src/onlp_main.c I am getting default onlpdump output when executing onlpdump -b. But as per onlpdump help options,...

root@localhost:~# onlpdump -M onlpdump: option requires an argument -- 'M' Usage: onlpdump [OPTIONS] -d Use dump(). This is the default. -s Use show() instead of dump(). -r Recursive show(). Implies...

OpenNetworkLinux % make docker make: docker/tools/onlbuilder: No such file or directory make: *** [docker] Error 1 Following this procedure.... #> git clone https://github.com/opencomputeproject/OpenNetworkLinux #> cd OpenNetworkLinux #> make docker Found...