Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - koenb

Pages: [1]
1
Installation issues / Re: Could not start ksmserver. Check installation.
« on: January 31, 2010, 05:15:05 pm »
I got the same problem, I got my KDE back however by installing kdebase-workspace-bin, but this is not the whole KDE package.

2
Installation issues / Re: Error while apt-get update/upgrade
« on: September 05, 2009, 10:45:01 am »
Well I'm still getting (after an apt-get update):

Code: [Select]
root@dcerouter:/usr/pluto/bin# apt-get upgrade
...
...
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: syntax error near unexpected token `fi'
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: `fi'
dpkg: error processing pluto-mythtv-plugin (--configure):
 subprocess post-installation script returned error exit status 2
Setting up pluto-firewire2video4linux (2.0.0.44.0901260810) ...
FATAL: Module vloopback not found.
dpkg: error processing pluto-firewire2video4linux (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 pluto-mythtv-player
 pluto-mythtv-plugin
 pluto-firewire2video4linux
E: Sub-process /usr/bin/dpkg returned an error code (1)

It seems that the StorageDevices_Setup script is the bottleneck, can anyone post theirs?

3
Installation issues / Re: Error while apt-get update/upgrade
« on: September 04, 2009, 10:06:00 pm »
I think indeed that djmount isn't the problem, my problem is in something that runs the StorageDevices_Setup.sh script. This script seems not correct.

4
Installation issues / Re: Error while apt-get update/upgrade
« on: September 04, 2009, 09:53:25 pm »
Code: [Select]
root@dcerouter:/usr/pluto/bin# cat /etc/apt/sources.list
deb file:/usr/pluto/deb-cache/ ./
deb http://be.archive.ubuntu.com/ubuntu/ intrepid  main restricted universe multiverse
deb-src http://be.archive.ubuntu.com/ubuntu/ intrepid  main restricted universe multiverse
deb http://be.archive.ubuntu.com/ubuntu/ intrepid-updates  main restricted universe multiverse
deb-src http://be.archive.ubuntu.com/ubuntu/ intrepid-updates  main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ intrepid-security  main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ intrepid-security  main restricted universe multiverse
deb http://deb.linuxmce.org/ubuntu/ intrepid  lmce-alpha-latest lmce-alpha-latest-updates
deb http://debian.slimdevices.com/ stable  main
deb http://packages.medibuntu.org/ intrepid  free non-free
deb http://archive.ubuntu.com/ubuntu/ intrepid  main universe multiverse
deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu  main
deb http://deb.linuxmce.org/ubuntu/ replacements_ubuntu  main
# was replacements_debian

Code: [Select]
Reading package lists... Done                        
Building dependency tree                              
Reading state information... Done                    
djmount is already the newest version.                
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.                            
After this operation, 0B of additional disk space will be used.
Setting up pluto-mythtv-player (2.0.0.44.09090422265) ...      
ln: creating symbolic link `/usr/lib/libXmu.so': File exists  
 
...
...
...
/usr/pluto/bin/StorageDevices_Setup.sh: line 48: [: mountpoint: unary operator expected
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: syntax error near unexpected token `fi'
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: `fi'
dpkg: error processing pluto-mythtv-plugin (--configure):
 subprocess post-installation script returned error exit status 2
Setting up pluto-firewire2video4linux (2.0.0.44.0901260810) ...
FATAL: Module vloopback not found.
dpkg: error processing pluto-firewire2video4linux (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 pluto-mythtv-player
 pluto-mythtv-plugin
 pluto-firewire2video4linux
E: Sub-process /usr/bin/dpkg returned an error code (1)

My LinuxMCE is version is 2.0.0.44.0805082200
I'm currently running Kubuntu 8.10

Code: [Select]
root@dcerouter:/usr/pluto/bin# cat /etc/issue
Ubuntu 8.10 \n \l

5
Installation issues / Re: Error while apt-get update/upgrade
« on: September 04, 2009, 09:25:03 pm »
My apt-get update runs without any error now but in the apt-get upgrade I still get the following:

Code: [Select]
/usr/pluto/bin/StorageDevices_Setup.sh: line 49: djmount: command not found
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: syntax error near unexpected token `fi'
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: `fi'
dpkg: error processing pluto-mythtv-plugin (--configure):
 subprocess post-installation script returned error exit status 2
Setting up pluto-firewire2video4linux (2.0.0.44.0901260810) ...
FATAL: Module vloopback not found.
dpkg: error processing pluto-firewire2video4linux (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 pluto-mythtv-player
 pluto-mythtv-plugin
 pluto-firewire2video4linux
E: Sub-process /usr/bin/dpkg returned an error code (1)

The first error is caused by the following lines of code (usr/pluto/bin/StorageDevices_Setup.sh):
Code: [Select]
## Start UPNP media files client
mkdir -p /mnt/upnp
if ! mountpoint /mnt/upnp ;then
djmount -o allow_other,default_permissions /mnt/upnp
fi

if [ -f /usr/pluto/bin/storagegroups_sync.sh ]
# Call MythTV Setup to alter storage groups.
/usr/pluto/bin/storagegroups_sync.sh
fi
Is it the first "then" statement that isn't correct? Shouldn't there be a "else"?

What is the djmount command? Because apt-get install djmount gives the following:
Code: [Select]
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: syntax error near unexpected token `fi'
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: `fi'
dpkg: error processing pluto-mythtv-plugin (--configure):
 subprocess post-installation script returned error exit status 2
Setting up pluto-firewire2video4linux (2.0.0.44.0901260810) ...
FATAL: Module vloopback not found.
dpkg: error processing pluto-firewire2video4linux (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 pluto-mythtv-player
 pluto-mythtv-plugin
 pluto-firewire2video4linux
E: Sub-process /usr/bin/dpkg returned an error code (1)

6
Installation issues / Re: Error while apt-get update/upgrade
« on: September 04, 2009, 04:49:14 pm »
Internet never stopped working:

Code: [Select]
koen@dcerouter:~$ ping www.google.be
PING www.l.google.com (209.85.227.99) 56(84) bytes of data.
64 bytes from wy-in-f99.google.com (209.85.227.99): icmp_seq=1 ttl=255 time=20.8 ms
64 bytes from wy-in-f99.google.com (209.85.227.99): icmp_seq=2 ttl=255 time=19.5 ms
64 bytes from wy-in-f99.google.com (209.85.227.99): icmp_seq=3 ttl=255 time=20.8 ms
64 bytes from wy-in-f99.google.com (209.85.227.99): icmp_seq=4 ttl=255 time=19.8 ms
^C
--- www.l.google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3008ms
rtt min/avg/max/mdev = 19.567/20.289/20.867/0.584 ms

Is this sources.list entry correct?

7
Installation issues / Error while apt-get update/upgrade
« on: September 04, 2009, 10:06:45 am »
I get the following errors, can anyone  help me out?

# apt-get update
...
W: Failed to fetch http://deb.linuxmce.org/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.

# apt-get upgrade

...
/usr/pluto/bin/StorageDevices_Setup.sh: line 49: djmount: command not found
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: syntax error near unexpected token `fi'
/usr/pluto/bin/StorageDevices_Setup.sh: line 55: `fi'
dpkg: error processing pluto-mythtv-plugin (--configure):
 subprocess post-installation script returned error exit status 2
No apport report written because MaxReports is reached already
                                                              Setting up pluto-firewire2video4linux (2.0.0.44.0901260810) ...
FATAL: Module vloopback not found.
dpkg: error processing pluto-firewire2video4linux (--configure):
 subprocess post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Errors were encountered while processing:
 pluto-system-database
 pluto-dcerouter
 pluto-mythtv-player
 pluto-mythtv-plugin
 pluto-firewire2video4linux

root@dcerouter:/# uname -a
Linux dcerouter 2.6.27-14-generic #1 SMP Tue Aug 18 16:25:45 UTC 2009 i686 GNU/Linux


8
Feature requests & roadmap / Re: Future Advanced Lighting Control
« on: August 10, 2009, 08:20:56 am »
HI
i have cueserver from interactive technologies that controls my dmx512 lighting in my home, its packed full of handy features and is easy to use and setup,i have started to add a template for it in linuxmce as it can be controled over a network with ruby or,it sends and receives messages via udp or serial in ascll
can any one help with with the ruby ,all i need to do -
to turn a light on                           chxxxatyyy                                   ch=channel , xxx=a number from 1 to 512 ,at=at ,and yyy=a number from 1 to 100
to turn a light off                           chxxxrel                                       ch=channel  ,xxx=a number from  1 to 512 ,rel=release
to turn a scene on  or off              cuezzzzzgo                                 cue=cue ,zzzzz= a number from 1 to 5000 ,go=go                                       
thats it !
i hope the first part of this post is helpful and would be very grateful for a little help
thanks steve

Hi Steve,

Could you email me your code as an example?

9
Installation issues / Re: Booting as a regular desktop
« on: August 07, 2009, 11:57:46 am »
And as for a second question: If I install it in my current 0810 Kubuntu system and I upgrade this system to 0904 would it still work? Or are there features that would break on such an upgrade?

10
Installation issues / Booting as a regular desktop
« on: August 07, 2009, 11:17:43 am »
How do I configure linux 0810 alpha 2 during installation that it doesn't boot upon startup but it only starts when I hit the link on my desktop?

11
Feature requests & roadmap / Re: Future Advanced Lighting Control
« on: July 29, 2009, 11:08:58 am »
I've now a 'standard' RS232 serial interface in to which I can send DMX command strings in the sense of :
- channel @ value : 001@100
- channel + channel @ value : 002+020@050
- channel thru channel @ value : 003T014@075
- record scene : R001
- call scene : C010
- ... and some other commands (viewing incoming dmx, dmx rate, errors, ...)

I've build a microcontroller board which translates this commands into DMX strings. It also takes DMX input which gives me other control options.
For each of the commands the microcontroller responds differently with a string send back over the serial port.

How do I implement this in the linuxMCE code?
How do I attach specific lamps to a specific channel?
Where can I find documentation about this process?

Can anyone give me an example how to implement such 'standard' serial port devices and how to take them up in the LinuxMCE code? I'm an C programmer with not very much C++ experience.

PS: If people are interested in this microcontroller board, this will come available on my website soon. I'm building an RC5, IR, MIDI, AD/DA interface board also.

12
Feature requests & roadmap / Re: Future Advanced Lighting Control
« on: July 08, 2009, 09:12:41 am »
I was actually thinking of doing the same (my company already promoted a couple of FOSS DMX related master thesisses) so we have device drivers and routines around. But how do I start implementing my driver in your Linux MCE? Were do I find this explanation? We have an artnode driver and a DMX device driver and I've also some experience with the Entec USB-DMX driver.

Pages: [1]