Network boot/install

2002-12-04 Thread debian
Please, do not reply off-list. If you do, I won't see your reply.

I have an etherboot floppy that drives my NIC just fine and contacts my DHCP 
server (running on Red Hat Linux).

It correctly discovers the filename to download, and correctly gets it from my 
TFTP server, also running on Red Hat Linux.

The boot image is created from Woody's tftpboot.img thus:

gw:/debian/dists/woody/main/disks-i386/3.0.23-2002-05-21/bf2.4# mknbi-linux 
tftpboot.img --output=tftpboot.nbi 
--ip=192.168.0.102:192.168.0.1:192.168.0.1:255.255.0.0:wombat 
--append='console=0,9600' && vidmode tftpboot.nbi 6
gw:/debian/dists/woody/main/disks-i386/3.0.23-2002-05-21/bf2.4#


Now, I _have_ tried many incantations like this, starting with:
mknbi-linux tftpboot.img --output=tftpboot.nbi

and so far all my efforts proceed like this:
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfda18, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Using IRQ router PIIX [8086/7110] at 00:07.0
Limiting direct PCI/PCI transfers.
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
VFS: Diskquotas version dquot_6.4.0 initialized
Journalled Block Device driver loaded
vga16fb: mapped to 0xc00a
Console: switching to colour frame buffer device 80x30
fb0: VGA16 VGA frame buffer device
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI ed
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10e
block: 128 slots per queue, batch=32
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio
hda: QUANTUM FIREBALL SE3.2A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: 6306048 sectors (3229 MB) w/80KiB Cache, CHS=782/128/63
ide-floppy driver 0.97.sv
Partition check:
 hda: hda1 hda2
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
Loading I2O Core - (c) Copyright 1999 Red Hat Software
I2O configuration manager v 0.04.
  (C) Copyright 1999 Red Hat Software
loop: loaded (max 8 devices)
Compaq CISS Driver (v 2.4.5)
HDLC support module revision 1.02 for Linux 2.4
Cronyx Ltd, Synchronous PPP and CISCO HDLC (c) 1994
Linux port (c) 1998 Building Number Three Ltd & Jan "Yenya" Kasprzak.
ide-floppy driver 0.97.sv
Highpoint HPT370 Softwareraid driver for linux version 0.01
No raid array found
SCSI subsystem driver Revision: 1.00
Red Hat/Adaptec aacraid driver, Apr 14 2002
DC390: 0 adapters found
3ware Storage Controller device driver for Linux v1.02.00.016.
3w-: No cards with valid units found.
request_module[scsi_hostadapter]: Root fs not mounted
request_module[scsi_hostadapter]: Root fs not mounted
i2o_scsi.c: Version 0.0.1
  chain_pool: 0 bytes @ c113fb60
  (512 byte buffers X 4 can_queue X 0 i2o controllers)
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 4096 bind 4096)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Cannot open root device "nfs" or 00:ff
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 00:ff


Now, I'm not surprised that it doesn't work. When I did something like this 
some years ago (2.2 kernel I think), the driver for the NIC had to be built 
into the kernel, and I am pretty sure that only _one_ could be present.

THere's nothing amongst the kernel messages to say there is _any_ NIC driver 
built in.

Now, it's pretty clear that it is possible to do it another way - I can insert 
a floppy disk with a Linux kernel, initrd and very little else and install Red 
Hat Linux off my LAN in 15 minutes, depending on the target machine's speed 
and my software selection.

It fiddles round with modules and DHCP to configure the NIC and off it goes.

I'm looking at the Woody install guide, 
4.5 Preparing Files for TFTP Net Booting
4.5.5 Move TFTP Images Into Place
This refers me to  Description of Installation System Files, Section 11.2.3, 
and _that offers a choice of three files and I've chosen the 2.4 kernel.

Then there's a little more (and I'm comfortable with that) and then:
NOT YET WRITTEN 


What now? I figure there should be an accompanying initrd for this to work, 
but I don't see one and I don't see any mention of one.





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




Re: preparation for the alpha

2002-12-04 Thread Anthony Towns
On Thu, Dec 05, 2002 at 03:22:20AM +0100, Tollef Fog Heen wrote:
> The following stuff is still missing:
> - reporting tool (code to write, non-trivial)

A good aim is probably to make this as trivial as possible. A possibility
is to store the udebconf database in /target just before rebooting (it
shouldn't be too hard to ensure udebconf has quit by then), and have
base-config propose a template mail based on /proc/cpuinfo, free, the
templates file, and allow it to be edited and mailed by the user. It makes
more sense to refine it once you know how it's going to be used, anyway.

Cheers,
aj

-- 
Anthony Towns <[EMAIL PROTECTED]> 
I don't speak for anyone save myself. GPG signed mail preferred.

 ``If you don't do it now, you'll be one year older when you do.''



msg24112/pgp0.pgp
Description: PGP signature


Re: debian-installer and libraries

2002-12-04 Thread Bruce Sass
On Wed, 5 Dec 2002, Tollef Fog Heen wrote:
> * Bruce Sass
> | On Wed, 4 Dec 2002, Tollef Fog Heen wrote:
> | > Most of those are built from -pic libraries, which are reduced
> | > versions of the normal libraries.  It is impossible to know which
> | > functions are needed before the actual build of the boot media.
> | >
> | > So, yes, it is a bit inconsistent, but it's the only way.  (AFAIK, at
> | > least)
> |
> | Would it be possible to reduce the libs at release build time?
>
> : tfheen@yiwaz ~ > ls -l /lib/libc-2.3.1.so
> -rwxr-xr-x1 root root  1109068 2002-11-19 19:13 /lib/libc-2.3.1.so*
>
> You'll have a problem sticking that and a kernel and any other tools
> onto a 1.44 MB floppy.
>
> And I don't see what you think it buys you; could you perhaps explain
> what you meant, or rather why you think it's a win to use non-reduced libs?

There seems to be a snag when a developer wants to use a routine not
in the libc (whatever) udeb.  Delaying the reduction until it is time
to actually produce a version the must fit on a floppy may make things
a little easier and speed up development.  Of couse there is a risk
that any savings would get eaten up in rewrites if the lib can't be
reduced enough, which is where the external tracking mechanism comes
in so developers know when they are bloating the lib and can run it by
the rest of the team before they get too far along (but without having
to wait for a new reduced lib to be built and distributed.

Of course there is always the chance that any gains I see are simply a
result of my ignorance... so feel free to blow the idea out of the
water (sts).


- Bruce


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




preparation for the alpha

2002-12-04 Thread Tollef Fog Heen

I'm hoping for an alpha this weekend.

The following stuff is still missing:
- reporting tool (code to write, non-trivial)
- add mkswap (should be trivial, might need a busybox upload)

The following things are done, but could use a little testing:
- menu ordering (uploaded today)
- check that the code I've checked into di-utils-* today hasn't broken
  too much, and in general: testing that d-i is behaving as you would
  expect.  We should start getting rid of the rough edges now so it'll
  start to look and feel good.

What do the respective port maintainers think of their state?  Are you
ready to have an alpha this weekend?

Also, a great, big thanks to all of you: great work so far.  It's a
pleasure working with all of you.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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




cvs commit to debian-installer/doc by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/doc
who:tfheen
time:   Thu Dec  5 03:37:08 CET 2002
Log Message:
  initial checkin
  

Files:
added:  menu-item-numbers.txt


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




cvs commit to debian-installer/utils/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/utils/debian
who:tfheen
time:   Thu Dec  5 03:32:48 CET 2002
Log Message:
  Make mkfs and mount defaults a lot smarter (they will now not reselect
  an item which they have operated on.)
  
  Add di-utils-fake-{partitioner,mkfs,mount-partitions} packages, if you
  already done the needed work by hand
  
  Make di-utils-partitioner fail gracefully when no discs are detected
  
  

Files:
changed:changelog control di-utils-mkfs.postinst di-utils-mkfs.templates 
di-utils-mount-partitions.postinst di-utils-partitioner.postinst 
di-utils-partitioner.templates rules


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




Re: debian-installer and libraries

2002-12-04 Thread Tollef Fog Heen
* Bruce Sass 

| On Wed, 4 Dec 2002, Tollef Fog Heen wrote:
| > Most of those are built from -pic libraries, which are reduced
| > versions of the normal libraries.  It is impossible to know which
| > functions are needed before the actual build of the boot media.
| >
| > So, yes, it is a bit inconsistent, but it's the only way.  (AFAIK, at
| > least)
| 
| Would it be possible to reduce the libs at release build time?

: tfheen@yiwaz ~ > ls -l /lib/libc-2.3.1.so 
-rwxr-xr-x1 root root  1109068 2002-11-19 19:13 /lib/libc-2.3.1.so*

You'll have a problem sticking that and a kernel and any other tools
onto a 1.44 MB floppy.

And I don't see what you think it buys you; could you perhaps explain
what you meant, or rather why you think it's a win to use non-reduced libs?

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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




cvs commit to debian-installer/tools/disk-detect/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/disk-detect/debian
who:tfheen
time:   Thu Dec  5 01:53:55 CET 2002
Log Message:
  fix menu-installer-item and prepare for upload

Files:
changed:changelog control


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




debian-installer-utils_0.12_i386.changes ACCEPTED

2002-12-04 Thread Debian Installer

Accepted:
debian-installer-utils_0.12.dsc
  to pool/main/d/debian-installer-utils/debian-installer-utils_0.12.dsc
debian-installer-utils_0.12.tar.gz
  to pool/main/d/debian-installer-utils/debian-installer-utils_0.12.tar.gz
di-utils-mkfs_0.12_all.udeb
  to pool/main/d/debian-installer-utils/di-utils-mkfs_0.12_all.udeb
di-utils-mount-partitions_0.12_all.udeb
  to pool/main/d/debian-installer-utils/di-utils-mount-partitions_0.12_all.udeb
di-utils-partitioner_0.12_all.udeb
  to pool/main/d/debian-installer-utils/di-utils-partitioner_0.12_all.udeb
di-utils-shell_0.12_i386.udeb
  to pool/main/d/debian-installer-utils/di-utils-shell_0.12_i386.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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




netcfg_0.21_i386.changes ACCEPTED

2002-12-04 Thread Debian Installer

Accepted:
netcfg-dhcp_0.21_i386.udeb
  to pool/main/n/netcfg/netcfg-dhcp_0.21_i386.udeb
netcfg-static_0.21_i386.udeb
  to pool/main/n/netcfg/netcfg-static_0.21_i386.udeb
netcfg_0.21.dsc
  to pool/main/n/netcfg/netcfg_0.21.dsc
netcfg_0.21.tar.gz
  to pool/main/n/netcfg/netcfg_0.21.tar.gz
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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




cvs commit to debian-installer/utils/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/utils/debian
who:tfheen
time:   Thu Dec  5 01:42:19 CET 2002
Log Message:
  fix menu-installer-item and prepare for upload

Files:
changed:changelog control


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




Re: PS/2 mod.70/386 install: Failure at first RAMDISK message

2002-12-04 Thread David Weinehall
On Wed, Dec 04, 2002 at 05:57:01PM -0500, Gordon Smith wrote:
> Sorry to repeat my request, but... I still haven't been able to get anywhere despite 
>RTM and using a variety of different boot commands and copies of installation media.  
>Can anyone refer me to someone who has successfully installed Debian on a PS/2 model 
>70/386?  If not, are there any other Linux variants I can try instead (bearing in 
>mind that this machine has no CD/ROM drive and 6MB RAM)?

Uhm, I threw away my PS/2 70's, because they were too large, and I had
no working ESDI-disks in it, but my PS/2 55sx (also ESDI) installed just
fine with Potato. Try to do an install with the potato boot-disks, then
get the rest over net and do a dist-upgrade...


Regards: David Weinehall
-- 
 /> David Weinehall <[EMAIL PROTECTED]> /> Northern lights wander  <\
//  Maintainer of the v2.0 kernel   //  Dance across the winter sky //
\>  http://www.acc.umu.se/~tao/


lilo-installer_0.0.7_i386.changes ACCEPTED

2002-12-04 Thread Debian Installer

Accepted:
lilo-installer_0.0.7.dsc
  to pool/main/l/lilo-installer/lilo-installer_0.0.7.dsc
lilo-installer_0.0.7.tar.gz
  to pool/main/l/lilo-installer/lilo-installer_0.0.7.tar.gz
lilo-installer_0.0.7_i386.udeb
  to pool/main/l/lilo-installer/lilo-installer_0.0.7_i386.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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




cvs commit to debian-installer/tools/prebaseconfig/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/prebaseconfig/debian
who:tfheen
time:   Thu Dec  5 01:37:23 CET 2002
Log Message:
  fix menu-installer-item and prepare for upload

Files:
changed:changelog control


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




cvs commit to debian-installer/tools/netcfg/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/netcfg/debian
who:tfheen
time:   Thu Dec  5 01:33:00 CET 2002
Log Message:
  fix menu-installer-item and prepare for upload

Files:
changed:changelog control


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




cvs commit to debian-installer/tools/lilo-installer/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/lilo-installer/debian
who:tfheen
time:   Thu Dec  5 01:27:27 CET 2002
Log Message:
  fix installer-menu-item, syntax error in regex and prepare for upload

Files:
changed:changelog control lilo-installer.postinst


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




base-installer_0.012_i386.changes ACCEPTED

2002-12-04 Thread Debian Installer

Accepted:
base-installer_0.012.dsc
  to pool/main/b/base-installer/base-installer_0.012.dsc
base-installer_0.012.tar.gz
  to pool/main/b/base-installer/base-installer_0.012.tar.gz
base-installer_0.012_all.udeb
  to pool/main/b/base-installer/base-installer_0.012_all.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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




ddetect_0.21_i386.changes ACCEPTED

2002-12-04 Thread Debian Installer

Accepted:
ddetect_0.21.dsc
  to pool/main/d/ddetect/ddetect_0.21.dsc
ddetect_0.21.tar.gz
  to pool/main/d/ddetect/ddetect_0.21.tar.gz
ethdetect_0.21_i386.udeb
  to pool/main/d/ddetect/ethdetect_0.21_i386.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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




cvs commit to debian-installer/tools/grub-installer/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/grub-installer/debian
who:tfheen
time:   Thu Dec  5 01:12:44 CET 2002
Log Message:
  fix installer-menu-item and prepare for upload

Files:
changed:changelog control


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




[cdebconf] Syntax change when parsing configuration files

2002-12-04 Thread Denis Barbier
Hi,

currently cdebconf and debconf do not escape strings the same way.
I plan making cdebconf replace '\n' by "\\n" instead of "%0A", but
double quotes must also be escaped because the textdb driver use
quoted strings.
And this driver uses the routines for parsing configuration files.
The main change is to skip escaped double quotes when finding string
boundaries.

Denis


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




cvs commit to debian-installer/tools/base-installer/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/base-installer/debian
who:tfheen
time:   Thu Dec  5 01:08:56 CET 2002
Log Message:
  fix installer-menu-item and prepare for upload

Files:
changed:changelog control


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




libdebian-installer_0.08_i386.changes is NEW

2002-12-04 Thread Debian Installer
(new) libdebian-installer3-dev_0.08_i386.deb optional devel
Library of common debian-installer functions
 This library is used by debian-installer to perform common functions
 such as logging messages and executing commands. If you aren't
 working on debian-installer or building your own install system based
 on debian-installer, then you probably don't need this library.
 .
 This package contains files needed to do libdebian-installer development.
(new) libdebian-installer3_0.08_i386.deb optional libs
Library of common debian-installer functions
 This library is used by debian-installer to perform common functions
 such as logging messages and executing commands.  If you aren't
 working on debian-installer or building your own install system based
 on debian-installer, then you probably don't need this library.
libdebian-installer_0.08.dsc
  to pool/main/libd/libdebian-installer/libdebian-installer_0.08.dsc
libdebian-installer_0.08.tar.gz
  to pool/main/libd/libdebian-installer/libdebian-installer_0.08.tar.gz
Changes: libdebian-installer (0.08) unstable; urgency=low
 .
  * Martin Sjögren
- Fix di_pkg_is_installed, now it even works!
Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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




main-menu_0.019_i386.changes ACCEPTED

2002-12-04 Thread Debian Installer

Accepted:
main-menu_0.019.dsc
  to pool/main/m/main-menu/main-menu_0.019.dsc
main-menu_0.019.tar.gz
  to pool/main/m/main-menu/main-menu_0.019.tar.gz
main-menu_0.019_i386.udeb
  to pool/main/m/main-menu/main-menu_0.019_i386.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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




cvs commit to debian-installer/tools/ddetect/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/ddetect/debian
who:tfheen
time:   Thu Dec  5 01:04:04 CET 2002
Log Message:
  fix distribution in changelog as well.

Files:
changed:changelog


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




cvs commit to debian-installer/tools/ddetect/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/ddetect/debian
who:tfheen
time:   Thu Dec  5 01:03:19 CET 2002
Log Message:
  fix installer-menu-item and prepare for upload

Files:
changed:changelog control


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




anna_0.017_i386.changes ACCEPTED

2002-12-04 Thread Debian Installer

Accepted:
anna_0.017.dsc
  to pool/main/a/anna/anna_0.017.dsc
anna_0.017.tar.gz
  to pool/main/a/anna/anna_0.017.tar.gz
anna_0.017_i386.udeb
  to pool/main/a/anna/anna_0.017_i386.udeb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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




cvs commit to debian-installer/rootskel/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/rootskel/debian
who:tfheen
time:   Thu Dec  5 00:59:38 CET 2002
Log Message:
  prepare for upload

Files:
changed:changelog


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




cvs commit to debian-installer/main-menu/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu/debian
who:tfheen
time:   Thu Dec  5 00:55:41 CET 2002
Log Message:
  prepare for upload

Files:
changed:changelog


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




cdebconf_0.29_i386.changes ACCEPTED

2002-12-04 Thread Debian Installer

Accepted:
cdebconf-udeb_0.29_i386.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.29_i386.udeb
cdebconf_0.29.dsc
  to pool/main/c/cdebconf/cdebconf_0.29.dsc
cdebconf_0.29.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.29.tar.gz
cdebconf_0.29_i386.deb
  to pool/main/c/cdebconf/cdebconf_0.29_i386.deb
libdebconf1-dev_0.29_i386.deb
  to pool/main/c/cdebconf/libdebconf1-dev_0.29_i386.deb
libdebconf1_0.29_i386.deb
  to pool/main/c/cdebconf/libdebconf1_0.29_i386.deb
Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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




cvs commit to debian-installer/anna/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/anna/debian
who:tfheen
time:   Thu Dec  5 00:50:24 CET 2002
Log Message:
  fix installer-menu-item and prepare for upload

Files:
changed:changelog control


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




cvs commit to debian-installer/libdebian-installer/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/libdebian-installer/debian
who:tfheen
time:   Thu Dec  5 00:46:09 CET 2002
Log Message:
  prepare for upload

Files:
changed:changelog


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




cvs commit to debian-installer/tools/cdebconf/debian by tfheen

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/cdebconf/debian
who:tfheen
time:   Thu Dec  5 00:34:25 CET 2002
Log Message:
  remove textdb from udeb build and prepare for upload

Files:
changed:changelog rules


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




cvs commit to debian-installer/tools/aboot-installer/debian/po by sjogren

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/aboot-installer/debian/po
who:sjogren
time:   Wed Dec  4 16:13:59 MST 2002
Log Message:
  Add Swedish translation, thanks tao

Files:
added:  sv.po


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




cvs commit to debian-installer/tools/aboot-installer/debian by sjogren

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/aboot-installer/debian
who:sjogren
time:   Wed Dec  4 16:13:59 MST 2002
Log Message:
  Add Swedish translation, thanks tao

Files:
changed:changelog


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




floppy-retriever_0.01_i386.changes is NEW

2002-12-04 Thread Debian Installer
(new) floppy-retriever_0.01.dsc standard debian-installer
(new) floppy-retriever_0.01.tar.gz standard debian-installer
(new) floppy-retriever_0.01_all.udeb standard debian-installer
Floppy retriever
Changes: floppy-retriever (0.01) unstable; urgency=low
 .
  * Initial version.
Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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




Re: debian-installer and libraries

2002-12-04 Thread Bruce Sass
On Wed, 4 Dec 2002, Tollef Fog Heen wrote:
> Most of those are built from -pic libraries, which are reduced
> versions of the normal libraries.  It is impossible to know which
> functions are needed before the actual build of the boot media.
>
> So, yes, it is a bit inconsistent, but it's the only way.  (AFAIK, at
> least)

Would it be possible to reduce the libs at release build time?

i.e., let developers use the full libs during development and only
generate the -pic libs for releases, with an external mechanism so
developers get warned when they use stuff not in previous releases.


- Bruce


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




Re: PS/2 mod.70/386 install: Failure at first RAMDISK message

2002-12-04 Thread Gordon Smith



Sorry to repeat my request, but... I still 
haven't been able to get anywhere despite RTM and using a variety of different 
boot commands and copies of installation media.  Can anyone refer me to 
someone who has successfully installed Debian on a PS/2 model 70/386?  If 
not, are there any other Linux variants I can try instead (bearing in mind that 
this machine has no CD/ROM drive and 6MB RAM)?
 

Cheers,Gordon Smith[EMAIL PROTECTED]

  - Original Message - 
  From: 
  Gordon 
  Smith 
  To: [EMAIL PROTECTED] 
  
  Sent: Friday, November 29, 2002 10:41 
  AM
  Subject: PS/2 mod.70/386 install: Failure 
  at first RAMDISK message
  
  Summary
  I'm attempting to install Debian Linux on 
  an old IBM PS/2 model 70 386.  The install hangs soon after placing 
  the boot disk into the floppy drive and pressing ENTER.  The location of 
  the hang corresponds to the end of section 5.3 in the installation 
  instructions for x86 machines.  I've attempted to troubleshoot the 
  installation process per those instructions, to no avail.  
   
  Problem 
  Description
  When I used the following boot 
  command
   
  linux ed=925,8,33 verbose 
  debug
   
  The installation software appears to read 
  the hardware configuration successfully, and I see the following message 
  output before the machine hangs:
   
  ...PS/2 ESDI: Integrated ESDI 
  adapter found in slot 4PS/2 ESDI: DMA arbitration level : 5PS/2 ESDI: 
  hard reset...PS/2 ESDI: Attention error.  Interrupt status : 
  EFPS/2 ESDI: status: 08PS/2 ESDI: reset interrupt after 1165 
  jiffies,  11.65 secsPS/2 ESDI: Drive 0PS/2 ESDI: Device 
  Configuration Status for drive 0PS/2 ESDI: Spares/cyls: 8Config bits: Zero 
  Defect, Skewed Format, Non-Removeable, RetriesPS/2 ESDI: Number of RBA's: 
  235520PS/2 ESDI: Physical number of cylinders: 925, Sectors/Track: 33, 
  Heads: 8PS/2 ESDI: Drive 1PS/2 ESDI: Attention error. interrupt status 
  : 2FPS/2 ESDI: Device not availablePS/2 ESDI: ps2esdi_out_cmd timed 
  out while sending command (status=00) eda: eda1 eda2 < eda5 >VFS: 
  Insert root floppy disk to be loaded into RAM disk and press 
  ENTER
  I then follow the directions using the 
  disk containing the image of the file root.bin and...
  VFS: Disk change detected on 
  device fd(2,0)RAMDISK: Compressed image found at block 0
   
  ...And that's all she wrote.  At that 
  point, the machine hangs.  I've done this approximately a dozen times 
  with the same results, and I've sometimes waited for between an hour and a day 
  (!) to see if the boot process will produce additional output.  No 
  success there.
   
  I occasionally see the following error 
  when no boot command is provided at the first prompt (that is, I just hit 
  {ENTER} to boot, without specifying the ESDI disk parameters 
  etc.):
   
  110?
   
  Machine 
  Configuration
  I would like to configure this machine as 
  a firewall for a small network.  For this 
  reason, the machine contains two NICs.  I'm operating under the 
  assumption that one of the available Debian packages will contain iptables, ipchains or some reasonable 
  equivalent.
   
  Here is the machine 
  configuration: IBM PS/2 model 70 386 (8570-121)6MB RAM120 
  MB HD, ESDI InterfaceSlot 1 - IBM display adapter 8514aSlots 2 and 3 - 
  3Com  3C529-TP Network AdapterSlot 4 - Integrated Fixed Disk 
  Controller (ESDI)
   
  The machine previously had an external 
  Dolphin brand 5.25" disk drive set up as B:.  I've removed that drive 
  from the machine (including the little interface card that plugged into the B: 
  drive interface slot).  Upon doing that, I saw that the machine wouldn't 
  boot properly from the A: drive.  I then replaced the A: drive with 
  another 3.5" drive (reconditioned, from a business that specializes in 
  reconditioned PS/2 parts).  I started seeing the problem above (the hang 
  after "RAMDISK: Compressed image found at block 
  0") after that drive was installed, and before I installed the two 
  NICs.  The installation of the NICs appears to have had no effect on the 
  Debian installation in that sense; however, I think I've only seen the 
  "110" error since the NICs were 
  installed.
   
  I'd appreciate any help that the readers 
  of this list might be able to provide.  Thanks for your anticipated 
  assistance.
   
  Cheers,Gordon Smith[EMAIL PROTECTED]


cvs commit to debian-installer/retriever/floppy/debian by sjogren

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/retriever/floppy/debian
who:sjogren
time:   Wed Dec  4 15:55:08 MST 2002
Log Message:
  prepare for upload

Files:
changed:changelog control


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




Re: debian-installer and libraries

2002-12-04 Thread Tollef Fog Heen
* "Sebastian Ley" 

| I want to help debian-installer with a graphical ui and started
| examining the possibilities of gtk-fb and gtk-directfb.

cool.

| In the todo list it says, there is need for a gtkfb udeb while it says
| in build/README:
| 
| | Apt is used to download the required udebs. This does *not* include
| | libraries; libraries used by udebs must be installed on the build
| | system, and so are build-depended on.
| 
| I do not understand, how the libraries of the build system are copied
| to the install system. Are they "just" copied out of /lib, /usr/lib?
| If yes, that seems a little inconsistent to me, because the resulting
| installer depends a lot on the build system. Perhaps this is intented?

Most of those are built from -pic libraries, which are reduced
versions of the normal libraries.  It is impossible to know which
functions are needed before the actual build of the boot media.

So, yes, it is a bit inconsistent, but it's the only way.  (AFAIK, at
least)

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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




cvs commit to debian-installer/libdebian-installer by sjogren

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/libdebian-installer
who:sjogren
time:   Wed Dec  4 15:41:44 MST 2002
Log Message:
  Fix di_pkg_is_installed

Files:
changed:debian-installer.c


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




cvs commit to debian-installer/libdebian-installer/debian by sjogren

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/libdebian-installer/debian
who:sjogren
time:   Wed Dec  4 15:41:44 MST 2002
Log Message:
  Fix di_pkg_is_installed

Files:
changed:changelog


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




cvs commit to debian-installer/build by rhirst

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/build
who:rhirst
time:   Wed Dec  4 14:39:31 MST 2002
Log Message:
  Initial hppa support, just builds a netboot image for 32 bit machines
  so far.  Given a suitable kernel.udeb, it gets through installing the
  base system then fails due to lack of palo support.
  

Files:
changed:Makefile


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




cvs commit to debian-installer/utils/debian by rhirst

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/utils/debian
who:rhirst
time:   Wed Dec  4 14:39:31 MST 2002
Log Message:
  Initial hppa support, just builds a netboot image for 32 bit machines
  so far.  Given a suitable kernel.udeb, it gets through installing the
  base system then fails due to lack of palo support.
  

Files:
changed:changelog di-utils-mkfs.postinst di-utils-mount-partitions.postinst 
di-utils-partitioner.postinst


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




cvs commit to debian-installer/tools/base-installer/debian by rhirst

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/tools/base-installer/debian
who:rhirst
time:   Wed Dec  4 14:39:31 MST 2002
Log Message:
  Initial hppa support, just builds a netboot image for 32 bit machines
  so far.  Given a suitable kernel.udeb, it gets through installing the
  base system then fails due to lack of palo support.
  

Files:
changed:changelog postinst


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




cvs commit to debian-installer/build/pkg-lists/cdrom by sjogren

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/build/pkg-lists/cdrom
who:sjogren
time:   Wed Dec  4 14:24:28 MST 2002
Log Message:
  Add socket-modules to the cdrom pkglist

Files:
changed:i386


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




cvs commit to debian-installer/main-menu by sjogren

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu
who:sjogren
time:   Wed Dec  4 14:04:18 MST 2002
Log Message:
  Reimplement toposort with new linked lists, and use it both for menu ordering and 
for determining the default choice

Files:
changed:main-menu.c


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




cvs commit to debian-installer/main-menu/debian by sjogren

2002-12-04 Thread Debian Boot CVS Master
Repository: debian-installer/main-menu/debian
who:sjogren
time:   Wed Dec  4 14:04:18 MST 2002
Log Message:
  Reimplement toposort with new linked lists, and use it both for menu ordering and 
for determining the default choice

Files:
changed:changelog


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




Cost Effective Product Documentation

2002-12-04 Thread [EMAIL PROTECTED]
 

Broadcom netXtreme BCM7xx module

2002-12-04 Thread Michael Ablassmeier
hi,

yes i know, this module is not in the mainstream kernel since it does not
have the right coding style.
Some distributions (such as RedHat/SuSE) got these Modul in their
installation kernel, in debian i cant find that in the normal or in the
bf2.4 image.

Anyone thought about putting this module into the bf2.4 image and can
tell me why it isnt there yet ?
-- 
greetings /*/ michael ablassmeier


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




error with net-1440.img from 2002-12-02

2002-12-04 Thread Noèl Köthe
Hello,

just tested net-1440.img from 2002-12-02 and get these errors:

Cannot open templatefile /var/lib/cdebconf/templates.dat
Debian Installer Main Menu

Choose the next step:
Here 
  1. ...
  2. ...
  3. ...
  4. ...
  5. ...
Prompt: 1 - 5> 4
/var/lib/dpkg/info/ethdetect.postinst: error while loading shared
libraries: libdebconf.so.0.3: cannot open shared object file: No such
file or directory
postinst exited with status 32512
Debian Installer Main Menu

Choose the next step:


-- 
Noch einen schönen Tag

Noèl Köthe


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




今日生物医药快讯[2002-12-04]

2002-12-04 Thread 基因潮
Title: ½ñÈÕÉúÎïÒ½Ò©¿ìѶ




   
  
 


  
  
   2002Äê12ÔÂ04ÈÕ µÚÊ®ÆÚ
  
  

  


  

  

  
 
 
  
   
 ÍƼö¸øÅóÓÑ  
  

 
   
 ´òÓ¡±¾Ò³
  

 
   
 ¹Ø±Õ´°¿Ú
  

 
  
  

  


  

  

   

  Èȵã×ÊѶ£º
  
  »ÔÈðÖÕÓÚÕ¾³öÀ´ 
   
  
  ×î½ü¼¸¸öÖÆÒ©¾ÞÍ·£¬ÏñÀñÀ´¡¢°Ý¶ú¡¢¸ðÀ¼ËØÊ·¿Ë·×·×ÍƳöΰ¸çµÄ¾ºÕù²úÆ·£¬²¢ÇÒÉù³Æ×Ô¼ºµÄ²úÆ·ÓÅÓÚΰ¸ç¡£Ãæ¶ÔÖڶྺÕùÕߣ¬»ÔÈðÖÕÓÚ²»ÔÙ±£³Ö³ÁĬ¡£12ÔÂ2ÈÕ£¬»ÔÈðÖÕÓÚÕ¾³öÀ´Ëµ×Ô¼ºµÄ²úÆ·ÓëÕâЩ¼´½«ÉÏÊеľºÕùÕßÏà±ÈºÁ²»Ñ·É«¡£
  
  Èý¾ÅÒ½Ò©ÓëÈÕ±¾³¬ÊкÏ×÷¿ª·¢OTCÊг¡ 
   
  
  Èý¾ÅÒ½Ò©½«ÓëÈÕ±¾Ò»¼Ò³¬ÊÐÔÚÁ½¹úÀ©´óºÏ×÷¹Øϵ¡£Èý¾Å¼¯ÍÅÄ¿Ç°ÔÚ¹úÄÚÒÑÓÐ1¶à¼ÒÒ©µê£¬Èý¾ÅÏ£Íûͨ¹ýÕâ´ÎºÏ×÷£¬ÀûÓÃHac KimisawaµÄ²úÆ··ÖÏú¡¢´æ»õ¿ØÖƵÈÁãÊÛϵͳÌá¸ß×Ô¼ºµÄÔË×÷ÄÜÁ¦£¬´Ó¶ø½øÒ»²½¹®¹ÌÔÚ¹úÄڵĵØλ¡£
  
  ¹úÍâÐÂÎÅ£º
  
  ¸ðÀ¼ËØÊ·¿ËÓëMMC¹²Í¬½øÐйÇÐγɻùÒòˮƽÑо¿ 
   
  
  ¸ðÀ¼ËØÊ·¿ËºÍÒ»¼Ò˽ӪÉúÎï¼¼Êõ¹«Ë¾Molecular Mining¹«Ë¾(MMC)12ÔÂ2ÈÕÐû²¼£¬Á½¼Ò¹«Ë¾½«ºÏ×÷½øÐйÇÐγɵĻùÒò±í´ïÊý¾Ý·ÖÎöÑо¿¡£Á½¼Ò¹«Ë¾ºÏ×÷Ï£ÍûÄܸüºÃµØ´Ó·Ö×ÓˮƽÁ˽â¹ÇÐγɵĻúÖƺͶԲ»Í¬ÖÎÁƵķ´Ó¦¡£
  
  ·ÇϵͳÐÔ¾«Éñ·¢Óý³Ù»ºÓë»ùÒòÍ»±äÓÐ¹Ø 
   
  
  Ñо¿ÈËÔ±×î½üͨ¹ý¶ÔËĶԻ¼Óо«Éñ·¢Óý³Ù»ºµÄͬ°ûÐֵܵÄÑо¿£¬·¢ÏÖÔÚ»¼ÕßÖдæÔÚÉñ¾­Òȵ°°×øÏà¹Ø»ùÒòµÄ±äÒ죬¶øÔÚδ»¼²¡µÄͬ°ûÐÖµÜÖÐÔò²»´æÔÚÕâÖÖ±äÒì¡£
  
  ·ÆÀûÆÖ¹«Ë¾ÍƳöÐÂÐÍҽѧIT²úÆ· 
   
  
  ·ÆÀûÆÖ¹«Ë¾·¢²¼ÁËһϵÁÐÐÂÐÍÁÙ´²IT²úÆ·ºÍ·þÎñ¡£ÕâһϵÁвúÆ·±»³ÆΪVequion¼Ò×åÁÙ´²IT²úÆ·£¬Ä¿µÄÊǼò»¯²Ù×÷£¬¸ÄÉƶԻ¼ÕߵĻ¤Àí¡£ÐµÄϵͳ¿É½«ÀÏʽµÄITϵͳ½øÐи߶ȵļ¯³É£¬Ê¹¶àÖÖÒ½ÁÆÆ÷е£¬²»Í¬Éú²úÉÌÉú²úµÄÉ豸£¬ÒÔ¼°ÔÚ²»Í¬³ÉÏñÒ½ÁÆÒÇÆ÷ºÍͼÏñ´æ´¢Í¨ÐÅϵͳÖÐʹÓü¯³ÉµÄ¡¢¸öÐÔ»¯µÄÊý¾Ý¹ÜÀí¡£
  
  Critical 
  Therapeutics¹«Ë¾»ñµÃÈýÏîÑ×Ö¢ÐÔ¼²²¡ÖÎÁƺÍÕï¶Ï¼¼ÊõרÀû  
  
  ¹«Ë¾½üÈÕ»ñµÃÁËÈýÏîÓйØÑ×Ö¢ÐÔ¼²²¡ÖÎÁƺÍÕï¶Ï¼¼ÊõµÄÃÀ¹úרÀû¡£ÕâЩרÀû°üÀ¨¶ÔÑÏÖØÑ×Ö¢ÐÔ¼²²¡£¨Èç°ÜѪ֢µÈ£©µÄÕï¶Ï£¬Ô¤ºóÆÀ¹ÀºÍÖÎÁƼ¼Êõ¡£
  
  ÊÈËáÐÔϸ°ûÊÇÏø´­µÄ×ï¿ý»öÊ× 
   
  
  Ó¢¹úÑо¿ÈËÔ±·¢ÏÖÊÈËáÐÔϸ°ûÊÇÒýÆðÏø´­Ñ×Ö¢µÄ¡°×ï¿ý»öÊס±£¬ÕâΪÔçÆÚÔ¤·ÀÏø´­·¢×÷ÕÒµ½ÁËÓÐЧ;¾¶¡£
  
  Å·ÖÞ×î´óÉú¼¼¹«Ë¾SeronoרעÒøм²¡Ò©Î↑·¢ 
  
  
  ÈðÊ¿ÉúÎï¼¼Êõ¹«Ë¾Serono12ÔÂ2ÈÕÐû²¼¹«Ë¾´òË㽨Á¢Ò»¸öеÄÉÌÒµµ¥ÔªÒÔרעÓÚÒøм²¡ÖÎÁÆÒ©ÎïTBP-1µÄ¿ª·¢¡£Serono¼Æ»®ÔÚ2003ÄêÄêÖпªÊ¼Òøм²¡ÖÎÁƵÄÈýÆÚÁÙ´²ÊÔÑé¡£
  
  ¹úÄÚÐÂÎÅ£º
  
  ÃÀ¹úÑÅÀ´ÊÕ¹º¹ã¶«Ò©Òµ 
  ·ÂÖÆÒ©¾­ÓªÄ£Ê½¿ÛÏì¹úÃÅ 
  
  ÑÅÀ´ÖÆÒ©¹«Ë¾×ܲÿ¨¶ûÉ­±íʾ£¬·Ç³£¿´ºÃÖйúµÄ·ÂÖÆÒ©Êг¡¡£ÑÅÀ´¹«Ë¾ÊǵÚÒ»¸ö°Ñ·ÂÖÆÒ©¾­ÓªºÍ·þÎñģʽÒýÈëÖйúµÄ¿ç¹ú¹«Ë¾¡£ÑÅÀ´Öйú²¿×ܲó±¦É½Ëµ£¬ÔÚÖÊÁ¿ÏàµÈµÄÇé¿öÏ£¬·ÂÖÆÒ©³§µÄ¾ºÕùÓÅÊƾÍÌåÏÖÔÚ¶ÀÌصľ­ÓªºÍ·þÎñģʽÉÏ¡£
  
  Ê·ÓñÖù:¶ªÁË¡°°×½ð¡±¼ð¡°»Æ½ð¡± 
   
  
  Ê·ÓñÖùÂôµô¡°Ä԰׽𡱺ó½«Òª¸Éʲô£¿ÈËÃǶ¼ºÜ¹Ø×¢¡£ÏÖÔÚ°ÚÔÚÕâ¸öÖйú±£½¡Æ·ÀÏ´óÃæÇ°µÄÊÇÁíÒ»¸öÓªÑø±£½¡Ê³Æ·¡ª¡ª¡°»Æ½ð´îµµ¡±¡£¿´ËûÕâ´ÎÄܲ»ÄÜ´ÓάÉúËØÊг¡¾òµ½ÁíһͰ½ð¡£
  
  ¹ØÓÚСÈÝÁ¿×¢Éä¼ÁÉú²úÆóÒµÒ©Æ·GMPÈÏÖ¤ÓйØÊÂÒ˵Ä֪ͨ£¨¹úÒ©¼à°²[2002]426ºÅ£© 
   
  
  ¸ù¾Ý¡¶Ò©Æ·¹ÜÀí·¨¡·¡¢¡¶Ò©Æ·¹ÜÀí·¨ÊµÊ©ÌõÀý¡·ÒÔ¼°¡¶¹ØÓÚÈ«Ãæ¼Ó¿ì¼à¶½ÊµÊ©Ò©Æ·GMP¹¤×÷½ø³ÌµÄ֪ͨ¡·(¹úÒ©¼à°²¡²2001¡³448ºÅ)£¬Ð¡ÈÝÁ¿×¢Éä¼ÁÉú²úÆóÒµÓ¦ÔÚ2002Äê12ÔÂ31ÈÕǰͨ¹ýÒ©Æ·GMPÈÏÖ¤¡£
  
  ±êÌâÐÂÎÅ£º
  
  Corixa¹«Ë¾ºÍ¸ðÀ¼ËØÊ·¿Ë£¨GlaxoSmithKline£©¹«Ë¾12ÔÂ2ÈÕ˵ÒѾ­ÏòFDAÌá½»ÁË¿¹°©Ò©ÎïBexxarµÄ¸½¼ÓÊÔÑéÊý¾Ý£¬FDA½«ÖØжÔÕâ¸öÐÂÒ©ÉêÇë½øÐÐÉó²é¡£ 
  
  
  Therapeutics¹«Ë¾×î½ü´ÓÂíÈøÖîÈûÖÝÒ½Ôº»ñµÃÒ»¸öÖØÒªµÄÖ×ÁöÖÎÁưе㡣ÕâÊÇÒ»¸ö·Ç³£ÓÐЧ£¬µ«ÓÖÉÐ먦·¢µÄÒ»¸ö°Ðµã¡£Mercury 
  Therapeutics¹«Ë¾½«Õë¶ÔÕâ¸ö°Ðµã¿ª·¢³öС·Ö×ÓÒ©ÎïÒÖÖÆRas-Rafµ°°×½»»¥×÷Óá£
  
  Ĭ¿Ë¹«Ë¾ÏÖÈÎÒ©ÎïÑо¿Ö÷¹Ü˹¿ËÄá¶û¿Ë£¨Edward Scolnick£©ÈÕÇ°Ðû²¼½«ÍË룬×ö»ØÒ»ÃûÆÕͨµÄ¿Æѧ¼Ò£¬½ñºó»áÖ÷Òª´Óʾ«Éñ²¡ÖÎÁÆÒ©ÎïµÄÑо¿¡£
  
  Hollis-EdenÖÆÒ©¹«Ë¾Ëµ¹«Ë¾ÒѾ­ÊÕµ½ÃÀ¹úרÀûºÍÉ̱ê¾ÖµÄ֪ͨ£¬»ñµÃÁËÃâÒßµ÷½Ú¼ÁHE2000רÀû¡£×¨Àûº¯¸ÇÁËHE2000µÄ¾§Ìå½á¹¹ºÍÖƱ¸·½·¨¡£
  
  
  Ç󹺣º
  1.ÐÂÒ©Éú²úÅúÎÄ£»2.ÐÂÒ©ÁÙ´²ÅúÎÄ£»3.¶þÊÖÖÆÒ©É豸£»4.ÖƱ¸ÓøßЧҺÏà¡£
  ÁªÏµ·½Ê½£º[EMAIL PROTECTED] 
  
  
  ³öÊÛ£º
  ÐÂҩרÀû¡¢ÖÎÁƺÍÔ¤·À¹ýÃôÐÔÏø´­ºÍ±ÇÑ×µÄÌìȻҩÎÕæ¾úÀࣩµÄÐÂÒ©É걨×ÊÁÏ¡£
  ÁªÏµ·½Ê½£º[EMAIL PROTECTED]

´ú¶©¹úÍâѧÊõÂÛÎÄ£º
  Ãâ·Ñ¿¯µÇ¹«Ë¾½éÉÜ100¼Ò¡¢Ñо¿Ëù½éÉÜ100¼Ò¡¢Ò½Ôº½éÉÜ100¼Ò¡¢³ö°

Re: Installation from USB CDROM/Floppy

2002-12-04 Thread Michael Ablassmeier
On Wed, Dec 04, 2002 at 07:05:32AM +0100, Eduard Bloch wrote:
> http://www-user.rhrk.uni-kl.de/~blochedu/usb-install/
oh that worked perfect !
CDROM and Floppy where detected and i could install without problems
from CDROM.
-- 
greetings /*/ michael ablassmeier


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




422 Genealogy Databases

2002-12-04 Thread Angie's Genealogy





Genealogy Research Service
422 Genealogy Databases
My rates are as low as $1.50 per research database lookup including 
the first instance
of the requested name and $1.50 for each additional instance of that 
requested name
and for additional requested names within the current database.
Below is a scrollable list of my current research databases:

(If the scrollable list is not displayed below, it is located also in the 
attachment.)

  
  --Birth 
Records--
---
  0010-Birth Records: Southern PA, 1680-
1800
  0015-Birth Records: US and Europe 900-
1880
  0020-Birth Records: British Isles, A-C #2

  0025-Birth Records: British Isles, D-I #3

  0030-Birth Records: British Isles, J-Q #4

  0035-Birth Records: British Isles, R-Z #5

  0040-Birth Records: North America, A-C #1

  --Cemetery 
Records--

  0100-Cemetery Records: Salt Lake City, 
1848-1992
  --Census 
Databases---
---
  0200-Census Database: 1850 Census 
Schedules
  0205-Census Database: 1881 British 
Census, East Anglia Region #1
  0210-Census Database: 1881 British 
Census, Greater London Region, London, Middlesex, A-L #1
  0215-Census Database: 1881 British 
Census, Greater London Region, London, Middlesex, M-Z CD 2

  0220-Census Database: 1881 British 
Census, Midlands Region, West Counties A-Z
  0225-Census Database: 1881 British 
Census, North Central Region York A-L #3
  0230-Census Database: 1881 British 
Census, North Central Region York M-Z
  0235-Census Database: 1881 British 
Census, Northern Borders & Miscellary Region #1
  0240-Census Database: 1881 British 
Census, Scotland Region, Highland Counties #1
  0245-Census Database: 1881 British 
Census, Scotland Region, Lowland County #2
  0250-Census Database: 1881 British 
Census, Southwestern Region, #1
  0255-Census Database: African Americans 
in the 1870 Census
  0260-Census Database: IA 1860

  0265-Census Database: UK 1851

  --Census Index 
Databases---
-
  0300-Census Indexes Database: 1840 US 
Census Index: Mid-Atlantic
  0305-Census Indexes Database: 1881 
British Census, Index A-B #1
  0310-Census Indexes Database: 1881 
British Census, Index C-Em #2
  0315-Census Indexes Database: 1881 
British Census, Index En-Hn #3
  0320-Census Indexes Database: 1881 
British Census, Index Hi-L #4
  0325-Census Indexes Database: 1881 
British Census, Index M-O #5
  0330-Census Indexes Database: 1881 
British Census, Index P-R #6
  0335-Census Indexes Database: 1881 
British Census, Index S-T #7
  0340-Census Indexes Database: 1881 
British Census, Index U-Z #8
  0345-Census Indexes Database: Baltimore, 
Chicago & St.Louis, 1870
  0350-Census Indexes Database: Colonial 
1607-1789
  0355-Census Indexes Database: 
CT,MA,ME,NH,RI & VT 1900s
  0360-Census Indexes Database: 
DE,DC,MD,PA,OH,VA & WV 1900
  0365-Census Indexes Database: GA 1870

  0370-Census Indexes Database: ID 1910

  0375-Census Indexes Database: MA 1870

  0380-Census Indexes Database: NC,SC 
1870
  0385-Census Indexes Database: NY City 
1870
  0390-Census Indexes Database: OH 1880

  0395-Census Indexes Database: Ontario, 
CN 1871
  0400-Census Indexes Database: PA,DE,NJ 
1850
  0405-Census Indexes Database: US 
Selected Counties 1790
  0410-Census Indexes Database: US 
Selected Counties 1800
  0415-Census Indexes Database: US 
Selected Counties 1810
  0420-Census Indexes Database: US 
Selected Counties 1820
  0425-Census Indexes Database: US 
Selected Counties 1830
  0430-Census Indexes Database: US 
Selected Counties 1840
  0435-Census Indexes Database: US 
Selected Counties 1850
  0440-Census Indexes Database: US 
Selected Counties 1860
  0445-Census Indexes Database: US 
Selected Counties 1870
  0450-Census Indexes Database: US 
Selected Counties 1880
  0455-Census Indexes Database: VA,WV 
1870
  0460-Census Indexes Database: 
VA,WV,NC,KY 1870
  0465-Census Indexes Database: Western 
PA 1870
  0470-Census Indexes Database: Western 
PA 1870
  --Census Microfilm 
Databases---
-
  0500-Census Microfilm Database: AL,AR,LA 
& MS 1850 #1
  0505-Census Microfilm Database: AL,AR,LA 
& MS 1850 #2
  0510-Census Microfilm Database: AL,AR,LA 
& MS 1850 #3
  0515-Census Microfilm Database: AL,AR,LA 
& MS 1850 #4
  0520-Census Microfilm Database: AL,AR,LA 
& MS 1850 #6
  0525-Census Microfilm Database: 
CA,NM,OR,TX & UT 1850 #1
  0530-Census Micr

您好! debian-boot,欢迎光临因艾情趣网

2002-12-04 Thread 因艾情趣网






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



Re: menu item numbering

2002-12-04 Thread Denis Barbier
On Wed, Dec 04, 2002 at 03:08:59AM +0100, Tollef Fog Heen wrote:
> 
> Currently, the menu ordering is a bit chaotic.  I therefore propose we
> do something like this; order it into stages.  The names aren't the
> best, but I think it's clear what I want.
> 
> 0 -> 10 Reserved

As shown in a previous post, main-menu should know which number is used
for language selection in order not to test at every step whether
language has changed.  I suggested it being the first, but maybe 3 or 4
is a better solution to allow non-interactive settings, if any.

Denis


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