Tengo instalado mandrake 8 con mkcdrec 0.57 :

Al final del correo les mando mi archivo Config.sh para ver mi configuracion 
de mkcdrec.

Mi fechero fstab es el siguiente:

/dev/hda5 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda9 /home ext2 defaults 1 2
/dev/hdd /mnt/cdrom iso9660    user,noauto,nosuid,unhide,ro 0 0
/dev/fd0        /mnt/floppy     vfat 
noexec,sync,nosuid,noauto,user,nodev,unhide     0 0
/dev/hda1 /mnt/windows vfat 
user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0
none /proc proc defaults 0 0
/dev/hda8 /usr ext2 defaults 1 2
/dev/hda7 /var ext2 defaults 1 2
/dev/hda6 swap swap defaults 0 0

Usando la configuracion dada uso el comando "make" para lanzar el menu y 
escojo la opcion 1 para crear el cd de rescate.Pues bien crea la imagen 
corecctamente despues copio esta imagen a un cd y arranco con el pero cuando 
esta arrancado me da el siquiente error:

Inserting isofs.o ...
inserting tmscsim.o
tmscsim.o:unresolved symbol scasi_unregister_module_R81d6�85a75
.
.
.
hdd kmod:fail to exec /sbin/modprobe -s ......

�Como puedo solucionar este error? �Que sisgnifica?


Gracias por adelantado.

############### Config.sh####################
# Debugging (comment the proper line)
#DEBUG=echo
DEBUG=

# RAM disk size for our base ram (default 16 Mb). The minimum should be 8.
# This RAM disk size will be used AFTER the inital ram disk has been loaded
# Do not confuse it for initrd (4 Mb is normally sufficient there)
# Mandrake 8.0 requires 16.
# Reiserfs requires 8212 blocks (a block is 4096 bytes) + room for data (ugh).
RAMDISK_SIZE=16

# The ISOFS_DIR is where the target (isofs + tgz) will be copied to
# Be aware that for a CDROM of 650 MB one needs about 1 GB temporary space
# Also, BE CAREFUL -- this directory will be deleted by make clean!
# Don't use /tmp.
ISOFS_DIR=/home/mmm876/seg

# CDREC_ISO_DIR is the path where the CDrec.iso will be created, is NOT the
# same of ISOFS_DIR
# ** Attention: for multi volume CDs one needs approx. 2 Gb disk space **
# . means ${MKCDREC_DIR}, please use real pathname not a variable
CDREC_ISO_DIR=/home/mmm876/seg

# You may fill in an absolute path to your preferred linux kernel - may be 
left
# empty (default). The bootflop.sh script will try to find your current kernel
# instead (best effort method)
LINUX_KERNEL="/usr/src/linux"
# Extra kernel parameters which syslinux should use, e.g. "vga=794"
KERNEL_APPEND=""

# Use the compress program of your choice (gzip, bzip2)
CMP_PROG=gzip
# which options do we feed the CMP_PROG with (-9: best compression, c: stdout)
CMP_PROG_OPT="-9cv"

# default setting for prompt for a rescue boot-floppy (NO=0; YES=1)
# handy in case you cannot boot from an el-torito cdrom ;-)
# Note: only works if BOOT_FLOPPY_DENSITY=HD
PROMPT_BOOT_FLOPPY=1

# The initrd filesystem type to use (ext2, minix, romfs, cramfs)
INITRD_FS=ext2

# The root filesystem type to use (ext2, ext3, minix)
ROOT_FS=ext2

# The kernel supports devfs (true:1). 2.2 kernels need to be patches!
DEVFS=0

# default setting for the size of emulating bootfloppy (default=1.44Mb)
# HD = 1.44 Mb (Linux 2.2.x kernel fits on 1.44 Mb, 2.4 must be build with
# major modules support for squeezing on 1 HD floppy)
# H1722 = 1.722 Mb bootfloppy (makes a 2.88 Mb image for the El-torito CD)
# ED = 2.88 Mb (Linux 2.4 kernel tend to be huge ;-/)
# Consequence: if ED is selected no physical floppy can be made! Therefore,
# even if you make PROMPT_BOOT_FLOPPY=1
# bootflop.sh script will decide automatically for HD or ED on basis on
# kernel size
BOOT_FLOPPY_DENSITY=ED

# Should mkfs check for bad blocks before making the filesystems?
# The "-c" considerable slows down the restore, if you can live without it
# then make the following variable empty (thx to Yves Blusseau)
# Keep the "-c" option (after the play-around time) for production systems.
CHECK_BAD_BLOCKS="-c"

# Define a tape device (if any of course - doens't hurt if not attached)
# be sure to use the "norewinding" device, otherwise you will loose!
TAPE_DEV="no" -rewinding
# preferred mt command is from st-mt package, not GNU mt
MT=/bin/mt

# REMOTE_COMMAND if desired (rsh, ssh) - used in combination with remote tapes
# However, it could be a remote file too ;-()
REMOTE_COMMAND=rsh

# The location of mkisofs - may be set by user to what they like
# Leep in mind to use an absolute path
MKISOFS=/usr/bin/mkisofs
# to check ISO9660 image's integrity use 'isovfy'
ISOVFY="`which isovfy`"

# BURNCDR = y means we want to burn a CDR with a CDrec.iso image immediately
# Put 'n' is you do not have a CD-writer attached locally (default=n)
BURNCDR=n

# The following lines define the necessary input for 'cdrecord' (only used
# when BURNCDR = y, otherwise it will be ignored)
# use 'cdrecord -scanbus' to find the SCSIDEVICE settings (or 'make test')
CDRECORD=cdrecord
SCSIDEVICE="0,4,0"
WRITERSPEED="2"

# only useful when BURNCDR = y and using CDRW otherwise use "n" (default)
# will blank in "fast" mode (so do not use new CDRWs)
BLANK_CDRW=y

# what is the maximum CDR capacity (by default 640 Mb). Increase it at your
# risk. Will only be used for making multi-volume CDs. Expressed in Kb.
# Noticed that by reserving some space the chance is higher of getting a
# working ISO9660 image with mkisofs (14/06/2001 - gdha)
MAXCDSIZE=640000

# If you wish to exclude explicit some paths from being backup'ed add them 
here
# Please add only one item per line!! This is true for all following items.
EXCLUDE_LIST="/tmp
/home/mmm876/programas
/usr/local/office52
/var/tmp
/home/mmm876/tmp
/root/tmp
/home/mmm876/vmware
/var/spool/squid
/mnt
/proc"

# List of partitions which are to have a fixed size when restored
# during cloning.  FAT partitions don't need to be listed here as
# they are handled automatically.
FIXED_SIZE=""

# List which SCSI related modules we absolute need (add more if necessary)
# Check /lib/modules/${Kernel_version}/[pcmcia,scsi]/*
# These modules are only loaded AFTER initrd has finished and gave control to
# the second RAM disk.
# So, it won't help you at boot time when initrd tries to mount the cd-rom
# for unpacking the 2th ram disk. Will add limited module support in initrd.
# PS: it will not break the mkCDrec making if modules are not found.
SCSI_MODULES=""

# add below the network modules that need to be loaded on mkCDrec - they
# will be modprobe'd in rc.network on the mkCDrec boot CD-ROM (gdha, 
14/10/2001)
NETWORK_MODULES=""

# List here any other module you may need in case of restore/recover
# NFS related modules (hopefully build into kernel, otherwise....)
OTHER_MODULES="lockd
sunrpc
nfs
nls_cp437
ide-cd
isofs
reiserfs
smbfs
pagebuf
xfs_support
xfs
jfs
ext2
ext3
smbfs
minix"

# Which directories do we need in the rd-base.sh
MKDIR_LIST="var/run var/tmp var/log usr/man /usr/bin \
var/lock/subsys etc/ssh \
var/spool/uucp initrd lib/security etc/pam.d \
etc/default etc/skel usr/lib mnt/floppy mnt/local mnt/cdrom"

# List /etc/ files which can be copied blindly to rootfs/etc
ETC_FILES="HOSTNAME
conf.modules
modules.conf
modules.devfs
devfsd.conf
modules.devfsd
group
host.conf
hosts
issue
localtime
login.defs
networks
protocols
psdevtab
resolv.conf
rpc
services
securetty"

# List binaries we need (it does not matter if they are in busybox)
# We skip binaries provides by busybox
################
#### Be careful:  do NOT add bash[1/2] to following list
################  will be added automatically (bash2 version)
BINARIES="MAKEDEV
badblocks
bc
chattr
debugfs
depmod
devfsd
dosfsck
dumpe2fs
e2fsck
e2label
egrep
fdisk
file
fsck
ifconfig
insmod
hdparm
hwclock
kerneld
killall
killall5
killproc
lilo
losetup
lsattr
lsmod
mdadd
mdcreate
mdrun
mdstop
mkdosfs
mke2fs
mkfs
mklost+found
mkraid
mkreiserfs
modprobe
mc
portmap
reiserfsck
resize2fs
resize_reiserfs
route
rpcinfo
rpc.ugidd
showmount
setserial
test_extent
tune2fs
uuidgen
ash
awk
basename
compress
dmesg
fuser
tar
netstat
ping
stty
sync
rsh
rlogin
smbmnt
smbmount
smbumount
smbclient
ssh
scp
script
ssh-keygen
ssh-add
ssh-agent
uname
usleep
vi
bzip2
gzip
diff
elvis
elvis-tiny
file
ftp
loadkeys
nslookup
telnet
grub
grub-install
mkchk"

# /directory=executable_will_be_linked_to=[path/]real_executable
LINKS="/bin=sh=bash
/bin=mount=/initrd/bin/mount
/bin=umount=/initrd/bin/umount
/sbin=fsck.ext2=e2fsck
/sbin=fsck.ext3=e2fsck
/sbin=mkfs.ext2=mke2fs
/sbin=mkfs.ext3=mke2fs
/sbin=mkfs.msdos=mkdosfs
/sbin=mkfs.reiserfs=mkreiserfs
/bin=uncompress=compress
/usr/bin=bunzip2=bzip2
/usr/bin=gunzip=gzip
/usr/bin=vi=elvis
/usr/bin=ssh1=ssh
/usr/bin=ssh2=ssh
/usr/bin=gpart=/cdrom/utilities/gpart
/usr/bin=cfdisk=/cdrom/utilities/cfdisk
/usr/bin=memtest=/cdrom/utilities/memtest
/usr/bin=parted=/cdrom/utilities/parted
/usr/bin=partimage=/cdrom/utilities/partimage
/usr/bin=recover=/cdrom/utilities/recover
/usr/bin=ext2resize=/cdrom/utilities/ext2resize
/usr/bin=e2salvage=/cdrom/utilities/e2salvage
/lib=libc.so.6=/initrd/lib/libc.so.6
/lib=ld-linux.so.2=/initrd/lib/ld-linux.so.2
/lib=libnss_files.so.1=/initrd/lib/libnss_files.so.1
/lib=libnss_dns.so.1=/initrd/lib/libnss_dns.so.1
/lib=libnss_files.so.2=libnss_files.so.1
/lib=libnss_dns.so.2=libnss_dns.so.1
/lib=libbz2.so.0=/initrd/lib/libbz2.so
/lib=libbz2.so.1=/initrd/lib/libbz2.so
/etc=services=/initrd/etc/services"

MAN_PAGES="fsck
fstab
hdparm
badblocks
e2fsck
mke2fs
tune2fs
dumpe2fs
debugfs
lilo
lilo.conf
mkreiserfs
mount
reiserfsck
mkdosfs
dosfsck
gzip
bzip2
smbmnt
smbmount
smbumount
smbclient
ssh
ssh-keygen
scp
rsh
ftp"

# available modules are: rh_pppoe sshd pcmcia (functions is dotted)
# FIXME: need more modules - post them please
MKCDREC_MODULES="functions rh_pppoe sshd pcmcia"

# Set this to the name of the script in ${ROOTFS}/etc/rc.d/flavors which
# should be run as rc.local.
INIT_FLAVOR="vanilla"


-- 

  | 0   0  |
  |   __   |
--o00o-------o00o--
 Manuel Martin Martin       
  [EMAIL PROTECTED]     
----------------

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
�Desea desuscribirse? Escriba a [EMAIL PROTECTED] con
el tema "unsubscribe".

Responder a