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

Bug#594118: initramfs-tools: Generating image error. Unexpected operator



Package: initramfs-tools
Version: 0.98
Severity: important

Hi!

I have a problem trying to generate a new initram:

debian:~# update-initramfs -u -k all
update-initramfs: Generating /boot/initrd.img-2.6.32-5-686
[: 33: #: unexpected operator
/boot/initrd.img-2.6.18-6-686 does not exist. Cannot update.
debian:~#

If you need more information, please ask me.

Thanks a lot.

kix.

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 9.2M Aug 23 21:45 /boot/initrd.img-2.6.32-5-686
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=5814b385-7c4d-4a8f-bb62-0b4370032c12 ro quiet

-- resume
# RESUME=/dev/sda3
RESUME='UUID=6242f227-2677-4df5-85d1-c64262909585'
-- /proc/filesystems
	ext3
	fuseblk

-- lsmod
Module                  Size  Used by
sco                     5857  2 
bridge                 32987  0 
stp                      996  1 bridge
bnep                    7444  2 
rfcomm                 25167  0 
l2cap                  21705  4 bnep,rfcomm
crc16                   1027  1 l2cap
bluetooth              36327  6 sco,bnep,rfcomm,l2cap
vmnet                  31752  13 
vmblock                 8518  1 
vsock                  29259  0 
vmci                   41779  1 vsock
vmmon                  53690  0 
fuse                   43758  1 
dm_snapshot            17969  0 
dm_mirror               9671  0 
dm_region_hash          5644  1 dm_mirror
dm_log                  6369  2 dm_mirror,dm_region_hash
dm_mod                 46082  3 dm_snapshot,dm_mirror,dm_log
firewire_sbp2           9647  0 
loop                    9757  0 
snd_hda_codec_intelhdmi     9027  1 
snd_hda_codec_realtek   163226  1 
snd_hda_intel          16787  1 
snd_hda_codec          46002  3 snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               4054  1 snd_hda_codec
snd_pcm_oss            28671  0 
snd_mixer_oss          10461  2 snd_pcm_oss
snd_pcm                47214  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi            3576  0 
snd_rawmidi            12505  1 snd_seq_midi
snd_seq_midi_event      3684  1 snd_seq_midi
snd_seq                35463  2 snd_seq_midi,snd_seq_midi_event
arc4                     974  2 
snd_timer              12258  2 snd_pcm,snd_seq
snd_seq_device          3673  3 snd_seq_midi,snd_rawmidi,snd_seq
ecb                     1405  2 
snd                    34363  12 snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
rt2500pci              11311  0 
rt2x00pci               3773  1 rt2500pci
rt2x00lib              19029  2 rt2500pci,rt2x00pci
i2c_i801                6462  0 
led_class               1757  1 rt2x00lib
mac80211              123302  2 rt2x00pci,rt2x00lib
cfg80211               87601  2 rt2x00lib,mac80211
rfkill                 10264  3 bluetooth,cfg80211
soundcore               3450  2 snd
eeprom_93cx6             963  1 rt2500pci
nouveau               314864  2 
ttm                    33378  1 nouveau
drm_kms_helper         18305  1 nouveau
drm                   112020  4 nouveau,ttm,drm_kms_helper
i2c_algo_bit            3497  1 nouveau
i2c_core               12696  5 i2c_i801,nouveau,drm_kms_helper,drm,i2c_algo_bit
snd_page_alloc          5045  2 snd_hda_intel,snd_pcm
joydev                  6771  0 
evdev                   5609  14 
parport_pc             15799  0 
button                  3598  1 nouveau
pcspkr                  1207  0 
psmouse                44657  0 
parport                22554  1 parport_pc
processor              26599  0 
serio_raw               2916  0 
ext3                   94204  2 
jbd                    32169  1 ext3
mbcache                 3762  1 ext3
usbhid                 27980  0 
hid                    50645  1 usbhid
sg                     15968  0 
fan                     2586  0 
sd_mod                 25869  4 
crc_t10dif              1012  1 sd_mod
sr_mod                 10770  0 
cdrom                  26487  1 sr_mod
firewire_ohci          16509  0 
firewire_core          31187  2 firewire_sbp2,firewire_ohci
usb_storage            30541  0 
ata_generic             2019  0 
thermal                 9206  0 
uhci_hcd               16057  0 
ata_piix               17640  3 
crc_itu_t               1035  1 firewire_core
sky2                   32829  0 
ehci_hcd               27851  0 
pata_jmicron            1452  0 
libata                115721  3 ata_generic,ata_piix,pata_jmicron
thermal_sys             9378  3 processor,fan,thermal
scsi_mod              101401  6 firewire_sbp2,sg,sd_mod,sr_mod,usb_storage,libata
usbcore                98402  5 usbhid,usb_storage,uhci_hcd,ehci_hcd
nls_base                4541  1 usbcore

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
BOOT=local
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- mkinitramfs hooks
/etc/initramfs-tools/hooks/:

/usr/share/initramfs-tools/hooks:
busybox
dmsetup
keymap
klibc
thermal
udev
uswsusp


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  cpio                          2.11-4     GNU cpio -- a program to manage ar
ii  findutils                     4.4.2-1    utilities for finding files--find,
ii  klibc-utils                   1.5.18-1   small utilities built with klibc f
ii  module-init-tools             3.12-1     tools for managing Linux kernel mo
ii  udev                          160-1      /dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox                       1:1.17.1-2 Tiny utilities for small and embed

Versions of packages initramfs-tools suggests:
pn  bash-completion               <none>     (no description available)

-- no debconf information



Reply to: