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
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
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
** 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 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
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
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
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