Reply
Thread Tools
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#7511
Originally Posted by Schturman View Post
Ahhh.. Open mode... It known issue that in installation process it can close app. This is a reason that N9QT close itself..
Yes but what's the result or what to do if you have openmode? I din't get it!
__________________
OK
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7512
Originally Posted by mousse04 View Post
What this mod is supposed to do?
This is not a really mod, PP include changed system files. In this files fixed some bugs...

Originally Posted by Garp View Post
Yes but what's the result or what to do if you have openmode? I din't get it!
It simple... Just open the script of the tweak that you need and do all steps manually...
 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#7513
I uninstall openvpn and got attached message (and same when running apt-get upgrade)
E: The packet openvpn have to be reinstalled but can't find archive with it.
Is openvpn then correct uninstalled?
Attached Images
 
__________________
OK
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7514
Wait a little and try again. or run: pkill pkgmgrd twice and try again. or do it manually:
Code:
apt-get remove --purge -y openvpn openvpn-blacklist openssl-blacklist openssl libpkcs11-helper1

PS:
This is what tweak include:
Code:
devel-su user -c "/etc/init.d/openvpn stop >/dev/null 2> /dev/null"
rm -f /etc/init/apps/aopenvpn-icon-changer.conf
ststus=$(sed -n 10p /etc/dbus-1/system.d/dnsmasq.conf | awk '{print $2}' | cut -d'"' -f2)
if [[ $status == "default" ]]; then
:
else
sed -i "/<policy user=\"user\">/,/policy context=\"default\">/c\\
        <policy context=\"default\"> " /etc/dbus-1/system.d/dnsmasq.conf
fi
rm -f /usr/share/applications/flushdns* && devel-su user -c "rm -f /home/user/.local/share/applications/openvpn*"
cd /usr/share/icons/hicolor/80x80/apps && rm -f *openvpn80* flushd* && cd /usr/share/icons/hicolor/64x64/apps && rm -f *openvpn64* flushd*
cd /etc/openvpn && rm -f vpn.conf log.txt 12vpn.sh
apt-get remove --purge -y openvpn openvpn-blacklist openssl-blacklist openssl libpkcs11-helper1
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#7515
Originally Posted by Schturman View Post
Wait a little and try again. or run: pkill pkgmgrd twice and try again. or do it manually:
Code:
apt-get remove --purge -y openvpn openvpn-blacklist openssl-blacklist openssl libpkcs11-helper1

PS:
This is what tweak include:
Code:
devel-su user -c "/etc/init.d/openvpn stop >/dev/null 2> /dev/null"
rm -f /etc/init/apps/aopenvpn-icon-changer.conf
ststus=$(sed -n 10p /etc/dbus-1/system.d/dnsmasq.conf | awk '{print $2}' | cut -d'"' -f2)
if [[ $status == "default" ]]; then
:
else
sed -i "/<policy user=\"user\">/,/policy context=\"default\">/c\\
        <policy context=\"default\"> " /etc/dbus-1/system.d/dnsmasq.conf
fi
rm -f /usr/share/applications/flushdns* && devel-su user -c "rm -f /home/user/.local/share/applications/openvpn*"
cd /usr/share/icons/hicolor/80x80/apps && rm -f *openvpn80* flushd* && cd /usr/share/icons/hicolor/64x64/apps && rm -f *openvpn64* flushd*
cd /etc/openvpn && rm -f vpn.conf log.txt 12vpn.sh
apt-get remove --purge -y openvpn openvpn-blacklist openssl-blacklist openssl libpkcs11-helper1
Tried all nothing helps same message at the end manually :
~ # apt-get remove --purge -y openvpn openvpn-blacklist openssl-blacklist openss
l libpkcs11-helper1
Indlæser pakkelisterne... Færdig
Opbygger afhængighedstræ
Læser tilstandsoplysninger... Færdig
E: Pakken openvpn skal geninstalleres, men jeg kan ikke finde noget arkiv med den.
~ #
__________________
OK
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#7516
do
Code:
export LANGUAGE=C
before posting logs
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 32 | Thanked: 1 time | Joined on Apr 2013
#7517
Originally Posted by Schturman View Post
Coderus added new version of hack-installer.. I will repackage this version with new hack-installer...
herno24, yes, this is exactly a problem, but why it not installed for some people like you, I don't know...
hello it's me again. I tried both ee1 and ee2. Both start by installing aegis hack right? But qtweak always crashes when it removes the hack installer. I manually installed opensudo. I also had to manually remove inception.(it's fine right?)
also i tried to download the deb package and install it manually before i removed inception. And when i removed the package from the app manager, same thing it crashed.
it said that the aegis hack was installed but i was wondering why did it crash when uninstalling the installer?
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7518
Do you have open mode?
Copy/paste output from tweak that you used: EE-1 or EE-2
 
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#7519
Originally Posted by coderus View Post
do
Code:
export LANGUAGE=C
before posting logs
xport LANGUAGE=C
~ # apt-get remove --purge -y openvpn openvpn-b
lacklist openssl-blacklist openssl libpkcs11-he
lper1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package openvpn needs to be reinstalled, but I can't find an archive for it.
~ #
__________________
OK
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7520
Garp, Try to run apt-get update and after this run this tweak again or remove manually.
If it not help, try to install this tweak again and after this uninstall.
 

The Following User Says Thank You to Schturman For This Useful Post:
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh


 
Forum Jump


All times are GMT. The time now is 00:47.