LinuxMCE Forums
May 26, 2013, 07:50:54 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: 1 2 [3] 4 5 ... 10
31  LinuxMCE / Developers / Re: Building Dynamic Orbiters with JSON/AJAX/HTML5 on: March 27, 2013, 05:01:46 pm
hari thats the point! ....
even i understand jQuery without reading tons of documentation ..

32  LinuxMCE / Users / Re: Update 10.04 to 12.04 = success (at least to me) on: March 27, 2013, 04:50:30 pm
Esperanto, currently i had no issues @all .... because of the fact i'm running LMCE not productive atm. I'll look into the issues i can find ... currently documenting stuff here: http://dokuwiki.knallimall.org/de/linuxmce_macmini_2010_4_1/linuxmce_1204_upgrade_script

Coley, just keep me posted what issues occur, so i can write it down on the wiki or trac (ticket) ...

i'm really happy that people paying so much attention on that skript .....

cheers,
ochorocho
33  LinuxMCE / Developers / Re: Building Dynamic Orbiters with JSON/AJAX/HTML5 on: March 27, 2013, 04:44:39 pm
jQuery is pretty much the only JS Framework i use ....
34  LinuxMCE / Developers / Re: Building Dynamic Orbiters with JSON/AJAX/HTML5 on: March 27, 2013, 12:28:30 pm
totallymaxed, please use jquery as JS library, i'm sick of all the other JS libraries ....

;-) ...
35  LinuxMCE / Users / Re: Update 10.04 to 12.04 = success (at least to me) on: March 27, 2013, 12:23:02 pm
Hey,

@phenigma this script works for me now:
http://dokuwiki.knallimall.org/de/linuxmce_macmini_2010_4_1/linuxmce_1204_upgrade_script

i will try to pre answer all the prompts. After that i'm done for now and go on with qOrbiter skinning.
Currently everything i use works ootb after upgrade.... to be honest i use not even 1% of the system! ...

thanks.
ochorocho
36  LinuxMCE / Users / Re: Update 10.04 to 12.04 = success (at least to me) on: March 26, 2013, 04:18:59 pm
thanks mate ...
currently running a modified version of the script ....
last 10% of the script take 5 times the time it took me to get there .... maybe more...
i reckon this shows my skills :-D
37  LinuxMCE / Users / Re: Update 10.04 to 12.04 = success (at least to me) on: March 26, 2013, 11:20:23 am
Hey ....


here is the current Update script:

Code:
#!/bin/sh

# SET VARIABLES
backSuffix=.1004

## SOURCE LIST
sourceBackup=/etc/apt/sources.list${backSuffix}
releaseFrom=lucid
releaseName=precise

# UPGRADE LMCE
echo 'Start Upgrade  ...'

# MODIFY FILES BECAUSE OF CHANGES IN NEW VERSIONS
## SOURCES.LIST
echo 'save backup "sources.list" to' $sourceBackup '...'
cp /etc/apt/sources.list $sourceBackup
echo 'Set package entries from' $releaseFrom 'to' $releaseName
#sed -i "s/$releaseFrom/$releaseName/g" /etc/apt/sources.list
sed -i "s/beta2/unstable/g" /etc/apt/sources.list

## MYSQL
mysqlUtf8='default-'
mysqlUtf8Comment='#default-'
mySqlConf=/etc/mysql/my.cnf${backSuffix}

## MYSQL
echo 'save backup "my.cnf" to ' $mySqlConf '...'
cp /etc/mysql/my.cnf ${mySqlConf}
echo 'Set value in my.cnf from' $mysqlUtf8 'to' $mysqlUtf8Comment
sed -i "s/$mysqlUtf8/$mysqlUtf8Comment/g" /etc/mysql/my.cnf
sed -i "s/$mysqlUtf8/$mysqlUtf8Comment/g" /etc/mysql/conf.d/lmce-my.cnf

echo '### do-release-upgrade'
do-release-upgrade -mode=desktop

echo '### REENABLE THIRD PARTY SOURCES'
sed -i "s/# deb/deb/g" /etc/apt/sources.list

echo '### MAKE SURE ALL PACKAGES ARE CONFIGURED'
apt-get update
apt-get -y --force-yes install xorg xserver-xorg
apt-get -y --force-yes install pluto-dcerouter
/usr/pluto/bin/ConfirmDependencies -h localhost -u root -o 20 -f -d 1 install > /usr/pluto/bin/verifyinstallation.sh && chmod +x /usr/pluto/bin/verifyinstallation.sh && /usr/pluto/bin/verifyinstallation.sh
apt-get -y dist-upgrade

echo '12.04 installed? ...'

i tried it serveral times in my VM to update  from 10.04 to 12.04 but after "do-release-upgrade" my lan connection is almost dead.
It might run well on a "normal" (not VM) install.

If anyone knoww howto fix this or what is causing the slow lan connection after "do-release-upgrade" please help me! :-)

cheers,
ochorocho
38  LinuxMCE / Users / Re: Update 10.04 to 12.04 = success (at least to me) on: March 18, 2013, 12:40:51 pm
Hey ...

Thanks!
Current process is:

1. Search google for a solution
2. change script
3. run script (... wait for 2+ hours till it get stuck)
4. revert VM and start with #1 again ....

i hope i'm getting closer :-/ ... i found a couple of promising suggestions ...

Cheers,
ochorocho
39  LinuxMCE / Users / Re: Intel NUC on: March 17, 2013, 09:31:31 am
i cant tell if ur intel graphics will work.
i tried a intel card once and it worked somehow, but nvidia card worked way better ootb...
This was some time ago.

intel cards might work better nowadays.
40  LinuxMCE / Users / Re: Update 8.10 to 12.04 = success (at least to me) on: March 17, 2013, 09:25:58 am
Hey .... currently working on it ...

i test the install on VM before release it ... :-)
its running quite well atm, the only thing is mysql needs to be restarted during "apt-get dist-upgrade" which fails. when i restart mysql manually the script goes on ...

Leaving stuff unconfigured while doing dist-upgrade worked for me, but i did a "dpkg --configure -a" afterwards....

give me a few more hours, as said, the script now works not to bad .... testing takes its time here...
41  LinuxMCE / Users / Re: Intel NUC on: March 17, 2013, 04:00:36 am
Hey ...

i run a usb Adapter as well....
It requires the ASIX driver in most case. I got the apple one.

installed like this:
http://dokuwiki.knallimall.org/de/linuxmce_macmini_2010_4_1/linuxmce_1004_dvd_installer#install_apple_usb_ethernet

ochorocho
42  LinuxMCE / Users / Re: Update 10.04 to 12.04 = success (at least to me) on: March 15, 2013, 01:26:51 am
hey ....

i should rename it into 1004 to 1204 !!!

sorry for the confusion.

can i rename the post? ....
43  LinuxMCE / Users / Re: Update 8.10 to 12.04 = success (at least to me) on: March 15, 2013, 12:00:11 am
hey ...

i wrote a little script which aims to make the upgrade process a bit smother.
it changes a few lines in the config of mysql and upnp. It prepares sources.list for precise.
before changeing the file will be backed up in *.1004.

download it from here:
http://dokuwiki.knallimall.org/de/linuxmce_macmini_2010_4_1/linuxmce_1204_upgrade_script

i need people to test it.
Its experimental! So if anything goes wrong while using this script let me know.

cheer,
ochorocho
44  LinuxMCE / Users / Re: Update 8.10 to 12.04 = success (at least to me) on: March 14, 2013, 09:15:35 am
yes, sir!

shoudn't be to much effort... :-)
45  LinuxMCE / Users / Update 10.04 to 12.04 = success (at least to me) on: March 13, 2013, 11:42:43 pm
Hey ...

i upgraded my LMCE 810 to LMCE 1204 and from the current point of view it was a success story for me as a semi skilled programmer.

With the help of Google i was able to fix all the install issues i had.

Here is what i roughly did:
http://dokuwiki.knallimall.org/de/linuxmce_macmini_2010_4_1/linuxmce_1204_upgrade

For now i couldn't find any big issue ... i'm not using any special equipment, currently its more a HTPC than a home automation system.

Parts of the System i tested till now:
  • VDR works
  • both network cards work
  • NVIDIA graphics works
  • AvWizard detected audio correctly and played sounds nicely

i expected the upgrade driving me nuts, but it was quite easy ... :-)

thoughts and questions are welcome :-)

ochorocho
Pages: 1 2 [3] 4 5 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!