View Single Post
Posts: 7 | Thanked: 1 time | Joined on Jul 2010
#194
I can't install it. I get an error. I am about to use XTerm to see the problem.

Code:
BusyBox v1.6.1 (2010-08-15 19:12:28 BST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot
Root shell enabled


BusyBox v1.6.1 (2010-08-15 19:12:28 BST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # apt-get install easy-deb-chroot
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  unrar unzip libqt4-dbus libqtcore4 libqt4-xml libqt4-designer libqtgui4
  libqt4-phonon libqt4-script
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  dmsetup easy-chroot
The following NEW packages will be installed:
  dmsetup easy-chroot easy-deb-chroot
0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded.
Need to get 324kB of archives.
After unpacking 1057kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  dmsetup easy-chroot easy-deb-chroot
Install these packages without verification [y/N]? y
Get:1 http://repository.maemo.org diablo/free dmsetup 2:1.02.27-maemo5 [37.1kB]
Get:2 http://repository.maemo.org diablo/free easy-chroot 0.2.3-1diablo1 [74.0kB]
Get:3 http://repository.maemo.org diablo/free easy-deb-chroot 0.9.35-2diablo1 [213kB]
Fetched 324kB in 2s (155kB/s)
Selecting previously deselected package dmsetup.
(Reading database ... 19430 files and directories currently installed.)
Unpacking dmsetup (from .../dmsetup_2%3a1.02.27-maemo5_armel.deb) ...
Selecting previously deselected package easy-chroot.
Unpacking easy-chroot (from .../easy-chroot_0.2.3-1diablo1_armel.deb) ...
Selecting previously deselected package easy-deb-chroot.
Unpacking easy-deb-chroot (from .../easy-deb-chroot_0.9.35-2diablo1_armel.deb) ...
Setting up dmsetup (2:1.02.27-maemo5) ...
ln: /etc/udev/rules.d/65_dmsetup.rules: File exists
dpkg: error processing dmsetup (--configure):
 subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of easy-chroot:
 easy-chroot depends on dmsetup; however:
  Package dmsetup is not configured yet.
dpkg: error processing easy-chroot (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of easy-deb-chroot:
 easy-deb-chroot depends on easy-chroot; however:
  Package easy-chroot is not configured yet.
dpkg: error processing easy-deb-chroot (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 dmsetup
 easy-chroot
 easy-deb-chroot
E: Sub-process /usr/bin/dpkg returned an error code (1)
/home/user #
It appears that a file called 65_dmsetup.rules that already exists is causing the problem. Should I uninstall and delete it? Oh, whatever, I'll do it anyways.

Nwm, after using MC to delete the file it worked:
Code:
BusyBox v1.6.1 (2010-08-15 19:12:28 BST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo apt-get remove easy-deb-chroot easy-chroot dmsetup; sudo apt-get install easy-deb-chroot
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gnutar bzip2 unrar unzip libqt4-dbus libqtcore4 libqt4-xml libqt4-designer
  libqtgui4 libqt4-phonon libqt4-script
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  dmsetup easy-chroot easy-deb-chroot
0 upgraded, 0 newly installed, 3 to remove and 2 not upgraded.
3 not fully installed or removed.
Need to get 0B of archives.
After unpacking 1057kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 19554 files and directories currently installed.)
Removing easy-deb-chroot ...
Removing easy-chroot ...
rm: cannot remove '/sbin/ezchroot': No such file or directory
Removing dmsetup ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  unrar unzip libqt4-dbus libqtcore4 libqt4-xml libqt4-designer libqtgui4
  libqt4-phonon libqt4-script
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  dmsetup easy-chroot
The following NEW packages will be installed:
  dmsetup easy-chroot easy-deb-chroot
0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B/324kB of archives.
After unpacking 1057kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  dmsetup easy-chroot easy-deb-chroot
Install these packages without verification [y/N]? y
Selecting previously deselected package dmsetup.
(Reading database ... 19430 files and directories currently installed.)
Unpacking dmsetup (from .../dmsetup_2%3a1.02.27-maemo5_armel.deb) ...
Selecting previously deselected package easy-chroot.
Unpacking easy-chroot (from .../easy-chroot_0.2.3-1diablo1_armel.deb) ...
Selecting previously deselected package easy-deb-chroot.
Unpacking easy-deb-chroot (from .../easy-deb-chroot_0.9.35-2diablo1_armel.deb) ...
Setting up dmsetup (2:1.02.27-maemo5) ...
Setting up easy-chroot (0.2.3-1diablo1) ...
Setting up easy-deb-chroot (0.9.35-2diablo1) ...
Cache file created successfully.
~ $

Last edited by TheOneWolf; 2011-02-27 at 07:08.