Bug#804315: [Vmdebootstrap-devel] Namespace issues

2015-11-09 Thread chals
On Mon, Nov 9, 2015 at 12:45 AM, Iain R. Learmonth <i...@debian.org> wrote:
> Hi,
>
> It is worth noting that live-build is not a Debian project, it is an
> external project that claims to be an official Debian project. This is
> something that needs to be fixed.
>
> There is no namespace issue, we are building on the existing live-config and
> live-boot packages that are maintained and bringing these into Debian as
> native projects. If necessary, these will be forks, but I'm hoping that
> won't have to happen and that we can integrate these packages into Debian
> and continue development in a collaborative manner.
>
> live-build has been deprecated by debian-cd, and live-build-ng is
> replacing it. In a purely Debian context at least, live-build is deprecated.
> live-build-ng is being developed in collaboration with debian-cd and D-I.
>
> I'm aware that I'm going to be upsetting people, but this has been a long
> time coming and I'm not going to spend time bikeshedding over naming. I
> would rather spend that time on integration of live image creation into
> official Debian infrastructure and building the best system for live image
> creation possible.
>

Hi,

Reading what you say, and I beg your pardon before going on, I can
tell that you absolutely have no idea about what the debian live
project is or about its history. But well, I have to admit that if
what you say is true, then you have a point.

You say "I'm aware that I'm going to be upsetting people, but this has
been a long time coming"

Yes you are absolutely right, you are upsetting people, people like me
who have contributed to debian for years and spent hours of effort to
make things better.

"A long time coming"? Excuse me, but the first thing I've ever heard
in all these years is that you and I mean you (not the debian cd team,
who supposedly is responsible for this upheaval)  shows up from out of
the blue claiming that you have the right to do as you please and
decide about the future of the debian live team.

This is, from my point of view, an act of dictatorship and with my
authority as a debian user and contributor for years I demand you step
down from your position and ask for forgiveness to the debian live
team for being so rude, impolite and not worthy of any more of my
priceless words and time.

Sorry for being so rude and impolite but you can only fight fire with fire.

> Consider this thread marked as wontfix.
>

Consider the same from my point of view.



-- 
chals
www.chalsattack.com
ch...@chalsattack.com



Bug#804315: [ralph.amis...@gmail.com: outrageous, thievery]

2015-11-09 Thread chals
On Mon, Nov 9, 2015 at 8:42 PM, Ralph Amissah <ralph.amis...@gmail.com> wrote:
> I post not in anger but sadness, I should not let my voice go uncounted.
>
> Attached is my note to Daniel of earlier today, before his posting of
> "an abrupt end to Debian Live". Debian Live which he said Debian should
> have (as a Debian developer) in 2006 and went on to deliver, rather
> nicely (with (and without) help).
>

Thanks for sharing this with us all.

We all know that Daniel deserves all the best for his hard work and
devotion to the project and however he has suffered continuous attacks
without any reason.

I am really sad, but I am at the same time relieved because there will
be no more bullying against him, whom I know and appreciate so much.

-- 
chals
www.chalsattack.com
ch...@chalsattack.com



Bug#804315: [Vmdebootstrap-devel] Namespace issues

2015-11-09 Thread chals
On Sat, Nov 7, 2015 at 1:32 PM, Daniel Baumann
<daniel.baum...@progress-technologies.com> wrote:
>
> but given the situation, i understand that argueing about this hijack is
> futile then.
>
> it would have been more honest to actually talk to us (we're doing this
> since almost 10 years now), and take over live-* packages directly,
> rathern than to uploading -ng versions of them.
>
> So long and thanks for all the fish,
> Daniel
>

I agree with Daniel, it is not worth arguing with dictators. So I won't.

I would only like to say that I have been actively contributing to the
debian live project since January, 2011 pushing hundreds, if not
thousands, of commits.

And I, hereby,  publicly declare that I refuse to contribute anymore
with all this people who are trying to take over everything we've been
working for and take advantage of our efforts.

Down with dictators!!!

Daniel and all the other people contributing to the debian live
project have all my support and commitment for whatever action you
want to take.  But as Daniel seemed to imply there is no use fighting
a lost battle.

dixit



-- 
chals
www.chalsattack.com
ch...@chalsattack.com



Bug#773833:

2014-12-24 Thread chals
The submitted build.log says:

dd: failed to open ‘chroot/usr/lib/syslinux/mbr.bin’: No such file or directory

This is because the syslinux version in jessie expects mbr.bin to be found in:

/usr/lib/SYSLINUX/mbr.bin

(see https://packages.debian.org/jessie/i386/syslinux/filelist)

As you can see the difference is in the syslinux/SYSLINUX capital letters.

I have run a test with live-build 4.0.4-1 in sid using your same
config ($ lb config --binary-images hdd). I have edited
/usr/lib/live/build/binary_hdd and substituted:

dd if=chroot/usr/lib/${_BOOTLOADER}/mbr.bin of=${FREELO} bs=440 count=1

with:

dd if=chroot/usr/lib/SYSLINUX/mbr.bin of=${FREELO} bs=440 count=1

(since the case ${LB_BUILD_WITH_CHROOT} is true by default)

and it produced a working hdd image. Be warned that the resulting
image does not have any extension such as .img because it is renamed
as follows:

mv chroot/binary.img ${LIVE_IMAGE_NAME}-${LB_ARCHITECTURES}

In my case it was called: live-image-i386

I know this is not a fix in any way, just a test. But I hope this
information is useful.

Have a Merry Christmas!

-- 
chals
www.chalsattack.com
ch...@chalsattack.com


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



Bug#767195: live-boot: Encrypted persistence not possible at boot time

2014-10-31 Thread chals
On Wed, Oct 29, 2014 at 6:09 PM, Evgeni Golov evg...@grml.org wrote:
 Hi,

 On 10/29/2014 08:20 AM, Rajko Albrecht wrote:

 it ask for password and setup the encryption, thats ok. But boot time
 persistence works only for unencrypted storage.

 You will need to do something like this:
  
 https://github.com/grml/grml-live/commit/58a338919b4df58539afbc119d34244626a45e1b

 cryptsetup now requires CRYPTSETUP=y being set when building the initrd.

 Btw, I think this is not a bug in live-boot but the initrd generator of
 Debian Live, no idea which this is, though.


Hi Evgeni and Rajko,

I can confirm, after testing it with latest live-build 4.0.3-1 (latest
in git too), that adding CRYPTSETUP=y makes encrypted persistence work
as expected (and as explained in live-manual
http://live-systems.org/manual/current/html/live-manual.en.html#590).

I am replying just because I had been doing some trial and error
trying to find out what was wrong with it after someone (User_k)
raised the problem on the irc channel. My research didn't shed any
light on the matter so far.

So thank you very much :)

p.s: What I did was adding CRYPTSETUP=y to
/usr/lib/live/build/chroot_hacks line 79 like so:

Chroot chroot ${UPDATE_INITRAMFS_OPTIONS} CRYPTSETUP=y
update-initramfs -k all -t -u

There must be a better way to do it, that is for sure, I just patched
it in a hurry to test the fix ;)

-- 
chals
www.chalsattack.com
ch...@chalsattack.com


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



Bug#760867: live-build: scripts/live missing in initrd - live-* missing in chroot

2014-09-08 Thread chals
On Mon, Sep 8, 2014 at 7:21 PM, Philipp Huebner debala...@debian.org wrote:
 Package: live-build
 Version: 4.0.1-1
 Severity: important

 I can reproduce this any time on any sid system, simply run
 lh config -b netboot; sudo lh build

lh? really? ;)

(just kidding)



 The following workaround fixes the problems:
 echo live-boot live-boot-doc live-boot-initramfs-tools live-config
 live-config-doc live-tools  config/package-lists/livetools.list.chroot


Daniel fixed this in git several days ago. So the problem is supposed
to disappear with the next release:

http://live-systems.org/gitweb/?p=live-build.git;a=commitdiff;h=d1eae015774db9e11ddb656ad8bc377c565f503a

Thank you very much!

-- 
chals
www.chalsattack.com
ch...@chalsattack.com


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



Bug#727215: live-build: --net-root-server and --net-root-path have no effect

2013-10-24 Thread chals
On Wed, Oct 23, 2013 at 2:59 PM, Sigrid Röhling
sigrid.roehl...@uni-bonn.de wrote:
 Package: live-build
 Version: 3.0.5-1
 Severity: normal

 we found that the netboot and nfsroot options were missing. Adding
 netboot=nfs nfsroot=OUR_NFS_SERVER_IP:/srv/netboot fixed the issue.


I cannot comment about the cause of the bug because I really do not
know about it.

Just adding that this is an already known bug and that the workaround
you found has been discussed on the #debian-live irc channel on
several occasions and it is also documented in the mailing list.

http://lists.debian.org/debian-live/2013/04/msg00037.html

My personal opinion is that it is also very good to have this
mentioned on the BTS so that other people can easily find it.

Have a nice week.

-- 
chals
www.chalsattack.com


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



Bug#620748: [sisu-pdf] hyphenation problem building manual

2012-12-15 Thread chals
On Sat, Dec 15, 2012 at 5:15 AM, Ralph Amissah ralph.amis...@gmail.com wrote:

 May I close this bug? (would mark done as of 3.1.0, I do not find that I
 tweaked the sloppy value though)


Absolutely, never again have I been able to spot another occurrence of
this hyphenation problem but rather on the contrary I noticed that a
relatively long string like for example this one:

config/includes.chroot/etc/live/config/user-setup.conf

is perfectly hyphenated in the pdf files:

config/includes.chroot/etc/live/config/-
user-setup.conf

Sorry,  I had forgotten that this bug was still open.

Best wishes.


-- 
chals
www.chalsattack.com


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



Bug#620860: Found. You can close this bug right now. Sorry to waste your time.

2011-04-18 Thread chals

Hi,

I filed the bug because I thought that iceweasel was faulty, however I 
found out that it was all a misconfiguration. Woe is me!


As I said before, I'm sorry to waste your time. You can close this bug 
right now.


And keep up the good work!!!


--
chals
www.chalsattack.com



Bug#620860: [iceweasel] Iceweasel does not store passwords. They seem to be passed on to seahorse.

2011-04-04 Thread chals

Package: iceweasel
Version: 3.5.16-6
Severity: minor
Tags: security
X-Debbugs-CC: secure-testing-t...@lists.alioth.debian.org

--- Please enter the report below this line. ---

Iceweasel is one of my favourites web browsers, but this version shipped 
with Squeeze is not very handy because it does not store passwords for 
the sites I visit.


The passwords I type in Iceweasel seem to be captured by seahorse as 
they all appear listed there. The only problem is that there is just no 
way to recall them back for use with iceweasel.


Am I missing some plugin or something? Or rather I should file a bug 
against seahorse?


Thank you very much in advance.

Best wishes.

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.32-5-686

Debian Release: 6.0.1
500 stable www.debian-multimedia.org
500 stable security.debian.org
500 stable ftp.caliu.cat

--- Package information. ---
Depends (Version) | Installed
===-+-===
libc6 (= 2.3.6-6~) | 2.11.2-10
libgcc1 (= 1:4.1.1) | 1:4.4.5-8
libglib2.0-0 (= 2.16.0) | 2.24.2-1
libgtk2.0-0 (= 2.10) | 2.20.1-2
libnspr4-0d (= 1.8.0.10) | 4.8.6-1
libstdc++6 (= 4.1.1) | 4.4.5-8
fontconfig | 2.8.0-2.1
procps | 1:3.2.8-9
debianutils (= 1.16) | 3.4
xulrunner-1.9.1 (= 1.9.1.16) | 1.9.1.16-6
libasound2 ( 1.0.18) | 1.0.23-2.1
libatk1.0-0 (= 1.29.3) | 1.30.0-1
libbz2-1.0 | 1.0.5-6
libc6 (= 2.3.6-6~) | 2.11.2-10
libcairo2 (= 1.8.8) | 1.8.10-6
libdbus-1-3 (= 1.0.2) | 1.2.24-4
libfontconfig1 (= 2.8.0) | 2.8.0-2.1
libfreetype6 (= 2.2.1) | 2.4.2-2.1
libgcc1 (= 1:4.1.1) | 1:4.4.5-8
libglib2.0-0 (= 2.24.0) | 2.24.2-1
libgtk2.0-0 (= 2.18.0) | 2.20.1-2
libhunspell-1.2-0 (= 1.2.11) | 1.2.11-1
libjpeg62 (= 6b1) | 6b1-1
libmozjs2d (= 1.9.1.16-6) | 1.9.1.16-6
libnspr4-0d ( 4.7.1-1) | 4.8.6-1
libnss3-1d (= 3.12.6) | 3.12.8-1+squeeze1
libpango1.0-0 (= 1.14.0) | 1.28.3-1+squeeze2
libpng12-0 (= 1.2.13-4) | 1.2.44-1
libreadline6 (= 6.0) | 6.1-3
libsqlite3-0 (= 3.7.3) | 3.7.3-1
libstartup-notification0 (= 0.10) | 0.10-1
libstdc++6 (= 4.1.1) | 4.4.5-8
libx11-6 | 2:1.3.3-4
libxrender1 | 1:0.9.6-1
libxt6 | 1:1.0.7-1
zlib1g (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Package's Recommends field is empty.

Suggests (Version) | Installed
=-+-===
ttf-lyx | 1.6.7-1
OR latex-xft-fonts |
xfonts-mathml | 4
ttf-mathematica4.1 |
xprint |
mozplugger |
libgssapi-krb5-2 | 1.8.3+dfsg-4
OR libkrb53 |
libdbus-glib-1-2 (= 0.78) | 0.88-2.1
libgconf2-4 (= 2.27.0) | 2.28.1-6
libgnome2-0 (= 2.17.3) | 2.30.0-1
libgnomevfs2-0 (= 1:2.17.90) | 1:2.24.3-1
libgnomeui-0 | 2.24.3-1
libcanberra0 | 0.24-1



--- Output from package bug script ---

-- Extensions information
Name: Default
Location: 
/usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}

Package: iceweasel
Status: enabled

-- Plugins information
Name: DivX?? Web Player
Location: /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
Package: totem-mozilla
Status: enabled

Name: QuickTime Plug-in 7.6.6
Location: /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
Package: totem-mozilla
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: VLC Multimedia Plugin (compatible Totem 2.30.2)
Location: /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
Package: totem-mozilla
Status: enabled

Name: Windows Media Player Plug-in 10 (compatible; Totem)
Location: /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
Package: totem-mozilla
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled


-- Addons package information
ii iceweasel 3.5.16-6 Web browser based on Firefox
ii rhythmbox-plug 0.12.8-3 plugins for rhythmbox music player
ii totem-mozilla 2.30.2-6 Totem Mozilla plugin

--
chals
www.chalsattack.com





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



Bug#620748: [sisu-pdf] hyphenation problem building manual

2011-04-03 Thread chals

Package: sisu-pdf
Version: 2.7.9-1
Severity: wishlist

--- Please enter the report below this line. ---
Building live-manual Spanish translation I noticed a hyphenation problem 
in the pdf file. In section 9.3. The landscape (a4  letter) layout 
produces  the error with the line: config/chroot_local-preseed


9.3 Preconfiguración de las preguntas de Debconf 492
 Se considera que los ficheros del directorio config/chroot_local-preseed
 493
 son ficheros de preconfiguración para debconf. live-build instalará
 estos ficheros mediante debconf-set-selections.

Whereas the portrait (a4  letter) version produces the error with the 
line: debconf-set-selecti (Notice it breaks the word here)



9.3 Preconfiguración de las preguntas de 
Debconf  492
 Se considera que los ficheros del directorio 
config/chroot_local-preseed son ficheros 493
 de preconfiguración para debconf. live-build instalará estos ficheros 
mediante debconf-set-selecti
 Ver debconf(7) en el paquete debconf para obtener más información 
acerca de deb- 494

 conf.

I'm pasting here the latex/pdf console output:

SiSU 2.9.0  (2011-03-24 [2011w12/4])  Ruby (ruby 1.8.7 (2010-08-16 
patchlevel 302) [i486-linux])

Composite Document live-manual.ssm
loading: about_manual.ssi
loading: about_project.ssi
loading: user_installation.ssi
loading: user_basics.ssi
loading: user_overview.ssi
loading: user_managing_a_configuration.ssi
loading: user_customization-overview.ssi
loading: user_customization-packages.ssi
loading: user_customization-contents.ssi
loading: user_customization-runtime.ssi
loading: user_customization-binary.ssi
loading: user_customization-installer.ssi
loading: project_bugs.ssi
loading: project_coding-style.ssi
loading: project_procedures.ssi
loading: user_examples.ssi
Document Abstraction
Markup version (series 2.0 version 2.0) SiSU version (2.9.0)
Parameters Manual Debian Live
doc_skin - skin_debian-live
  use of RMagick is not enabled in sisurc.yml
live-manual.ssm.sst -
  ~meta/live-manual.ssm.sst.meta
Parameters from pstore Manual Debian Live
LaTeX/PDF live-manual.ssm.sst
live-manual.ssm.sst -
  pdf-viewer 
file:///home/chals/live-manual/manual/es/build/es/live-manual/landscape.pdf

live-manual.ssm.sst -
  pdf-viewer 
file:///home/chals/live-manual/manual/es/build/es/live-manual/portrait.pdf

pdfTex portrait  landscape
name tag: copying-usb-hdd-image not found
a4 portrait -
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
entering extended mode
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
entering extended mode
a4 landscape -
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
entering extended mode
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
entering extended mode
1 processed (SiSU LaTeX to pdf - using pdfetex aka. pdftex or pdflatex)
letter portrait -
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
entering extended mode
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
entering extended mode
letter landscape -
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
entering extended mode

** WARNING ** Can't begin an annotation when one is pending.
** WARNING ** Interpreting special command bann (pdf:) failed.
** WARNING **  at page=8 position=(89.0079, 24.1619) (in PDF)
** WARNING **  xxx pdf:bann/Type/Annot/Subtype/Link/Border[0 0 
0]/C[1 0 0]/A...
** WARNING **  Reading special command stopped around 
/Type/Annot/Subtype/Link/Border[0 0 0]/C[1 0 0]/A/S/GoTo...

** WARNING ** Tried to end an annotation without starting one!
** WARNING ** Interpreting special command eann (pdf:) failed.
** WARNING **  at page=9 position=(151.201, 531.176) (in PDF)
** WARNING **  xxx pdf:eann
This is XeTeX, Version 3.1415926-2.2-0.9995.2 (TeX Live 2009/Debian)
entering extended mode

** WARNING ** Can't begin an annotation when one is pending.
** WARNING ** Interpreting special command bann (pdf:) failed.
** WARNING **  at page=10 position=(89.0079, 24.1619) (in PDF)
** WARNING **  xxx pdf:bann/Type/Annot/Subtype/Link/Border[0 0 
0]/C[1 0 0]/A...
** WARNING **  Reading special command stopped around 
/Type/Annot/Subtype/Link/Border[0 0 0]/C[1 0 0]/A/S/GoTo...

** WARNING ** Tried to end an annotation without starting one!
** WARNING ** Interpreting special command eann (pdf:) failed.
** WARNING **  at page=11 position=(151.201, 531.176) (in PDF)
** WARNING **  xxx pdf:eann
2 processed (SiSU LaTeX to pdf - using pdfetex aka. pdftex or pdflatex)
rm: cannot remove `portrait.pdf': No such file or directory
rm: cannot remove `landscape.pdf': No such file or directory
1 TEXPDF processed
1 EMBEDDED processed
Manifest x-www-browser 
file:///home/chals/live-manual/manual

Bug#511208: Installation-reports

2009-01-08 Thread chals
Package: installation-reports

Boot method: CD
Image version: http://cdimage.debian.org/cdimage/lenny_di_rc1/i386/jigdo-cd/
Date: Saturday January 3rd, 2009

Machine: Airis 686
Processor:2x Intel Pentium 4/2600MHz
Memory: 768 MBytes
Partitions:
 FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/hdb1 ext3   113141448   2192560 105201636   3% /
tmpfstmpfs  387972 0387972   0% /lib/init/rw
udev tmpfs   10240   104 10136   2% /dev
tmpfstmpfs  387972 0387972   0% /dev/shm


Output of lspci -knn (or lspci -nn):

00:00.0 Host bridge [0600]: Silicon Integrated Systems [SiS] 645xx [1039:0648] 
(rev 50)
Kernel driver in use: agpgart-sis
Kernel modules: sis-agp
00:01.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] SiS AGP Port 
(virtual PCI-to-PCI bridge) [1039:0003]
Kernel modules: shpchp
00:02.0 ISA bridge [0601]: Silicon Integrated Systems [SiS] SiS963 [MuTIOL 
Media IO] [1039:0963] (rev 25)
00:02.1 SMBus [0c05]: Silicon Integrated Systems [SiS] SiS961/2 SMBus 
Controller [1039:0016]
Kernel driver in use: sis96x_smbus
Kernel modules: i2c-sis96x
00:02.5 IDE interface [0101]: Silicon Integrated Systems [SiS] 5513 [IDE] 
[1039:5513]
Kernel driver in use: SIS_IDE
Kernel modules: sis5513
00:02.7 Multimedia audio controller [0401]: Silicon Integrated Systems [SiS] 
AC'97 Sound Controller [1039:7012] (rev a0)
Kernel driver in use: Intel ICH
Kernel modules: snd-intel8x0
00:03.0 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 
Controller [1039:7001] (rev 0f)
Kernel driver in use: ohci_hcd
Kernel modules: ohci-hcd
00:03.1 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 
Controller [1039:7001] (rev 0f)
Kernel driver in use: ohci_hcd
Kernel modules: ohci-hcd
00:03.3 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB 2.0 
Controller [1039:7002]
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:04.0 Ethernet controller [0200]: Silicon Integrated Systems [SiS] SiS900 PCI 
Fast Ethernet [1039:0900] (rev 91)
Kernel driver in use: sis900
Kernel modules: sis900
00:0b.0 Modem [0703]: ALi Corporation SmartLink SmartPCI561 56K Modem 
[10b9:5459]
Kernel driver in use: serial
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV34 [GeForce FX 
5200] [10de:0322] (rev a1)
Kernel modules: nvidiafb


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]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Everything worked just fine. I think the installer (text-mode, not graphical) 
did a great job. I installed Lenny on a slave drive and it detected Etch on the 
master drive without problems.
My impression was that the process was faster than on other occasions. In short 
I'll try installing it on my laptop. I'll report. Congratulations!!!




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