Re: Notes about boot-floppies, slang, and newt

2002-02-25 Thread Eduard Bloch

#include 
Junichi Uekawa wrote on Mon Feb 25, 2002 um 12:36:32PM:

> There is some confusion regarding the outcome of
> slang/newt reorganization, and the resulting boot-floppies 
> change.

I just wanted to know what happens in a theoritcal case, if someone
builds the LC version but with a different lingua then C. IMHO in this
case, she would have trouble with latin1 chars. But a) this would
happen anyways and b) we use English as default in LC build, so don't
worry.  single-locale floppies should still work afterwards.

> I have also located a problem with whiptail-utf8, which was 
> missing a call to setlocale, so that we have a whiptail-utf8 
> that can actually process utf8 strings. 
> Therefore, it should now be possible to create modconf-utf8,
> if one desires, and gets through some other necessary hoops.

Modconf does already come with recoded strings for .UTF-8 locale, and
they is shown almost correctly using "dialog". I just tried - it does
finaly work as expected.

Now, I am going to make modifications to make locales work in modconf
again.

Gruss/Regards,
Eduard.
-- 
Lieber ein Pinguin, der läuft, als ein Fenster, das hängt.


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




(no subject)

2002-02-25 Thread thing

unsubscribe


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:blade
time:   Mon Feb 25 00:47:07 PST 2002
Log Message:
  Disabled the hack that forced modconf to run with C locale
  

Files:
changed:baseconfig.c


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




cvs commit to boot-floppies by blade

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies
who:blade
time:   Mon Feb 25 00:59:27 PST 2002
Log Message:
  export LINGUA, easiert to use later
  

Files:
changed:config


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




cvs commit to boot-floppies by blade

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies
who:blade
time:   Mon Feb 25 01:37:16 PST 2002
Log Message:
  remove only unneeded message catalogs: all NLS-charset messages for i18n builds,
  and utf8 and foreign languages for non-i18n builds
  

Files:
changed:driverdisks.sh


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




cvs commit to boot-floppies/debian by blade

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:blade
time:   Mon Feb 25 01:39:27 PST 2002
Log Message:
  documenting my changes around modconf
  

Files:
changed:changelog


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:blade
time:   Mon Feb 25 01:46:25 PST 2002
Log Message:
  forgotten to commit last week
  

Files:
changed:reboot_system.c


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




Re: Notes about boot-floppies, slang, and newt

2002-02-25 Thread Eduard Bloch

#include 
Eduard Bloch wrote on Mon Feb 25, 2002 um 09:35:38AM:

> Now, I am going to make modifications to make locales work in modconf
> again.

I see a serious problem: ldd does not find any references to
libslang.so.1, but ld-linux does. Any ideas? In the attached patch are
changes that I made so far. LC is hard-wired with LANG_CHOOSER.

Gruss/Regards,
Eduard.
-- 
Profitip No. 413:
Zeit sparen durch Rebooten im Hintergrund.
Man will ja nicht jedesmal die Arbeit unterbrechen...
> reboot &


? bla
? boot.iso
? bootbf2.4.iso
? build-03.02.2002
? build-21.01.2001
? build-23.01.2001
? build-25.01.2001
? build-28.01.2001
? cvs-diff.txt
? diff
? make-iso.sh
? mod-diff.txt
? nano-bf_1.1.6-2.dsc
? nano-bf_1.1.6-2.tar.gz
? nano-bf_1.1.6-2_i386.deb
? nano-utf8_1.1.6-2.dsc
? nano-utf8_1.1.6-2.tar.gz
? nano_1.1.6-1.diff.gz
? nano_1.1.6-1.dsc
? nano_1.1.6.orig.tar.gz
? rootbf2.4.bin.hacked
? utilities/a.out
? utilities/libfdtest.c
? utilities/dbootstrap/a.out
? utilities/dbootstrap/choose_medium.c_
? utilities/dbootstrap/cvs-diff.txt
? utilities/dbootstrap/extract_base.c.my_patched
Index: config
===
RCS file: /cvs/debian-boot/boot-floppies/config,v
retrieving revision 1.133
diff -u -r1.133 config
--- config  2002/02/25 08:59:27 1.133
+++ config  2002/02/25 10:43:35
@@ -74,7 +74,7 @@
 # Top-level directory where we will look for external stuff required
 # to build the boot-floppies.  It has to be an absolute PATH or else
 # the basedisks.sh script will fail.
-ftp_archive:= /archive/debian
+ftp_archive:= /var/tmp/archive/debian
 
 # files from Incoming; note they must be named *_all.deb or *_.deb
 incoming   := $(ftp_archive)/Incoming
@@ -93,7 +93,7 @@
 ##
 ## Debian mirror we can download from, must be http://, ftp:// or file://
 ##
-export MIRRORS := http://http.us.debian.org/debian
+export MIRRORS := http://ftp.uni-kl.de/pub/linux/debian
 
 ##
 ## How to achieve root
@@ -109,8 +109,10 @@
 # support it, `true' or `false'
 ifneq (,$(filter $(architecture),i386 arm powerpc alpha))
 export USE_LANGUAGE_CHOOSER := true
+export LC := true
 else
 export USE_LANGUAGE_CHOOSER := false
+export LC := true
 endif
 
 # list of all available languages
Index: rootdisk.sh
===
RCS file: /cvs/debian-boot/boot-floppies/rootdisk.sh,v
retrieving revision 1.330
diff -u -r1.330 rootdisk.sh
--- rootdisk.sh 2002/02/11 11:04:50 1.330
+++ rootdisk.sh 2002/02/25 10:43:36
@@ -80,18 +80,18 @@
 
 # turn LC on for kernels with framebuffer support
 if [ "$USE_LANGUAGE_CHOOSER" = "true" ]; then
-if [ "$arch" = "i386" ] && \
-   [ "$revext" != "compact" -a "$revext" != "idepci" -a "$revext" != 
"bf2.4-compact" -a "$revext" != "bf2.4" ]; then
-info "single locale mode forced for flavor '$revext', no FB console support"
-elif [ "$arch" = "i386" -o "$arch" = "arm" -o "$arch" = "powerpc" -o "$arch" = 
"alpha" ]; then
-info "internationalized mode enabled"
+#if [ "$arch" = "i386" ] && \
+#   [ "$revext" != "compact" -a "$revext" != "idepci" -a "$revext" != 
+"bf2.4-compact" -a "$revext" != "bf2.4" ]; then
+#info "single locale mode forced for flavor '$revext', no FB console support"
+#elif [ "$arch" = "i386" -o "$arch" = "arm" -o "$arch" = "powerpc" -o "$arch" = 
+"alpha" ]; then
+#info "internationalized mode enabled"
 ROOT_IS_I18N=true
 # add other arch support here, some arches may need to disable it
-else
-info "internationalization mode disabled on this architecture"
-fi
-else
-info "single locale mode (USE_LANGUAGE_CHOOSER = false)"
+#else
+#info "internationalization mode disabled on this architecture"
+#fi
+#else
+#info "single locale mode (USE_LANGUAGE_CHOOSER = false)"
 fi
 
 # must be root
@@ -266,6 +266,8 @@
 dpkg-deb --extract $i $E
 done
 
+test -x $E/sbin/cfdisk-utf8 && mv $E/sbin/cfdisk-utf8 $E/sbin/cfdisk
+
 info "stripping executables in extract area"
 $scripts/strip_executables.sh $E/bin/* $E/usr/bin/* $E/sbin/* $E/usr/sbin/* $E/lib/* 
$E/usr/lib/*
 
@@ -575,6 +577,8 @@
awk -v E="^$E" -v L="/lib/$ldlib" -- '$3=="not" {print $1; next}; \
($3!~E) && ($1!~L) {print $3}' | grep -v "dynamic" | \
sort -u`
+
+echo WTF: `( for i in $EXECUTABLES; do $E/lib/$ldlib --library-path $E/lib:$E/usr/lib 
+--list $i 2>/dev/null; done )`
 
 #   ld-linux.so.2 is always linked with its full path, so ldd won't look
 #   for it under $E. We have to do it 'by hand'
Index: make/root
===
RCS file: /cvs/debian-boot/boot-floppies/make/root,v
retrieving revision 1.16
diff -u -r1.16 root
--- make/root   2001/11/20 20:12:08 1.16
+++ make/root   2002/02/25 10:43:37
@@ -19,9 +19,9 @@
 # language dependancy
 ifeq ($(USE_LANGUAGE_CHOOSER),true)
 rootlinguadep = utilities/dbootstrap/po/all-utf

cciss driver problem on debian

2002-02-25 Thread Benny Thorrud

Hey, 

I'm experiencing the same problem as the enclosure. Is there a known fix to this 
problem, or do I have to use the shell to set up the file system manually?

Regards

Benny



Re: problems with new cciss (smartarray 5300) driver



To: Toni Schmidbauer <[EMAIL PROTECTED]> 
Subject: Re: problems with new cciss (smartarray 5300) driver 
From: David Whedon <[EMAIL PROTECTED]> 
Date: Fri, 16 Mar 2001 22:08:49 -0800 
Cc: [EMAIL PROTECTED] 
In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on 
Sun, Feb 25, 2001 at 11:28:47PM +0100 
Mail-Followup-To: Toni Schmidbauer <[EMAIL PROTECTED]>,[EMAIL PROTECTED] 
References: <[EMAIL PROTECTED]> 
User-Agent: Mutt/1.2.5i 



At what point does it not detect the drive? If you can fdisk it, mke2fs it at
the shell, can you mount it?  If so you probably don't need to manipulate it
with the installer.  However, it would be nice to figure out why the installer
can't detect it.  DO you see any interesting messages on the other vc's?

David

Sun, Feb 25, 2001 at 11:28:47PM +0100 wrote:
> hi,
> 
> i have some problems with the new cciss driver for the compaq
> smartarry 5300 raid-controller. 
> i compiled a new (2.2.18) kernel, and copied it on the
> rescue floppy. the kernel detects my controller but
> the debian installer still says it cannot detect my hard drive.
> when i escape to a shell, i can fdisk the hard disk (
> one raid 1 and two raid 0). mke2fs works also.
> the only problem is that the debian installer still thinks there
> is now hard disk installed.
> 
> any help would be appreciated
> 
> thanks
> 
> toni
> -- 
> -
> Toni Schmidbauer <[EMAIL PROTECTED]> | unix is like a wigwam,
>| no windows, no gates, 
>| apache inside...
> 
> 




Re: Notes about boot-floppies, slang, and newt

2002-02-25 Thread Junichi Uekawa

Eduard Bloch <[EMAIL PROTECTED]> cum veritate scripsit:

> > There is some confusion regarding the outcome of
> > slang/newt reorganization, and the resulting boot-floppies 
> > change.
> 
> I just wanted to know what happens in a theoritcal case, if someone
> builds the LC version but with a different lingua then C. IMHO in this
> case, she would have trouble with latin1 chars. 

Well, use utf-8, is probably the most simple answer
In fact, I have an impression that -utf8 libs will work
with any locale, but I might be wrong. It uses
the locale-charset conversion routines...

> > I have also located a problem with whiptail-utf8, which was 
> > missing a call to setlocale, so that we have a whiptail-utf8 
> > that can actually process utf8 strings. 
> > Therefore, it should now be possible to create modconf-utf8,
> > if one desires, and gets through some other necessary hoops.
> 
> Modconf does already come with recoded strings for .UTF-8 locale, and
> they is shown almost correctly using "dialog". I just tried - it does
> finaly work as expected.

Good.

regards,
junichi


-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4


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




cvs commit to boot-floppies/debian by claush

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:claush
time:   Mon Feb 25 05:20:30 PST 2002
Log Message:
  Danish updates

Files:
changed:changelog


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




cvs commit to boot-floppies/documentation by claush

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/documentation
who:claush
time:   Mon Feb 25 05:20:30 PST 2002
Log Message:
  Danish updates

Files:
changed:index.da.html.m4 release-notes.da.sgml


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




Re: Notes about boot-floppies, slang, and newt

2002-02-25 Thread Junichi Uekawa

Eduard Bloch <[EMAIL PROTECTED]> cum veritate scripsit:

> I see a serious problem: ldd does not find any references to
> libslang.so.1, but ld-linux does. Any ideas? In the attached patch are
> changes that I made so far. LC is hard-wired with LANG_CHOOSER.

config
@@ -109,8 +109,10 @@
 # support it, `true' or `false'
 ifneq (,$(filter $(architecture),i386 arm powerpc alpha))
 export USE_LANGUAGE_CHOOSER := true
+export LC := true
 else
 export USE_LANGUAGE_CHOOSER := false
+export LC := true
 endif
 
 # list of all available languages


Looks wrong.
I think the latter you mean LC := false, though
I doubt if the value here is actually used.


regards,
junichi



-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4


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




Re: cciss driver problem on debian

2002-02-25 Thread Eduard Bloch

Package: debootstrap

#include 
Benny Thorrud wrote on Mon Feb 25, 2002 um 02:36:51PM:
> Hey, 
> 
> I'm experiencing the same problem as the enclosure. Is there a known
> fix to this problem, or do I have to use the shell to set up the file
> system manually?

If we get the latest kernel-image-2.4.17-bf2.4 AND its pcmcia package
into Debian, then the next release of boot floppies will support CISS
devices. The only things needed are:

 - create set of device nodes in the target filesystem. This job should
   be done by debootstrap.
 - modify dbootstrap & libfdisk to accept CISS devices, the same way as
   used for IDA.

Gruss/Regards,
Eduard.
-- 
Du musst einen Plan haben. Denn wenn Du keinen Plan hast,
wirst Du zum Teil des Planes eines anderen ...


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/scripts/rootdisk
who:blade
time:   Mon Feb 25 06:53:46 PST 2002
Log Message:
  Obsolete file
  

Files:
removed:EXTRACT_LIST_i386_reiserfs


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/scripts/rootdisk
who:blade
time:   Mon Feb 25 06:57:05 PST 2002
Log Message:
  Removing obsolete files
  

Files:
removed:SMALL_BASE_LIST_i386_reiserfs SMALL_BASE_LIST_i386_udma100-ext3


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




Re: Notes about boot-floppies, slang, and newt

2002-02-25 Thread Phil Blundell

On Mon, 2002-02-25 at 12:55, Junichi Uekawa wrote:
> Well, use utf-8, is probably the most simple answer
> In fact, I have an impression that -utf8 libs will work
> with any locale, but I might be wrong. It uses
> the locale-charset conversion routines...

They will work with any locale so long as you stick to characters that
are valid in that locale.  In the "C" locale this is just the 7-bit
ASCII set; none of the Latin1 accented characters are available.  The
part that causes trouble is where the libraries call mbrtowc() in order
to work out how much screen real-estate a string needs.  This function
will give up and return an error code if it encounters a character that
it thinks is invalid, which gives you the classic "strings truncated at
the first accented character" syndrome.

This is the reason that the UTF-8 disks will only fall back to English
if framebuffer is unavailable.  It would be possible to fix the problem
by shipping an appropriate locale on the root disk, but there isn't
enough space.

p.


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




cvs commit to boot-floppies/debian by sgybas

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:sgybas
time:   Mon Feb 25 07:40:42 PST 2002
Log Message:
  Use newer s390 kernel-image
  

Files:
changed:changelog


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/s390-specials
who:sgybas
time:   Mon Feb 25 07:40:42 PST 2002
Log Message:
  Use newer s390 kernel-image
  

Files:
changed:kernel.sh


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




Processed: Re: Bug#135590: Release note (dpkg --get-selections)

2002-02-25 Thread Debian Bug Tracking System

Processing commands for [EMAIL PROTECTED]:

> tag 135590 pending
Bug#135590: Release note (dpkg --get-selections)
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:kraai
time:   Mon Feb 25 08:30:56 PST 2002
Log Message:
  * utilities/dbootstrap/choose_medium.c (mount_and_check_floppy): Return an
error if unable to open or read type.txt.
  

Files:
changed:choose_medium.c


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




Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Eduard Bloch

#include 
Junichi Uekawa wrote on Mon Feb 25, 2002 um 10:38:43PM:
>  else
>  export USE_LANGUAGE_CHOOSER := false
> +export LC := true
>  endif
...
> Looks wrong.

Is wrong, copied too much. I have also found the other problem. But here
is now another problem: the i18n build does no longer fit on the 1200
disk. I tried to hack the build system to use less languages on the 1200
disks, but it is nothing but ugly, and still was not sucessfull. So is
anyone really interessted in keeping 1200kB version alive? If yes, come
and help, otherwise we shold drop this subflavor.

Gruss/Regards,
Eduard.
-- 
 Wann kommt Debian3.0? Jemand n ungefähres oder genaues Datum parat?
 DeVries: Wenn es fertig ist.
 dwVries wenn es fertig ist
 DeVries: ziemlich genau dann, wenn es fertig ist.
-- #debian.de


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




Re: cciss driver problem on debian

2002-02-25 Thread Matt Kraai

On Mon, Feb 25, 2002 at 02:36:51PM +0100, Benny Thorrud wrote:
> I'm experiencing the same problem as the enclosure. Is there a known fix to this 
>problem, or do I have to use the shell to set up the file system manually?

I've reported a bug against makedev[1] about the missing devices,
and there is a bug against the boot-floppies[2] to add support
therein.  We just have to wait for the maintainers to apply
the patches.

Matt

1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=132864
2. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=134233



msg16112/pgp0.pgp
Description: PGP signature


Bug#135626: boot-floppies: [powerpc/new-powermac] Error: cannot read /floppy/image.txt

2002-02-25 Thread Matt Kraai

On Sun, Feb 24, 2002 at 10:55:55PM -0700, Chris Tillman wrote:
> However, it is impossible to install from either a pre-mounted or instmnt 
> partition. An error comes up as soon as the installation folder has been 
> selected, stating: Cannot read /floppy/image.txt: Invalid argument.

Are you sure it doesn't say the following:

Cannot read /floppy/image.txt: Invalid argument

I can't find image.txt anywhere in the boot-floppies sources.

> When the OK button is pressed on this dialog, another with the same message 
> replaces it, at least 20 times. The only way out is to pull the plug, I think.

I've fixed this in CVS.

> I checked the /floppy mount in vc 2, it looked ordinary. mount shows 
> /dev/loop0 is mounted on /floppy, type ext2 (ro).
> 
> ls -l /floppy gives
> (abbreviated, and the permissions look appropriate):
> 
> 4467 config.gz
> 1123 debian.txt
> 1527 install.sh
> 1261262  linux.gz
> 12288lost+found
> 881  readme.txt
> 126757   sys_map.gz
> 7type.txt
> 
> When I tried cat /floppy/debian.txt or cat /floppy/type.txt, I got 
> cat: read: input/output error
> so it could list the files but couldn't read them. I was getting these 
> type errors in vc3 also.

I've no idea what the problem is here.  Does it show up on the
installed system, or just in the boot-floppies?  Does it work with
BusyBox mount, or only util-linux mount?

Matt



msg16113/pgp0.pgp
Description: PGP signature


라벨S/W 무료!!(새우편번호 자동입력) [홍보]

2002-02-25 Thread 오피스프라자
Title: ¶óº§ÇÁ·Î±×·¥ ¹«·á(»õ¿ìÆí¹øÈ£ ÀÚµ¿ÀÔ·Â)




 
  
 
  
   

   



  


  

  


  

  


   


  
   

 
  
 
  
   
- ¿øÇÏ´Â °í°´¿¡¼¼ DM ÀÚ·á¹ß¼Û
  - ¿øÇÏ´Â °í°´¿¡°Ô Telemarketing
  - ¶óº§Áö Ãâ·Â Àü¹® S/W ³»Àå
  - °Ë»öµÈ °á°ú¸¦ ¸Þ¸ðÀå¿¡ ÀúÀå, Ȱ¿ë
 ¨ç [»óÈ£/¾÷Á¾Æí] :  Àü±¹ 400¸¸ »óÈ£/¾÷Á¾ µ¥ÀÌŸ ¼ö·Ï
  ¨è [ÀθíÆí] : Àü±¹ 1,200¸¸ ÀÎ¸í µ¥ÀÌŸ ¼ö·Ï 
  ±¸ÀÔ °í°´¿¡°Ô´Â ¶óº§¿ëÁö 1±Ç(50¸Å/A4)À» »çÀºÇ°À¸·Î µå¸³´Ï´Ù.


  
  
  

  

  

  


   


  
   


  
 
  
  È«º¸¿ë ¾È³»¹®À» ¼öõ, ¼ö¸¸ °í°´ºÐµé²² º¸³½´Ù°í »ý°¢ÇØ 
º¸¼¼¿ä. 
Àη°ú ¸¹Àº ½Ã°£À» µé¿© ¸çÄ¥ ¾ß±ÙÇØ °¡¸é¼­ ÀÛ¾÷ÇÒ ½Ã°£¿¡ Á» ´õ È¿À²
ÀûÀÎ ÀÏÀ» ÇÏ½Ã´Â°Ô ¾î¶³±î¿ä? DMÀÛ¾÷Àº ÀúÈñÇÑÅ× ¸Ã±â½Ê½Ã¿ä.

 Àú·ÅÇÏ°í ½Å¼ÓÇÏ°Ô °í°´¿©·¯ºÐÀÇ Á¤¼ºÀ» ´ã¾Æ¼­ ¿ìÆí¹° ¹ß¼ÛÀ» Ã¥ÀÓÁö
°Ú½À´Ï´Ù. 

  
  
  
  
  
 
  

  

  


   


  
   
 
  
 
  
  ¿ìÆí¹°¹ß¼Û(DM)À» À§ÇÑ ´ë»ó °í°´ÀÇ ÁÖ¼Ò·Ï µ¥ÀÌŸ 
±¸Ãà, Àμ⹰·Î µÇ¾î
ÀÖ´Â ÀÚ·áÀÇ ÀÔ·Â ´ëÇà, ±âÁ¸ ÁÖ¼Ò·Ï µ¥ÀÌŸÀÇ »õ¿ìÆí¹øÈ£ º¯È¯ ÀÛ¾÷µîÀ» 
Ãֽбâ¼ú·Î ¹«ÀåÇÑ Àü¹®¿ä¿øµéÀÌ ¿©·¯ºÐÀ» µµ¿Íµå¸± °ÍÀÔ´Ï´Ù.

¢º Web-to-DB : ÀÌÁ¨ 
±×¸²ÀÇ ¶±À» Á÷Á¢ ¸ÔÀ» ¼ö ÀÖ½À´Ï´Ù.
 
ÀÎÅÍ³Ý ½Ç½Ã°£ ÁÖ¼Òµ¥ÀÌŸ¸¦ ¿¢¼¿ÆÄÀÏ·Î ¸¸µé¾î µå¸³´Ï´Ù.
 
(¿¹ : http://tel.hanmir.com (Çѹ̸£ ÀüÈ­¹øÈ£ °Ë»ö))

¢º µ¥ÀÌŸ ÀÔ·Â
¢º ÁÖ¼Ò ¶óº§ Ãâ·Â 

¢º »õ¿ìÆí¹øÈ£ º¯È¯

  
  
 
  

  

  


  

  


   

  
À̸ÞÀÏ ÁÖ¼Ò´Â ÀÎÅÍ³Ý ¼­ÇÎÀ» ÅëÇØ ¼öÁýÇÏ¿´À¸¸ç, À̸ÞÀÏ ÁÖ¼Ò ¿Ü¿¡´Â ¾î¶°ÇÑ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù.
´õÀÌ»ó ¸ÞÀÏÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é ¼ö½Å°ÅºÎ¸¦ Ŭ¸¯ ÇØÁÖ¼¼¿ä. ÁÁÀº ÇÏ·ç º¸³»¼¼¿ä.

[¼ö½Å°ÅºÎ] 


  


  

  


  

  


  
  

  




Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Phil Blundell

On Mon, 2002-02-25 at 16:41, Eduard Bloch wrote:
> Is wrong, copied too much. I have also found the other problem. But here
> is now another problem: the i18n build does no longer fit on the 1200
> disk. I tried to hack the build system to use less languages on the 1200
> disks, but it is nothing but ugly, and still was not sucessfull. So is
> anyone really interessted in keeping 1200kB version alive? If yes, come
> and help, otherwise we shold drop this subflavor.

We talked about this before and there was strong feeling (from Adam I
think) that dropping 1.2M disks was not acceptable.

Did the i18n build _ever_ fit on these disks?

p.


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




Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Eduard Bloch

#include 
Phil Blundell wrote on Mon Feb 25, 2002 um 04:47:21PM:

> > disks, but it is nothing but ugly, and still was not sucessfull. So is
> > anyone really interessted in keeping 1200kB version alive? If yes, come
> > and help, otherwise we shold drop this subflavor.
> 
> We talked about this before and there was strong feeling (from Adam I
> think) that dropping 1.2M disks was not acceptable.
> 
> Did the i18n build _ever_ fit on these disks?

IIRC no, we used the single-locale build for the vanilla flavor and for
the 1200 variant. Hm, while writting this line, I has another "idea":
change the order of build in the Makefile and build it with a reduced
set of languages. This may fit... I will report later.

Gruss/Regards,
Eduard.
-- 
"Mir wurde mal von einem Siemens Vertriebler ins Gesicht gesagt, DeCnet
 sei kein routebares Protokoll. Er habe es von einem Siemens-Techniker
 der mal bei DEC war. Kurz vor Handgreiflichkeiten habe ich dann aufge-
 geben. Macht sich nicht gut vor Kunden.." Axel Kuester in de.comp.os.vms


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




Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Eduard Bloch

#include 
Phil Blundell wrote on Mon Feb 25, 2002 um 04:47:21PM:
> > disks, but it is nothing but ugly, and still was not sucessfull. So is
> > anyone really interessted in keeping 1200kB version alive? If yes, come
> > and help, otherwise we shold drop this subflavor.
> 
> We talked about this before and there was strong feeling (from Adam I
> think) that dropping 1.2M disks was not acceptable.

Okay, we may keep them. Now I am uploading my CVS build (bf2.4), CVS
diff and new files to
http://people.debian.org/~blade/bf-cvs/build-25.02.2002/.

Remaining problems:

 - modconf call must get a proper locale, like de_DE.UTF-8. Phil, could
   you have a look?
 - check rule must be adapted for the new libs
 - Makefile should be rewritten a bit. Currently, it does create
   a root.bin with few locales, makes 1.2meg images, removes root.bin
   and continues as usuall.
 
Gruss/Regards,
Eduard.
-- 
 X ist ein genialer terminal multiplexer
-- oxygene in #debian.de


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/scripts/rootdisk
who:toff
time:   Mon Feb 25 10:22:17 PST 2002
Log Message:
  change slang1 to slang1a for i18n

Files:
changed:EXTRACT_LIST_i18n


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




cvs commit to boot-floppies by blade

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies
who:blade
time:   Mon Feb 25 10:32:52 PST 2002
Log Message:
  
  Modifications for the new slang - enjoy.
  

Files:
changed:Makefile config driverdisks.sh rootdisk.sh


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:blade
time:   Mon Feb 25 10:32:54 PST 2002
Log Message:
  
  Modifications for the new slang - enjoy.
  

Files:
changed:Makefile


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




cvs commit to boot-floppies/utilities/dbootstrap/langs by blade

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap/langs
who:blade
time:   Mon Feb 25 10:32:54 PST 2002
Log Message:
  
  Modifications for the new slang - enjoy.
  

Files:
changed:Makefile


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




cvs commit to boot-floppies/make by blade

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/make
who:blade
time:   Mon Feb 25 10:32:53 PST 2002
Log Message:
  
  Modifications for the new slang - enjoy.
  

Files:
changed:root


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




cvs commit to boot-floppies/debian by blade

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:blade
time:   Mon Feb 25 10:32:52 PST 2002
Log Message:
  
  Modifications for the new slang - enjoy.
  

Files:
changed:control


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/scripts/rootdisk
who:blade
time:   Mon Feb 25 10:32:53 PST 2002
Log Message:
  
  Modifications for the new slang - enjoy.
  

Files:
changed:EXTRACT_LIST_all EXTRACT_LIST_i18n EXTRACT_LIST_i386 EXTRACT_LIST_non-i18n 
SMALL_BASE_LIST_i386


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/scripts/rootdisk
who:blade
time:   Mon Feb 25 10:34:52 PST 2002
Log Message:
  special lists for bf2.4. It does not need isapnptools, but mkreiserfs
  

Files:
added:  EXTRACT_LIST_i386_bf2.4 SMALL_BASE_LIST_i386_bf2.4


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




cvs commit to boot-floppies/debian by blade

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:blade
time:   Mon Feb 25 10:38:08 PST 2002
Log Message:
  Documenting my changes
  

Files:
changed:changelog


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




Bug#135626: boot-floppies: [powerpc/new-powermac] Error: cannot read /floppy/image.txt

2002-02-25 Thread Chris Tillman

On Mon, Feb 25, 2002 at 08:39:39AM -0800, Matt Kraai wrote:
> On Sun, Feb 24, 2002 at 10:55:55PM -0700, Chris Tillman wrote:
> > However, it is impossible to install from either a pre-mounted or instmnt 
> > partition. An error comes up as soon as the installation folder has been 
> > selected, stating: Cannot read /floppy/image.txt: Invalid argument.
> 
> Are you sure it doesn't say the following:
> 
> Cannot read /floppy/image.txt: Invalid argument
> 
> I can't find image.txt anywhere in the boot-floppies sources.

I noticed image.txt wasn't in the list of files I copied, I must have copied the 
message wrong. I'll check it again.
 
> > When the OK button is pressed on this dialog, another with the same message 
> > replaces it, at least 20 times. The only way out is to pull the plug, I think.
> 
> I've fixed this in CVS.
> 
> > I checked the /floppy mount in vc 2, it looked ordinary. mount shows 
> > /dev/loop0 is mounted on /floppy, type ext2 (ro).
> > 
> > ls -l /floppy gives
> > (abbreviated, and the permissions look appropriate):
> > 
> > 4467 config.gz
> > 1123 debian.txt
> > 1527 install.sh
> > 1261262  linux.gz
> > 12288lost+found
> > 881  readme.txt
> > 126757   sys_map.gz
> > 7type.txt
> > 
> > When I tried cat /floppy/debian.txt or cat /floppy/type.txt, I got 
> > cat: read: input/output error
> > so it could list the files but couldn't read them. I was getting these 
> > type errors in vc3 also.
> 
> I've no idea what the problem is here.  Does it show up on the
> installed system, or just in the boot-floppies?  Does it work with
> BusyBox mount, or only util-linux mount?

Only the boot-floppies, AFAIK. This must be Busybox, I'm selecting the 
Install Kernel and Modules menu item and it shows up after the path has 
been selected. I wasn't using mount to mount it, just to check the state 
of mounted volumes (no arguments).

-- 
*--v- Installing Debian GNU/Linux 3.0 v--*
|    |
|   debian-imac (potato):    |
|Chris Tillman[EMAIL PROTECTED]  |
|   May the Source be with you   |
**



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




Re: Notes about boot-floppies, slang, and newt

2002-02-25 Thread Chris Tillman

On Mon, Feb 25, 2002 at 09:35:38AM +0100, Eduard Bloch wrote:
> #include 
> 
> Now, I am going to make modifications to make locales work in modconf
> again.

As long as you're mucking around in modconf, how about a minor enhancement:

When using the 2.4 interface, many of the modules have only 1 item in their 
list. For example, devices/net/appletalk. Could the code check for this case 
and skip the intervening dialog? It's silly to put up a list of one item 
and make the user select that one item. 

-- 
*--v- Installing Debian GNU/Linux 3.0 v--*
|    |
|   debian-imac (potato):    |
|Chris Tillman[EMAIL PROTECTED]  |
|   May the Source be with you   |
**


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




Re: ide-scsi as default

2002-02-25 Thread Britton


I agree.  ide-scsi is less stable than ide-cd in my experience.

Britton Kerin
__
GNU GPL: "The Source will be with you... always."

On Sun, 24 Feb 2002, Henrique de Moraes Holschuh wrote:

> On Sun, 24 Feb 2002, Eduard Bloch wrote:
> > Would anyone mind if we use the ide-scsi driver instead of ide-cd
> > as-default on the bf2.4 flavor? Additionaly, I suggest to put ide-scsi
>
> Well, 2.4 ide-scsi sometimes break (as in locks the drive hard) with common
> (shitty) hardware, such as some 52x "creative" CDROMS (e.g. Vendor: CREATIVE
> Model: CD5233E-CF Rev: 1.04).
>
> I suggest you guys stick to ide-cd for compatibility reasons.
>
> --
>   "One disk to rule them all, One disk to find them. One disk to bring
>   them all and in the darkness grind them. In the Land of Redmond
>   where the shadows lie." -- The Silicon Valley Tarot
>   Henrique Holschuh
>


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




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

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/scripts/rootdisk
who:blade
time:   Mon Feb 25 11:46:46 PST 2002
Log Message:
  Require the fixed libnewt-utf8-0 package
  

Files:
changed:EXTRACT_LIST_i18n


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




cvs commit to boot-floppies/debian by blade

2002-02-25 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:blade
time:   Mon Feb 25 11:49:37 PST 2002
Log Message:
  Updated build-depends for the new slang/newt packages
  

Files:
changed:control


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




Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Philip Blundell

On Mon, 2002-02-25 at 18:16, Eduard Bloch wrote:
>  - modconf call must get a proper locale, like de_DE.UTF-8. Phil, could
>you have a look?

I haven't had a chance to test this yet but I think it should be
somewhere near right.  Setting LANG=C@utf-8 may not be necessary
(LC_CTYPE is already set to that anyway) but it shouldn't hurt.  All
that modconf probably cares about is the value of LC_MESSAGES.

If we had more confidence in our convictions, we could just set
LC_MESSAGES in main.c and forget about it thereafter.  I haven't done
this just in case some other program that gets called is not yet
i18n-tolerant.

p.

Index: baseconfig.c
===
RCS file: 
/org/cvs.debian.org/cvs/debian-boot/boot-floppies/utilities/dbootstrap/baseconfig.c,v
retrieving revision 1.104
diff -u -r1.104 baseconfig.c
--- baseconfig.c2002/02/25 08:47:07 1.104
+++ baseconfig.c2002/02/25 20:24:13
@@ -528,7 +528,7 @@
   char buffer1[PATH_MAX];
   char buffer2[PATH_MAX];
 #endif
-  char *old_locale;
+  char *old_locale, *old_lc_messages, *p;
 
   if (! NAME_ISEXE("/usr/bin/whiptail", &statbuf))
   symlink("/target/usr/bin/whiptail", "/usr/bin/whiptail");
@@ -575,11 +575,18 @@
  will work.  See bug #78750 */
   execlog("echo /sbin/modprobe >/proc/sys/kernel/modprobe", LOG_INFO);
 
-  /* Modconf needs the correct LANG or LC_MESSAGES string (test later). If it
-   * does not, fix this later, also see below
+#ifdef USE_LANGUAGE_CHOOSER
+  old_locale = getenv("LANG");
+  old_lc_messages = getenv("LC_MESSAGES");
+
+  strcpy(prtbuf, lang->locale);
+  p = strchr(prtbuf, '.');
+  if (p)
+strcpy(p+1, "UTF-8");
 
-  old_locale = getenv("LC_ALL");
-  setenv("LC_ALL", "C", 1); */
+  setenv("LANG", "C@utf-8", 1);
+  setenv("LC_MESSAGES", prtbuf, 1);
+#endif
   
   /* copy the preconfigured modules file to target/etc */
   execlog("test -f /target/etc/modules || cp /etc/modules /target/etc/", LOG_INFO);
@@ -595,11 +602,17 @@
   /* Turn kmod off again */
   execlog("echo /bin/true >/proc/sys/kernel/modprobe", LOG_INFO);
 
-  /* Restore the old locale
+#ifdef USE_LANGUAGE_CHOOSER
+  /* Restore the old locale */
   if (old_locale)
-setenv("LC_ALL", old_locale, 1);
+setenv("LANG", old_locale, 1);
+  else
+unsetenv("LANG");
+  if (old_lc_messages)
+setenv("LC_MESSAGES", old_lc_messages, 1);
   else
-unsetenv("LC_ALL"); */
+unsetenv("LC_MESSAGES");
+#endif
 
   update_cdrom_symlink();
 


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




Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Eduard Bloch

#include 
Philip Blundell wrote on Mon Feb 25, 2002 um 08:29:47PM:

> I haven't had a chance to test this yet but I think it should be
> somewhere near right.  Setting LANG=C@utf-8 may not be necessary

It is not necessary, and it even hurts. I tries different locale
settings. Summary:

 - to not break non-ASCII chars, LANG must be either C or a valid
   xx_YY.UTF-8 locale
 - LC_CTYPE must be a valid locale string (or I am misguided by the
   whiptail bug, see below)
 - LC_MESSAGES is used by modconf. It should contain a _, . and .UTF-8

> If we had more confidence in our convictions, we could just set
> LC_MESSAGES in main.c and forget about it thereafter.  I haven't done
> this just in case some other program that gets called is not yet
> i18n-tolerant.

Yup. I attached the modified version, it does set all tree values.
Though there is a problem with whiptail-utf8:

$ ldd /usr/bin/whiptail | grep newt
libnewt.so.0.50 => /usr/lib/libnewt.so.0.50 (0x40028000)

Junichi, could you fix this?

Gruss/Regards,
Eduard.
-- 
Wer Freiheit aufgibt, um Sicherheit zu bekommen, verdient keins der
beiden und bekommt meist auch keins.
 -- Benjamin Franklin, 1759


Index: baseconfig.c
===
RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/baseconfig.c,v
retrieving revision 1.104
diff -u -r1.104 baseconfig.c
--- baseconfig.c2002/02/25 08:47:07 1.104
+++ baseconfig.c2002/02/25 21:40:03
@@ -528,7 +528,7 @@
   char buffer1[PATH_MAX];
   char buffer2[PATH_MAX];
 #endif
-  char *old_locale;
+  char *old_locale, *old_lc_messages, *old_lc_ctype, *p;
 
   if (! NAME_ISEXE("/usr/bin/whiptail", &statbuf))
   symlink("/target/usr/bin/whiptail", "/usr/bin/whiptail");
@@ -575,11 +575,20 @@
  will work.  See bug #78750 */
   execlog("echo /sbin/modprobe >/proc/sys/kernel/modprobe", LOG_INFO);
 
-  /* Modconf needs the correct LANG or LC_MESSAGES string (test later). If it
-   * does not, fix this later, also see below
-
-  old_locale = getenv("LC_ALL");
-  setenv("LC_ALL", "C", 1); */
+#ifdef USE_LANGUAGE_CHOOSER
+  old_locale = getenv("LANG");
+  old_lc_messages = getenv("LC_MESSAGES");
+  old_lc_messages = getenv("LC_CTYPE");
+
+  strcpy(prtbuf, lang->locale);
+  p = strchr(prtbuf, '.');
+  if (p)
+strcpy(p+1, "UTF-8");
+
+  setenv("LANG", prtbuf, 1);
+  setenv("LC_MESSAGES", prtbuf, 1);
+  setenv("LC_CTYPE", prtbuf, 1);
+#endif
   
   /* copy the preconfigured modules file to target/etc */
   execlog("test -f /target/etc/modules || cp /etc/modules /target/etc/", LOG_INFO);
@@ -595,11 +604,21 @@
   /* Turn kmod off again */
   execlog("echo /bin/true >/proc/sys/kernel/modprobe", LOG_INFO);
 
-  /* Restore the old locale
+#ifdef USE_LANGUAGE_CHOOSER
+  /* Restore the old locale */
   if (old_locale)
-setenv("LC_ALL", old_locale, 1);
+setenv("LANG", old_locale, 1);
+  else
+unsetenv("LANG");
+  if (old_lc_messages)
+setenv("LC_MESSAGES", old_lc_messages, 1);
   else
-unsetenv("LC_ALL"); */
+unsetenv("LC_MESSAGES");
+  if (old_lc_ctype)
+setenv("LC_CTYPE", old_lc_ctype, 1);
+  else
+unsetenv("LC_CTYPE");
+#endif
 
   update_cdrom_symlink();
 



Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Philip Blundell

On Mon, 2002-02-25 at 21:40, Eduard Bloch wrote:
>  - to not break non-ASCII chars, LANG must be either C or a valid
>xx_YY.UTF-8 locale
>  - LC_CTYPE must be a valid locale string (or I am misguided by the
>whiptail bug, see below)

I'm not completely convinced about these two.  That sounds to me like
your whiptail is still not fully UTF-8 enabled. 

Remember that "de_DE.UTF-8" is not actually a valid locale string while
dbootstrap is running.  From what I remember, the only locale for which
the data files exist is C@utf-8.  The dbootstrap startup script sets
LC_CTYPE=C@utf-8, which is necessary for dbootstrap itself to work, and
this should be inherited by all its children.

If that combination works for you, I suspect it's causing whiptail to
just pass all the UTF-8 codes straight through without really
understanding the characters.  That would probably give you OK results
for Latin languages like German (where the majority of characters are
not accented) but it may not be so good for those that have a higher
density of multibyte codes, like Japanese or Russian.

I should be able to do some real boot-floppies testing myself tomorrow
afternoon.  (The machine I'm using right now has no floppy drive and its
CD-ROM is broken.)  Meantime I'll have a play with whiptail and modconf
in a normal environment and see what's going on.

> +#ifdef USE_LANGUAGE_CHOOSER
> +  old_locale = getenv("LANG");
> +  old_lc_messages = getenv("LC_MESSAGES");
> +  old_lc_messages = getenv("LC_CTYPE");

Looks like you got a bit carried away with the cut'n'paste there.

p.


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




Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Philip Blundell

On Mon, 2002-02-25 at 21:40, Eduard Bloch wrote:
>  - to not break non-ASCII chars, LANG must be either C or a valid
>xx_YY.UTF-8 locale
>  - LC_CTYPE must be a valid locale string (or I am misguided by the
>whiptail bug, see below)
>  - LC_MESSAGES is used by modconf. It should contain a _, . and .UTF-8

Ah, here's some top comedy.  Can you try this patch to modconf and see
if anything changes?  It seems that if you pass whiptail an LC_MESSAGES
for which it can't find any support files, it gives up on loading locale
data altogether and doesn't even attempt to read in the LC_CTYPE data.

p.

--- dialog.old  Mon Feb 25 22:15:40 2002
+++ dialog  Mon Feb 25 22:14:47 2002
@@ -49,6 +49,7 @@
 backtitle="$BACKTITLE"
   fi
  
+  LC_MESSAGES=
   $DIALOG_TEST $DIALOG_COMMAND $DIALOG_OPTIONS --title "$title" \
  --backtitle "$backtitle" "$type" "$text " 0 0 "$@" 2>&1 1>$ttydev
   



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




Re: Report for fresh install with bf3.0.19-2002-02-07/images-1.44/idepci

2002-02-25 Thread Thomas Poindessous

le lun 25-02-2002 à 00:28, Thomas Poindessous a écrit :
> I did a network install with bf 3.0.19-2002-02-07/images-1.44/idepci
> 
> I have a Duron 700/256 Mo Ram/ 1 HD : 40 Gig IDE (hda)/ 1 DVD-ROM IDE
> (hdc). I did a install with french language.
> 
> Here is my report :
> 
> * before doing mke2fs, the screen must be cleared, because the output of
> mke2fs is printed on the previous screen.

I looked in the sources of dboostrap and there is a printf(CLEAR);
I re-tried a install with video=vga16:off and there was a clear between
each screen and before lauching mke2fs.

I re-tried with all others langages (all but ja), and all other were
better, but the screen was not completly cleared.
The main difference between french translation and others langages is
french translation take all the width of the screen.

And I want to know something :
just before the first screen, I got a white (grey) screen which is, I
think, the 24 printf("\n") I saw in boxes.c
And when mke2fs is launched, it was printed black text on white (grey)
background. But after the end of each line, background was blue (like
the previous screen).

I hope I'm understandable.

Last thing, my video card is :
nVidia Corporation NV11 (GeForce2 MX) (rev a1)

Tomorrow, I will test the examples of libnewt-dev with the bf kernel and
bf2.4

 
-- 
Thomas Poindessous
[EMAIL PROTECTED]


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




Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Junichi Uekawa

Eduard Bloch <[EMAIL PROTECTED]> cum veritate scripsit:

> Yup. I attached the modified version, it does set all tree values.
> Though there is a problem with whiptail-utf8:
> 
> $ ldd /usr/bin/whiptail | grep newt
> libnewt.so.0.50 => /usr/lib/libnewt.so.0.50 (0x40028000)


Note: I have not gotten evil enough to rename the utf8 version of 
newt library soname.

It will look the same, and they conflict with each other.


-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4


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




To Promote Your Business

2002-02-25 Thread L.Mi
Title: Dear friend






Dear Friend :
  
Now there are billions of email users in the
world,and 
this amount is increasing greatly every    
year .  People are now sending informations and conducting the  
internet marketing  through
email , because of its cheap cost and fast connection .  If you want
to 
introduce and sell your
product or service ,  it would be the best way  for you  to
use 
the  email to  contact  with  your 
targeted  customers  ( of  course you
should be aware of  
the 
email address of the targeted   
customers  firstly  )  . Targeted  email  is no
doubt 
very effective .  If  you could introduce your    
product or  service  through  email 
directly  to  
the  customer  who  are interested in them
, it 
will bring to you much  more business chance and success.   

We,XinLan Internet Marketing Center,have many years of experience in
developing 
& utilizing 
internet resources.We have set up global business email address databases,
which  
contain
millions  of   email  addresses of 
commercial  
enterprises and  consumers all over the world. 
These email addresses are sorted by countries and fields. By
using  advanced    
professional   
technology, we also continuously update our databases,add
new addresses ,  
remove undel-
iverables and unsubscribe addresses.With  the cooperation with our
partners,
We are able to
supply  valid targeted email  addresses  according 
to 
your  requirements ( for example,  you    
 need some email 
addresses of Importers in the field of auto spare part in England ).
With our    
supplied email addresses,you  
can easily and directly contact your potential customers. 
  
We also supply  a  wide variety  of software. 
For example , WORLDCAST,  the software for  fast-sending
emails: this software  
will enable   
 you to send  emails  at  the rate of  over
10,000  pcs    
per hour, and to release  information  to 
 thousands of people in a short  time.   
  
We are pleased to tell you that we are now offering our best prices
:
   

   

      
Emails  or  Software
  


  
   Remark 
       
Price 
 
 
  100,000
targeted
email addresses   
  
We are  able  to 
supply  
valid  targeted  email address according to your   
requirements , which are all compiled  upon
your order,such as  
region / country / occupation / field / Domain Name
(like   
AOL.com or MSN.com) etc. 
 
   
     
USD 30.00   
  
 
   
623,000 email addresses 
  
   

      
   
623,000 email addresses of
 global auto parts  
importer/wholesaler/distributors
 
   USD 110.00 

 
      8 millions
email addresses  
   
8 millions global commercial enterprises email addresses  
   
   USD   
240.00  
 
 
        
Worldcast software   
   
Software for fast-sending emails 
  
     
USD 39.00  
 
  

[no subject]

2002-02-25 Thread tian1984627






cvs commit to tasksel by joeyh

2002-02-25 Thread Debian Boot CVS Master

Repository: tasksel
who:joeyh
time:   Mon Feb 25 18:43:31 PST 2002
Log Message:
  output a list of all packages in all tasks, for testing
  

Files:
added:  listpackages.pl


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




cvs commit to tasksel/tasks by joeyh

2002-02-25 Thread Debian Boot CVS Master

Repository: tasksel/tasks
who:joeyh
time:   Mon Feb 25 19:07:03 PST 2002
Log Message:
  gratuitous package name changes R us.
  

Files:
changed:japanese


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




cvs commit to tasksel/tasks by joeyh

2002-02-25 Thread Debian Boot CVS Master

Repository: tasksel/tasks
who:joeyh
time:   Mon Feb 25 19:53:47 PST 2002
Log Message:
  warn about non-free/contrib in tasks
  

Files:
changed:unix-server


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




cvs commit to tasksel by joeyh

2002-02-25 Thread Debian Boot CVS Master

Repository: tasksel
who:joeyh
time:   Mon Feb 25 19:53:47 PST 2002
Log Message:
  warn about non-free/contrib in tasks
  

Files:
changed:makedesc.pl


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




Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Junichi Uekawa

Philip Blundell <[EMAIL PROTECTED]> cum veritate scripsit:

> On Mon, 2002-02-25 at 21:40, Eduard Bloch wrote:
> >  - to not break non-ASCII chars, LANG must be either C or a valid
> >xx_YY.UTF-8 locale

I think LANG=C will cause the dialog boxes to have ??? chars

> >  - LC_CTYPE must be a valid locale string (or I am misguided by the
> >whiptail bug, see below)
> 
> I'm not completely convinced about these two.  That sounds to me like
> your whiptail is still not fully UTF-8 enabled. 
> 
> Remember that "de_DE.UTF-8" is not actually a valid locale string while
> dbootstrap is running.  From what I remember, the only locale for which
> the data files exist is C@utf-8.  The dbootstrap startup script sets
> LC_CTYPE=C@utf-8, which is necessary for dbootstrap itself to work, and
> this should be inherited by all its children.

Is it possible to satisfy them with a symlink ?

$ LANG=ja_JP.UTF-8 LC_ALL=ja_JP.UTF-8 strace whiptail 2>&1 | grep local | grep 3
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_IDENTIFICATION", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_MEASUREMENT", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_TELEPHONE", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_ADDRESS", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_NAME", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_PAPER", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_MESSAGES", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_MONETARY", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_COLLATE", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_TIME", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_NUMERIC", O_RDONLY) = 3
open("/usr/lib/locale/ja_JP.utf8/LC_CTYPE", O_RDONLY) = 3


-- 
[EMAIL PROTECTED] : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4


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




building custom debian boot floppies with a custom kernel

2002-02-25 Thread Andrew G. Hammond

Hi all!  I'd like to make a customized set of debian floppies with a
custom kernel.  I've got the kernel compiled, (in a .deb package) and 
have put the other necessary extra packages in /archive/debian/local.  
However I'm a bit stumped on how to specify the particular kernel 
image I want to use.  Is there an elegant way, or do I just hack away 
at the Makefiles?

My goal is a 2.4.17 kernel with reiserfs and pcmcia support for an old
laptop with a busted cdrom drive and a pcmcia ethernet card.  I don't 
really want to make a big stack of floppies... 

-- 
Andrew G. Hammond  mailto:[EMAIL PROTECTED]  http://xyzzy.dhs.org/~drew/
56 2A 54 EF 19 C0 3B 43 72 69 5B E3 69 5B A1 1F  613-389-5481 
5CD3 62B0 254B DEB1 86E0  8959 093E F70A B457 84B1
"To blow recursion you must first blow recur" -- me



msg16145/pgp0.pgp
Description: PGP signature


Re: building custom debian boot floppies with a custom kernel

2002-02-25 Thread David Kimdon


Hi

It sounds like you just may want to take a look at this section of the
install manual:

http://www.debian.org/releases/stable/i386/ch-boot-floppy-techinfo.en.html#s-rescue-replace-kernel

That will be easier than building your own set from source.

-David


Tue, Feb 26, 2002 at 12:54:07AM -0500 wrote:
> Hi all!  I'd like to make a customized set of debian floppies with a
> custom kernel.  I've got the kernel compiled, (in a .deb package) and 
> have put the other necessary extra packages in /archive/debian/local.  
> However I'm a bit stumped on how to specify the particular kernel 
> image I want to use.  Is there an elegant way, or do I just hack away 
> at the Makefiles?
> 
> My goal is a 2.4.17 kernel with reiserfs and pcmcia support for an old
> laptop with a busted cdrom drive and a pcmcia ethernet card.  I don't 
> really want to make a big stack of floppies... 
> 
> -- 
> Andrew G. Hammond  mailto:[EMAIL PROTECTED]  http://xyzzy.dhs.org/~drew/
> 56 2A 54 EF 19 C0 3B 43 72 69 5B E3 69 5B A1 1F  613-389-5481 
> 5CD3 62B0 254B DEB1 86E0  8959 093E F70A B457 84B1
> "To blow recursion you must first blow recur" -- me



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




Re: Droping 1200kB boot floppies - who minds?

2002-02-25 Thread Philip Blundell

On Tue, 2002-02-26 at 00:37, Junichi Uekawa wrote:
> Is it possible to satisfy them with a symlink ?

Yeah, probably.

p.


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