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 - Govo

Pages: 1 ... 4 5 [6] 7 8 ... 14
76
Installation issues / Re: Issue with 12.4 video play back of mp4
« on: July 12, 2015, 08:34:19 pm »
here's another one for Dirty dancing mp4  video file

http://pastebin.com/i7vq0LY8


77
Installation issues / Re: Issue with 12.4 video play back of mp4
« on: July 12, 2015, 08:29:48 pm »
Hi  Tom

dont know if  the below is what your looking for, ssh into MD  ran screen -ls then screen  -r pid number the below was the out put.

video_out: vpts/clock error, next_vpts=-9223372036722874537 cur_vpts=131985160
video_out: vpts/clock error, next_vpts=-9223372036722874537 cur_vpts=131985167
video_out: vpts/clock error, next_vpts=-9223372036722874537 cur_vpts=131985175
xine_play
video_out: vpts/clock error, next_vpts=-9223372036722874537 cur_vpts=131985181
ffmpeg_video_dec: flushed out and displayed 2 frames.
ao_flush (loop running: 1)
video discontinuity #3, type is 3, disc_off 896640
waiting for audio discontinuity #3
audio discontinuity #3, type is 3, disc_off 896640
waiting for in_discontinuity update #3
vpts adjusted with prebuffer to 132000215
audio jump, diff=0
metronom: video jump by -11767 pts
fixing sound card drift by -2948 pts
play_internal ...done
set_speed 1000000
video_out: throwing away image with pts 132022992 because it's too old (diff : 6247).
fixing sound card drift by -2211 pts
fixing sound card drift by -1658 pts
200 frames delivered, 14 frames skipped, 3 frames discarded
set_speed 1000000
xine_play

Cheers
Gov

78
Installation issues / Issue with 12.4 video play back of mp4
« on: July 12, 2015, 03:39:32 pm »
Hi folks

the  issue,

Xine keeps crashing on certain play back of MP4 video files, the same video files played on 8.10, and play back was prefect.

LMCE install snapshot

LMCE­ 1204­ 20150630070­030841.iso   30­ Jun­ 2015   2.2Gb

( sudo upgrade completed after install )

The core is  Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)

The MD
Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express (due to be replaced)

It freezes during play back of 1 or 2 minutes and I have to kill the process.

see paste bin here http://pastebin.com/rnfe0TKb ,   look for video name 17 again

after freezing no other video will play from the library, quick reload allows me to choose different video file, but only audio plays.

Stop it and choose the same file again and I get both audio and video play back.


please advise
Gov

79
Installation issues / Owncloud loses LMCE configuration.
« on: July 11, 2015, 09:02:30 pm »
Hi Folks

Just installed 12.4 on my brand new PC, 8.10 wouldn't run on my new machine.

Decided to install owncloud and it worked no problem, but it has lost all the LMCE configurations, it looks nothing like the screen shots  on linuxmce.org .

The CSS style is gone and there is no links to LMCE storage.

Checking the system version. it has installed 8.1 of owncloud the latest release.

Is this a big problem for me, No, but I am pretty sure this isn't good for the work done by ochorocho (please correct me if I have the wrong name.)

The last time I install 12.4 in the early stages, owncloud looked pretty cool, I loved the way it looked like the LMCE forum.

This maybe something worth looking into.

Cheers
Gov

80
No problem at all.

81
Brilliant, thanks for the reply.

82
Hi posde

Thanks for the reply, but I can confirm its not in 10,4, however when I ran update to upgrade firefox, I do see these options in the lmce-admin for a proxy  and web filter but  when you  click them, you get the below error.

{ScriptTRColor}
 
Not a valid section

I guessing these are for the release of 12.4
.


Cheers
Gov


83
Hi
Just want to post this here future reference hope LMCE team don't mind, and for any one looking for transparent proxy the below works, I have it working on Linuxmce 10.4

remember I  am not responsible  if your machine breaks. but again I just want some were to future reference.

I respect the fact that squid in been worked on for the new up coming releases. as per http://wiki.linuxmce.org/index.php/Squid
and well done to the dev's.

Here'ss my quick notes to get it working  (some wording is taken from http://wiki.linuxmce.org/index.php/Installing_Dansguardian & http://wiki.linuxmce.org/index.php/Squid  )

Thank's to these wiki pages they helped a lot

sudo apt-get install squid3
edit squid3 config 
nano /etc/squid3/squid.conf
replace 
http_port 3128 to http_port 3128 transparent
Find the "acl localhost src" line and insert the following line below: "acl dcerouterlocalnet src 192.168.80.0/24"
Find the following line: # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
Under the line is one that reads "http_access allow localhost". Below this you need to insert a line allowing your local LAN; "http_access allow dcerouterlocalnet. Now save the file, and exit.


apt-get install dansguardian
nano /etc/dansguardian/dansguardian.conf
change filter port to  8081 and proxyip = 192.168.80.1
save

/etc/init.d/apache2 restart
/etc/init.d/dansguardian stop
/etc/init.d/dansguardian start
sudo /etc/init.d/squid3 restart

Edit file /usr/pluto/bin/Network_Firewall.sh from terminal

nano /usr/pluto/bin/Network_Firewall.sh OR  vi /usr/pluto/bin/Network_Firewall.sh


NOTE: check ifconfig to figure out what lan card has static address  eht0 or eth1  change the eth in the forward port rule to match lan card of static ip address from LMCE .ie 192.68.80.1

Add the below line  in just under the heading # Set some default firewall parameters before opening ports

iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8081

Then close and save  and reboot the system, visit  http://whatismyipaddress.com/proxy-check to check if proxy is working.


The normal firewall forwarding rule would not work even if  you enable it, so my work around was to setup upon booting the core.


Install proxy graph to view the hits and page catches, follow the following link.

http://askubuntu.com/questions/12420/any-idea-how-to-use-tail-f-in-squid-to-see-logging-and-processing-on-localhost

Create cronjob under root  to update chart 

crontab -e

Add the following line

*/5 * * * * cd /etc/init.d/squid-graph && ./squid-graph --tcp-only -n -o=/var/www/squid-graph/ --title="Give your report a title " < /var/log/squid3/access.log


CD into /etc/init.d/squid-graph and edit the file  nano squid-graph to add auto refresh to the html report for every 6 minutes

Locate the below line
print IDX "<H1>$title</H1>\n";

And add the below line under it

print IDX "<meta http-equiv=\"refresh\" content=\"360\" \n";


84
Installation issues / http://lmcecompatible.com error
« on: April 11, 2015, 04:26:39 pm »
Hi folks

may need to address the below error
.
Fatal error: Call-time pass-by-reference has been removed in /home/lmcecomp/public_html/wp-content/plugins/google-analytics-dashboard/gad-admin-options.php on line 272

cheers
Gov

85
Feature requests & roadmap / Mintube
« on: March 22, 2015, 11:46:05 pm »
Hi folks

Nice to add this http://flavio.tordini.org/minitube


cheers
Gov

86
Thanks for the reply but I updated my ram and ran the command again this evening, and hey its installed


Creating chroot for MD creation at: /opt/Diskless_CreateTBZ.P8t71ANhY
Wed Mar 18 20:07:14 GMT 2015 - Untarring /usr/pluto/install/PlutoMD_Debootstraped.tar.bz2
Wed Mar 18 20:08:16 GMT 2015 - Preparing the diskless system
/opt/Diskless_CreateTBZ.P8t71ANhY/usr/pluto/deb-cache/ubuntu-trusty-i386 ~
/opt/Diskless_CreateTBZ.P8t71ANhY/usr/pluto/deb-cache/ubuntu-trusty-i386 /opt/Diskless_CreateTBZ.P8t71ANhY/usr/pluto/deb-cache/ubuntu-trusty-i386 ~
/opt/Diskless_CreateTBZ.P8t71ANhY/usr/pluto/deb-cache/ubuntu-trusty-i386 ~
~
Wed Mar 18 20:15:38 GMT 2015 - Setting up /etc/apt/sources.list for ubuntu
Wed Mar 18 20:15:38 GMT 2015 - Setting up SSH
Wed Mar 18 20:15:38 GMT 2015 - Setting up kernel postinst.d/
Wed Mar 18 20:15:38 GMT 2015 - Setting up Foxconn NT330i compatability
Wed Mar 18 20:15:38 GMT 2015 - PreSeeding package installation preferences
Reading package lists...
Building dependency tree...
debconf-i18n is already the newest version.

Somethings never ceases to amaze me!

Cheers
Govo

87
My apologies, when he said memory I taught he was referring to ram, as basic  user, is it something I can fix ?


cheers
Govo

88
ah I only have 1gb memory applied, I have upped it to 3gb, don't understand it dropping the archive.ubuntu.com  tough.

will run it again.

Cheers
Govo

89
Thats strange J, I will up the memory, but it dropping for archive.ubuntu.com is strange, would you say there is a reason for this?

cheers
Govo

90
OK its done,  but its to big for pastebin

So I have uploaded it to one of my server
http://www.woodart.ie/Diskless_MD_Creation_20150317_190044.log

Please advise

Cheers
Govo

Pages: 1 ... 4 5 [6] 7 8 ... 14