[Bug 99798] Re: mono-xsp2 fails to install

2007-12-12 Thread David Ally
Yeah, i had similar problem, but as soon as completely remove mono-xsp, mono-xsp2 installed without any errors, Thanks for the fix -- mono-xsp2 fails to install https://bugs.launchpad.net/bugs/99798 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug conta

[Bug 99798] Re: mono-xsp2 fails to install

2007-07-30 Thread Steve Kowalik
This has been fixed in Gutsy, with both xsp 1.2.1-2.2 and 1.2.4-1 being uploaded to it. ** Changed in: xsp (Ubuntu) Status: New => Fix Released -- mono-xsp2 fails to install https://bugs.launchpad.net/bugs/99798 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 99798] Re: mono-xsp2 fails to install

2007-07-26 Thread mos
You dosnt need to uninstall xsp, you can make what I post here: https://answers.launchpad.net/ubuntu/+question/10230 hope it helps -- mono-xsp2 fails to install https://bugs.launchpad.net/bugs/99798 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug con

[Bug 99798] Re: mono-xsp2 fails to install

2007-05-19 Thread Bug Watch Updater
** Changed in: xsp (Debian) Status: Unknown => Fix Released -- mono-xsp2 fails to install https://bugs.launchpad.net/bugs/99798 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 99798] Re: mono-xsp2 fails to install

2007-05-18 Thread Lionel Porcheron
** Bug watch added: Debian Bug tracker #421996 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421996 ** Also affects: xsp (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421996 Importance: Unknown Status: Unknown -- mono-xsp2 fails to install https://bugs.launchpa

[Bug 99798] Re: mono-xsp2 fails to install

2007-05-07 Thread mgolisch
I filed a bug report in the debian bugtracker for that issue. Now we just have to wait for debian maintainers to fix that and the changes can be merged back into ubuntu. Meanwhile you can uninstall mono-xsp and mono-xsp2 should install fine, if you need both change the preinst script on your own

[Bug 99798] Re: mono-xsp2 fails to install

2007-04-30 Thread mgolisch
yeah, I verified that, just change the line where it uses test to check for the existance of the initscript,it installs fine after that. best regards michael -- mono-xsp2 fails to install https://bugs.launchpad.net/bugs/99798 You received this bug notification because you are a member of Ubuntu

[Bug 99798] Re: mono-xsp2 fails to install

2007-04-30 Thread mgolisch
after taking a look at the preinstall script it seems that it checks for the wrong initscript. it checks for /etc/init.d/mono-xsp instead of mono-xsp2 so when mono-xsp is installed it tries to execute the /etc/init.d/mono-xsp2 script to stop the service which fails as its not installed. thats t