[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#705564: marked as done (debootstrap: fails to bootstrap a armhf wheezy system)



Your message dated Sat, 16 May 2015 21:58:04 +0200
with message-id <20150516195804.GD2040@mraw.org>
and subject line Re: Bug#705564: debootstrap: fails to bootstrap a armhf wheezy system
has caused the Debian Bug report #705564,
regarding debootstrap: fails to bootstrap a armhf wheezy system
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
705564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705564
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.48
Severity: grave
Tags: d-i
Justification: renders package unusable

Running debootstrap --arch=armhf wheezy fails with the following error:
[...]
I: Unpacking sysvinit...
I: Unpacking sysvinit-utils...
I: Unpacking tar...
I: Unpacking tzdata...
I: Unpacking libustr-1.0-1:armhf...
I: Unpacking bsdutils...
I: Unpacking libblkid1:armhf...
I: Unpacking libmount1...
I: Unpacking libuuid1:armhf...
I: Unpacking mount...
I: Unpacking util-linux...
I: Unpacking xz-utils...
I: Unpacking zlib1g:armhf...
W: Failure while unpacking required packages. This will be attempted up to five times.


The revelant part of the debootstrap.log file is here:
Unpacking util-linux (from .../util-linux_2.20.1-5.3_armhf.deb) ...
insserv: warning: script 'samba' missing LSB tags and overrides 
insserv: warning: script 'postgresql' missing LSB tags and overrides 
insserv: warning: script 'cron' missing LSB tags and overrides 
insserv: warning: script 'nginx' missing LSB tags and overrides 
insserv: warning: script 'anacron' missing LSB tags and overrides 
insserv: warning: script 'udev-mtab' missing LSB tags and overrides 
insserv: warning: script 'procps' missing LSB tags and overrides 
insserv: warning: script 'bootlogd' missing LSB tags and overrides 
insserv: warning: script 'memcached' missing LSB tags and overrides 
insserv: warning: script 'sudo' missing LSB tags and overrides 
insserv: warning: script 'rsyslog' missing LSB tags and overrides 
insserv: warning: script 'openvpn' missing LSB tags and overrides 
insserv: warning: script 'hdparm' missing LSB tags and overrides 
insserv: warning: script 'mysql' missing LSB tags and overrides 
insserv: warning: script 'autofs' missing LSB tags and overrides 
insserv: warning: script 'rsync' missing LSB tags and overrides 
insserv: warning: script 'kmod' missing LSB tags and overrides 
insserv: warning: script 'stop-bootlogd-single' missing LSB tags and overrides 
insserv: warning: script 'inetutils-syslogd' missing LSB tags and overrides 
insserv: warning: script 'exim4' missing LSB tags and overrides 
insserv: warning: script 'avahi-daemon' missing LSB tags and overrides 
insserv: warning: script 'inetutils-inetd' missing LSB tags and overrides 
insserv: warning: script 'smartd' missing LSB tags and overrides 
insserv: warning: script 'udev' missing LSB tags and overrides 
insserv: warning: script 'ssh' missing LSB tags and overrides
insserv: warning: script 'imapproxy' missing LSB tags and overrides
insserv: warning: script 'stop-bootlogd' missing LSB tags and overrides
insserv: warning: script 'dbus' missing LSB tags and overrides
insserv: warning: script 'smartmontools' missing LSB tags and overrides
insserv: warning: script 'php-fpm' missing LSB tags and overrides
insserv: warning: script 'networking' missing LSB tags and overrides
insserv: There is a loop between service umountnfs and networking if stopped
insserv: loop involving service networking at depth 3
insserv: loop involving service umountnfs at depth 2
insserv: loop involving service udev at depth 1
insserv: loop involving service sendsigs at depth 2
insserv: There is a loop between service rsyslog and inetutils-syslogd if stopped
insserv: loop involving service inetutils-syslogd at depth 3
insserv: loop involving service rsyslog at depth 2
insserv: loop involving service samba at depth 1
insserv: There is a loop between service rsyslog and inetutils-syslogd if started
insserv: loop involving service inetutils-syslogd at depth 2
insserv: loop involving service rsyslog at depth 1
insserv: loop involving service umountfs at depth 9
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: error processing /var/cache/apt/archives/util-linux_2.20.1-5.3_armhf.deb (--
unpack):
subprocess new pre-installation script returned error exit status 1





I've tried to run debootstrap with "--exclude=rsyslog,udev" but somehow, the packages 
where re-included automatically 

-- System Information:
Debian Release: 7.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 3.8.6-imx5 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages debootstrap depends on:
ii wget 1.13.4-3

Versions of packages debootstrap recommends:
ii gnupg 1.4.12-7

debootstrap suggests no packages.

-- no debconf information


Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net

--- End Message ---
--- Begin Message ---
Adam D. Barratt <adam@adam-barratt.org.uk> (2013-04-17):
> Control: severity -1 normal
> 
> [Please make sure you copy the bug report when replying]
> 
> On 17.04.2013 09:29, mail.pourri@laposte.net wrote:
> >The exact command was:
> ># debootstrap --arch=armhf wheezy /mnt
> >
> >On /mnt, I've mounted a virgin new hdd formatted as ext4.
> >On this hdd, I've restored a one year old backup of a wheezy armhf system.
> >Since the initial system crashed due to a hard drive failure, I felt
> >that it would be better to restart from scratch.
> >
> >If I understand you correctly, I need to move out my
> >/etc/init.d/*scripts*, debootstrap, and restore them back once
> >I've installed all the other packages (samba, nginx, etc...), right ?
> 
> That might work, but I don't think debootstrap is really designed to be run
> over the top of an existing system in that way.
> 
> I'll let the maintainers correct me if I'm mistaken, but in the meantime
> this report isn't release critical so I'm downgrading it.

That's entirely correct, therefore closing this bug report.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: