Bug#224936: console-data_1999.08.29-24.2_all.deb was corrupt

2003-12-23 Thread fernando

Package: boot-floppies
Version: 

I am trying to install Debian trought network.
I am booting from floppy - kernel 2.4, i do all the instalation process and when
i am instaling the Base System, i choose network.
The instalation begging every thing normal and then one error occur:
___

http://http.us.debian.org:80/debian/pool/main/c/console-data/console-data_1999.08.29-24.2_all.deb
was corrupt

couldn't download console-data
___

and the instalation back to the step "install base system"

I tried different mirrors and all of then happened the same thing.
I thought that maybe it was a problem of cache and restart the instalation, with
now a different mirror, same thing.

Thanks,

Fernando Almeida Camargo - São Paulo, Brazil.

-
This mail sent through IMP: http://horde.org/imp/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#767880: Debien-installer does not install lvm

2014-11-03 Thread Fernando Cerezal
package: debian-installer


Debian-installer allows to use lvm on partitioning the disk, but it does
not install lvm in new system. This way, initramfs of new system does not
have lvm, so system is unbootable if / is a logical volume.

Please, if an user uses lvm on install, lvm should be automatically
installed in new system.

Thank you.


Bug#968980: installation-reports: systemctl status networking.service "failed" but Wicd works fine (LXDE)

2021-09-01 Thread Fernando Trebien
On Sun, 22 Nov 2020 05:44:04 + Avinash Sonawane  wrote:
> On Tue, 25 Aug 2020 01:42:52 -0300 nora-v  wrote:
> > $ systemctl status networking.service
> > ● networking.service - Raise network interfaces
> >Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor 
> > prese
> >Active: failed (Result: exit-code) since Mon 2020-08-24 22:41:10 -03; 2h 
> > 54mi
> >  Docs: man:interfaces(5)
> >  Main PID: 423 (code=exited, status=1/FAILURE)
> >
> > And also:
> >
> > $ cat /etc/network/interfaces
> > source-directory /etc/network/interfaces.d
> > $ cat /etc/network/interfaces.d/setup
> > auto lo
> > iface lo inet loopback
> >
> > auto eth0
> > iface eth0 inet dhcp
>
> I experienced this exact same issue with this exact
> /etc/network/interfaces.d/setup file contents with Debian 10.6.0 live
> XFCE non-free iso fetched from
> https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current-live/amd64/iso-hybrid/debian-live-10.6.0-amd64-xfce+nonfree.iso
>
> I fixed it with this command:
> $ sudo sed -i 's/eth0/enp1s0/g' /etc/network/interfaces.d/setup
>
> where I found `enp1s0` in `$ ip l` output.

This issue has been around since Stretch, [1] when the modern network
interface names became default. So, another workaround is to comment
out the lines in /etc/network/interfaces.d/setup that reference old
network interface names like eth0. Maybe this can be considered a bug
and the installer should not generate those lines.

[1] 
https://unix.stackexchange.com/questions/390307/startup-debian-9-error-failed-to-start-raise-network-interfaces



A

2017-03-12 Thread Fernando Rivera


Sent from my iPhone



Bug#785069: jessie live-installer can't install grub when booted via usb drive without internet

2016-10-13 Thread Fernando Toledo
The workaround of running apt-cdrom add from the installer chroot as say
the comment #25 work for me:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785069#25

I'm research if is possible to run via internal hooks of
debian-installer but i do not know exactly where put the simple bash
script that run "in-target apt-cdrom add" that must run before
grub-installer step.

If found some comment in this bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678611#10

That mention posible paths like

usr/lib/finish-install.d
usr/lib/pre-pkgsel.d
usr/lib/post-base-installer.d

and more...

Any guy that know more d-i internals can help here.

I use live-build, and i think can be easy put that script on:

config/includes.installer/usr/lib*

and shipp it on the installer part of the final iso live image.

Saludos!
-- 
Fernando Toledo
Dock Sud BBS
http://bbs.docksud.com.ar
telnet://bbs.docksud.com.ar



Bug#678611: debian-installer: Add more early/late hooks

2016-10-13 Thread Fernando Toledo
On Sat, 23 Jun 2012 20:01:31 +0200 Daniel Dehennin
 wrote:
> Joey Hess  writes:
> 
> 
> [...]
> 
> > There is already the /usr/lib/base-installer.d/ and
> > /usr/lib/post-base-installer.d/ directories, which
> > earlier hooks can drop scripts into. apt-setup also has its own 
> > /usr/lib/apt-setup/generators/
> 
> Thanks, I'll try this, this issue may bee a documentation one?
> 
> I'm looking at gitweb repositories of d-i/* to see if they have suitable
> hooks, not very easy ;-)
> 
> But, as en end user, this does not look very homogeneous to me.
> 
> Regards.
> -- 

where must put one script if i want to run it before grub-installer step?

-- 
Fernando Toledo
Dock Sud BBS
http://bbs.docksud.com.ar
telnet://bbs.docksud.com.ar



Bug#843130: debian-installer-launcher: Installer launcher doesn't load apt-cdrom-setup, causes offline GRUB install problem.

2016-11-10 Thread Fernando Toledo
On Sat, 05 Nov 2016 09:37:42 +0300 Hakan =?utf-8?B?QmF5xLFuZMSxcg==?=
 wrote:
> Hello,
> 
> This patch also fixes bug #785069. Please see [0].
> 
> Best regards,
> 
> Hakan
> 
> [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785069
> 
> 
Hi Hakan!

I test your fix and i can confirm that work, just with minor diff . The
live plugin file has this content:

d-i anna/choose_modules string di-utils-exit-installer

I just append "apt-cdrom-setup":

d-i anna/choose_modules string di-utils-ext-installer apt-cdrom-setup

Why you remove di-utils-exit-installer in your patch ?

Thanks for your time for catch this issue!!! =)

-- 
Fernando Toledo
Dock Sud BBS
http://bbs.docksud.com.ar
telnet://bbs.docksud.com.ar



Bug#510304: debian-installer: Badly translated spanish string

2009-01-02 Thread Fernando Cerezal
2009/1/2 Christian Perrier :
> reassign 510304 hw-detect
> thanks
>
> Quoting Noel David Torres Taño (env...@rolamasao.org):
>> Package: debian-installer
>> Severity: minor
>> Tags: l10n
>>
>>
>> Spanish string "Detectando discos y todo el demás hardware" is not 'spanish 
>> in good law'. Should be "Detectando discos y el resto del hardwre".
>>
>> It a very visible string since it is a non-skipable step: Detecting disks 
>> and all other hardware
>
>
> Spanish l10n list, any advice ?

He is right, it would be better "Detectando los discos y todos los
demás dispositivos". However, the phrase is correct in content and
form.

>
> This message appears during the installation, so "fixing" it means
> fixing the D-I "sublevel 1" translations.
>
> However, given the current freeze, this cannot be fixed for lenny
> easily...
>
>
>
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkleTn4ACgkQ1OXtrMAUPS33lwCgjD9HGvelMAzMvY6geuKTdkF5
> IJsAn3KkXnMVDPXxVWq+UIbuJrQ9zlR2
> =CGYb
> -END PGP SIGNATURE-
>
>



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#211032: Hi.

2007-10-26 Thread Fernando Gorman

Hi again... Need to meet you. Call me please.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#601670: workaround work

2012-10-26 Thread Fernando Toledo
this issue is still in 1.0.42

i'm aply this workaround and working for my

thanks!

-- 
Fernando Toledo
Dock Sud BBS
http://bbs.docksud.com.ar
telnet://bbs.docksud.com.ar


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/508b26ce.70...@docksud.com.ar



Bug#686008: Evolution: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2012-08-27 Thread Fernando Ike
Package: tasksel
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it
is tested with msgfmt and
podebconf-display-po.

Best regards.
-- 
Fernando Ike


pt_BR.po
Description: Binary data


Bug#689303: Everthing went fine

2012-10-01 Thread Fernando Lagrange
Package: installation-reports
Version: 7.0 beta 1
Severity: normal


This bugreport to say to whole installation team a big THANKS for all work 
done, which is fantastic.


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
  500 testing security.debian.org 
  500 testing ftp.fr.debian.org 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.



--- Output from package bug script ---

Boot method: net install ISO on DVD.
Image version: http://www.debian.org/devel/debian-installer/
Date: September 3, 15h48 is date and time for /var/log/installer/syslog file.

Machine: Dell Latitude E5400
Partitions:
$ df -Tl
Sys. fich.Type 1K-blocksUtil. Disponible Uti% Monté sur
rootfsrootfs58482524  5385340   50167520  10% /
udev  devtmpfs 102400  10240   0% /dev
tmpfs tmpfs   818988  772 818216   1% /run
/dev/mapper/papillon-root ext4  58482524  5385340   50167520  10% /
tmpfs tmpfs 51200   5120   0% /run/lock
tmpfs tmpfs  1637960  3641637596   1% /run/shm
/dev/sda1 ext223319132808 187942  15% /boot
/dev/mapper/papillon-home ext4 392956380 52845104  320440648  15% /home
/dev/mapper/papillon-var  ext4  38971192  2324280   34693940   7% /var


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

I could install without problem. I was surprised that bépo is not an option 
during install and also that Gnome has been installed.


I bumped into console-data keyboard layout "bug" not allowing bépo 
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550962>, so that it took me 
10 to 15 minutes wandering if I should follow the entire installation process. 
But actually not doing it.

I was also surprised not to have XFCE since I believe Gnome will *not* be 
default desktop anymore. But, hey, I'll install it manually.

-- 
@+
Fernando

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="7.0 (wheezy) - installer build 20120712"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux papillon 3.2.0-3-amd64 #1 SMP Thu Jun 28 09:07:26 UTC 2012 
x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series 
Chipset Memory Controller Hub [8086:2a40] (rev 07)
lspci -knn: Subsystem: Dell Device [1028:0262]
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Mobile 4 Series 
Chipset PCI Express Graphics Port [8086:2a41] (rev 07)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1a.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #4 [8086:2937] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:0262]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #5 [8086:2938] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:0262]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB UHCI Controller #6 [8086:2939] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:0262]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1a.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 
Family) USB2 EHCI Controller #2 [8086:293c] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:0262]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) 
HD Audio Controller [8086:293e] (rev 02)
lspci -knn: Subsystem: Dell Device [1028:0262]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) 
PCI Express Port 1 [8086:2940] (rev 02)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) 
PCI Express Port 2 [8086:2942] (rev 02)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.2 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) 
PCI Express Port 3 [8086:2944] (rev 02)
lsp

ppc64el d-i directory empty

2015-02-24 Thread Fernando Seiti Furusato

Hello,

The d-i daily images directory for ppc64el seems to be empty:
http://d-i.debian.org/daily-images/ppc64el/

Do you know if there is any problem?

Thanks!
--

Fernando Seiti Furusato
IBM Linux Technology Center


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54ec7d40.3060...@linux.vnet.ibm.com



Bug#273823: Debian Installer in "Acer TravelMate 8003LMi (Laptop)"

2004-09-28 Thread Fernando Rodriguez Sela
he /etc/network/interfaces and
/etc/dhclient.conf by hand and restart the network
(/etc/init.d/networking restart) to continue the instalation.

The Hardware detection worked very good (thanks ;) and the X Window
system has been configured automatically with no problem.

I didn't test the Wireless LAN network card ... I tested the
installation with the BCM5705 Gigabit Ethernet.

Good Work !


Fernando.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#395886: Further Info for bug 395886

2006-10-31 Thread Giorgio Fernando Pioda
Hallo

System AMD Opteron 175 on MSI K8N Neo4, nvidia graphics

lspci:

:00:00.0 Memory controller: nVidia Corporation CK804 Memory
Controller (rev a3)
:00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
:00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
:00:02.0 USB Controller: nVidia Corporation CK804 USB Controller
(rev a2)
:00:02.1 USB Controller: nVidia Corporation CK804 USB Controller
(rev a3)
:00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97
Audio Controller (rev a2)
:00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev f2)
:00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA
Controller (rev f3)
:00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA
Controller (rev f3)
:00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
:00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
:00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
:00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
:00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
:00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration
:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map
:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller
:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control
:01:0c.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
Controller (rev 80)
:01:0d.0 RAID bus controller: Silicon Image, Inc. SiI 3114
[SATALink/SATARaid] Serial ATA Controller (rev 02)
:03:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053
Gigabit Ethernet Controller (rev 15)
:05:00.0 VGA compatible controller: nVidia Corporation GeForce 6200
TurboCache(TM) (rev a1)

lspci -n:

:00:00.0 0580: 10de:005e (rev a3)
:00:01.0 0601: 10de:0050 (rev a3)
:00:01.1 0c05: 10de:0052 (rev a2)
:00:02.0 0c03: 10de:005a (rev a2)
:00:02.1 0c03: 10de:005b (rev a3)
:00:04.0 0401: 10de:0059 (rev a2)
:00:06.0 0101: 10de:0053 (rev f2)
:00:07.0 0101: 10de:0054 (rev f3)
:00:08.0 0101: 10de:0055 (rev f3)
:00:09.0 0604: 10de:005c (rev a2)
:00:0a.0 0680: 10de:0057 (rev a3)
:00:0b.0 0604: 10de:005d (rev a3)
:00:0c.0 0604: 10de:005d (rev a3)
:00:0d.0 0604: 10de:005d (rev a3)
:00:0e.0 0604: 10de:005d (rev a3)
:00:18.0 0600: 1022:1100
:00:18.1 0600: 1022:1101
:00:18.2 0600: 1022:1102
:00:18.3 0600: 1022:1103
:01:0c.0 0c00: 1106:3044 (rev 80)
:01:0d.0 0104: 1095:3114 (rev 02)
:03:00.0 0200: 11ab:4362 (rev 15)
:05:00.0 0300: 10de:0161 (rev a1)

df -Tf:

FilesystemType blocchi di   1K   Usati Disponib. Uso% Montato su
/dev/sda7 ext348062440   4372332  41248632  10% /
varrun   tmpfs  51422888514140   1% /var/run
varlock  tmpfs  514228 4514224   1% /var/lock
udev tmpfs  514228   132514096   1% /dev
devshm   tmpfs  514228 0514228   0% /dev/shm
lrm  tmpfs  514228 21532492696   5%
/lib/modules/2.6.15-27-amd64-k8/volatile
/dev/sda6 ext3 4807056141332   4421540   4% /boot
/dev/sda9 ext328834716   4778908  22591084  18% /home
/dev/sda1 ntfs20482840   6085060  14397780  30% /media/sda1
/dev/sda5 vfat20472816   1427248  19045568   7% /media/sda5
/dev/sda10
  reiserfs39060816   3380840  35679976   9% /prt2
/dev/sda11ext377000740  17185188  55904128  24% /video
/home none28834716   4778908  22591084  18% /chroot/home
/tmp  none48062440   4372332  41248632  10% /chroot/tmp
/dev  none  514228   132514096   1% /chroot/dev
/media/cdrom0 none48062440   4372332  41248632  10% /chroot/media/cdrom0
/usr/share/fonts
  none48062440   4372332  41248632  10%
/chroot/usr/share/fonts


[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#558780: tzsetup-udeb: choosing Mexico as a country, the time zone spanish translation is incorrect

2009-11-30 Thread Fernando C. Estrada
Package: tzsetup-udeb
Severity: minor
Tags: l10n pending

Hi

The detailed information of this bug is in the Spanish l10n list [1] and this 
is just a reminder that will be closed when the translation is corrected.

Regards!

[1] http://lists.debian.org/debian-l10n-spanish/2009/11/msg00127.html
-- 
Fernando C. Estrada   http://www.fcestrada.com
fcestr...@fcestrada.com  4096R/C6E0F4B8 2009-11-14
B750 A96F 3A33 2CBA 7871  5BD0 C2FB E9BD C6E0 F4B8




-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#558780: debian-installer -- Error en la traducción de las zonas horarias para México

2010-08-28 Thread Fernando C. Estrada
Hola Javier

Aprovechando el congelamiento de Squeeze te agradeceré alguna
actualización del error de traducción en el instalador reportado al
paquete tzsetup-udeb [1].

Envío a continuación un resumen del hilo [2] en la lista de traducción:

"Si existe un error en las zonas horarias hay que arreglarlo, sino me
equivoco, en el paquete tzsetup (véase el fichero traducido po-debconf
http://www.debian.org/international/l10n/po-debconf/es).

Me lo apunto para actualizarlo, pero si quieres envía un informe de
error asociado al paquete para que no nos olvidemos de arreglarlo."

De antemano gracias por Tu apoyo.

Saludos y buen día

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558780
[2] http://lists.debian.org/debian-l10n-spanish/2009/11/msg00127.html
-- 
Fernando C. Estrada




-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1283031900.2752.32.ca...@hypatia.fcestrada.com



Bug#558780: debian-installer -- Error en la traducción de las zonas horarias para México

2010-08-29 Thread Fernando C. Estrada
Hi Christian

On Sun, 2010-08-29 at 08:33 +0200, Christian PERRIER wrote:
> Quoting Fernando C. Estrada (fcestr...@fcestrada.com):
> > Hola Javier
> > 
> > Aprovechando el congelamiento de Squeeze te agradeceré alguna
> > actualización del error de traducción en el instalador reportado al
> > paquete tzsetup-udeb [1].
> > 
> > Envío a continuación un resumen del hilo [2] en la lista de traducción:
> > 
> > "Si existe un error en las zonas horarias hay que arreglarlo, sino me
> > equivoco, en el paquete tzsetup (véase el fichero traducido po-debconf
> > http://www.debian.org/international/l10n/po-debconf/es).
> > 
> > Me lo apunto para actualizarlo, pero si quieres envía un informe de
> > error asociado al paquete para que no nos olvidemos de arreglarlo."
> > 
> > De antemano gracias por Tu apoyo.
> > 
> > Saludos y buen día
> 
> 
> When CC'ing bug reports, please try to write in English so that all
> contributors can understand.

Sorry for that, when I tried to report this bug I didn't know how to do
it, so I reported to the spanish-l10n list [1] and Javier suggested me
to open a bug just as a reminder for him to fix the bug, but all the
info was in that mailing list thread.

> What was reported here is a consequence of some timezone names, in tzsetup,
> being the same for USA, Canada and Mexico (three "multizones"
> countries).
> 
> So, translating "Central" by "Central (Manitoba - Nunavut (Centro) -
> Ontario (Oeste))" is incorrect *even for USA*. The same stands indeed
> for "Atlantic" (shared between USA and Canada), "Eastern"
> (Canada/USA), "Mountain" (Canada/USA/Mexico) and "Pacific"
> (Canada/USA/Mexico).

You explained very well the problem :-), because if someone choose
Spanish as a language in the installer and Mexico as country, at the
moment to choose the timezone appears the following options (an
screencast of the problem is available here [2]):

  Central (Manitoba - Nunavut (Centro) - Ontario (Oeste))
  Alberta - Territorios del Noroeste - Nunavut (montañas)
  Pacífico (Colombia Británica)

That's incorrect, because in Mexico officially [3] the time zones are:

  UTC -6: Central Time officially called Central Zone
  UTC -7: Mountain Time officially called Pacific Zone
  UTC -8: Pacific Time officially called Northwestern Zone

But if someone choose English as a language in the installer and Mexico
as country, at the moment to choose the timezone appears the following
options: "Central", "Mountain" and "Pacific" which is
correct, so I suggested the following fix to the Spanish translation:

  Centro (Tiempo del Centro o Zona Centro)
  Montaña (Tiempo de la Montaña o Zona Pacífico)
  Pacífico (Tiempo del Pacífico o Zona Noroeste)

> These should be translated more neutrally: Central, Este, Montañas,
> Pacifico, Atlántico (see French translation for reference).
> 
> I fixed this myself as it didn't really need deep skills in
> Spanish. :-)

Thanks a lot for your interest to help with this issue, Javier was
offered to fix this bug in the spanish-l10n thread and my previous mail
was just to ask for an status (mainly because I want to see this issue
fixed for Squeeze, now frozen), so if he's agree your help is totally
welcome ;-)

Regards,

P.S. To not have to look like me, Manitoba, Ontario,
Alberta and British Columbia (not British Colombia as shown in
translation) are part of the 10 provinces of Canada and Nunavut is one
of the three territories of Canada.

[1] http://lists.debian.org/debian-l10n-spanish/2009/11/msg00127.html
[2] http://www.youtube.com/watch?v=uFoy3YuVwGo
[3] http://es.wikipedia.org/wiki/Husos_horarios_de_México
-- 
Fernando C. Estrada




-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1283089805.29757.32.ca...@hypatia.fcestrada.com



Bug#558780: debian-installer -- Error en la traducción de las zonas horarias para México

2010-08-29 Thread Fernando C. Estrada
On Sun, 2010-08-29 at 19:05 +0200, Christian PERRIER wrote:
> Quoting Fernando C. Estrada (fcestr...@fcestrada.com):
> 
> > But if someone choose English as a language in the installer and Mexico
> > as country, at the moment to choose the timezone appears the following
> > options: "Central", "Mountain" and "Pacific" which is
> > correct, so I suggested the following fix to the Spanish translation:
> > 
> >   Centro (Tiempo del Centro o Zona Centro)
> >   Montaña (Tiempo de la Montaña o Zona Pacífico)
> >   Pacífico (Tiempo del Pacífico o Zona Noroeste)
> 
> ...or just "Centro", "Montaña" and "Pacifico"

Agree ;-)

Regards,
-- 
Fernando C. Estrada




-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/128310.1562.77.ca...@hypatia.fcestrada.com



Bug#699697: No sound after a standard installation of Wheezy

2013-02-03 Thread Fernando C. Estrada
Package: installation-reports
Severity: important

Hi,

After a standard installation of Wheezy, I don't have sound at all as I
had with Squeeze. Just for testing I tried with Ubuntu 12.10 without
installing and there's no sound too, I get back to Squeeze and it works
without problems without configuring anything after the installation.

Thanks in advance for your advises to solve this issue!

-- Package-specific info:

Boot method: debian-wheezy-DI-b4-amd64-i386-netinst.iso
Image version: 
http://cdimage.debian.org/cdimage/wheezy_di_beta4/multi-arch/iso-cd/debian-wheezy-DI-b4-amd64-i386-netinst.iso
Date: Sun, 03 Feb 2013 10:16:58 -0600

Machine: Dell Inspiron Mini 1018
Partitions: 

S.ficheros  Tipo 1K-bloques   Usados Disponibles Uso% Montado en
rootfs  rootfs 17299864  6563136 9857932  40% /
udevdevtmpfs  102400   10240   0% /dev
tmpfs   tmpfs205076  700  204376   1% /run
/dev/mapper/debian-main ext4   17299864  6563136 9857932  40% /
tmpfs   tmpfs  512005120   0% /run/lock
tmpfs   tmpfs410140   88  410052   1% /run/shm
/dev/sda1   ext4 18840326792  151883  15% /boot
/dev/mapper/debian-home ext4  134421784 9148967636103872  72% /home

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]

Overall install:[O]

Comments/Problems:



I did and standard installation (GNOME) using LVM crypted partitions
without configuring anything after the installation (both Squeeze and
Wheezy). Please forgive me if this is not the right package to report
against, but I don't know which one is (linux, alsa, pulseaudio, etc.),
so any direction would be very useful.

I'm including some command output files with the hope will be useful.

$ cat /proc/asound/card0/codec* | grep Codec
Codec: Realtek ALC272

$ lspci -v | grep -A5 -i "audio"
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio 
Controller (rev 02)
Subsystem: Dell Device 048e
Flags: bus master, fast devsel, latency 0, IRQ 45
Memory at f030 (64-bit, non-prefetchable) [size=16K]
Capabilities: 
Kernel driver in use: snd_hda_intel

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

$ lsmod | grep snd
snd_hda_codec_realtek   188858  1 
snd_hda_intel  26345  1 
snd_hda_codec  78031  2 snd_hda_intel,snd_hda_codec_realtek
snd_hwdep  13186  1 snd_hda_codec
snd_pcm68083  2 snd_hda_codec,snd_hda_intel
snd_page_alloc 13003  2 snd_pcm,snd_hda_intel
snd_seq45126  0 
snd_seq_device 13176  1 snd_seq
snd_timer  22917  2 snd_seq,snd_pcm
snd52889  10 
snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_realtek
soundcore  13065  1 snd

$ dmesg | grep snd
[   18.394397] snd_hda_intel :00:1b.0: irq 45 for MSI/MSI-X
[   18.394471] snd_hda_intel :00:1b.0: setting latency timer to 64

$ cat /proc/asound/modules
 0 snd_hda_intel

$ grep audio /etc/group
audio:x:29:pulse,fernando

Regards,
-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="7.0 (wheezy) - installer build 20120930+b1"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux camaleonina 3.2.0-3-amd64 #1 SMP Mon Jul 23 02:45:17 UTC 2012 
x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Atom Processor 
D4xx/D5xx/N4xx/N5xx DMI Bridge [8086:a010]
lspci -knn: Subsystem: Dell Device [1028:048e]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation Atom 
Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller [8086:a011]
lspci -knn: Subsystem: Dell Device [1028:048e]
lspci -knn: 00:02.1 Display controller [0380]

Bug#678015: debian-installer: Guided partitioning took 26 hours to complete erasure of encripted LVM volume

2012-06-18 Thread Fernando J . Rodríguez
Package: debian-installer
Severity: normal
Tags: d-i

I've recently tried the weekly built netinst image of Debian Installer to 
install Wheezy on
a computer with a hard disk of 640 GB.
I wanted to experiment with encripted volumes, so to get an idea of what could 
be a sensible
setup, I tried the guided partitioning option for encripted LVM. I just wanted 
to see what
was Debian's recipe for that setup before coming up with my own.

Unfortunately, the installer decided to erase (very thoroughly I learned too 
late) all data on
the newly created 632 GB volume it, which took roughly 26 hours.

Had I been asked, I would have chosen no to wipe out the volume, because no 
sensitive
information was previously there, just the proprietary pre-installed operating 
system that
I never intended to use, but came with the computer anyway.
Besides, even for sensitive information, a 26 hour-long erasing on an average 
hardware, with
no prior notice or confirmation is IMHO not what the installer should do.

Please consider:
a) changing the erase algorithm for someting more expeditive, even at the 
expense of some
   effectiveness;
b) asking the user if she actually wants to erase the contents of the newly 
created volume;
c) warning the user that the erasing could take more than 1 day.

Thank you.


-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120618164023.11203.67584.report...@test.smc



Bug#678015: debian-installer: Guided partitioning took 26 hours to complete erasure of encripted LVM volume

2012-06-18 Thread Fernando J. Rodríguez
El Lunes 18 Junio 2012 14:00:35 escribiste:
> Quoting Fernando J. Rodríguez (grou...@lugmen.org.ar):
> > Please consider:
> > b) asking the user if she actually wants to erase the contents of the
> > newly created volume; c) warning the user that the erasing could take
> > more than 1 day.
> 
> The option exists but is not asked during guided partitioning with
> encryption, precisely to keep guided partitioning as a straightforward
> option and not something "asking questions".

Christian: I understand and agree with your point of view.
However, I still consider that an operation that is going to take more than a 
day to complete is granted at least a warning to the user, as it is likely way 
outside the expectations of users requesting guiding in partitioning that such 
ancilliary preparation of the storage medium that is going to hold the about 
to be installed operating system, takes so much time to complete.


> If you want to use an encrypted partition without erasing the data on
> it priori to this, you have to choose manual partitioning.

I would have, had I known in advance that it was going to erase the volume 
prior to creating the filesystem in it, and that it would take for ever to 
that.

I could have made an informed decision, but only if I had been provided with 
the necessary information.

With kind regards,

-- 
Fernando



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201206190122.20515.grou...@lugmen.org.ar



Bug#678015: debian-installer: Guided partitioning took 26 hours to complete erasure of encripted LVM volume

2012-06-18 Thread Fernando J. Rodríguez
On Lunes 18 Junio 2012 17:39:12 Jérémy Bobbio escribió:
> On Mon, Jun 18, 2012 at 07:00:35PM +0200, Christian PERRIER wrote:
> > If you want to use an encrypted partition without erasing the data on
> > it priori to this, you have to choose manual partitioning.
> 
> This is not entirely true: during erasing, pressing "Cancel" will simple
> skip that specific part of the process and proceed with rest of the
> partioning.

Jérémy:
I noticed the "Cancel" button after a few hours, but because I was unsure of 
what exactly it would  cancel, and whether it was a required or optional step 
of the proceess, I opted not to risk wasting all the time already invested and 
didn't cancel anything.

Again, I think more information about what was going on could have enabled me 
to make an informed decision.

With kind regards,

-- 
Fernando



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201206190138.14196.grou...@lugmen.org.ar



Re: Bug#272441: unsuccessful installation

2004-10-13 Thread Fernando Vargas-Machuca Villanueva
Hi,
A have got an Acer 3600G too.
I have probed with rc1 but still hangs.
I have edited the blacklist file but that module (i810-tco) appears in the
file yet (in RC1)

I'm trying now with rc2.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]