Re: Problem with Debian debian-live-12.6.0-amd64-mate.iso

2024-07-07 Thread Andre Gompel
used Linux since the time of LILO etc I reiterate here, I cannot disable the Secure Boot (I don't have the BIOS password). But still use properly signed other live distros's USB etc... Andre On Sat, Jul 6, 2024 at 10:16 PM Steve McIntyre wrote: > Hi Andre, > &

Problem with Debian debian-live-12.6.0-amd64-mate.iso

2024-07-05 Thread Andre Gompel
ro I can't disable the Secure Boot in the BIOS (miss password) Thanks for the attention ! Andre GompeL

Bug#969518: Add missing ESPRESSObin variants

2021-02-02 Thread Andre Heider
Ping. Anyone? Bueller?

Bug#969070: $console handling might result in unbootable system

2020-10-16 Thread Andre Heider
On 15/10/2020 16:11, Heinrich Schuchardt wrote: On 15.10.20 15:13, Andre Heider wrote: On 04/09/2020 07:20, Andre Heider wrote: Of those, these are part of all.db: rockchip/rk3399-evb.dts apm/apm-mustang.dtb The former is an evaluation board, added by Heinrich (cc'ed) in

Bug#969518: (no subject)

2020-10-15 Thread Andre Heider
Gentle ping

Bug#969070: $console handling might result in unbootable system

2020-10-15 Thread Andre Heider
On 04/09/2020 07:20, Andre Heider wrote: Of those, these are part of all.db: rockchip/rk3399-evb.dts apm/apm-mustang.dtb The former is an evaluation board, added by Heinrich (cc'ed) in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899090 Given the nature of these boards, I guess Hei

Bug#969515: (no subject)

2020-09-16 Thread Andre Heider
ping? Patch is a plain bugfix, so I think uncontroversial?

Bug#969515: flash-kernel: Add vendor path for some arm64 machines

2020-09-04 Thread Andre Heider
x27;s db, everything silently works with a flattened tree. See attached patch, now it works here too :) Yes, I believe this was intentional to smooth the transition without breaking booting for some machines... I guess flash-kernel should error out if it's missing for arm=arm64? Thanks, Andre

Bug#969070: $console handling might result in unbootable system

2020-09-04 Thread Andre Heider
On 04/09/2020 12:50, Heinrich Schuchardt wrote: On 04.09.20 09:54, Andre Heider wrote: On 04/09/2020 09:20, Heinrich Schuchardt wrote: On 04.09.20 07:20, Andre Heider wrote: On 04/09/2020 03:10, Vagrant Cascadian wrote: On 2020-08-28, Andre Heider wrote: Stats: Going by u-boot upstream

Bug#969070: $console handling might result in unbootable system

2020-09-04 Thread Andre Heider
On 04/09/2020 09:20, Heinrich Schuchardt wrote: On 04.09.20 07:20, Andre Heider wrote: On 04/09/2020 03:10, Vagrant Cascadian wrote: On 2020-08-28, Andre Heider wrote: Stats: Going by u-boot upstream, only 17 of +700 boards set $console (grep for You seem CONFIG_DEFAULT_CONSOLE, which too

Bug#969070: $console handling might result in unbootable system

2020-09-03 Thread Andre Heider
On 04/09/2020 03:10, Vagrant Cascadian wrote: On 2020-08-28, Andre Heider wrote: Stats: Going by u-boot upstream, only 17 of +700 boards set $console (grep for CONFIG_DEFAULT_CONSOLE, which too is deprecated). Going by linux upstream, 112 of 125 arm64 boards used "stdout-path": $ fin

Bug#969518: Add missing ESPRESSObin variants

2020-09-03 Thread Andre Heider
17 00:00:00 2001 From: Andre Heider Date: Fri, 4 Sep 2020 06:32:07 +0200 Subject: [PATCH] Add missing ESPRESSObin variants Linux added support for these [0]. Each has its own model identifier, so add them here too. [0] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/

Bug#969070: $console handling might result in unbootable system

2020-08-27 Thread Andre Heider
On 27/08/2020 22:43, Vagrant Cascadian wrote: Control: severity 969070 important On 2020-08-27, Andre Heider wrote: Since [0] flash-kernel does: if test -n "${console}"; then setenv bootargs "${bootargs} console=${console}" fi The common $console for

Bug#969070: $console handling might result in unbootable system

2020-08-26 Thread Andre Heider
Source: flash-kernel Severity: critical Since [0] flash-kernel does: if test -n "${console}"; then setenv bootargs "${bootargs} console=${console}" fi The common $console format as set by u-boot includes the leading "console=": include/configs/arndale.h:#define CONFIG_DEFAULT_CONSOLE "

Bug#884003: FDT overlay support

2018-01-25 Thread Andre Heider
On 21/01/18 00:52, Vagrant Cascadian wrote: On 2018-01-20, Vagrant Cascadian wrote: On 2017-12-12, Andre Heider wrote: Subject: [PATCH 05/10] bootscr.uboot-generic: support multiple prefixes to load from Subject: [PATCH 06/10] beaglebone: clean up boot script I might try to rework 5-6 with

Bug#884003: FDT overlay support

2017-12-20 Thread Andre Heider
Hi Vagrant, On 20/12/17 22:32, Vagrant Cascadian wrote: On 2017-12-12, Andre Heider wrote: I added the ability to concatenate multiple scripts/snippets for the final boot script. The new overlay handling snippet is supposed to be used with this. But the feature itself also allows nice cleanups

Bug#884003: FDT overlay support

2017-12-18 Thread Andre Heider
The patches need a bit more work. But before I do that, I'd like some feedback if this would be desirable/acceptable at all. Let me know what you think, Andre

Bug#884003: FDT overlay support

2017-12-12 Thread Andre Heider
r set $fk_overlays on the u-boot prompt or OVERLAYS in /etc/defaults/flash-kernel to "foo bar". Testing on beaglebone looks promising so far ;) >From efaadbd96967674f2fb82eb530dd447a6b5c65ba Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Tue, 12 Dec 2017 09:23:37 +0100 Subject: [PATCH 01

Bug#884003: FDT overlay support

2017-12-10 Thread Andre Heider
Source: flash-kernel Severity: wishlist Recent u-boot versions support fdt overlays. It can load a base dtb, apply various overlays to it, and pass the final device tree to the kernel. To be able to use such overlays: 1) u-boot has to be compiled with CONFIG_OF_LIBFDT_OVERLAY 2) the base dtb h

Bug#883580: debian-installer: arm64: please ship dtb files

2017-12-05 Thread Andre Heider
On Tue, 5 Dec 2017 14:07:46 + Leif Lindholm wrote: Please don't ship dtb files at all, including the kernel images. If firmware does not come with hardware description, that is a shortcoming of the firmware. If a newer kernel cannot be booted with an existing device tree, then that is a bug

Bug#883580: debian-installer: arm64: please ship dtb files

2017-12-05 Thread Andre Heider
Source: debian-installer Some arm64 devices (like espressobin) boot using u-boot and not using efi. For these the kernel's corresponding dtb is required to boot. I only checked the latest daily netboot.tar.gz, and while armhf ships those files, arm64 does not. When fishing out the dtb out o

Re: Using preseed (Debian/Ubuntu) to partition both RAID and encryption

2017-08-24 Thread Andre Goree
On 2017/08/23 11:22 am, Andre Goree wrote: I am trying to configure a preseed image using RAID + encryption. I originally wanted to do this without LVM, however it does not seem (at least with encryption) that this is possible. I simply want to know if this is even possible via preseed -- that

Using preseed (Debian/Ubuntu) to partition both RAID and encryption

2017-08-23 Thread Andre Goree
nyone confirm or deny this for me? Thanks in advance. -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://www.drenet.net PGP key - http://www.drenet.net/pubkey.txt -=-=-=-=-=-### Disk Configuration d-i partman-auto/disk string /dev/sda /dev/sdb /dev/sdc /dev/sdd /dev

Bug#755848: preseed d-i netcfg/hostname does not set hostname

2014-07-23 Thread Andre "Osku" Schmidt
Package: netcfg Version: 1.108 using "d-i netcfg/hostname string foobar" in preseed file still makes the installer to ask user for hostname. or when using kernel option priority=critcal hostname is silently set to "noname". info from: https://www.debian.org/releases/wheezy/example-preseed.txt us

Bug#646285: busybox: $PATH handling is broken - breaks boot

2011-10-22 Thread Andre Tomt
Package: busybox Version: 1:1.19.2-1 Severity: critical Justification: breaks the whole system It seems $PATH handling has stopped working, breaking initramfs-tools making the system unbootable. initramfs-tools dumps to a recovery console during boot as the shell cannot find its binaries. (init

Bug#644715: installation-report: general

2011-10-08 Thread Andre Verwijs
Package: installation-reports Version: 2.44 Severity: minor -- Package-specific info: Boot method: cd Image version: netinstall Date: Machine: i386 Partitions: Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot:

Re: suggestion for reliable boot: disk-by-id

2011-01-15 Thread Andre Felipe Machado
? Regards. Andre Felipe [0] http://www.techforce.com.br/news/linux_blog/debian_grub_fstab_multipath_initrd

suggestion for reliable boot: disk-by-id

2011-01-14 Thread Andre Felipe Machado
on [0]. I hope this helps to improve d-i. Regards. Andre Felipe Machado [0] http://www.techforce.com.br/news/linux_blog/debian_grub_fstab_multipath_initrd

Bug#606697: installation-reports: install succes in virtualbox with M-A DVD iso

2010-12-11 Thread andre lasfargues
Hello, bonjour, 2010/12/11 Christian PERRIER > Quoting andre (altux...@gmail.com): > > Package: installation-reports > > Severity: wishlist > > > > Installation in graphical expert mode > > No problem > > But the install process went in qwerty until the fi

Bug#606697: installation-reports: install succes in virtualbox with M-A DVD iso

2010-12-10 Thread andre
Package: installation-reports Severity: wishlist Installation in graphical expert mode No problem But the install process went in qwerty until the final step I had selected French from the initial step but i had to type in qwerty mode till the final Good work anyway as the install went very fine I

Bug#414785: Hello .

2010-10-08 Thread Andre Luiz Rodrigues Ferreira
Hi,, I find a good website, I would like to introduce it to you,It will give you big surprise:excellent products,high quality, competitive price. If you are free, please visit it: www.eebisr.com . have a nice day! -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subj

Bug#539372: ltsp-server: ltsp-build-client fails w/ 4 x "W: Failure while configuring base packages"

2009-08-07 Thread Andre Majorel
On 2009-08-04 01:02 -0700, Vagrant Cascadian wrote: > On Mon, Aug 03, 2009 at 11:41:02PM +0200, Andre Majorel wrote: > > > Indeed. "debootstrap sid /opt/test ftp://ftp.nerim.net/debian"; > > emits the exact same warnings as above (minus the last line) and > > e

Re: Draft for lenny release announcement

2009-02-10 Thread Andre Luiz Rodrigues Ferreira
install anarchism >`. `'` > `- > > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAkmRe2UACgkQ2PUjs9fQ72U8fACfVEeHzjPvUF/sgKACBtz7eRNA > NgkAmwbxsPA8YEgZkFt3OiUSm677s2fU > =6prP > -END PGP SIGNATURE-

doubts about Lenny and available QA tools, release and security team, drivers

2008-10-19 Thread Andre Felipe Machado
questions? Regards. Andre Felipe Machado [0] http://lists.debian.org/debian-publicity/2008/10/msg0.html [1] http://lists.debian.org/debian-publicity/2008/10/msg00088.html [2] http://qa.debian.org/debcheck.php [3] http://release.debian.org/tools.html [4] http://security-tracker.debian.net/tracker/ [5

Bug#500034: debian-installer: Please include pppoeconf in netinstall default installation

2008-09-24 Thread Andre Luiz Rodrigues Ferreira
Package: debian-installer Version: 20080522 Severity: important Hi, I installed the 4.0 release with the netinstall image. After the installation, I needed of pppoeconf for download of others packages in the internet and this is missing. So, I would like to see pppoeconf on default image. Thanks

Bug#401524: installation-report: on sparc64 1st partition not useable for raid and X config wrong/not working

2006-12-05 Thread Andre' Breiler
e tip. If I can help in any way let me know (I'll probably test it against TGX in the ss4 once the U1 is working). Thanx a lot, ANdre' # /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # value

Bug#401524: installation-report: on sparc64 1st partition not useable for raid and X config wrong/not working

2006-12-04 Thread Andre' Breiler
Thanx for the quick answer. On Mon, 4 Dec 2006, Frans Pop wrote: > On Monday 04 December 2006 09:46, Andre' Breiler wrote: > > Two things went wrong during install: > > 1) I was unable to use sda1 or sdb1 for software raid (option not > > offered) > > That is

Bug#401524: installation-report: on sparc64 1st partition not useable for raid and X config wrong/not working

2006-12-04 Thread Andre' Breiler
Subject: installation-report: on sparc64 1st partition not useable for raid and X config wrong/not working Package: installation-reports Version: 2.23 Severity: normal *** Please type your report below this line *** Two things went wrong during install: 1) I was unable to use sda1 or sdb1 for sof

Bug#398737: installation-reports: D-I RC1 Fails to boot on TOSHIBA U2OO portable

2006-11-15 Thread andre lasfargues
Package: installation-reports Severity: important -- Package-specific info: Boot method: CD Netinst Image version: D-I RC1 from cdimage Date: 14/11/2006 Machine: Toshiba Laptop U200 Partitions: One ntfs partition on /dev/sda1 Base System Installation Checklist: [O] = OK, [E] = Error (please

Bug#398663: Bug:#398656 installation-report Toshiba U200 Failed to boot

2006-11-14 Thread andre Lasfargues
Package: installation-reports Boot method: CD etch rc1 network-install Image version: cdimage debian etch-d-i-rc1 14/11/06 Date: 14/11/06 Machine: toshiba U200 satellite pro Processor: centrino duo Memory: 512 M Partitions: one ntfs poor of me Output of lspci -nn and lspci -vnn: Base System Ins

Bug#150790: =?koi8-r?b?PT9LT0k4LVI/UT89RUQ9Q0Y9RDI9QzE9Q0M9RDggPUQzPUM1PUNBID1DMj1DMT1EMz1DRT1DOSA9

2006-11-01 Thread Andre Gagne
RDQ9QzE9Q0I9Q0Y9RDc9QzEsID89?= Date: Wed, 26 Jun 2002 18:39:20 -0420 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4

Bug#394560: [netinst-20061021] Successful install using Brazilian Portuguese (pt_BR) language

2006-10-21 Thread Andre Luis Lopes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: installation-reports Boot method: Boot using iso image from within VMware. Image version: netinst iso-cd from http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso. Date: Image from 20061

Bug#156704: Andre says Hi

2006-10-20 Thread Dunbar, Andre
experience in the field/trade of their choice. Give our recruiting office a call when you have time. Thanks Andre Dunbar Office Number: 1-773-509-4920 We hope to be talking to you soon. *We are taking calls at anytime in the day or evening. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: Adding RAID 6 support to the Installation Disk

2006-10-09 Thread Andre Luis Lopes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, RParr escreveu: > > I, for one, would very much welcome this. I am not a kernel beater but > I would be willing to do what I can to help test/whatever to see this > happen. Then smile -> http://packages.debian.org/changelogs/pool/main/l/li

Bug#391529: Etch installer freezed by tzdata

2006-10-08 Thread Andre Luis Lopes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Frans Pop escreveu: >> I'm trying to install etch beta3 in a server, when the installation pass >> the partitioning process and begin to install & configure the base >> system it was frozen by the configuration of package tzdata... Finding a >>

Re: installation-report i18n'ed?

2006-09-07 Thread Andre Luis Lopes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frans Pop wrote: > > This is a discussion that comes back every 6 months or so... > Suggest you check the mailing list archives for previous discussions. IIRC > the last one was on d-i18n, but could have been -project or -devel too. > It's kind of o

Re: installation-report i18n'ed?

2006-09-07 Thread Andre Luis Lopes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Stefano Canepa wrote: > > This is one of the thinks written in the TODO file of reportbug, and > reading the code somethink started sometime ago. Do you think it make > sense even if bug reports need to be written into English? Gnome > bugbudd

Bug#382670: debian-installer: Sudo not properly configured

2006-08-14 Thread Andre Luis Lopes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joey Hess wrote: > Joseph Smidt wrote: >> I choose to go the sudo route. Everything works fine on the command >> line, i.e. I can't login as root and sudo works with the password I gave >> it. But none of the gui admin applications work without roo

Re: Please fix translation errors

2006-07-16 Thread Andre Luis Lopes
Hello, On Sun, Jul 16, 2006 at 03:09:55PM +0200, Davide Viti wrote: > ATM there are 30+55 errors (suspect variables + level specific errors) > in level1 translations (see [1]). > Languages currently affected: > | pt_BR | x| | I've just fixed the single suspect for pt_BR, which in fact w

Bug#281898: Package: installation-reports

2004-11-18 Thread andre . bouvard
Package: installation-reports Debian-installer-version: sarge i386 netinstall-cd, Pre-RC2, downloaded 17.Nov. 04 uname -a: Date: 18.Nov. 2004 Method: sarge i386 netinstall-cd Machine: IBM NetVista Type 8305-31G Processor: Memory: Root Device: Root Size/partition table: Output of lspci and lspci -

Re: [i386] [20041013] [netinst] Error installing libreadline4

2004-10-14 Thread Andre Luis Lopes
On Thu, Oct 14, 2004 at 11:50:09AM -0700, Steve Langasek wrote: > > The problem is that libreadline5 is priority: standard, but should not > really be targetted for sarge as nothing uses it (except for rlfe), and > should definitely not have been allowed into sarge at priority: standard > after th

localization-config 0.102 works

2004-10-14 Thread Andre Luis Lopes
Hi joeyh/all, = - localization-config (needs to get debs to testing) - (0.1.02 needed) - (also, needs to be checked that it's on the cds and works) + (needs to be checked that

[i386] [20041013] [netinst] Error installing libreadline4

2004-10-14 Thread Andre Luis Lopes
Hello, Sorry, I didn't finished the installation so I'm just sending this message instead of a complete installation report. My testes were done with a netinst image downloaded from http://cdimage.debian.org/pub/cdimage-testing/sid_d-i/i386/20041013/sarge-i386-netinst.iso (md5sum is fefa815e75dbc6

Bug#275671: install with debian installer

2004-10-09 Thread Andre Krajnik
Package: installation-reports Debian-installer-version: uname -a: GNU/Linux> Date: <2004-10-09 9:00 UTC> Method: ~ eine Netzwerkinstallation war, von wo? Wurde ein Proxy verwendet?> Boot from cdrom (

Bug#275540: acknowledged by developer (Re: Bug#275540: install with debian installer)

2004-10-09 Thread Andre Krajnik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Joey, your right, I mistakely send my report twice. This one was the right one. 275539 was incomplete Debian Bug Tracking System schrieb: | This is an automatic notification regarding your Bug report | #275540: install with debian installer, | which

Bug#275539: install with debian installer

2004-10-08 Thread Andre Krajnik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: installation-reports Debian-installer-version: uname -a: Date: <2004-10-08 17:30 UTC> Method: Machine: Processor: Pentium II / 400 Memory: 448 MB Roo

Bug#275540: install with debian installer

2004-10-08 Thread Andre Krajnik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: installation-reports Debian-installer-version: uname -a: Date: <2004-10-08 17:30 UTC> Method: Machine: Processor: Pentium II / 400 Memory: 448 MB Roo

Re: State of graphical installer

2004-09-28 Thread Andre Luis Lopes
Hello, On Tue, Sep 28, 2004 at 12:53:09PM +0200, Martin Schulze wrote: > State of graphical installer > > Does anybody know the current state of the graphical installer? Using > debconf for d-i was said to have the benefit of hooking different > frontends to it and the gtk/gnome frontend is one

Re: [d-i manual] New Russian translation

2004-09-12 Thread Andre Luis Lopes
Hello, On Sun, Sep 12, 2004 at 07:14:35PM +0200, Frans Pop wrote: > Maybe we should discuss if nl and pt_BR are sufficiently translated for > inclusion at release time. Something for Oldenburg? I'm not working in the pt_BR translation fo the d-i manual because we (me and Gleydson) kind of agr

Re: Can't access Alioth SVN repositories

2004-08-24 Thread Andre Luis Lopes
Hello Christian, On Tue, Aug 24, 2004 at 07:28:23AM +0200, Christian Perrier wrote: > Quoting Andre Luis Lopes ([EMAIL PROTECTED]): > > > Also, I can't log in to shell.alioth.debian.org using my > > username/password anymore. Prior to the recent Alioth problems I was >

Re: Can't access Alioth SVN repositories

2004-08-24 Thread Andre Luis Lopes
On Tue, Aug 24, 2004 at 08:42:52AM +0300, Konstantinos Margaritis wrote: > I found a workaround. Using my account page on alioth, i uploaded my > laptop's RSA public key and then I was able to access cvs/svn again > > Hope this helps. Thank you for the tip :-) It worked fine and I have just co

Can't access Alioth SVN repositories

2004-08-23 Thread Andre Luis Lopes
Hi, After Alioth was brought back online I can't use my SVN account to update and/or to checkout d-i repository anymore. However, I can log in using my old password to Alioth Web interface and change my account preferences just fine. I tried changing my password but this also didn't allowed me to

Re: qucik-n-dirty presseding support for sarge?

2004-08-20 Thread Andre Luis Lopes
Hello, On Fri, Aug 20, 2004 at 10:29:13AM +0100, Joey Hess wrote: > Andre Luis Lopes wrote: > > I'm already a fan of you, but if you could do it I would really become > > yours 1st fan :-) That's a killer feature and would allow for a whole > > new world of possib

Re: qucik-n-dirty presseding support for sarge?

2004-08-18 Thread Andre Luis Lopes
On Wed, Aug 18, 2004 at 10:28:26PM +0100, Joey Hess wrote: > I wonder if we could add basic database preseeding support in time for > sarge? Here is a very off-the-cuff design. > > - Use debconf-set-selections/debconf-get-selections file format for the >preseeding file. > - Add a preseed ude

Re: List of possible XkbModel entries per locale

2004-08-17 Thread Andre Luis Lopes
On Wed, Aug 18, 2004 at 12:25:11AM +0300, Konstantinos Margaritis wrote: > Hi, I'd like to make a complete list of every X keyboard config for each locale. > I'm certain I miss many entries, but I would appreciate it if you sent me feedback > to make sure that all locales have the correct config.

sarge installer on software raid status ?

2004-08-12 Thread Andre Schmidt
hi, i was wondering hows the development progressing on sarge installer with the ability to install debian (with / and /boot) on software raid ? cheers, andre ps. i was abel to install sarge (with / , /boot and swap) on software raid with these steps: http://members.ferrara.linux.it/calicant

Re: install Debian how SATA

2004-08-12 Thread Andre Luis Lopes
On Wed, Aug 11, 2004 at 05:20:37PM -0300, alberto wrote: > Tenho uma placa intel D865PERL, preciso instalar o Debian nesta maq. Não estou > conseguindo achar nenhum suporte para instalar em Serial ATA, se vocês tiverem o > module para serial ata, ou alguma coisa que possa me ajudar ficaria mu

Bug#265016: VIA Technologies, Inc. VT8361 [KLE133] AGP Bridge

2004-08-11 Thread Andre Felipe Machado
irectories named "trident", so I guess the knoppix detection is right. But do not know specific model. Please, send some guidance to find the right info. the lspci -n output is below. Many thanks. Andre Felipe :00:00.0 0600: 1106:3112 :00:01.0 0604: 1106:b112 :00:07.0

Bug#265016: d-i RC1=> keyboard and language not pass to second phase / video / wrong kernel

2004-08-11 Thread Andre Felipe Machado
r overall, even for newbies. Some improvements at usability (no "back" choice at most menus; and a study on partitioning tool) and increasing hardware database and it will become a VERY good installer. Good work, d-i team!! Andre Felipe Machado -- http://www.andrefelipemachado

Bug#262941: pppoe problems => d-i does not install resolvconf

2004-08-04 Thread Andre Felipe Machado
://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263224 Regards. Andre Felipe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#262941: d-i 01aug2004 : possible solution => pppoe, pppoeconf problem

2004-08-02 Thread Andre Felipe Machado
Hello, The plog line below gave the hint: > Aug  2 20:59:32 debian pppd[758]: Failed to create PPPoE socket: Address > family not supported by protocol The modules was not loaded at boot. So I tried to include the following line at /etc/modules: pppoe Now it "seems" to work "most of times".

Bug#262941: d-i 01aug2004 => pppoe, network, ppoeconf problems

2004-08-02 Thread Andre Felipe Machado
Hello, Following the hint from Savio Ramos, I installed etherconf. The package tried to configure dhcp. I configured it for static, then edited /etc/network/interfaces , commenting out the lines of static configuration. After, called pppoeconf and it "seemed" to work. But after a new reboot, pppo

Bug#262941: no working pppoeconf and pppoe

2004-08-02 Thread Andre Felipe Machado
not sure about eth0 working modules nor pppoe. Tried to reinstall ppp, pppconfig, pppoe, pppoeconf but no success. What is wrong? The installer also showed some missing modules: ide-scsi, ide-mod, ide-probe-mod, ide-generic, ide-floppy. Regards. Andre Felipe -- To UNSUBSCRIBE, email to [EMAIL

Re: Bug#262344: debian-installer: Please add gnutls11 and gcrypt11 packages

2004-07-31 Thread Andre Luis Lopes
On Sat, Jul 31, 2004 at 05:35:21PM +0200, Matthias Urlichs wrote: > Hi, > > Steve Langasek: > > Because libgcrypt11 is available in sarge already, I've made this change > > in an NMU of debootstrap, so you should be able to upload opencdk8 with > > the new dependency without breaking anything. > >

Bug#261279: discover1: [INTL:pt_BR] Please apply attached patch to update Brazilian Portuguese translation

2004-07-24 Thread Andre Luis Lopes
Package: discover1 Version: 1.6.4 Severity: wishlist Tags: patch sid l10n Hello, Please consider applying the attached patch in order to update discover1's Brazilian Portuguese (pt_BR) translation. Regards, -- System Information: Debian Release: testing/unstable APT prefers unstable APT p

Bug#260109: SOLUTION problem 1 => kde and gnome and any app 5 minutes start up each

2004-07-23 Thread Andre Felipe Machado
needs a MTA, and what is libpango?). Best regards. Andre Felipe On Fri, 23 Jul 2004 01:47:47 +, Andre Felipe Machado wrote: >>edit the /etc/network/interfaces >>include the 2 following lines: >>auto lo >iface lo inet loopback [...] >>It should be included before

Bug#260109: SOLUTION => kde and gnome and any app 5 minutes start up each

2004-07-22 Thread Andre Felipe Machado
/network/interfaces include the 2 following lines: auto lo iface lo inet loopback restart network or reboot. It should be included before the sarge release. The problem (in fresh installs) is very frustrating. Please, include the simple solution as soon as possible. Regards. Andre Felipe http

Bug#260109: debian installer 2004 jul 16 report => cdrw/dvd

2004-07-19 Thread Andre Felipe Machado
Hello, The installer did not create the /dev/dvd link to the /dev/cdrom . Maybe because it not detected the drive as a cdrw/dvd one. Regards. Andre Felipe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#260109: debian installer 2004 jul 16 report => wrong installed kernel?

2004-07-18 Thread Andre Felipe Machado
Hello, When trying to install nvidia 3d drivers, I saw that d-i installed 386 kernel, instead of the Athlon (k7?) kernel. I did not install the nvidia nor the kernel. Maybe it is the cause of gnome and kde terrible start up times and windows and apps delays. What can I do? Regards. Andre Felipe

Bug#260109: debian installer 2004 jul 16 report => BRAZILIAN PORTUGUESE strings needing corrections

2004-07-18 Thread Andre Felipe Machado
Hello, Below are some BRAZILIAN PORTUGUESE translated strings needing corrections. They are from phase 1 and 2, and may be out of order. (sorry my messy notes). some point the screen. The three periods are not part of the strings. Regards. Andre Felipe ...método de uso: formatar a parição

Bug#260109: debian installer 2004 jul 16 report => libsensors ??

2004-07-18 Thread Andre Felipe Machado
installer correct this for the user. Regards. Andre Felipe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#260109: debian installer 2004 jul 16 report => messages

2004-07-18 Thread Andre Felipe Machado
Using /lib/modules/2.4.26-1-386/kernel/drivers/ide/ide-core.o Using /lib/modules/2.4.26-1-386/kernel/drivers/scsi/scsi_mod.o Using /lib/modules/2.4.26-1-386/kernel/drivers/usb/storage/usb-storage.o insmodide-core insmodscsi_mod insmodusb-storage Using /lib/modules/2.4.26-1-386/k

Bug#260109: debian installer 2004 jul 16 report => hardware summary

2004-07-18 Thread Andre Felipe Machado
Hello, This is the first log file. hdparm was not found. Regards. Andre Felipe info: /bin/report-hw: discover: ;;;Unknown;HL-DT-ST RW/DVD GCC-4480B;/dev/hdb info: /bin/report-hw: discover: via-rhine;;;VIA Technologies, Inc.;VT6105 [Rhine-III]; info: /bin/report-hw: discover: ide-scsi

Bug#260109: debian installer 2004 jul 16 report => package versions

2004-07-18 Thread Andre Felipe Machado
languagechooser 1.26 udpkg 0.024 sata-modules-2.4.26-1-386-di 0.64 libnss-dns-udeb 2.3.2.ds1-13 cdrom-checker 0.29 lowmemcheck 0.11 console-keymaps-usb 2002.12.04dbs-42 cdrom-retriever 0.29 main-menu 0.071 di-utils-shell 0.56 di-utils 0.56 usb-modules-2.4.26-1-386-di 0.64 scsi-core-modules-2.4.2

Bug#260109: debian installer 2004 jul 16 report (pppoe, cdrw/dvd, xfree86)

2004-07-18 Thread Andre Felipe Machado
these debian kde issues. Please, send guidance. Also, there are many brazilian portuguese translation corrections and debian installer log files that I will send in another messages. Best regards. Andre Felipe Machado -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#255388: debian installer 20040712 logs => hw summary

2004-07-14 Thread Andre Felipe Machado
succesfully? Regards. Andre Felipe info: /bin/report-hw: discover: ;;;Unknown;HL-DT-ST RW/DVD GCC-4480B;/dev/hdb info: /bin/report-hw: discover: via-rhine;;;VIA Technologies, Inc.;VT6105 [Rhine-III]; info: /bin/report-hw: discover: ide-scsi;;;Linux;IDE-SCSI emulation layer; info: /bin/report-hw

Bug#255388: debian installer 20040712 logs => messages

2004-07-14 Thread Andre Felipe Machado
Hello, One more log file from 20040712 try. Andre Felipe Using /lib/modules/2.4.26-1-386/kernel/drivers/ide/ide-core.o Using /lib/modules/2.4.26-1-386/kernel/drivers/scsi/scsi_mod.o Using /lib/modules/2.4.26-1-386/kernel/drivers/usb/storage/usb-storage.o insmodide-core insmodscsi_mod

Bug#258664: discover1: [INTL:pt_BR] Brazilian Portuguese (pt_BR) debconf template translation update

2004-07-10 Thread Andre Luis Lopes
Package: discover1 Version: 1.6.1 Severity: wishlist Tags: patch sid l10n Hello, Please consider applying the attached patch in order to bring discover1's Brazilian Portuguese (pt_BR) debconf template translation back to 100%. Regards, -- System Information: Debian Release: testing/unstable

Bug#255388: debian installer not install LG HL-DT-ST RW/DVD GCC-4480B

2004-07-08 Thread Andre Felipe Machado
. Best regards. Andre Felipe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#255388: debian installer not install LG HL-DT-ST RW/DVD GCC-4480B

2004-07-07 Thread Andre Felipe Machado
message. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=255388 I will try the steps 3 and 4. Have to download newest version. Many thanks. Andre Felipe alias parport_lowlevel parport_pc alias block-major-58 lvm-mod alias block-major-109 lvm-mod alias block-major-43 off alias loop0 loop alias

Bug#255388: debian installer not install LG HL-DT-ST RW/DVD GCC-4480B

2004-06-23 Thread Andre Felipe Machado
Hello, Bellow, I reproduce the output from the Athlon 2.4+, 512 MB ram, Asus A7S333 motherboard. The system is running Conectiva Linux 9.0. I hope this help. Regards. Andre Felipe Machado [EMAIL PROTECTED] andremachado]# /sbin/lspci -n 00:00.0 Class 0600: 1039:0745 (rev 01) 00:01.0 Class 0604

Bug#255388: debian installer does not detect Intel Corp. 440LX/EX - 82443LX/EX Host bridge (rev 03)

2004-06-23 Thread Andre Felipe Machado
Hello, I am trying at two machines. The output below is for the PII one. I hope this help. Regards. Andre Felipe [EMAIL PROTECTED] andremachado]# /sbin/lspci -n 00:00.0 Class 0600: 8086:7180 (rev 03) 00:01.0 Class 0604: 8086:7181 (rev 03) 00:07.0 Class 0601: 8086:7110 (rev 01) 00:07.1 Class 0101

Bug#255388: debian installer not install LG HL-DT-ST RW/DVD GCC-4480B

2004-06-23 Thread Andre Felipe Machado
relies on the "normal" ones, running almost always on any hw. Both motherboards installed and are (heavy) running Conectiva Linux v9.0 for more than a year flawlessly. The Athlon MB is Asus, and the PII MB is Soyo. I hope this could help. Regards. Andre

Bug#255388: debian installer not install LG HL-DT-ST RW/DVD GCC-4480B

2004-06-22 Thread Andre Felipe Machado
. Regards. Andre Felipe Machado -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#255380: debian installer does not install Via VT6105 Rhine ethernet driver

2004-06-21 Thread Andre Felipe Machado
Hello, I tried with the following: http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/tc1/sarge-i386-netinst.iso Now it detected. So, this report can be closed. Many thanks. Andre Felipe Machado -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Bug#255388: debian installer not install LG HL-DT-ST RW/DVD GCC-4480B

2004-06-20 Thread Andre Felipe Machado
RW/DVD GCC-4480B At one console: missing modules ide-scsi If the drivers are on the cd, why they are not loaded? Maybe some drivers could be borrowed from Knoppix, as it detected ethernet card and cdrw/dvd. Regards. Andre Felipe Machado -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#255380: debian installer does not install Via VT6105 Rhine ethernet driver

2004-06-20 Thread Andre Felipe Machado
mii_nway_restart_R7467c02a insmod: unresolved symbol mii_ethtool_sset_R59db4600 insmod: unresolved symbol generic_mii_ioctl_R8725984b insmod: unresolved symbol bitreverse_R6aeb160c insmod: unresolved symbol crc32_le_Ra34f1ef5 insmod via_rhine modprobe: failed to load module via_rhine Regards. Andre

Bug#245296: Installer don't install and fails to load 3c59x module

2004-06-18 Thread Andre Felipe Machado
it is a simple fogotten driver module in the image. Best regards. Andre Felipe Machado -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Including additional packages on the Debian base CD

2004-06-02 Thread Andre Luis Lopes
On Wed, Jun 02, 2004 at 10:49:12AM +0200, Free Ekanayaka wrote: > Moreover it would be nice to have a tool which builds a minimum Debian > mirror with just the packages needed by debootstrap and the most > important udebs. I think that this way we could use debian-cd with a > bottom-up ap

Bug#251957: discover1: [l10n] Brazilian Portuguese debconf template translation update

2004-05-31 Thread Andre Luis Lopes
Package: discover1 Version: 1.5-11 Severity: wishlist Tags: patch l10n sid Hello, Please consider applying the attached patch in order to bring discover's Brazilian Portuguese translation back to 100%. Regards, -- System Information: Debian Release: testing/unstable APT prefers unstable AP

  1   2   3   >