Linked by Thomas Leonard on Tue 16th Jan 2007 00:32 UTC
Thread beginning with comment 202859
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



Member since:
2005-09-17
The reason it fails is not because it's a centralised system, it's because you're trying to install a package created for one distribution on another distribution.
Why do you think it fails, then, if it's not the installation system's fault?
I can install user-mode-linux on a Debian system and then install the Ubuntu package inside that. So it's not a hardware limitation.
I can install Ubuntu in a chroot in my Debian system,
and run it from there, so it's not a kernel issue. I can set DISPLAY to the host system, so it's not an X problem.
So, that leaves just libraries and services (daemons). Libraries can be handled as described in the article.
Services (e.g. mysql) are usually designed to run across different computers, and so have a stable protocol.
In fact, the only thing I can think of is D-BUS (a system service which used to change its API regularly). And now it's gone 1.0 that should be fine too.