|
811
|
LinuxMCE / Installation issues / Re: Update/upgrade MD's from core not internet?
|
on: June 11, 2011, 08:59:55 am
|
Dear All I´m very happy to see people interested on this topic, I really wish I could understand Linux more to help, I just dropped the idea but you guys are amazing  , for me you are all talking in another language but I'm starting to learn little by little. Keep up the good work, I wish I could bring the beers for moral support but I guess it will be a little bit difficult. chears! T The best help would be to test it. Of course it is doing upgrade work, which can break things, and in an experimental way, which can break things... if you wanted to test, you might make a clonezilla backup to an external drive. To test a script, just go download it (bottom of page of link, choose original format) on your core. Find it (typically in /root/Desktop if you use firefox in LMCE) and cd into the directory in a shell. Then do the following chmod +x globalUpgrades.16.sh ./globalUpgrades.16.sh save the output of that window... and report successes or failures... There are even backups made of the MDs in case things go haywire... and as I mentioned, I need to add some DB backup, and it becomes a fairly benign process.
|
|
|
|
|
813
|
LinuxMCE / Installation issues / Re: Unable to install LinuxMCE from scrach - Intrepid repositories are removed
|
on: June 10, 2011, 11:38:45 pm
|
I have just downloaded a snapshot to install LinuxMCE, but the process fails, due to Intrepid repositories set up by the install script has been removed (it was deleted 30. april).
Are there any workaround for a fresh install if LinuxMCE in todays market where Intrepid is not so hot anymore ?
GIH
The installer should automatically changed these repositories Can you please paste your sources.list (after clicking the installer) here?
|
|
|
|
|
814
|
LinuxMCE / Users / Testers needed: Preferably people with multiple sound cards (including onboard)
|
on: June 10, 2011, 10:47:12 pm
|
I have attached a script that should blow open all mixer channels on all cards. This is meant to occur before AVWizard eventually. It works for my onboard sound... but as AVWizard is doing its own switching magic, I intend to unmute and raise volume on everything (onboard, 1 card, 2 cards, whatever...) and then mute unneeded channels after AVWiz does its thing. In order to use this script, please download onto your core someplace then cd into the directory it lives in sudo su alsamixer Mute everything and exit (esc). chmod +x amix.sh ./amix.sh Then please check your alsamixer and make sure everything is unmuted and report success or failure here. Then feel free to mute everything you normally do. Also let me know if the levels are all pegged, or if they (as intended) are at 60%. I will handle the re-muting after AVWizard. Please then paste the output of a file which is created in the same directory named amix.log This is mine: cat amix.log
umamix.sh generated script #!/bin/bash amixer set -c 0 "Master Front,0" 60 unmute amixer set -c 0 "Headphone,0" 60 unmute amixer set -c 0 "PCM,0" 60 unmute amixer set -c 0 "Front,0" 60 unmute amixer set -c 0 "Front Mic,0" 60 unmute amixer set -c 0 "Surround,0" 60 unmute amixer set -c 0 "Center,0" 60 unmute amixer set -c 0 "LFE,0" 60 unmute amixer set -c 0 "Side,0" 60 unmute amixer set -c 0 "Line,0" 60 unmute amixer set -c 0 "CD,0" 60 unmute amixer set -c 0 "Mic,0" 60 unmute amixer set -c 0 "IEC958,0" 60 unmute amixer set -c 0 "IEC958 Default PCM,0" 60 unmute amixer set -c 0 "IEC958,1" 60 unmute amixer set -c 0 "Capture,0" 60 unmute amixer set -c 0 "Capture,1" 60 unmute amixer set -c 0 "Independent HP,0" 60 unmute amixer set -c 0 "Input Source,0" 60 unmute amixer set -c 0 "Smart 5.1,0" 60 unmute Mixer settings Simple mixer control 'Master Front',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 31 Mono: Front Left: Playback 31 [100%] [14.00dB] [on] Front Right: Playback 31 [100%] [14.00dB] [on] Simple mixer control 'Headphone',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 27 Mono: Front Left: Playback 27 [100%] [0.00dB] [on] Front Right: Playback 27 [100%] [0.00dB] [on] Simple mixer control 'PCM',0 Capabilities: pvolume Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 60 [24%] [-39.00dB] Front Right: Playback 60 [24%] [-39.00dB] Simple mixer control 'Front',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 27 Mono: Front Left: Playback 27 [100%] [0.00dB] [on] Front Right: Playback 27 [100%] [0.00dB] [on] Simple mixer control 'Front Mic',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 31 Mono: Front Left: Playback 31 [100%] [14.00dB] [on] Front Right: Playback 31 [100%] [14.00dB] [on] Simple mixer control 'Surround',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 27 Mono: Front Left: Playback 27 [100%] [0.00dB] [on] Front Right: Playback 27 [100%] [0.00dB] [on] Simple mixer control 'Center',0 Capabilities: pvolume pvolume-joined pswitch pswitch-joined Playback channels: Mono Limits: Playback 0 - 27 Mono: Playback 27 [100%] [0.00dB] [on] Simple mixer control 'LFE',0 Capabilities: pvolume pvolume-joined pswitch pswitch-joined Playback channels: Mono Limits: Playback 0 - 27 Mono: Playback 27 [100%] [0.00dB] [on] Simple mixer control 'Side',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 27 Mono: Front Left: Playback 27 [100%] [0.00dB] [on] Front Right: Playback 27 [100%] [0.00dB] [on] Simple mixer control 'Line',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 31 Mono: Front Left: Playback 31 [100%] [14.00dB] [on] Front Right: Playback 31 [100%] [14.00dB] [on] Simple mixer control 'CD',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 31 Mono: Front Left: Playback 31 [100%] [14.00dB] [on] Front Right: Playback 31 [100%] [14.00dB] [on] Simple mixer control 'Mic',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 31 Mono: Front Left: Playback 31 [100%] [14.00dB] [on] Front Right: Playback 31 [100%] [14.00dB] [on] Simple mixer control 'IEC958',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [on] Simple mixer control 'IEC958 Default PCM',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [on] Simple mixer control 'IEC958',1 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [on] Simple mixer control 'Capture',0 Capabilities: cvolume cswitch Capture channels: Front Left - Front Right Limits: Capture 0 - 20 Front Left: Capture 20 [100%] [35.00dB] [on] Front Right: Capture 20 [100%] [35.00dB] [on] Simple mixer control 'Capture',1 Capabilities: cvolume cswitch Capture channels: Front Left - Front Right Limits: Capture 0 - 20 Front Left: Capture 20 [100%] [35.00dB] [on] Front Right: Capture 20 [100%] [35.00dB] [on] Simple mixer control 'Independent HP',0 Capabilities: enum Items: 'OFF' 'ON' Item0: 'OFF' Simple mixer control 'Input Source',0 Capabilities: cenum Items: 'Stereo Mixer' 'Mic' 'Front Mic' 'Line' 'CD' Item0: 'Mic' Simple mixer control 'Smart 5.1',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [on]
To run on an md, as root, where XX is your moon number: cp /wherever/exists/on/core/amix.sh /usr/pluto/diskless/XX/usr/pluto/bin ssh moonXX /usr/pluto/bin/amix.sh
Then cat /usr/pluto/bin/amix.log and paste here... Thanks for those who help.
|
|
|
|
|
815
|
LinuxMCE / Users / Re: Removing orphaned TV recordings in mythtv
|
on: June 08, 2011, 01:40:05 am
|
I've used that script on .18 .21 .22 and .23 I've never had a problem. Download .23 from mythtvs website and then use the myth.find_orphans.pl from that after you uncompress. It's in the /mythtv/contrib section somewhere. Maybe the newest version of the script has been modified
Can you please post your working script here so that perhaps we can perhaps include it somewhere?
|
|
|
|
|
816
|
LinuxMCE / Installation issues / Re: ATI chipsets: Seeking testers
|
on: June 08, 2011, 01:30:03 am
|
|
No... I need to get back to this and make more dynamic changes. I made a simple change which auto-detected 2 ati chipsets, and hoped that it had been a "magic fix". It was not. The code is all there... it just needs to be "fixed".
Others are welcome to dive in.
|
|
|
|
|
817
|
LinuxMCE / Installation issues / Re: Update/upgrade MD's from core not internet?
|
on: June 06, 2011, 05:57:49 am
|
The scripts will be run from the MDs environment so the scripts need to be overridden there. Yes, the -f option should probably be used.
As for the {,.lmce-update}: the {A,B} substitutes a value of A for the first argument and substitutes the value of B for the second argument. So sometext{A,B} expands to: sometextA sometextB.
J.
I figured that part out... I guess I just don't understand where lmce-update is coming from... and how it is available to both directories... I thought that was why I was creating the TEMP environment, and why I was just moving them about to and from there. I really appreciate your help. I see now that it creates /dir/file.lmce-update and then transfers it back. Here is the latest. Had to move a bunch of stuff around. http://svn.linuxmce.org/trac.cgi/attachment/ticket/341/globalUpgrades.16.shNow I need to incorporate the system backup function (I don't know if it is more than a sql dump) and exclude some directories from the tarring process... and then make a button under computing, which ideally spawns a monitor window, sort of like the web admin does for certain functions.
|
|
|
|
|
818
|
LinuxMCE / Installation issues / Re: Update/upgrade MD's from core not internet?
|
on: June 06, 2011, 04:40:17 am
|
I also made a few changes... My understanding was that I needed to address the scripts from the core, but expect you are correct. Thank you very much. I do not understand: mv /usr/pluto/diskless/$moonDir/usr/sbin/invoke-rc.d{,.lmce-update} or mv /usr/pluto/diskless/$moonDir/usr/sbin/invoke-rc.d{.lmce-update,} Though in the Diskless_CreateTBZ.sh which I was stealing some of this method from it worked similarly. I was just moving the damned files obviously. Also, if the files exist (as we make fakes), will this methodology require a -f (force) move to avoid overwrite confirmation? How does this look? http://svn.linuxmce.org/trac.cgi/attachment/ticket/341/globalUpgrades.15.shOther than not being as pretty as yours...
|
|
|
|
|
819
|
LinuxMCE / Installation issues / Re: Update/upgrade MD's from core not internet?
|
on: June 06, 2011, 03:09:29 am
|
Great work!
An observation:
MDs already mount the core's /usr/pluto/deb-cache when they boot, for chroot upgrades the directory can be bound locally (mount --bind /usr/pluto/deb-cache /usr/pluto/diskless/XX/usr/pluto/deb-cache) on the core, negating the need to copy the .debs to the /usr/pluto/diskless/* locations. Duplicating the contents of the core's /usr/pluto/deb-cache for each MD is redundant and adds up to a huge amount of HD space.
Upgrade the core, then copy the contents of /var/cache/apt/archives/*.deb to /usr/pluto/deb-cache, run dpkg-scanpackages and gzip the Packages file. Then all MDs can have access to the latest files.
J.
Thanks for the feedback. On my 810 install, the only files that exist in the cores /var/cache/apt/archives are ones which upgrade. This is possibly a result of something in the past I have done. Yes... it took me a couple of rereads to understand, and a little poking around to confirm, but you are exactly right... and that cleans this whole process up. Thank you very much. MUCH better way to handle it. I didn't realize a lot of that... and now I don't have to edit that Packages file... yay. http://svn.linuxmce.org/trac.cgi/attachment/ticket/341/globalUpgrades.13.shThat is so much cleaner. Will test in a few. Thanks again Phenigma! I have never used --bind before... I am presuming that I can umount the second directory in the bind when I am done with the process for each MD to avoid... weirdness.
|
|
|
|
|
820
|
LinuxMCE / Installation issues / Re: Update/upgrade MD's from core not internet?
|
on: June 04, 2011, 12:09:16 am
|
http://svn.linuxmce.org/trac.cgi/attachment/ticket/341/globalUpgrades.10.shThat is where I am. Here is the output after upgrading... (note core had already been upgraded, and output was huge due to database upgrade) # /usr/pluto/bin/globalUpgrades.sh Ign file: ./ Release.gpg Ign file: ./ Translation-en_US Ign file: ./ Release Ign file: ./ Packages Ign http://debian.slimdevices.com stable Release.gpg Hit http://old-releases.ubuntu.com intrepid Release.gpg Ign http://old-releases.ubuntu.com intrepid/main Translation-en_US Ign http://old-releases.ubuntu.com intrepid/restricted Translation-en_US Ign http://archive.ubuntu.com intrepid Release.gpg Ign http://archive.ubuntu.com intrepid/main Translation-en_US Ign http://debian.slimdevices.com stable/main Translation-en_US Get:1 http://packages.medibuntu.org intrepid Release.gpg [197B] Ign http://old-releases.ubuntu.com intrepid/universe Translation-en_US Ign http://old-releases.ubuntu.com intrepid/multiverse Translation-en_US Hit http://old-releases.ubuntu.com intrepid-security Release.gpg Ign http://old-releases.ubuntu.com intrepid-security/main Translation-en_US Ign http://old-releases.ubuntu.com intrepid-security/restricted Translation-en_US Ign http://old-releases.ubuntu.com intrepid-security/multiverse Translation-en_US Ign http://old-releases.ubuntu.com intrepid-security/universe Translation-en_US Hit http://old-releases.ubuntu.com intrepid-updates Release.gpg Ign http://deb.linuxmce.org intrepid Release.gpg Ign http://deb.linuxmce.org intrepid/beta2 Translation-en_US Ign http://deb.linuxmce.org 20dev_ubuntu Release.gpg Get:2 http://debian.slimdevices.com stable Release [1645B] Ign http://old-releases.ubuntu.com intrepid-updates/main Translation-en_US Ign http://old-releases.ubuntu.com intrepid-updates/restricted Translation-en_US Ign http://archive.ubuntu.com intrepid Release Ign http://old-releases.ubuntu.com intrepid-updates/multiverse Translation-en_US Ign http://deb.linuxmce.org 20dev_ubuntu/main Translation-en_US Ign http://deb.linuxmce.org replacements_ubuntu Release.gpg Ign http://deb.linuxmce.org replacements_ubuntu/main Translation-en_US Ign http://deb.linuxmce.org intrepid Release Ign http://old-releases.ubuntu.com intrepid-updates/universe Translation-en_US Ign http://old-releases.ubuntu.com replacements_debian Release.gpg Ign http://old-releases.ubuntu.com replacements_debian/main Translation-en_US Hit http://old-releases.ubuntu.com intrepid Release Hit http://old-releases.ubuntu.com intrepid-security Release Ign http://debian.slimdevices.com stable/main Packages Ign http://archive.ubuntu.com intrepid/main Packages Ign http://packages.medibuntu.org intrepid/free Translation-en_US Hit http://debian.slimdevices.com stable/main Packages Ign http://deb.linuxmce.org 20dev_ubuntu Release Ign http://deb.linuxmce.org replacements_ubuntu Release Hit http://old-releases.ubuntu.com intrepid-updates Release Err http://archive.ubuntu.com intrepid/main Packages 404 Not Found [IP: 91.189.88.140 80] Ign http://old-releases.ubuntu.com replacements_debian Release Ign http://deb.linuxmce.org intrepid/beta2 Packages Hit http://old-releases.ubuntu.com intrepid/main Packages Hit http://old-releases.ubuntu.com intrepid/restricted Packages Hit http://old-releases.ubuntu.com intrepid/universe Packages Hit http://old-releases.ubuntu.com intrepid/multiverse Packages Hit http://old-releases.ubuntu.com intrepid/main Sources Hit http://old-releases.ubuntu.com intrepid/restricted Sources Ign http://packages.medibuntu.org intrepid/non-free Translation-en_US Hit http://old-releases.ubuntu.com intrepid/multiverse Sources Hit http://old-releases.ubuntu.com intrepid/universe Sources Hit http://old-releases.ubuntu.com intrepid-security/main Packages Hit http://old-releases.ubuntu.com intrepid-security/restricted Packages Ign http://deb.linuxmce.org 20dev_ubuntu/main Packages Hit http://old-releases.ubuntu.com intrepid-security/multiverse Packages Hit http://old-releases.ubuntu.com intrepid-security/universe Packages Hit http://old-releases.ubuntu.com intrepid-security/main Sources Hit http://old-releases.ubuntu.com intrepid-security/restricted Sources Hit http://old-releases.ubuntu.com intrepid-security/multiverse Sources Hit http://old-releases.ubuntu.com intrepid-security/universe Sources Hit http://old-releases.ubuntu.com intrepid-updates/main Packages Ign http://deb.linuxmce.org replacements_ubuntu/main Packages Hit http://old-releases.ubuntu.com intrepid-updates/restricted Packages Hit http://old-releases.ubuntu.com intrepid-updates/multiverse Packages Hit http://old-releases.ubuntu.com intrepid-updates/universe Packages Hit http://old-releases.ubuntu.com intrepid-updates/main Sources Hit http://old-releases.ubuntu.com intrepid-updates/restricted Sources Hit http://old-releases.ubuntu.com intrepid-updates/multiverse Sources Hit http://packages.medibuntu.org intrepid Release Hit http://old-releases.ubuntu.com intrepid-updates/universe Sources Ign http://old-releases.ubuntu.com replacements_debian/main Packages Hit http://deb.linuxmce.org intrepid/beta2 Packages Err http://old-releases.ubuntu.com replacements_debian/main Packages 404 Not Found Hit http://deb.linuxmce.org 20dev_ubuntu/main Packages Hit http://packages.medibuntu.org intrepid/free Packages Hit http://deb.linuxmce.org replacements_ubuntu/main Packages Hit http://packages.medibuntu.org intrepid/non-free Packages Fetched 198B in 2s (85B/s) W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/intrepid/main/binary-i386/Packages.gz 404 Not Found [IP: 91.189.88.140 80]
W: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/replacements_debian/main/binary-i386/Packages.gz 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead. Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Core upgraded, tarring Media Directors touch: cannot touch `/tmp/tmp.viWgH27643/etc/chroot-install': No such file or directory mv: cannot stat `/tmp/tmp.viWgH27643/usr/sbin/invoke-rc.d': No such file or directory mv: cannot stat `/tmp/tmp.viWgH27643/sbin/start-stop-daemon': No such file or directory /usr/pluto/bin/globalUpgrade.sh: line 21: /tmp/tmp.viWgH27643/usr/sbin/invoke-rc.d: No such file or directory /usr/pluto/bin/globalUpgrade.sh: line 22: /tmp/tmp.viWgH27643/sbin/start-stop-daemon: No such file or directory chmod: cannot access `/tmp/tmp.viWgH27643/usr/sbin/invoke-rc.d': No such file or directory chmod: cannot access `/tmp/tmp.viWgH27643/sbin/start-stop-daemon': No such file or directory ! Package pluto-system-database (filename /var/cache/apt/archives/pluto-system-database_2.0.0.44.11041123890_i386.deb) is repeat; ignored that one and using data from /var/cache/apt/archives/pluto-system-database_2.0.0.44.11052524012_i386.deb ! ! Package pluto-boot-scripts (filename /var/cache/apt/archives/pluto-boot-scripts_2.0.0.44.11032623855_i386.deb) is repeat; ignored that one and using data from /var/cache/apt/archives/pluto-boot-scripts_2.0.0.44.11052524012_i386.deb ! ! Package pluto-website-admin (filename /var/cache/apt/archives/pluto-website-admin_2.0.0.44.11041423901_i386.deb) is repeat; ignored that one and using data from /var/cache/apt/archives/pluto-website-admin_2.0.0.44.11052524012_i386.deb ! ** Packages in archive but missing from override file: ** lmce-game-player lmce-game-plugin lmce-mediatomb lmce-sdlmame lmce- sdlmess pluto-avwizard pluto-boot-scripts pluto-media-database pluto-mythtv-plugin pluto-orbiter pluto-orbitergen pluto-pnp- detection pluto-proxy-orbiter pluto-simplephone pluto-std-plugins pluto-system-database pluto-updateentarea pluto-updatemedia pluto- website-admin pluto-xine-plugin pluto-zwave-lighting
Wrote 21 entries to output Packages file. cp: omitting directory `/var/cache/apt/archives/partial' Ign file: ./ Release.gpg Ign file: ./ Release Ign file: ./ Packages Reading package lists... Done ping: unknown host moon Reading package lists... Done Building dependency tree Reading state information... Done The following packages have been kept back: mythtv-backend mythtv-common mythtv-database mythtv-frontend The following packages will be upgraded: pluto-avwizard pluto-boot-scripts pluto-orbiter pluto-pnp-detection pluto-simplephone 5 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. Need to get 0B/25.2MB of archives. After this operation, 3178kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! pluto-avwizard pluto-pnp-detection pluto-boot-scripts pluto-simplephone pluto-orbiter Authentication warning overridden. Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 113779 files and directories currently installed.) Preparing to replace pluto-avwizard 2.0.0.44.11012423661 (using .../pluto-avwizard_2.0.0.44.11041123890_i386.deb) ... Unpacking replacement pluto-avwizard ... Preparing to replace pluto-pnp-detection 2.0.0.44.11030723802 (using .../pluto-pnp-detection_2.0.0.44.11052524012_i386.deb) ... Unpacking replacement pluto-pnp-detection ... Preparing to replace pluto-boot-scripts 2.0.0.44.11030723802 (using .../pluto-boot-scripts_2.0.0.44.11052524012_i386.deb) ... Leaving `diversion of /usr/sbin/NetworkManager to /usr/sbin/NetworkManager.wraped by pluto-boot-scripts' Unpacking replacement pluto-boot-scripts ... Preparing to replace pluto-simplephone 2.0.0.44.11012423661 (using .../pluto-simplephone_2.0.0.44.11041123890_i386.deb) ... Unpacking replacement pluto-simplephone ... Preparing to replace pluto-orbiter 2.0.0.44.11030723802 (using .../pluto-orbiter_2.0.0.44.11052524012_i386.deb) ... Unpacking replacement pluto-orbiter ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up pluto-avwizard (2.0.0.44.11041123890) ...
Setting up pluto-pnp-detection (2.0.0.44.11052524012) ... Setting up pluto-boot-scripts (2.0.0.44.11052524012) ... Installing new version of config file /etc/init.d/linuxmce ...
Setting up pluto-simplephone (2.0.0.44.11041123890) ...
Setting up pluto-orbiter (2.0.0.44.11052524012) ... Upgrading from version '2.0.0.44.11030723802'. Not setting up X again
Moon57 upgraded cp: omitting directory `/var/cache/apt/archives/partial' Ign file: ./ Release.gpg Ign file: ./ Release Ign file: ./ Packages Reading package lists... Done ping: unknown host moon Reading package lists... Done Building dependency tree Reading state information... Done The following packages have been kept back: mythtv-backend mythtv-common mythtv-database mythtv-frontend The following packages will be upgraded: lmce-game-player lmce-sdlmame lmce-sdlmess pluto-avwizard pluto-boot-scripts pluto-orbiter pluto-pnp-detection pluto-simplephone 8 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. Need to get 0B/48.9MB of archives. After this operation, 20.4MB disk space will be freed. WARNING: The following packages cannot be authenticated! lmce-sdlmame lmce-sdlmess lmce-game-player pluto-avwizard pluto-pnp-detection pluto-boot-scripts pluto-simplephone pluto-orbiter Authentication warning overridden. Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 113455 files and directories currently installed.) Preparing to replace lmce-sdlmame 2.0.0.44.11012423661 (using .../lmce-sdlmame_2.0.0.44.11052524012_i386.deb) ... Unpacking replacement lmce-sdlmame ... Preparing to replace lmce-sdlmess 2.0.0.44.11012423661 (using .../lmce-sdlmess_2.0.0.44.11052524012_i386.deb) ... Unpacking replacement lmce-sdlmess ... Preparing to replace lmce-game-player 2.0.0.44.11012423661 (using .../lmce-game-player_2.0.0.44.11052524012_i386.deb) ... Unpacking replacement lmce-game-player ... Preparing to replace pluto-avwizard 2.0.0.44.11012423661 (using .../pluto-avwizard_2.0.0.44.11041123890_i386.deb) ... Unpacking replacement pluto-avwizard ... Preparing to replace pluto-pnp-detection 2.0.0.44.11030723802 (using .../pluto-pnp-detection_2.0.0.44.11052524012_i386.deb) ... Unpacking replacement pluto-pnp-detection ... Preparing to replace pluto-boot-scripts 2.0.0.44.11030723802 (using .../pluto-boot-scripts_2.0.0.44.11052524012_i386.deb) ... Leaving `diversion of /usr/sbin/NetworkManager to /usr/sbin/NetworkManager.wraped by pluto-boot-scripts' Unpacking replacement pluto-boot-scripts ... Preparing to replace pluto-simplephone 2.0.0.44.11012423661 (using .../pluto-simplephone_2.0.0.44.11041123890_i386.deb) ... Unpacking replacement pluto-simplephone ... Preparing to replace pluto-orbiter 2.0.0.44.11030723802 (using .../pluto-orbiter_2.0.0.44.11052524012_i386.deb) ... Unpacking replacement pluto-orbiter ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up lmce-sdlmame (2.0.0.44.11052524012) ... Setting up lmce-sdlmess (2.0.0.44.11052524012) ... Setting up lmce-game-player (2.0.0.44.11052524012) ...
Setting up pluto-avwizard (2.0.0.44.11041123890) ...
Setting up pluto-pnp-detection (2.0.0.44.11052524012) ... Setting up pluto-boot-scripts (2.0.0.44.11052524012) ... Installing new version of config file /etc/init.d/linuxmce ...
Setting up pluto-simplephone (2.0.0.44.11041123890) ...
Setting up pluto-orbiter (2.0.0.44.11052524012) ... Upgrading from version '2.0.0.44.11030723802'. Not setting up X again
Moon69 upgraded cp: omitting directory `/var/cache/apt/archives/partial' Ign file: ./ Release.gpg Ign file: ./ Release Ign file: ./ Packages Reading package lists... Done ping: unknown host moon Reading package lists... Done Building dependency tree Reading state information... Done The following packages have been kept back: mythtv-backend mythtv-common mythtv-database mythtv-frontend The following packages will be upgraded: pluto-avwizard pluto-boot-scripts pluto-orbiter pluto-pnp-detection pluto-simplephone 5 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. Need to get 0B/25.2MB of archives. After this operation, 3178kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! pluto-avwizard pluto-pnp-detection pluto-boot-scripts pluto-simplephone pluto-orbiter Authentication warning overridden. Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 113450 files and directories currently installed.) Preparing to replace pluto-avwizard 2.0.0.44.11012423661 (using .../pluto-avwizard_2.0.0.44.11041123890_i386.deb) ... Unpacking replacement pluto-avwizard ... Preparing to replace pluto-pnp-detection 2.0.0.44.11030723802 (using .../pluto-pnp-detection_2.0.0.44.11052524012_i386.deb) ... Unpacking replacement pluto-pnp-detection ... Preparing to replace pluto-boot-scripts 2.0.0.44.11030723802 (using .../pluto-boot-scripts_2.0.0.44.11052524012_i386.deb) ... Leaving `diversion of /usr/sbin/NetworkManager to /usr/sbin/NetworkManager.wraped by pluto-boot-scripts' Unpacking replacement pluto-boot-scripts ... Preparing to replace pluto-simplephone 2.0.0.44.11012423661 (using .../pluto-simplephone_2.0.0.44.11041123890_i386.deb) ... Unpacking replacement pluto-simplephone ... Preparing to replace pluto-orbiter 2.0.0.44.11030723802 (using .../pluto-orbiter_2.0.0.44.11052524012_i386.deb) ... Unpacking replacement pluto-orbiter ... Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up pluto-avwizard (2.0.0.44.11041123890) ...
Setting up pluto-pnp-detection (2.0.0.44.11052524012) ... Setting up pluto-boot-scripts (2.0.0.44.11052524012) ... Installing new version of config file /etc/init.d/linuxmce ...
Setting up pluto-simplephone (2.0.0.44.11041123890) ...
Setting up pluto-orbiter (2.0.0.44.11052524012) ... Upgrading from version '2.0.0.44.11030723802'. Not setting up X again
Moon82 upgraded I clearly have a couple things to fix, and a few things I already have. ***The latest script is untested. I believe it works as desired. Will test shortly... including force closing to test the trap.
|
|
|
|
|
821
|
LinuxMCE / Installation issues / Re: Update/upgrade MD's from core not internet?
|
on: June 03, 2011, 05:43:05 pm
|
|
There is... but I believe this does not address MDs. I am thinking of just a global update button you can click if you want. I am also going to tar all of the md directories on the core, and try and use the systems db backup in case things go terribly wrong.
hari: done
Everyone else: completely redoing this and chrooting the MDs for upgrade. Ignore that first stumble into the idea. And the ticket has been closed. So much for a quick attack.
|
|
|
|
|
823
|
LinuxMCE / Installation issues / Re: Latest Snapshot + Kubuntu Installed but no LinuxMCE
|
on: May 13, 2011, 11:03:19 pm
|
Ok, orbiter regen is finished, but no on screen orbiter. Just a black screen with a mouse cursor.
Lets just think it is like windows machine, and reboot for every minor change.
After the reboot only a black screen with a mouse cursor.
Is there a way to manually start the orbiter?
Dap-P, that is too much effort. Something(s) didn't install. Try just downloading the snapshot, choosing the "Install LinuxMCE" option, then just clicking the button. The sources are changed automatically, as are the update/dist-upgrade. Still ignore any Kdesudo errors. Please report back on progress, and let me know what country you are in.
|
|
|
|
|
824
|
LinuxMCE / Users / Re: Ceton cableCARD tuner
|
on: May 03, 2011, 09:26:03 pm
|
|
* Lobs bricks at dpierovich's skull
It goes from God to TSCHAK, to HW development, to RIAA/MPAA, back to development, to cable, to you, to congress. This is not a congressional forum.
|
|
|
|
|
825
|
LinuxMCE / Installation issues / Re: ATI chipsets: Seeking testers
|
on: May 03, 2011, 05:38:46 am
|
Yes... it is not populating the appropriate fields. Alpha layering is not likely ever going to work as ATI does not handle the compositing. If you want to force yours to work you can probably add Identifier "Card0" Driver "radeon" Option "LinearAlloc" "16384"
in the Section "Device" (note: may or may not need to change your Identifier) but... it should REALLY be doing it itself. Will investigate further. Thank you again very much.
|
|
|
|
|