Jump to content


Photo

Error delete ccam.


  • Please log in to reply
5 replies to this topic

#1 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 24 November 2019 - 10:18

Good afternoon.Tell me please.Thud branch(master brunch also),my build.Installed ccam2.3.2.It works,I want to delete it,but I can’t.

 

Attached Files


Edited by foxbob, 24 November 2019 - 10:20.


Re: Error delete ccam. #2 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 24 November 2019 - 13:02

Message is prerm script failed.
Are you able to extract the script out of the ipk? Or search it under /var/lib/opkg?

Then post content here or better debug it by yourself. Can’t do it myself today.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Error delete ccam. #3 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 24 November 2019 - 14:26

enigma2-plugin-softcams-cccam.prerm

set -e
	/etc/init.d/softcam.CCcam stop
	OLDLINK="`readlink -f /etc/init.d/softcam`"
	if [ "${OLDLINK}" = "/etc/init.d/softcam.CCcam" ]
	then
		echo "CCcam was selected, now selecting None as softcam"
		rm -f "/etc/init.d/softcam"
		ln -s "softcam.None" "/etc/init.d/softcam"
	fi


Re: Error delete ccam. #4 WanWizard

  • PLi® Core member
  • 68,312 posts

+1,719
Excellent

Posted 24 November 2019 - 16:01

This will fail

ln -s "softcam.None" "/etc/init.d/softcam"

if the current directory isn't /etc/init.d.

 

Perhaps something changed in thud?

 

I've added the path in develop, so it will be in thud on the next rebase.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Error delete ccam. #5 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 24 November 2019 - 16:26

I’m still considering to move the softcam selection from softlink to config (for 8.0/7.3), so with auto install/restore the preferred softcam will always be selected.

Edited by littlesat, 24 November 2019 - 16:26.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Error delete ccam. #6 foxbob

  • Senior Member
  • 612 posts

+18
Neutral

Posted 24 November 2019 - 19:07

Thanks It works.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users