Show Posts
|
|
Pages: 1 2 3 [4] 5
|
|
46
|
LinuxMCE / Users / Re: Timed Events Happening all days
|
on: August 31, 2011, 12:57:14 pm
|
|
Yeah I checked out the webadmin php code and found that too. Deleted existing, and recreated to see if it still occures. If it does I'm guessing its a bug?
|
|
|
|
|
48
|
LinuxMCE / Users / Re: NEWS: rc Time
|
on: August 23, 2011, 10:00:01 am
|
|
Excellent News, and huge thanks to ALL who have helped :-)
On another note, I'm guessing mirror server is getting hammered with people downloading the new ISO, I'm giving it another go because it got to 2.8GB and stopped, perhaps a torrent might be a better way to share the load? I also have some space on my hosted server to act as a mirror if interested?
Oh, and I'm running 10.04 on the core so I guess this doesn't effect me at the moment, accept minor non-OS dependant fix's that may filter through (scripts, etc..)?
|
|
|
|
|
50
|
LinuxMCE / Users / Re: All MDs are down
|
on: August 20, 2011, 05:07:19 pm
|
|
The failure to mount our file system relates to an entry in your PXE cfg's, example: cat /tftpboot/pxelinux.cfg/01-00-19-d1-86-3d-93 ... APPEND initrd=139/initrd.img ramdisk=10240 rw root=/dev/nfs boot=nfs nfsroot=192.168.80.1:/usr/pluto/diskless/49 ...
Which again is an nfs mount point, which again should bring you back to the post I did earlier.
|
|
|
|
|
51
|
LinuxMCE / Users / Re: All MDs are down
|
on: August 20, 2011, 02:44:54 pm
|
|
Check to make sure nfs daemon is running: /etc/init.d/nfs-kernel-server start - check the logs for any errors
I'd be checking '/etc/exports' for: ... ## BEGIN : DisklessMDRoots
/usr/pluto/diskless/46 192.168.80.0/255.255.255.0(rw,no_root_squash,no_all_squash,sync,no_subtree_check) ... If you need to make changes try 'exportfs -a -v' before trying to boot your MD's
Check the file '/etc/fstab' on each orbiter: 'cat /usr/pluto/diskless/<MD#>/etc/fstab' Look for something similar to the following: ... 192.168.80.1:/usr/pluto/diskless/46 / nfs intr,nolock,udp,rsize=32768,wsize=32768,retrans=10,timeo=50 1 1 ...
Tell us how you went? Cheers
|
|
|
|
|
52
|
LinuxMCE / Feature requests & roadmap / Linuxmce Netboot Appliances
|
on: August 19, 2011, 10:50:39 am
|
|
Hi All,
LONG story short, needed to migrate 4x1TB soft raid to 4x2TB soft raid and I wasn't able to all 8 plus OS drive in the server. After looking for a few bootable live CD's, and NAS distro's to try to get the old RAID back up and running to transfer the data to the new raid. Finally had a 'DERRRR' moment and PXE booted a PC as an MD and set the old raid up to migrate the data back to the server. So, Just an idea, but maybe it would be a good idea to have options when creating a new MD; eg: What do you want this PC to be? NAS, Squeeze-Slave pc, etc.. and then just run the appropriate script and extract the base image to the created diskless dir.
|
|
|
|
|
57
|
LinuxMCE / Users / [Solved] Embedded Audio Device
|
on: July 10, 2011, 04:02:12 am
|
Hi All, I have been reading around this weekend and have been looking into using my thinclients as headless audio devices. I have been able to get them to PXE boot as MD's ( http://www.modlog.net/?p=100) although there is a noticeable delay when starting songs, etc.. So my options so far have been: 1. squeezeos x86 install: cant successfully compile for anything other than arm processors; bootcdx86 = Fails, qemux86 = Fails. requires a lot more time investment to get them to work. 2. android x86 installed with squeeze player app installed - havent given it much thought, although in order to get squeeze app installed requires market to be installed. etc... Anywho... anyone have any ideas to make use of them as light weight audio players that will be more responsive and compatible with linuxmce 10.04? Cheers
|
|
|
|
|
58
|
LinuxMCE / Users / Re: Shutting down MD no media playing at night
|
on: June 27, 2011, 09:50:26 am
|
Adding the "PK_EventHandler" criteria, as I suspect is what you did, does not work as you want it to.
There is no way to check the status of devices (lights on/off, media playing/not playing etc) within the event criteria, so I don't think its possible to set up the event the way you want.
br, sambuca
I'm not sure how the timed event got there, but I have an event called "Watching - Home Theater" PK_EventHandler Event parameter:PK_Room = Home Theater I havent tried using it, so I'm guessing it's a lost cause? Isn't there a way to poll Xine_plugin to get filename or format etc?
|
|
|
|
|
59
|
LinuxMCE / Users / Re: lmce 1004 and MythTV
|
on: June 18, 2011, 08:39:31 am
|
|
I was having the same issue with 1004 mythtv, and looked in the myth backend logs on the MD with the tv capture card:
TVRec(3): Changing from None to WatchingLiveTV TVRec(3): HW Tuner: 3->3 TFW, Error: Opening file '/home/public/data/pvr/livetv/1073_20110618105005.mpg'. eno: Permission denied (13) TVRec(3) Error: RingBuffer '/home/public/data/pvr/livetv/1073_20110618105005.mpg' not open... TVRec(3) Error: CreateLiveTVRingBuffer() failed TVRec(3) Error: Failed to create RingBuffer 1 TVRec(3): Changing from WatchingLiveTV to None
etc.. And end up getting something similar to: All inputs are in use although Mythtv isn't recording anything... Tried changing the permissions on the directory, although it reverts back by the next time I use it to play LiveTV.
Dirty hack; a cron job: * * * * * root /bin/chmod 777 /home/public/data/pvr/livetv
Logs: /var/log/mythtv/mythbackend.log /var/log/pluto/<device#>_MythTV_Player.log
Hopes this helps.
|
|
|
|
|
60
|
LinuxMCE / Users / Re: Xine-Lib plugins?
|
on: June 10, 2011, 02:09:11 pm
|
|
Cheers Thom, Should take awhile, but worth in in the end :-) What can I say, I like pretty lights!!
|
|
|
|
|