ERROR: '~linuxuprising' user or team does not exist - repository

I can't add repository on Ubuntu 18.04.
Occur this ERROR: '~linuxuprising' user or team does not exist.
I searched some solutions but the problem persist.
I tried set proxy, reinstall certificates...
I don't know what to do...

The problem was in my internet service, my ip was in blacklist of the canonical.
I spoke with my internet service and they fix this to me.

Related

Strapi: can't save anything in admin

I installed Strapi, apparently successfully, but anything I try to save gives me an error
Failed to load resource: the server responded with a status of 403 (Forbidden)
I have it installed on a centos 7 server.
I was even able to create a few content-types, but when I try to make relational fields I get this error.
I thought it would be something related to roles and permissions plugin. Tried to change permissions, but same error. Tried updating my profile, also error.
Ok, I just figured it out.
Mod segurity was on. Had to turn it off.

Keycloak federation with LDAP fails to make the connection : Error! Error when trying to connect to LDAP. See server.log for details

I am trying to create a federated authentication using the Keycloak and following the steps mentioned here: Setup User Federation with Keycloak
I have been using the port 10389 instead of 389 mentioned in the document. Everything seems to be working fine until the step where I am making the connection from Keycloak to LDAP.
When I provide the Connection URL as ldap://localhost:10389 and click on the Test Connection then I get the error:
Error! Error when trying to connect to LDAP. See server.log for details
I am not sure what's wrong because when I check in the Apache Directory Studio there everything seems to be working fine for me and I am able to get all the users list etc. I am not sure why I am unable to make the connection from Keycloak to LDAP.
I tried the following things but nothing worked for me:
ldap://localhost:10389
localhost:10389
ldap://127.0.0.1:10389
ldap://localhost:389
Stopped the docker in the dashboard and started again.
After trying a lot I found the solution. Posting the answer as it can be useful to someone else in the future.
I was using the localhost and 127.0.0.1 which was not working. Finally, I checked the IP Address of my system using the terminal (for mac ipconfig) and tried that and it worked:
ldap://192.168.1.12:10389

ssh: Could not resolve hostname github.com error

I am using raspberrypi terminal using vnc viewer at window and I am trying to clone Git repository. But I am keep getting this error message.
ssh: Could not resolve hostname github.com: Temporary failure in name resolution fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
I've been trying to solve this error for a whole day but i still cannot solve this error.. It would be great to know solutions for this. Thank you
Maybe it is because of your internet access, You can try:
ping google.com
If you get this error again, there was problem in your network configuration or internet access.
I had this problem in ubuntu virtual machine, and it was solved by changing internet network because of router setting.

Can't connect to my openshift application through filezilla

I was able for past projects to connect through filezilla. I followed each time this tutorial: https://blog.openshift.com/using-filezilla-and-sftp-on-windows-with-openshift/
Now, on my newly created application I cannot connect. I get these errors:
Error: Server sent disconnect message
Error: type 2 (protocol error):
Error: "Too many authentication failures for 56420afe7628e1bc3d0001b3"
Error: Could not connect to server
Thanks
EDIT: Its interesting because now I check some of my other websites wich were stored in filezilla site manager and 3 of the 8 have the same error. I have't modified anything to them. I tried with another FTP client (WINSCP) and all the sites work fine. I updated filezilla to the latest version and I still have errors. I can't explain myself why some sites work and some others simply doesn't work anymore without making any change...

How to configure Jenkins/Hudson to Use LDAP on Snow Leopard Server

We run jenkins on a mac mini server and need to have it use OpenDirectory. (I took this up again after getting Nexus to work with OD.)
I went into the Manage Jenkins tab, opened up the LDAP config panel and it attempts to connect, but I am getting an error that it can't connect. I am trying to just supply a username and password.
So the reason I couldn't connect was the Manager DN has to be the complete FQ name, e.g. uid=root,cn=users,dc=ontometrics,dc=com.
Once I got that working, I was getting LDAP Error 49: bad credentials. To solve this, I found a great LDAP browser that installed in a few minutes on the mini server: LDAP Manager. That helped me see the FQN for the root account.
One last thing: once I had the right account, it auth'ed, but then on saving the settings, I got an ERROR 500. Turned out, that was because I had a few spaces in the FQN, so do not do dc=ontometrics, dc=com. Then it worked and I logged in!
BTW, the mini server with 8 GBs of RAM runs Jenkins beautifully.