Ohhh sorry, I not explained itself.. I not reflashed yet... I trying to resolve this problem without reflash. If I will reflash all will work fine. Inception package include this 2 packages: Code: aegis-local-source-policy inception-bin Inception itself installed without any problem/errors, but when I need activate it via: devel-su -c /usr/sbin/pasiv it should install this 2 packages, but it get error like you saw before. I also tried install them manually, but I got the same result... This packages not installed: Code: RM696-21-3_PR_001:~# dpkg-query -W -f='${Status}\n' aegis-local-source-policy | grep installed | awk '{print $3}' | head -1 not-installed RM696-21-3_PR_001:~# dpkg-query -W -f='${Status}\n' inception-bin | grep installed | awk '{print $3}' | head -1 not-installed RM696-21-3_PR_001:~# But I get this error: Code: Aegis rejecting /usr/lib/inception/inception-bin_0.2.5_armel.deb: package 'inception-bin' already installed from 'com.nokia.maemo/local' -- not replacing it from unknown origin Aegis rejecting /usr/lib/inception/aegis-local-source-policy_0.2.5_all.deb: package 'aegis-local-source-policy' already installed from 'com.nokia.maemo' -- not replacing it from unknown origin aegis aborting dpkg -- all listed package files rejected Compilation failed in require. But if I will run this checking commands: Code: RM696-21-3_PR_001:~# dpkg -l inception > /dev/null 2>&1; echo $? 0 RM696-21-3_PR_001:~# dpkg -l inception-bin > /dev/null 2>&1; echo $? 0 RM696-21-3_PR_001:~# dpkg -l aegis-local-source-policy > /dev/null 2>&1; echo $? 0 RM696-21-3_PR_001:~# It say all this packages installed (same like with aegisctl), that mean system read some file, that I don't know which one, and think it installed..
aegis-local-source-policy inception-bin
RM696-21-3_PR_001:~# dpkg-query -W -f='${Status}\n' aegis-local-source-policy | grep installed | awk '{print $3}' | head -1 not-installed RM696-21-3_PR_001:~# dpkg-query -W -f='${Status}\n' inception-bin | grep installed | awk '{print $3}' | head -1 not-installed RM696-21-3_PR_001:~#
Aegis rejecting /usr/lib/inception/inception-bin_0.2.5_armel.deb: package 'inception-bin' already installed from 'com.nokia.maemo/local' -- not replacing it from unknown origin Aegis rejecting /usr/lib/inception/aegis-local-source-policy_0.2.5_all.deb: package 'aegis-local-source-policy' already installed from 'com.nokia.maemo' -- not replacing it from unknown origin aegis aborting dpkg -- all listed package files rejected Compilation failed in require.
RM696-21-3_PR_001:~# dpkg -l inception > /dev/null 2>&1; echo $? 0 RM696-21-3_PR_001:~# dpkg -l inception-bin > /dev/null 2>&1; echo $? 0 RM696-21-3_PR_001:~# dpkg -l aegis-local-source-policy > /dev/null 2>&1; echo $? 0 RM696-21-3_PR_001:~#