notaz
Certified Guru
I don't know how you guys get into all this trouble. I can guess you did not actually have SZ Final installed before and copied the kernel manually or something, and opkg upgrade fails to do it's job from that.
The Answer is on ED initial post:
UPDATE: Changed feed lists so opkg upgrade doesn't break the system
I don't know how you guys get into all this trouble. I can guess you did not actually have SZ Final installed before and copied the kernel manually or something, and opkg upgrade fails to do it's job from that.
Well, according to the log file you mentioned on the page before, there was an error when the feedlist package was updated. Therefore, it most probably didn't install the new feed sources (which only point to our servers, not to the Angstrom ones) which was the reason opkg killed the system.
The question is: Why didn't it want to replace the feed file?
Did you edit it manually before?
That would probably prevent it from being overwritten.
They should exist but in commented out form. If they are not commented out, you probably did edit those too before upgrade.I checked on a NAND install I also upgraded to 1.52, and there the old *.conf files with www.angstrom-distribution.org also still exist. (I did not check the output of the updater PND, though).
Nope, you don't. That's why debian creates a copy of the new file (-dist) and keeps your modified one intact.
They should exist but in commented out form. If they are not commented out, you probably did edit those too before upgrade.
If anyone knows what packages do not break the system, we could include them in our feeds.
Otherwise we could try with our image builder to create as many packages as possible.
Thanks for reporting that, I've build a fixed package now and it's available for opkg upgrade.tty-console-keymap is broken for kernel 3.2:
Reproduce: Try to log out of xfce and enter "exit" as user in the login-manager slim. Then Press ALT+cursor-left until you see a login-prompt. Login as user and "sudo su -" or directly login as root if you set a password for it before.
Now try to type characters that need fn+<key> like the pipe ("|"). Many of them will not work.
Problem: /etc/init.d/keymap searches for /etc/keymap-extension-3.2.map but only the one for 2.6 exists.
Solution: "cp /etc/keymap-extension-2.6.map /etc/keymap-extension-3.2.map" then "/etc/init.d/keymap start"
That never worked in framebuffer console for some reason.something else related to the keymap: I noticed that it does not work anymore in tty/console to press and hold the cursor-keys to repeatedly move the cursor. So far I haven't found a solution. I'll let you know if i do. Please do the same.