Reply
Thread Tools
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#2881
Originally Posted by Phoenix986 View Post
Code:
Choose the numbers: 0

Do not continue unless you fully trust the package you are about to install.

Password for 'root':
Package system-ui has package signature (origin 'com.nokia.maemo/local')
(Lettura del database... 59795 file e directory attualmente installati.)
Preparativi per sostituire system-ui v.1.3.2-1+0m8 (utilizzando /var/tmp/inception/pkg_lv2LZ7)...
Estrazione del sostituto di system-ui...
aegis-installing system-ui (from 'com.nokia.maemo/local')
Configurazione di system-ui (1.3.2-1+0m8)...
mkdir: can't create directory '/home/user/.status-menu': Permission denied
cp: can't create '/home/user/.status-menu/': Is a directory
cp: can't create '/home/user/.status-menu/': Is a directory
cp: can't create '/home/user/.status-menu/': Is a directory
chown: /home/user/.status-menu/: No such file or directory
xsession/sysuid start/running, process 4728
Elaborazione dei trigger per applauncherd-launcher...
sh: can't create /home/user/.status-menu/items-order.conf: nonexistent directory
sh: can't create /home/user/.status-menu/top-order.conf: nonexistent directory
sh: can't create /home/user/.status-menu/pannable-order.conf: nonexistent directory
It is the same problem than me. So please try that. Uninstall all tweak T. Then create the .status-menu directory and reinstall tweak T
 
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#2882
Schturman, if you want I do any tests, let me know
 
Posts: 40 | Thanked: 6 times | Joined on Jul 2011
#2883
Originally Posted by mousse04 View Post
It is the same problem than me. So please try that. Uninstall all tweak T. Then create the .status-menu directory and reinstall tweak T
Code:
Choose the numbers: 0

Do not continue unless you fully trust the package you are about to install.

Password for 'root':
Package system-ui has package signature (origin 'com.nokia.maemo/local')
(Lettura del database... 59798 file e directory attualmente installati.)
Preparativi per sostituire system-ui v.1.3.2-1+0m8 (utilizzando /var/tmp/inception/pkg_mA3YG0)...
Estrazione del sostituto di system-ui...
aegis-installing system-ui (from 'com.nokia.maemo/local')
Configurazione di system-ui (1.3.2-1+0m8)...
cp: can't create '/home/user/.status-menu/items-order.conf': Permission denied
cp: can't create '/home/user/.status-menu/top-order.conf': Permission denied
cp: can't create '/home/user/.status-menu/pannable-order.conf': Permission denied
xsession/sysuid start/running, process 4893
Elaborazione dei trigger per applauncherd-launcher...
 
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#2884
Originally Posted by Phoenix986 View Post
Code:
Choose the numbers: 0

Do not continue unless you fully trust the package you are about to install.

Password for 'root':
Package system-ui has package signature (origin 'com.nokia.maemo/local')
(Lettura del database... 59798 file e directory attualmente installati.)
Preparativi per sostituire system-ui v.1.3.2-1+0m8 (utilizzando /var/tmp/inception/pkg_mA3YG0)...
Estrazione del sostituto di system-ui...
aegis-installing system-ui (from 'com.nokia.maemo/local')
Configurazione di system-ui (1.3.2-1+0m8)...
cp: can't create '/home/user/.status-menu/items-order.conf': Permission denied
cp: can't create '/home/user/.status-menu/top-order.conf': Permission denied
cp: can't create '/home/user/.status-menu/pannable-order.conf': Permission denied
xsession/sysuid start/running, process 4893
Elaborazione dei trigger per applauncherd-launcher...
great now it should work
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#2885
Thanks, I saw log...
It very strange, that on my device it installed without any problem....
I will ask Coderus, to change the creation of /home/user/.status-menu/ from root, directly to user....
This is what come from postinst script:
Code:
mkdir -p /home/user/.status-menu

if [ ! -f /home/user/.status-menu/items-order.conf ]; then
  cp -v /etc/status-menu/items-order.conf /home/user/.status-menu/
fi
if [ ! -f /home/user/.status-menu/top-order.conf ]; then
  cp -v /etc/status-menu/top-order.conf /home/user/.status-menu/
fi
if [ ! -f /home/user/.status-menu/pannable-order.conf ]; then
  cp -v /etc/status-menu/pannable-order.conf /home/user/.status-menu/
fi

chown -R user:users /home/user/.status-menu/
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#2886
Originally Posted by Schturman View Post
Thanks, I saw log...
It very strange, that on my device it installed without any problem....
I will ask Coderus, to change the creation of /home/user/.status-menu/ from root, directly to user....
This is what come from postinst script:
Code:
mkdir -p /home/user/.status-menu

if [ ! -f /home/user/.status-menu/items-order.conf ]; then
  cp -v /etc/status-menu/items-order.conf /home/user/.status-menu/
fi
if [ ! -f /home/user/.status-menu/top-order.conf ]; then
  cp -v /etc/status-menu/top-order.conf /home/user/.status-menu/
fi
if [ ! -f /home/user/.status-menu/pannable-order.conf ]; then
  cp -v /etc/status-menu/pannable-order.conf /home/user/.status-menu/
fi

chown -R user:users /home/user/.status-menu/
Any clues why it works for some and doesn't work for others?
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#2887
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#2888
Originally Posted by mousse04 View Post
Any clues why it works for some and doesn't work for others?
I can think about only one reason...
When I tested in the first time that Coderus added this option for with .status-menu folder.
I created this folder manually and tested, And never have this problem... In uninstallation process this folder removed and in installation process this folder created again without any problem.

Try now to remove all this stuff again and install it again from 0.. I'm sure you will get full and correct installation..
Try this...
 
Posts: 443 | Thanked: 282 times | Joined on Oct 2011 @ Grenoble, France
#2889
Originally Posted by Schturman View Post
I can think about only one reason...
When I tested in the first time that Coderus added this option for with .status-menu folder.
I created this folder manually and tested, And never have this problem... In uninstallation process this folder removed and in installation process this folder created again without any problem.

Try now to remove all this stuff again and install it again from 0.. I'm sure you will get full and correct installation..
Try this...
Sorry you are wrong !!!! Doesn't work and the same message is back (can't create .status-menu : permission denied)

Last edited by mousse04; 2012-09-16 at 20:57.
 

The Following 2 Users Say Thank You to mousse04 For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#2890
Hmmm.. Weird... I don't know another reason, why my phone accept this and your not Ok, will wait for update from Coderus (I hope...)
 
Reply

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

Thread Tools

 
Forum Jump


All times are GMT. The time now is 06:53.