Show Posts
|
|
Pages: 1 [2] 3 4 ... 16
|
|
16
|
LinuxMCE / Developers / Re: Design Decision - Update and Upgrade System
|
on: January 24, 2012, 10:16:53 pm
|
Ok, I've been testing with code attached to this trac ticket: http://svn.linuxmce.org/trac.cgi/ticket/1399I've also attached a log. I've been testing running this via the OSD orbiter by simply placing the file that the 'force upgrade now' button is expecting, which is also how I got the log. What are our thoughts on implementing this as part of the base? I'd love to be able to use this personally. Note: it uses upgrade and not dist-upgrade
|
|
|
|
|
18
|
LinuxMCE / Developers / Design Decision - Update and Upgrade System
|
on: January 24, 2012, 05:45:56 pm
|
All - I'm looking at the code under LMCEUpdate* : http://svn.linuxmce.org/trac.cgi/browser/branches/LinuxMCE-1004/src/UpdateIt looks like the system was built around the MCE devs providing an xml file, sample here: <?xml version="1.0"?> <lmce_update> <update id="1"> <description>Update mythtv packages from the Core to work with SchedulesDirect.</description> <priority>1</priority> <model>LMCE_CORE_1_1</model> <file URL="http://updates.linuxmce.com/update001.tar" action="untar" destination="/tmp/update001" md5="e9f1cf48cc688bbb223981d0df4e52f1" size="413168" autoexec="/tmp/update001/install-update.sh" /> </update>
Today I'm thinking we've moved away from this model and are pushing all updates through standard apt processes. At this point do we want to abandon this XML process in favor of being able to upgrade and notify end users through the standard APT process, or do we want to keep going down the XML road?
|
|
|
|
|
20
|
LinuxMCE / Installation issues / Re: New 1004 Installer Testing
|
on: January 23, 2012, 04:22:54 pm
|
|
FYI - code has been committed to determine ATI vs Intel vs nVidia and install the necessary driver automatically and alert the end user it will take a few minutes to complete so they aren't wondering what is going on.
|
|
|
|
|
21
|
LinuxMCE / Users / Re: 1004 | Cannot Create a Diskless Image
|
on: January 23, 2012, 02:58:06 pm
|
I need to find a more reliable way to do that gpg key import, it seems to work 2 out of 3 times without problem, though sometimes it doesn't work at all. Here's the relevant command section: #Setup the medibuntu repo cp -p /usr/bin/wget $TEMP_DIR/usr/bin/wget sleep 1 LC_ALL=C chroot $TEMP_DIR /usr/bin/wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | /usr/bin/apt-key add - VerifyExitCode "medibuntu apt key add"
|
|
|
|
|
23
|
LinuxMCE / Users / Re: 1004 | Cannot upgrade core
|
on: January 23, 2012, 01:52:01 am
|
I haven't looked too deep into it for a permenant fix yet, though that has come up on my system twice and it has to do with ipv6 comparability. Is there a ticket open on this? A basic workaround/config that will allow radvd.conf to continue is: interface eth0 { AdvSendAdvert on; MinRtrAdvInterval 3; MaxRtrAdvInterval 10; prefix 2001:0db8:0100:f101::/64 { AdvOnLink on; AdvAutonomous on; AdvRouterAddr on; }; };
So if you place that into the file /etc/radvd.conf - re-run apt-get upgrade it will conclude.
|
|
|
|
|
25
|
LinuxMCE / Installation issues / Re: New 1004 Installer Testing
|
on: November 13, 2011, 04:04:21 pm
|
can someone _PLEASE_ do the work to make the intel GPUs work OOB?
-Thom
I have the bones for doing it but no hrdware for testing it. Does anyone have an intel card that would test this out with me?
|
|
|
|
|
26
|
LinuxMCE / Installation issues / Re: New 1004 Installer Testing
|
on: November 13, 2011, 04:03:00 pm
|
Can I add a suggestion? How about maintaining a (few) working Virtual machine snapshots? Since so many of us has the capability of running either VMWare, KVM or Virtual Box it could perhaps improve vastly on the resource pool for debugging etc. This will of course not test the install script in its own right, but accelerate the path to more mature core distros, and even allow for easier route to getting physical MDs to work. This could flatten the learning curve for newcomers... Something worth considering, I believe many potential users (->testers --> contributors) have been lost due to not even getting through 1st install of the most mature beta/DVD snapshot I have VMWare and would volunteer to create a snapshot (VMWare calls it a "Virtual Appliance") - do we have proper filespace to upload these? (my upload is only 2Mbit, meaning I can not host myself). It would probably be worth just keeping a few WM snapshot, rather than 50 DVD install snapshots... I will of course get to that snapshot via the installer script, but probably not do create_diskless (no point before installing dvd-libs). It should be a very small issue to then make a wiki (with few pitfalls) for how the setup the virtual NICs, add dvd-libs and run create_diskless, and then new testers could have a working core in no time... I could even write a wiki for how to increase Virtual Disks (since it is a no-brainer in a virtualized environment), should some choose to keep their test install and run a "production core" from that.. In the end, we should be interacting more with the MD than with the core  (and a working 10.10 is probably the better route, even that my 8.10 is acting OK so far - but I haven't received my new USB DVB-S cards yet, they could force me to 10.10 sooner than later) -Tony I use virtualbox for testing/debugging my changes, i believe bongo does too.
|
|
|
|
|
28
|
LinuxMCE / Installation issues / Re: New 1004 Installer Testing
|
on: November 05, 2011, 03:10:45 pm
|
|
Install libdvdcss2 on your core before you build the MD and it will automatically install on your MD. There are liability issues and it must be the end user's choice to install and can not be made automatic without user intervention.
|
|
|
|
|
29
|
LinuxMCE / Installation issues / Re: New 1004 Installer Testing
|
on: October 31, 2011, 07:21:29 pm
|
|
I can help as well with this, I've just (within the last 2 months) updated a few of the avwizard scripts for HDMI audio and HDMI video. All of it works OOB for my MDs (except the ion2 MD I have)
|
|
|
|
|