+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 23

Thread: Update to MindTouch Core 10 Broken

  1. #11

    Default

    rdickerson - Do you get the same exception as pablos in your api log?
    PeteE - MindTouch lackey
    Join #mindtouch on freenode for questions about MindTouch

  2. #12

    Default

    erm... what is the path to that log? I probably need to know the file that tells it the path so that I can verify it is right since this is a non-standard build. I can't seem to find anything good in the logs, and turning it up to debug isn't getting me anything either. I am probably not looking in the right file. I see logdir in /etc/dekiwiki/mindtouch.host.conf, and I turned up logging to DEBUG in .../htdocs/dekiwiki/bin/mindtouch.host.exe.config.

    The index.php tries to load but times out with:

    We were unable to locate the API to request site settings. Please see below for debugging information. If this is a new install, try refreshing - the API is simply taking its time loading up!

    HTTP Response Status Code: 0

  3. #13

    Default

    yeah I kind of figured my last post would send this to the "don't help the idiot who doesn't know how to configure his system" pile... Oh well. Hopefully someone else out there with a standard build will have the problem too, and I can leach off of their fix.

  4. #14

    Default Error is due to Mono Version

    Hi,

    I can confirm that the link that PeteE gives to upgrade to Mono 2.4.3 corrects this issue.

    The version that I had was 1.9.1, after upgrade I can get back in.

    The only problem with the instructions is that the VMWare version had debian etch installed, so you need to add in /etc/apt/sources.list file a link to the archive i.e. "deb http://archive.debian.org/debian etch main non-free" because its an old version of debian.

    Thanks

  5. #15

    Default

    Quote Originally Posted by acerimmer10 View Post
    Hi,

    I can confirm that the link that PeteE gives to upgrade to Mono 2.4.3 corrects this issue.

    The version that I had was 1.9.1, after upgrade I can get back in.

    The only problem with the instructions is that the VMWare version had debian etch installed, so you need to add in /etc/apt/sources.list file a link to the archive i.e. "deb http://archive.debian.org/debian etch main non-free" because its an old version of debian.

    Thanks
    Same here -

    Thanks for posting

  6. #16

    Default

    I'm using debian Lenny. Using backports from http://www.backports.org solve, at least to me, the problem with version 10.0.0-1. Mono version from backport is 2.4.2.3+dfsg-2~bpo50+1.

    To use this backport, using debian lenny, you just have to add to /etc/apt/sources.list this line:

    deb http://www.backports.org/debian lenny-backports main contrib non-free

    and then apt-get update

    After that, just install the new mono version with: apt-get -t lenny-backports install mono-gac

    Regards,


    Paulo Sousa

  7. #17
    Join Date
    Feb 2008
    Location
    London upon Thames
    Posts
    2,792

    Default

    Can we get a backport of 2.4.3 in the repo.mindtouch.com so people don't have to roll their own? I can send you debs if you can publish them.
    If my post helped you, please click the icon below this post to my reputation. Thanks!

  8. #18

    Default

    For those running Ubuntu 8.04 LTS (Hardy), you can get Mono from http://badgerports.org/hardy.html in a similar manner
    Code:
    deb http://badgerports.org/ hardy main

  9. #19
    Join Date
    Apr 2009
    Location
    Maynard MA
    Posts
    14

    Default Can the mono 2.4.3 .deb files be downloaded?

    Quote Originally Posted by crb View Post
    Can we get a backport of 2.4.3 in the repo.mindtouch.com so people don't have to roll their own? I can send you debs if you can publish them.
    Have the .deb files for mono 2.4.3 for Debian Etch (4.1.1) been posted anywhere? I'd prefer to download and install it that way rather than trying to build my own. Thanks.

    Michael
    Last edited by mmongeau; 07-30-2010 at 01:46 PM.

  10. #20

    Default

    Hi PeteE,

    if this is a Mono version issue, maybe the dependency checks should be looked at? The package should not install, if there are incompatible version of any supporting software.
    Are you looking into this?

    Regards,
    Colin

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts