-
Notifications
You must be signed in to change notification settings - Fork 670
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
All ssh related settings disappeared after upgrade from v1.8.0 #1436
Comments
Did you check the log? It usually say something about SSH port being opened. |
@flaix Thanks. BTW, Do you mean the gitblit log? I can not find any .log file in gitblit install folder. |
Yes, I mean the Gitblit logging. I don't know where logging goes when run as a WAR in an application server, I don't run it that way. I would have to try it myself, as I cannot think of any cause. But I won't get to do that before the weekend. :( |
What is your application server? And how did you update? |
Tomcat 7 with JDK 7 and 8 |
I could not reproduce this. You may have to provide detailed steps how to reproduce this. $ ps ax | grep tomcat
11876 pts/0 Sl 0:16 /usr/lib/jvm/java-8-openjdk-amd64/bin/java [...] org.apache.catalina.startup.Bootstrap start
$ sudo netstat -tlpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 561/systemd-resolve
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 647/cupsd
tcp6 0 0 :::8080 :::* LISTEN 11876/java
tcp6 0 0 ::1:631 :::* LISTEN 647/cupsd
tcp6 0 0 127.0.0.1:8005 :::* LISTEN 11876/java I have then downloaded the gitblit-1.9.3.war file and have copied it into the The repository page did show the SSH URI ( Running $ sudo netstat -tlpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 561/systemd-resolve
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 647/cupsd
tcp6 0 0 :::29418 :::* LISTEN 11876/java
tcp6 0 0 :::9418 :::* LISTEN 11876/java
tcp6 0 0 :::8080 :::* LISTEN 11876/java
tcp6 0 0 ::1:631 :::* LISTEN 647/cupsd
tcp6 0 0 127.0.0.1:8005 :::* LISTEN 11876/java So I would say that in general it works and it'll need more detail and research why it doesn't work in your case. The Gitblit logs are written to the container logs. I could find them in
|
I just upgrade my self hosted gitblit from v1.8.0 to v1.9.3, use the war package to deploy, then copy and overrite the WEB-INF/data projects.conf users.conf and git folder from the old version.
Everythings works except all SSH related functions gone. SSH can not be connected, SSH key settings menu not found.
Have checked the default.properties config, ssh port is 29418.
The text was updated successfully, but these errors were encountered: