cvs commit to boot-floppies/documentation/fr by aph

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/documentation/fr who:aph time: Tue Nov 13 23:59:51 PST 2001 Log Message: argh, one char missing in french docs broke the build, fixed Files: changed:kernel.sgml -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Re: language-chooser and keyboard configuration

2001-11-13 Thread Philip Blundell
In message <[EMAIL PROTECTED]>, Adam Di Carlo writes: >So this bug is fixed in CVS and 3.0.17? YOu didn't mark it as >closable in the changelog file though, any reason why not? The bug mentions some other stuff too; I wasn't sure whether it was all fixed. p. -- To UNSUBSCRIBE, email to [EMA

cvs commit to boot-floppies/utilities/dbootstrap by aph

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/utilities/dbootstrap who:aph time: Tue Nov 13 22:16:36 PST 2001 Log Message: mostly back out my recent changes, which wouldn't build, but the effect of Colin's patch is retained Files: changed:extract_base.c -- To UNSUBSCRIBE, email to [EMAIL PR

cvs commit to boot-floppies/utilities/dbootstrap/po by aph

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/utilities/dbootstrap/po who:aph time: Tue Nov 13 21:50:40 PST 2001 Log Message: run update-po Files: changed:cs.po da.po de.po eo.po es.po fi.po fr.po gl.po hr.po hu.po it.po ja.po ko.po pl.po pt.po ru.po sk.po sv.po tr.po zh_CN.po -- To UNSUBSC

cvs commit to boot-floppies/utilities/dbootstrap/po by aph

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/utilities/dbootstrap/po who:aph time: Tue Nov 13 21:43:13 PST 2001 Log Message: remove a duplicate message definition Files: changed:es.po -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Re: [PATCH] set sticky bit when creating /var/tmp mount-point

2001-11-13 Thread John H. Robinson, IV
On Tue, Nov 13, 2001 at 03:06:38PM -0900, Ethan Benson wrote: > > your missing the point: /tmp and /var/tmp are being treated differently. with no good reason. thus i submit: fix /tmp, or fix /var/tmp, so they both act the same way. consitency is the path to least surprise. -john -- To UNS

cvs commit to boot-floppies/debian by aph

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:aph time: Tue Nov 13 19:11:01 PST 2001 Log Message: recent change Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to boot-floppies/make by aph

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/make who:aph time: Tue Nov 13 19:06:53 PST 2001 Log Message: LANG_CHOOSER dependancy fix Files: changed:root -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to boot-floppies/utilities/dbootstrap by aph

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/utilities/dbootstrap who:aph time: Tue Nov 13 19:04:04 PST 2001 Log Message: Colin Walters, fix a problem with the waitpid() used in dbootstrap when waiting for debootstrap to end Files: changed:extract_base.c -- To UNSUBSCRIBE, email to [EMAIL

cvs commit to boot-floppies/debian by aph

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:aph time: Tue Nov 13 19:03:56 PST 2001 Log Message: Colin Walters, fix a problem with the waitpid() used in dbootstrap when waiting for debootstrap to end Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

Re: library reduction problems in recent rootdisk.sh

2001-11-13 Thread Erik Andersen
On Tue Nov 13, 2001 at 06:16:23AM -0900, Ethan Benson wrote: > > # Make the dynamic linker executable > -ld_file = find_lib("ld-linux.so.2") > +ld_file = find_lib("ld.so.1") > ld_file_name = os.path.basename(ld_file) > os.chmod(dest_path + "/" + ld_file_name, 0755) You want to use something l

Re: [PATCH] set sticky bit when creating /var/tmp mount-point

2001-11-13 Thread Ethan Benson
On Wed, Nov 14, 2001 at 11:07:49AM +1300, Mark van Walraven wrote: > On Tue, Nov 13, 2001 at 04:20:36AM -0900, Ethan Benson wrote: > > On Tue, Nov 13, 2001 at 12:02:18PM +0100, Kjetil Torgrim Homme wrote: > > > Ethan Benson <[EMAIL PROTECTED]> writes: > - > > > > what good will this do? the permi

Re: library reduction problems in recent rootdisk.sh

2001-11-13 Thread Ethan Benson
On Tue, Nov 13, 2001 at 08:33:13PM +0100, Goswin Brederlow wrote: > > Index: scripts/rootdisk/mklibs.py > > === > > RCS file: /cvs/debian-boot/boot-floppies/scripts/rootdisk/mklibs.py,v > > retrieving revision 1.4 > > diff -u -r1.4 mk

Re: [PATCH] set sticky bit when creating /var/tmp mount-point

2001-11-13 Thread Mark van Walraven
On Tue, Nov 13, 2001 at 04:20:36AM -0900, Ethan Benson wrote: > On Tue, Nov 13, 2001 at 12:02:18PM +0100, Kjetil Torgrim Homme wrote: > > Ethan Benson <[EMAIL PROTECTED]> writes: - > > > what good will this do? the permissions of the mount point > > > directory are irrelevant as they will be repl

Bug#119337: marked as done (boot-floppies: dbootstrap looks for Release file in wrong location)

2001-11-13 Thread Debian Bug Tracking System
Your message dated Tue, 13 Nov 2001 14:01:40 -0600 with message-id <[EMAIL PROTECTED]> and subject line Bug#119337: boot-floppies: dbootstrap looks for Release file in wrong location has caused the attached Bug report to be marked as done. This means that you claim that the problem has been deal

Re: library reduction problems in recent rootdisk.sh

2001-11-13 Thread Philip Blundell
In message <[EMAIL PROTECTED]>, Goswin Brederlow writes: >fine. So alpha, ppc, i386 and m68k work. Anyone other experiences? ARM seems to be ok. >Do all archs have an /lib/ld.so and does that work for all? > >I would hate to do things differently for each arch or libc version. I >thought with ld

Re: library reduction problems in recent rootdisk.sh

2001-11-13 Thread Goswin Brederlow
Ethan Benson <[EMAIL PROTECTED]> writes: > On Tue, Nov 13, 2001 at 12:43:03PM +0100, Goswin Brederlow wrote: > > It looks eigther like a gcc bug or the atexit symbol is defined in a > > strange way that prevents it from resolving in the stripped version of > > the libc. > > > > Can someone with

cvs commit to boot-floppies by pb

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies who:pb time: Tue Nov 13 10:26:11 PST 2001 Log Message: tweak arm release stuff some more: avoid making bf-image-*.tar.gz with nothing in them Files: changed:release.sh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Free Software Gift!

2001-11-13 Thread HotDeals
FREE SOFTWARE GIFT! Don't forget your free software gift! Great for holiday gift giving! Many popular titles to choose from. Hurry! This offer is only good While supplies last! Click Here: http://www.passionup.com/free.htm?lk=ob3 Let someone know how much y

cvs commit to boot-floppies by eb

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies who:eb time: Tue Nov 13 07:29:52 PST 2001 Log Message: lilo setup checks for XFS formatted / /boot partitions and disallows installation there if they are indeed XFS. thus no longer a todo Files: changed:todo -- To UNSUBSCRIBE, email to [EMAIL

cvs commit to boot-floppies/s390-specials by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/s390-specials who:sgybas time: Tue Nov 13 07:25:23 PST 2001 Log Message: Added REXX script to IPL from a VM reader Files: removed:other.pam added: iplrdr.exec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Re: library reduction problems in recent rootdisk.sh

2001-11-13 Thread Ethan Benson
On Tue, Nov 13, 2001 at 12:43:03PM +0100, Goswin Brederlow wrote: > It looks eigther like a gcc bug or the atexit symbol is defined in a > strange way that prevents it from resolving in the stripped version of > the libc. > > Can someone with this problem try to run the library reduction on > >

Freeware for the AS400: CAT produces a catalog of files in a library.

2001-11-13 Thread David Arbuckle
FREEWARE: AS400 Library Catalog Software (source included.) As thanks for visiting our web site at www.rapidfire400.com, we would like you to have our “CAT” Freeware package. You can use “CAT” to gather information about the files in a library and print reports; by Date Last

cvs commit to boot-floppies/s390-specials by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/s390-specials who:sgybas time: Tue Nov 13 06:45:25 PST 2001 Log Message: wrote replacement for /bin/login on s390 and drop PAM from the root disk Files: changed:Makefile inetd.conf added: .cvsignore login.c -- To UNSUBSCRIBE, email to [EMA

cvs commit to boot-floppies/scripts/rootdisk by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/scripts/rootdisk who:sgybas time: Tue Nov 13 06:45:25 PST 2001 Log Message: wrote replacement for /bin/login on s390 and drop PAM from the root disk Files: changed:EXTRACT_LIST_s390 SMALL_BASE_LIST_s390 -- To UNSUBSCRIBE, email to [EMAIL PROTECT

cvs commit to boot-floppies/debian by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:sgybas time: Tue Nov 13 06:45:25 PST 2001 Log Message: wrote replacement for /bin/login on s390 and drop PAM from the root disk Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tr

cvs commit to boot-floppies/make by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/make who:sgybas time: Tue Nov 13 06:45:25 PST 2001 Log Message: wrote replacement for /bin/login on s390 and drop PAM from the root disk Files: changed:s390.rules -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

cvs commit to boot-floppies by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies who:sgybas time: Tue Nov 13 06:45:24 PST 2001 Log Message: wrote replacement for /bin/login on s390 and drop PAM from the root disk Files: changed:Makefile rootdisk.sh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

cvs commit to boot-floppies/utilities/dbootstrap by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/utilities/dbootstrap who:sgybas time: Tue Nov 13 06:40:26 PST 2001 Log Message: s390: don't ask for kernel 2.0 compatibility in mke2fs Files: changed:partition_config.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

cvs commit to boot-floppies/debian by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:sgybas time: Tue Nov 13 06:40:26 PST 2001 Log Message: s390: don't ask for kernel 2.0 compatibility in mke2fs Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Re: [PATCH] set sticky bit when creating /var/tmp mount-point

2001-11-13 Thread Ethan Benson
On Tue, Nov 13, 2001 at 12:02:18PM +0100, Kjetil Torgrim Homme wrote: > Ethan Benson <[EMAIL PROTECTED]> writes: > > > On Tue, Nov 13, 2001 at 10:53:16PM +1300, Mark van Walraven wrote: > > > partition_config::mount_partition() uses mode 01777 when creating /tmp > > > as a mount-point, but doesn'

cvs commit to boot-floppies/debian by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:sgybas time: Tue Nov 13 03:49:02 PST 2001 Log Message: Remove unneeded PAM modules from s390 root disk and create cutsom /etc/pam.d/other which allows logins without a password Files: changed:changelog -- To UNSUBSCRIBE, email to [EMA

cvs commit to boot-floppies/scripts/rootdisk by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/scripts/rootdisk who:sgybas time: Tue Nov 13 03:49:03 PST 2001 Log Message: Remove unneeded PAM modules from s390 root disk and create cutsom /etc/pam.d/other which allows logins without a password Files: changed:EXTRACT_LIST_s390 SMALL_BASE_LIST_s

cvs commit to boot-floppies/s390-specials by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies/s390-specials who:sgybas time: Tue Nov 13 03:49:02 PST 2001 Log Message: Remove unneeded PAM modules from s390 root disk and create cutsom /etc/pam.d/other which allows logins without a password Files: added: other.pam -- To UNSUBSCRIBE, email

cvs commit to boot-floppies by sgybas

2001-11-13 Thread Debian Boot CVS Master
Repository: boot-floppies who:sgybas time: Tue Nov 13 03:49:02 PST 2001 Log Message: Remove unneeded PAM modules from s390 root disk and create cutsom /etc/pam.d/other which allows logins without a password Files: changed:rootdisk.sh -- To UNSUBSCRIBE, email to [EMAIL PR

Re: library reduction problems in recent rootdisk.sh

2001-11-13 Thread Goswin Brederlow
Ethan Benson <[EMAIL PROTECTED]> writes: > On Mon, Nov 12, 2001 at 02:09:52PM -0500, Adam Di Carlo wrote: > > Goswin Brederlow <[EMAIL PROTECTED]> writes: > > > > > Good that you start telling. > > > > What do you mean by that? I reported this *months* ago, pleading that > > someone fix it. >

Re: [PATCH] set sticky bit when creating /var/tmp mount-point

2001-11-13 Thread Kjetil Torgrim Homme
Ethan Benson <[EMAIL PROTECTED]> writes: > On Tue, Nov 13, 2001 at 10:53:16PM +1300, Mark van Walraven wrote: > > partition_config::mount_partition() uses mode 01777 when creating /tmp > > as a mount-point, but doesn't for /target/var/tmp. A fix is: > > what good will this do? the permissions

Re: [PATCH] set sticky bit when creating /var/tmp mount-point

2001-11-13 Thread Ethan Benson
On Tue, Nov 13, 2001 at 10:53:16PM +1300, Mark van Walraven wrote: > Dear list, > > partition_config::mount_partition() uses mode 01777 when creating /tmp > as a mount-point, but doesn't for /target/var/tmp. A fix is: what good will this do? the permissions of the mount point directory are irr

[PATCH] set sticky bit when creating /var/tmp mount-point

2001-11-13 Thread Mark van Walraven
Dear list, partition_config::mount_partition() uses mode 01777 when creating /tmp as a mount-point, but doesn't for /target/var/tmp. A fix is: Index: boot-floppies/utilities/dbootstrap/partition_config.c === RCS file: /cvs/debian-b