Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - leogtz

#481
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 21:59 PM
Te dejo lo ultimo que me salió:

kldload: can't load linux: File exists
[root@ ~]# ln -s /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so /usr/local/lib/browser_plugins/
ln: /usr/local/lib/browser_plugins//libflashplayer.so: File exists
[root@ ~]# nspluginwrapper -v -a -i
Auto-install plugins from /usr/local/lib/browser_plugins
Looking for plugins in /usr/local/lib/browser_plugins
Install plugin /usr/local/lib/browser_plugins/libflashplayer.so
  into /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so
Auto-install plugins from /usr/local/lib/npapi/linux-f10-flashplugin
Looking for plugins in /usr/local/lib/npapi/linux-f10-flashplugin
Install plugin /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
  into /usr/local/lib/browser_plugins/npwrapper.libflashplayer.so
Auto-install plugins from /root/.mozilla/plugins
Looking for plugins in /root/.mozilla/plugins
[root@ ~]#


Pero no, no quiere :s, no se puede :s
#482
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 21:29 PM
Después del portsnap intenté de nuevo y me dió error de nuevo:

[root@ /usr/ports/www/linux-f10-flashplugin10]# make install clean
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
=> install_flash_player_10_linux.tar.gz doesn't seem to exist in /usr/ports/distfiles/flashplugin/10.3r181.34.
=> Attempting to fetch http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
install_flash_player_10_linux.tar.gz          100% of 5327 kB  601 kBps
=> linux-f10-flashsupport-9.0.1.i386.tar.gz doesn't seem to exist in /usr/ports/distfiles/flashplugin/10.3r181.34.
=> Attempting to fetch ftp://ftp.ipt.ru/pub/download/linux-f10-flashsupport-9.0.1.i386.tar.gz
linux-f10-flashsupport-9.0.1.i386.tar.gz      100% of 3455  B   17 MBps
===>  Extracting for linux-f10-flashplugin-10.3r181.34
=> SHA256 Checksum OK for flashplugin/10.3r181.34/install_flash_player_10_linux.tar.gz.
=> SHA256 Checksum OK for flashplugin/10.3r181.34/linux-f10-flashsupport-9.0.1.i386.tar.gz.
===>  Patching for linux-f10-flashplugin-10.3r181.34
===>   linux-f10-flashplugin-10.3r181.34 depends on executable: pkg-config - found
===>   linux-f10-flashplugin-10.3r181.34 depends on executable: update-desktop-database - found
===>   linux-f10-flashplugin-10.3r181.34 depends on shared library: glib-2.0.0 - found
===>  Configuring for linux-f10-flashplugin-10.3r181.34
===>  Installing for linux-f10-flashplugin-10.3r181.34
===>   linux-f10-flashplugin-10.3r181.34 depends on file: /compat/linux/etc/fedora-release - not found
===>    Verifying install for /compat/linux/etc/fedora-release in /usr/ports/emulators/linux_base-f10
===>  linux_base-f10-10_4 linuxulator is not (kld)loaded.
*** Error code 1

Stop in /usr/ports/emulators/linux_base-f10.
*** Error code 1
#483
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 21:12 PM
Error al instalar el plugin de flash:
Citar[root@ /usr/ports/www/linux-f10-flashplugin10]# pwd
/usr/ports/www/linux-f10-flashplugin10
[root@ /usr/ports/www/linux-f10-flashplugin10]# make install clean
===>  Vulnerability check disabled, database not found
===>  License check disabled, port has not defined LICENSE
=> install_flash_player_10_linux.tar.gz doesn't seem to exist in /usr/ports/distfiles/flashplugin/10.1r102.65.
=> Attempting to fetch http://fpdownload.macromedia.com/get/flashplayer/current//install_flash_player_10_linux.tar.gz
fetch: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz: size mismatch: expected 4911328, actual 5455738
=> Attempting to fetch ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/flashplugin/10.1r102.65//install_flash_player_10_linux.tar.gz
fetch: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/flashplugin/10.1r102.65/install_flash_player_10_linux.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/flashplugin/10.1r102.65 and try again.
*** Error code 1

Stop in /usr/ports/www/linux-f10-flashplugin10.
[root@ /usr/ports/www/linux-f10-flashplugin10]#

Ya estoy con:
portsnap fetch extract
#484
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 20:10 PM
Jaja, claro que lo puse, mira, te lo dejo:

Código (xml) [Seleccionar]
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">

<!-- See the manual page PolicyKit.conf(5) for file format -->

<config version="0.1">
   <match user="root">
<return result="yes"/>
   </match>

# Mount
<match action="org.freedesktop.hal.storage.mount-removable">
<match user="leo">
<return result="yes"/>
</match>
</match>

   <define_admin_auth group="wheel"/>
</config>


Alex, muchas cosas del how-to son para el 7.X, no hay problema?

EDITO:
Ya monta automaticamente la USB, solo me falta editar X archivo para que monte las demás particiones, la de Ubuntu y la de Windows :s
#485
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 19:06 PM
Probaré lo de DHCP, hasta ahora solo he hecho
dhclient re0

Me funcionó una vez, luego ya no.

EDITO:

Reinicié, hice un dhcliente re0 y funcionó, estoy con el cable.
/etc/rc.conf
# -- sysinstall generated deltas -- # Mon Jul 11 19:04:57 2011
# Created: Mon Jul 11 19:04:57 2011
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
inetd_enable="YES"
keymap="latinamerican.iso.acc"
moused_enable="YES"
hald_enable="YES"
dbus_enable="YES"
gdm_enable="YES"
snd_hda_load="YES"
network_interfaces=re0\ ath0
ifconfig_re0="dhcpinet 192.168.1.67 netmask 255.255.255.0"
# 2
ifconfig_ath0="dhcpinet 192.168.1.67 netmask 255.255.255.0 ssid INFINITUM1489"
ifconfig_atho="DHCP"


EDITO:
Alex, desde que edité las políticas ya no me detecta ni las demás particiones ni la usb :s
#486
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 18:29 PM
Bueno, ha funcionado, les dejo el grub.cfg y el 40_custom para que chequen como quedaron, después de instalar el Boot Manager en la partición de freebsd:
/etc/grub.d/40_custom
Código (bash) [Seleccionar]
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "FreeBSD, way of shotgun" {
set root=(hd0,4)
chainloader +1
}


Luego se tiene que hacer un "update-grub" para que los cambios se hagan.

También agregué esto al archivo /etc.rc.conf

hald_enable="YES"
dbus_enable="YES"
gdm_enable="YES"


Por ahora sigo con problemas con el wireless, ya está todo cargado, pero tengo problemas para configurarlo ... :s

Otra cosa, no pude cargar bien mi .bashrc ya que no tengo ni "complete" ni "shopt" en freebsd quitando mucha funcionalidad :s y no he encontrado esos ports :s

¿Sería buena idea instalar xfce4 para usar su manager?, a ver si así puede detectar la configuración adecuada ...


EDITO:

Ya no tengo conexión ni con cable, no sé qué pasó :S
#487
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 10:45 AM
Okay, ya modifiqué el archivo 40_custom, al hacer update-grub da esto:

┌─[130 leo@leo-ubuntu /etc/grub.d]$
└─> sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.39-3-generic
Found initrd image: /boot/initrd.img-2.6.39-3-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
Found unknown Linux distribution on /dev/sda4
Found unknown Linux distribution on /dev/sda7
done
┌─[0 leo@leo-ubuntu /etc/grub.d]$
└─>


y el grub.cfg:


#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(/dev/sda,msdos5)'
  search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
  set locale_dir=($root)/boot/grub/locale
  set lang=es_MX
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
if [ ${recordfail} != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, con Linux 2.6.39-3-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
linux /boot/vmlinuz-2.6.39-3-generic root=UUID=1a53ae2c-6eed-4328-99f8-b7d2c547ec59 ro   quiet splash vt.handoff=7
initrd /boot/initrd.img-2.6.39-3-generic
}
menuentry 'Ubuntu, con Linux 2.6.39-3-generic (modo recuperación)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
echo 'Loading Linux 2.6.39-3-generic ...'
linux /boot/vmlinuz-2.6.39-3-generic root=UUID=1a53ae2c-6eed-4328-99f8-b7d2c547ec59 ro single nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.39-3-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 349C13979C13532A
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
menuentry "FreeBSD, way of shotgun" {
    set root=(hd0,1)
    chainloader +1
}


menuentry "FreeBSD, boot easy" {
insmod ufs2
set root=(hd0,1,a)
kfreebsd /boot/loader
}


menuentry "FreeBSD, direct boot" {
    insmod ufs2
    set root=(hd0,1,a)
    search --no-floppy --fs-uuid --set 4a86db44195cac47
    kfreebsd /boot/kernel/kernel
    kfreebsd_loadenv /boot/device.hints
    set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ad4s1a
    set kFreeBSD.vfs.root.mountfrom.options=rw
}
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###


Parece que ya... solo faltaría, probar?
#488
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 10:30 AM
grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
 set have_grubenv=true
 load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
 set saved_entry="${prev_saved_entry}"
 save_env saved_entry
 set prev_saved_entry=
 save_env prev_saved_entry
 set boot_once=true
fi

function savedefault {
 if [ -z "${boot_once}" ]; then
   saved_entry="${chosen}"
   save_env saved_entry
 fi
}

function recordfail {
 set recordfail=1
 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
 insmod vbe
 insmod vga
 insmod video_bochs
 insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
if loadfont /usr/share/grub/unicode.pf2 ; then
 set gfxmode=auto
 load_video
 insmod gfxterm
 insmod part_msdos
 insmod ext2
 set root='(/dev/sda,msdos5)'
 search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
 set locale_dir=($root)/boot/grub/locale
 set lang=es_MX
 insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
 set timeout=-1
else
 set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
if [ ${recordfail} != 1 ]; then
 if [ -e ${prefix}/gfxblacklist.txt ]; then
   if hwmatch ${prefix}/gfxblacklist.txt 3; then
     if [ ${match} = 0 ]; then
       set linux_gfx_mode=keep
     else
       set linux_gfx_mode=text
     fi
   else
     set linux_gfx_mode=text
   fi
 else
   set linux_gfx_mode=keep
 fi
else
 set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, con Linux 2.6.39-3-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
linux /boot/vmlinuz-2.6.39-3-generic root=UUID=1a53ae2c-6eed-4328-99f8-b7d2c547ec59 ro   quiet splash vt.handoff=7
initrd /boot/initrd.img-2.6.39-3-generic
}
menuentry 'Ubuntu, con Linux 2.6.39-3-generic (modo recuperación)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
echo 'Loading Linux 2.6.39-3-generic ...'
linux /boot/vmlinuz-2.6.39-3-generic root=UUID=1a53ae2c-6eed-4328-99f8-b7d2c547ec59 ro single nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.39-3-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos5)'
search --no-floppy --fs-uuid --set=root 1a53ae2c-6eed-4328-99f8-b7d2c547ec59
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 349C13979C13532A
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
 source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###



┌─[130 leo@leo-ubuntu ~]$
└─> sudo os-prober
/dev/sda1:Windows 7 (loader):Windows:chain
/dev/sda4:unknown Linux distribution:Linux:linux
/dev/sda7:unknown Linux distribution:Linux1:linux
┌─[0 leo@leo-ubuntu ~]$
└─>



┌─[130 leo@leo-ubuntu ~]$
└─> sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.39-3-generic
Found initrd image: /boot/initrd.img-2.6.39-3-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
Found unknown Linux distribution on /dev/sda4
Found unknown Linux distribution on /dev/sda7
done
┌─[0 leo@leo-ubuntu ~]$
└─>



┌─[0 leo@leo-ubuntu ~]$
└─> sudo update-grub2 | parcellite
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.39-3-generic
Found initrd image: /boot/initrd.img-2.6.39-3-generic
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 7 (loader) on /dev/sda1
Found unknown Linux distribution on /dev/sda4
Found unknown Linux distribution on /dev/sda7
done


Lo curioso es que haya a freebsd pero no lo agrega :s



Disco /dev/sda: 160.0 GB, 160041885696 bytes
255 cabezas, 63 sectores/pista, 19457 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
Tamaño de sector (lógico / físico): 512 bytes / 512 bytes
Tamaño E/S (mínimo/óptimo): 512 bytes / 512 bytes
Identificador de disco: 0xb7fa5472

Dispositivo Inicio    Comienzo      Fin      Bloques  Id  Sistema
/dev/sda1               1          13      102400    7  HPFS/NTFS
La partición 1 no termina en un límite de cilindro.
/dev/sda2              13        6375    51097600    7  HPFS/NTFS
La partición 2 no termina en un límite de cilindro.
/dev/sda3            6375       11359    40038401    5  Extendida
La partición 3 no termina en un límite de cilindro.
/dev/sda4   *       11359       14037    21503848   a5  FreeBSD
La partición 4 no termina en un límite de cilindro.
/dev/sda5            6375       11238    39061504   83  Linux
/dev/sda6           11238       11359      975872   82  Linux swap / Solaris
#489
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 09:58 AM
Instalando...

Parece que va rápido, espero y así corra siempre :p
#490
Unix/Unix-Like / Re: FreeBSD - Instalación
12 Julio 2011, 08:59 AM
Bueno, terminó la instalación.

CitarCongratulations! You now have FreeBSD installed on your system.

We will now move on to the final configuration questions.
For any option you do not wish to configure, simply select No...

Estoy configurando el el dispositivo de red...
Do you want to try IPv6 configuration of the interface?

Le doy que sí?