View Single Post
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#77
Originally Posted by -Tyler- View Post
yeah killall sshd works under devel-su and i get the BSW the moment i turn on developer mode, the N9 reboots and get the BSW LOL!!

- One question I install the MeeCatalog and activate the three repositories that comes with it and i surprinsingly see the packet:

easy-deb-chroot

I didn't know easy debian was already running in N9!! fantastic!! i try to install it, get an error and then get a nasty problem of dependencies i can no longer install another aplication and when i try to solve the problem in the terminal under devel-su, with:

apt-get -f install

it says i need to install the package python-minimal so i say YES to install it but says, aeigis-is not goint to install python-minimal...

WTF!! aegis again?? i am into de pathed open kernel and under devel-su how is it possible?

I had to reflash again because i was unable to resolve the nasty dependency problem.
all aegis errors in apt-get are just warnings if you are on openmode. they are occasionally useful warnings. i use --allow-unauthenticated to skip an unnecessary extra warning.

there is no easy-deb-chroot that i know of for the n9. you probably added maemo repos somehow, which would account for the missing dependencies that are very probably responsible for all your problems.

i dont know what MeeCatalog is, but there is no need for it. simply add and remove stuff in /etc/apt/sources.list.d, but be careful. {if you DONT have an open kernel, this can screw you over. i hear there are signed packages you could use if you dont have an open kernel}

here are my original repos {yours may be different; keep yours}:
Code:
root@n9:/etc/apt/sources.list.d$ cat aegis.ssu-keyring-005.list 
deb https://qa9recEP:Pat2UGuP@downloads.maemo.nokia.com/harmattan/005 ./
deb https://qa9recEP:Pat2UGuP@downloads.maemo.nokia.com/harmattan/apps ./
deb https://qa9recEP:Pat2UGuP@downloads.maemo.nokia.com/harmattan/tools ./
Code:
root@n9:/etc/apt/sources.list.d$ cat osa.list 
deb-exec /usr/bin/osa
here are my 2 extra repos:
Code:
root@n9:/etc/apt/sources.list.d$ cat harmattan-dev.list 
deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free
deb-src http://harmattan-dev.nokia.com/ harmattan/sdk free
deb http://harmattan-dev.nokia.com/ harmattan/41667a5bd857be02f487c2ce806fbf85 nokia-binaries
Code:
root@n9:/etc/apt/sources.list.d$ cat home-rzr-harmattan.list 
deb http://repo.pub.meego.com/home:/rzr:/harmattan/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/ ./
 

The Following 2 Users Say Thank You to wolke For This Useful Post: