Did you manage to fix it? Still seems broken to me.
If not, can we just remove the link for now, and put it back up if someone fixes it? Looks bad for the project to have a broken link on the sidebar 😉 ________________________________ From: gem5-dev <[email protected]> on behalf of Gabe Black <[email protected]> Sent: Tuesday, February 27, 2018 12:40:39 AM To: gem5 Developer List Subject: Re: [gem5-dev] Fix opengrok or remove the link from gem.org sidebar It looks like changing to git would be pretty easy, since that's handled in /etc/cron.daily/opengrok: #!/bin/bash cd /var/opengrok/src/gem5 hg pull hg update /z/opengrok/bin/OpenGrok update On Mon, Feb 26, 2018 at 4:39 PM, Gabe Black <[email protected]> wrote: > Also it doesn't help that I don't have permission to access any of the > logs for tomcat or apache. But looking at the output of ps -ef, I don't see > tomcat running, so I don't think the opengrok server bit is running which > would fit with the other bit of log I was able to access. > > Also I notice that the source opengrok is indexing is mercurial. It > wouldn't be a bad idea to change that over to git. > > Gabe > > On Mon, Feb 26, 2018 at 4:30 PM, Gabe Black <[email protected]> wrote: > >> I'm not up on how opengrok is hooked into the gem5.org site, but I >> ssh-ed in and saw this in one of the log files: >> >> 2018-02-24 06:42:31.799-0500 INFO t1 Indexer.sendToConfigHost: Send >> configuration to: localhost:2424 >> 2018-02-24 06:42:31.813-0500 SEVERE t1 Indexer.sendToConfigHost: Failed >> to send configuration to localhost:2424 (is web application server running >> with opengrok deploye >> d?) >> >> It looks like some of the config may have been damaged, or some piece of >> the setup hasn't been started like it's supposed to be. Without more >> information about how it's *supposed* to work, it's hard to say. >> >> Gabe >> >> On Fri, Feb 23, 2018 at 6:08 AM, Ciro Santilli <[email protected]> >> wrote: >> >>> On http://gem5.org on the sidebar there is a link "Search Source" that >>> points to http://grok.gem5.org/ which gives "Service Unavailable". >>> >>> >>> Can we either fix the instance, or remove the link? >>> >>> >>> Personally, I'd just remove it, GitHub + ctags is enough for me. >>> >>> >>> IMPORTANT NOTICE: The contents of this email and any attachments are >>> confidential and may also be privileged. If you are not the intended >>> recipient, please notify the sender immediately and do not disclose the >>> contents to any other person, use it for any purpose, or store or copy the >>> information in any medium. Thank you. >>> _______________________________________________ >>> gem5-dev mailing list >>> [email protected] >>> http://m5sim.org/mailman/listinfo/gem5-dev >> >> >> > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
