Shrikrishna khose wrote: > I am following instructions from this link > http://ianlawrence.info/random-stuff/mobile-linux-image-creati > on-made-easy > > and getting following error while creating ubuntu-mobile > image using Moblin image creator. > > OSError: Internal error while attempting to run: > /usr/bin/apt-get -y --force-yes -o > Dir::State=/targets/N800/fs/var/lib/apt -o > Dir::State::status=/targets/N800/fs/var/lib/dpkg/status -o > Dir::Cache=/var/cache/apt -o > Dir::Etc::Sourcelist=/targets/N800/fs/etc/apt/sources.list -o > Dir::Etc::main=/targets/N800/fs/etc/apt/apt.conf -o > Dir::Etc::parts=/targets/N800/fs/etc/apt/apt.conf.d -o > DPkg::Options::=--root=/targets/N800/fs -o > DPkg::Run-Directory=/targets/N800/fs install -f > Target path: /home/shrikrishna/moblin/image/targets/N800/fs > > Also I can see few more errors : > 1) > Setting up network-manager (0.6.5-0ubuntu9) ... > * Restarting network connection manager NetworkManager > /usr/bin/tput: invalid option -- 2 > usage: tput [-V] [-S] [-T term] capname > dpkg: error processing network-manager (--configure): > subprocess post-installation script returned error exit status 1 > dpkg: dependency problems prevent configuration of > network-manager-gnome:
This is a current known issue. We are working on getting a fix in to the network-manager package which should fix this. Hopefully it will be fixed tomorrow. A workaround exists for now. Install the core package. Then manually install the network-manager package using apt-get. "apt-get install network-manager". You can do this by starting a terminal in the target. Once you have done that, then install the Fset that you wanted to install. John -- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
