You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.
I'm not sure if this is a bug since the last time (and only time I used bananajour) was a year ago and I didn't have much time to play around with it, but it's now not showing up any details on the repositories I added. For example:
That repository has 1 commit, but I've tried with public repos that have hundreds.
Maybe I'm missing some dependency, I've setup my system in Fedora 15 as described here.
The text was updated successfully, but these errors were encountered:
sudo sed -i \
-e 's/#domain-name=local/domain-name=local/' \
/etc/avahi/avahi-daemon.conf
sudo service avahi-daemon restart
You can debug whether or not Avahi can see Bananajour and git-daemon Bonjour statuses using the command 'avahi-browse'. This command can be found in the package 'avahi-utils'.
The following command will show you all of the Bonjour services running on your local network:
avahi-browse --all
If you kill bananajour with kill -9 it doesn't get a chance to unregister the Bonjour services, and when it is restarted it will die with DNSSD::AlreadyRegisteredError. Although not ideal, you can work around this my restarting avahi-daemon first.
Note: You might have to restart the avahi-daemon sometimes if you are having problems seeing other bananajours.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not sure if this is a bug since the last time (and only time I used bananajour) was a year ago and I didn't have much time to play around with it, but it's now not showing up any details on the repositories I added. For example:
That repository has 1 commit, but I've tried with public repos that have hundreds.
Maybe I'm missing some dependency, I've setup my system in Fedora 15 as described here.
The text was updated successfully, but these errors were encountered: