Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to install SONiC base image (sonic-generic.bin) with ONIE in our x86 switch #33

Closed
sonicyao1985 opened this issue Oct 17, 2016 · 1 comment

Comments

@sonicyao1985
Copy link

In the following commit:
cc7f150#diff-028739c9bdaa77f69d654ce551a93cec

In file installer/x86_64/install.sh, the following line is introduced:
source platforms/$onie_platform

Since we don't need extra cmd for our own platform, I didn't add a file under the "platforms" directory.
Thus the installing failed due to absence of the platform file.

I think it is better to check the existence of file before source it.

@lguohan
Copy link
Collaborator

lguohan commented Oct 21, 2016

addressing this in #37

Staphylo pushed a commit to Staphylo/sonic-buildimage that referenced this issue Apr 19, 2018
yurypm added a commit to yurypm/sonic-buildimage that referenced this issue Jun 4, 2018
Staphylo pushed a commit to Staphylo/sonic-buildimage that referenced this issue Jul 13, 2018
volodymyrsamotiy pushed a commit to volodymyrsamotiy/sonic-buildimage that referenced this issue Aug 9, 2018
lguohan added a commit that referenced this issue May 12, 2019
* 81ad4d2 2019-04-18 | lib: fix heap corruption in stream_fifo_free (#33) [pavel-shirshov]

Signed-off-by: Guohan Lu <gulv@microsoft.com>
lguohan pushed a commit that referenced this issue Jul 5, 2019
Variables SFP_VLOT_OFFSET and QSFP_VLOT_OFFSET containing the typo are originally defined in repo sonic-platform-common. The typo has been fixed in PR #33. However, some Mellanox-specific code hasn't updated correspondingly, which results in xcvrd fail to start.
This PR updates the variable name in Mellanox-specific code correspondingly to fix that.
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this issue Sep 12, 2019
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
samaity added a commit to samaity/sonic-buildimage that referenced this issue Feb 4, 2020
Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this issue Mar 23, 2020
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this issue Aug 31, 2020
  - added references to sai_tunnel_api in syncd.h, syncd_init.cpp, and
    sai_redis.h
  - added redis mapping of sai_tunnel_api by creating sai_redis_tunnel.cpp
    and adding reference to sai_redis_interfacequery.cpp
  - added sai_redis_tunnel.cpp to Makefile for compiling
vdahiya12 pushed a commit to vdahiya12/sonic-buildimage that referenced this issue Oct 2, 2020
xumia referenced this issue in xumia/sonic-buildimage-1 Feb 16, 2021
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
SuvarnaMeenakshi pushed a commit to SuvarnaMeenakshi/sonic-buildimage that referenced this issue Jun 16, 2021
SuvarnaMeenakshi pushed a commit to SuvarnaMeenakshi/sonic-buildimage that referenced this issue Mar 16, 2022
There is a bug if query a SubtreeMIBEntry with a short OID, it will not
return the first element in the subtree. For example:

1.3.6.1.2.1.4.24.4.1.1: work
1.3.6.1.2.1.4.24.4.1: not work
lguohan pushed a commit that referenced this issue Mar 18, 2022
f00efef Longxiang Lyu Wed Mar 16 09:12:46 2022 +0800 Add a command line option to store logs into a separate file (#41)
ff2e67d Longxiang Lyu Tue Mar 15 09:10:59 2022 +0800 Add default port cable type (#39)
ebbb4d8 Jing Zhang Mon Mar 14 15:41:11 2022 -0700 Prevent switching MUX to "Unknown" (#36)
c779b8f Longxiang Lyu Thu Mar 10 21:35:11 2022 +0800 [nonfunctional] Use LinkProberStateMachineBase (#38)
b9fedd0 Longxiang Lyu Wed Mar 9 13:03:58 2022 +0800 [NONFUNCTIONAL] Add LinkProberStateMachineBase (#37)
bedd42b Longxiang Lyu Wed Mar 9 10:03:00 2022 +0800 Add .clang-format file to format code (#28)
9fe4fc6 Guohan Lu Thu Mar 3 17:51:43 2022 -0800 [doc]: add lgtm badge in README.md
c1249d9 Longxiang Lyu Wed Mar 2 18:05:18 2022 +0800 Enable lgtm (#33)
b8514c6 Longxiang Lyu Wed Mar 2 13:34:39 2022 +0800 Collect port cable type to use corresponding state machine (#31)
9b59ef9 Longxiang Lyu Wed Mar 2 07:19:33 2022 +0800 Improve make clean (#32)
lguohan pushed a commit that referenced this issue Mar 21, 2022
ca4b9a1 Guohan Lu Thu Mar 3 17:51:43 2022 -0800 [doc]: add lgtm badge in README.md
00c9b21 Longxiang Lyu Wed Mar 2 18:05:18 2022 +0800 Enable lgtm (#33)
3ae9be4 Longxiang Lyu Wed Mar 2 07:19:33 2022 +0800 Improve make clean (#32)
6997a1f Longxiang Lyu Wed Mar 9 10:03:00 2022 +0800 Add .clang-format file to format code (#28)
3368182 Jing Zhang Mon Mar 14 15:41:11 2022 -0700 Prevent switching MUX to "Unknown" (#36)
sg893052 pushed a commit to sg893052/sonic-buildimage that referenced this issue Apr 25, 2022
zbud-msft added a commit to zbud-msft/sonic-buildimage that referenced this issue Oct 6, 2022
Add events for dhcp-relay, kernel, bgp, syncd
Gokulnath-Raja pushed a commit to Gokulnath-Raja/sonic-buildimage-work that referenced this issue May 22, 2023
… engine for leafref, when, must expression evaluation (sonic-net#33)

Clean up CVL code
YIN schema reading using libyang API
Integrate with xpath custom engine for leafref, when, must expression evaluation
Add delete constraint check
Add max-element constraint
Add CVL trace log to /tmp/cvl.log based on config file
shanshri pushed a commit to shanshri/sonic-buildimage-sonic-net that referenced this issue Oct 24, 2023
mlok-nokia pushed a commit to mlok-nokia/sonic-buildimage that referenced this issue Jun 5, 2024
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
mlok-nokia pushed a commit to mlok-nokia/sonic-buildimage that referenced this issue Jun 5, 2024
…ic-utilities

[submodule][202205] Update submodule sonic-utilities to the latest HEAD automatically
* 189ea52 - (HEAD -> 202205, origin/202205) Merge pull request sonic-net#33 from mssonicbld/sonicbld/202205-merge (13 days ago) [mssonicbld]
* d61c2a3 - Merge branch '202205' of https://github.com/sonic-net/sonic-utilities into 202205 (13 days ago) [Sonic Automation]
* 5d3c563 - [dualtor_neighbor_check] Adjust zero-mac check condition (sonic-net#3034) (2 weeks ago) [Longxiang Lyu]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants