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

Permission denied #19

Closed
liufujun135 opened this issue Dec 7, 2015 · 2 comments
Closed

Permission denied #19

liufujun135 opened this issue Dec 7, 2015 · 2 comments

Comments

@liufujun135
Copy link

Hi All,

I can not clone the openbmc codes. The issue is "Permission denied ".

XXX@DZ-PC-099:~/openbmc$ git clone git@github.com:facebook/openbmc.git
Cloning into 'openbmc'...
Warning: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@oridb
Copy link
Contributor

oridb commented Dec 7, 2015

You seem to have incorrectly configured SSH keys for github. You can clone over HTTP, or follow the guide for setting up your github account for SSH access here:

https://help.github.com/articles/generating-ssh-keys/

@williamspatrick
Copy link
Contributor

Please close issue.

@oridb oridb closed this as completed Jan 9, 2016
facebook-github-bot pushed a commit that referenced this issue Sep 19, 2018
Summary:
[YAMP] Fix BMC crash loop issue by fscd

With various versions of HW and programmables, we see some cases where it takes longer to probe some device, which causes either :

1) the sensor required for fscd is not available or
2) hwmon number for the sensor changes

To solve these issue we do the following

1) Probe the essential sensors first, in order to make sure that they are available for fscd
2) Use wildcards in the JSON file for fscd, so that fscd will still work normally when hwmon number changes

Test Plan:
Tested in MPK17 #19 Glacier, and fsw003.p010.f01.frc3
Before - P60082462
After - P60082474

Reviewed By: tomrepo

fbshipit-source-id: 8cb228bc5
facebook-github-bot pushed a commit that referenced this issue Apr 17, 2019
Summary:
1. Add rsyslog for wedge400 from minipack
Pull Request resolved: facebookexternal/openbmc.celestica#19

Test Plan: compile pass

Reviewed By: mikechoifb

fbshipit-source-id: 4590fed63a
facebook-github-bot pushed a commit that referenced this issue Apr 10, 2020
Summary:
Adding fpga_util.sh script for elbert.

This only adds support for supervisor FPGA upgrade. This is via JTAG for now. In the future, this will be replaced via SPI.

Testing:

Programmed SUP FPGA successfully using fpga_util.sh
Pull Request resolved: facebookexternal/openbmc.arista#19

Reviewed By: mikechoifb

fbshipit-source-id: a91e92970e
facebook-github-bot pushed a commit that referenced this issue Apr 28, 2022
Summary:
These drivers will take effect once the device tree changes for Valentine FPGA are incorporated.

UT Plan:
- Ensure Churchillmono image build is successful.
- Ensure there are no error messages in dmesg.

UT:
```
root@bmc:~# dmesg | grep cisco
[   39.310915] cisco_util: loading out-of-tree module taints kernel.
```

To merge this PR after facebookexternal/openbmc.cisco#18 is merged.

X-link: facebookexternal/openbmc.cisco#19

Reviewed By: tao-ren

fbshipit-source-id: 7fecb3898263bb3c1badd3b33c7f14268dd9b20b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants