Menu

(no subject)

Help
tixetsal
2013-02-27
2013-02-28
  • tixetsal

    tixetsal - 2013-02-27

    I am having a problem after upgrading DRBL on Ubuntu 10.04 Server AMD64. Any pointers would be appreciated.

    I added "deb [url]http://drbl.sourceforge.net/drbl-core[/url] drbl stable" to sources.list and installed drbl about a year ago. I have had no problems in upgrading until now. This AM, while trying to upgrade installed packages, I received this error:

    [CODE]
    root@wilson:/var/cache/apt/archives# apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages have been kept back:
    mkpxeinitrd-net
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    root@wilson:/var/cache/apt/archives# apt-get install drbl
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following extra packages will be installed:
    libcrypt-passwdmd5-perl syslinux syslinux-common
    The following NEW packages will be installed:
    drbl libcrypt-passwdmd5-perl syslinux syslinux-common
    0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
    Need to get 10.4kB/2,767kB of archives.
    After this operation, 8,437kB of additional disk space will be used.
    Do you want to continue [Y/n]? y
    Get:1 [url]http://us.archive.ubuntu.com/ubuntu/[/url] lucid/universe libcrypt-passwdmd5-perl 1.3-9 [10.4kB]
    Fetched 10.4kB in 0s (109kB/s)
    Selecting previously deselected package libcrypt-passwdmd5-perl.
    (Reading database ... 81067 files and directories currently installed.)
    Unpacking libcrypt-passwdmd5-perl (from .../libcrypt-passwdmd5-perl_1.3-9_all.deb) ...
    Unpacking syslinux-common (from .../syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb) ...
    dpkg-deb: file /var/cache/apt/archives/syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb' contains ununderstood data member data.tar.xz , giving up dpkg: error processing /var/cache/apt/archives/syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb (--unpack): subprocess dpkg-deb --fsys-tarfile returned error exit status 2 Unpacking syslinux (from .../syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb) ... dpkg-deb: file/var/cache/apt/archives/syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb' contains ununderstood data member data.tar.xz , giving up
    dpkg: error processing /var/cache/apt/archives/syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb (--unpack):
    subprocess dpkg-deb --fsys-tarfile returned error exit status 2
    Selecting previously deselected package drbl.
    Unpacking drbl (from .../drbl_2.3.9-drbl1_all.deb) ...
    Processing triggers for man-db ...
    Errors were encountered while processing:
    /var/cache/apt/archives/syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb
    /var/cache/apt/archives/syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    [/CODE]

    I've tried all manner of dpkg repairs and manually installing the .debs.

    [CODE]
    root@wilson:/var/cache/apt/archives# dpkg -i
    drbl_2.3.9-drbl1_all.deb lock syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb
    libcrypt-passwdmd5-perl_1.3-9_all.deb partial/
    libdbus-glib-1-2_0.84-1ubuntu0.3_amd64.deb syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb
    root@wilson:/var/cache/apt/archives# dpkg -i syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb
    (Reading database ... 81527 files and directories currently installed.)
    Unpacking syslinux (from syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb) ...
    dpkg-deb: file `syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb' contains ununderstood data member data.tar.xz , giving up
    dpkg: error processing syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb (--install):
    subprocess dpkg-deb --fsys-tarfile returned error exit status 2
    Errors were encountered while processing:
    syslinux_2%3a4.06+dfsg-1.drbl1_amd64.deb

    root@wilson:/var/cache/apt/archives# dpkg -i syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb
    (Reading database ... 81527 files and directories currently installed.)
    Unpacking syslinux-common (from syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb) ...
    dpkg-deb: file `syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb' contains ununderstood data member data.tar.xz , giving up
    dpkg: error processing syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb (--install):
    subprocess dpkg-deb --fsys-tarfile returned error exit status 2
    Errors were encountered while processing:
    syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb
    [/CODE]

    Has anyone seen this before? My next move is to comment out the sourceforge repo in sources.list and try to see if the syslinux packages from the standard repos can be installed.

     
  • tixetsal

    tixetsal - 2013-02-27

    Hmm...I experience the same phenomenon when I try to install unstable from the repos. When I remove the sourceforge repo from sources.list, I am able to install the official version of syslinux without incident.

    Is it possible that the xz compression used in syslinux-common_2%3a4.06+dfsg-1.drbl1_all.deb and syslinux_2%3a4.06+dfsg-1.drbl1_all.deb from the sourceforge repo is (incompatible with ubuntu 10.04 and) to blame for the dpkg failure?

    I can build this from source if I have to, but I prefer the automated upgrades and simplicity that comes along with just being able to install from the repo.

     
  • Steven Shiau

    Steven Shiau - 2013-02-28

    This issue should be fixed in the stable release. Please try it again and if any problem, please let us know. Thanks.

    Steven.

     
  • tixetsal

    tixetsal - 2013-02-28

    The drbl stable package installed this morning without incident. I haven't yet done an imaging test run, but everything appears to be working. Thank you for this excellent software and the quick response!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.