(±¤ °í)¿øÅÍÄ¡ ºñ·áÁÖÀÔ±â-½Ã°ñ ºÎ¸ð´Ô²²¼­ ³ó»ç¸¦ Áþ°í °è½Ã°Åµç Àá½Ã¸¸ «À»³»¼­ µÑ·¯ºÁ ÁֽðڽÀ´Ï±î?

2002-05-04 Thread Àü¿øÀϱâ
Title: Àü¿øÀϱⱤ°í¸ÞÀÏ   ½Å¹ß¸íÇ°ÀÌ ¿Ï¼ºµÇ¸é ±ÍÇϲ² ¸ÕÀú ¼±º¸Àϱî ÇÕ´Ï´Ù.¿øÄ¡ ¾ÊÀ¸½Ç °æ¿ì ¼ö½Å°ÅºÎ¸¦ ´­·ÁÁÖ¼¼¿ä! ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/m

fakeroot

2002-05-04 Thread Roland McGrath
I've added a script that the Hurd will install as /bin/fakeroot. I think this will be sufficiently compatible to the Debian/Linux fakeroot package to use it for building Debian packages, but that has yet to be tried. This is a trivial script that brings together three independent features, all o

°íÇ°°Ý! ±¹³» ÃÖ´ë! Çؾ緹Àú,¼¼°è¿©Çà,³¬½Ã,¼ö»ê¹°°Å·¡,¼öŲ½ºÄí¹Ù,ÇؾçÆ÷Å»»çÀÌÆ® ź»ý! [±¤°í]www.Fish25.com

2002-05-04 Thread [EMAIL PROTECTED]
Title: form-mail Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀÇ°Å Á¦¸ñ¿¡ [±¤°í]¶ó°í Ç¥±âÇÑ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù.¼ö½ÅÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é ¼ö½Å°ÅºÎ¸¦ ´­·¯ÁÖ¼¼¿ä     ¾È³çÇϽʴϱî? °íÇ°°Ý ¼¼»ó»ç´Â À̾߱Ⱑ ÀÖ´Â

settrans --chroot

2002-05-04 Thread Roland McGrath
I've added a new mode of operation to the settrans command, in the form of the new option --chroot. I have not tested this code, so please try it out for me. settrans --chroot is a way to start a filesystem translator that need not be attached to any parent filesystem node as an active translato

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Thomas Bushnell, BSG
Roland McGrath <[EMAIL PROTECTED]> writes: > You are atypical. On my system, for any given build I do, all the files > fit in core and are already in the cache if I've done a previous compile > recently, and the only disk activity is writing of new bits that the > computation rarely blocks on.

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Thomas Bushnell, BSG
Jeroen Dekkers <[EMAIL PROTECTED]> writes: > But I was talking about a filesystem where it doesn't matter if there > is data loss in the case of a crash. For example, I wouldn't care if > the data of my glibc build is lost or corrupted. In that case we don't > need it and providing an option whic

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Jeroen Dekkers
On Sat, May 04, 2002 at 03:06:58PM -0700, Thomas Bushnell, BSG wrote: > Jeroen Dekkers <[EMAIL PROTECTED]> writes: > > > Sorry for my stupidity, but I don't see why fsck can't remove the > > corrupted part and replace it with some sane stuff. It knows how the > > filesystem should look like, so i

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Roland McGrath
> I have found that compiling is a disk-bound activity since about > 1988, on every system I've used...When I build a Linux kernel, the > disk is continuously bumping along. You are atypical. On my system, for any given build I do, all the files fit in core and are already in the cache if I've d

[±¤°í] ¼¼¹Ì³ª½Ç, ȸÀǽÇ, ¿¬È¸Àå, Çб³µµ¼­°ü,°ø°øÀå¼Ò¿¡¼­ ÈÞ´ëÀüÈ­·Î ¹æÇعÞÁö ¾ÈÀ¸¼Ì½À´Ï±î?

2002-05-04 Thread ¸ÅÁ÷½Ã½ºÅÛ
  Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀÇ°Å Á¦¸ñ¿¡[±¤°í] ¶ó°í Ç¥±âÇÑ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù. ¼ö½ÅÀ» ¿øÄ¡¾ÊÀ¸¸é ¼ö½Å°ÅºÎ¸¦ ´­·¯ÁÖ¼¼¿ä.          

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Thomas Bushnell, BSG
Jeroen Dekkers <[EMAIL PROTECTED]> writes: > Sorry for my stupidity, but I don't see why fsck can't remove the > corrupted part and replace it with some sane stuff. It knows how the > filesystem should look like, so it can change it so that it will look > like that. Could you please explain why t

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Thomas Bushnell, BSG
[EMAIL PROTECTED] (Niels Möller) writes: > Right, it would improve the speed significantly, but it wouldn't get > rid of the "harddisk is thrashing hard all the time while I'm > compiling, even if I have plenty of RAM and all the source files are > cached"-behaviour. I have found that compiling

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Niels Möller
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > [EMAIL PROTECTED] (Niels Möller) writes: > > > I guess I should have asked for the ratio B/A. If that's small, as you > > claim, there should be a significant gain. _If_ it turned out that A > > and B were of the same size, then the gain would b

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Jeroen Dekkers
On Sat, May 04, 2002 at 02:11:48PM -0700, Thomas Bushnell, BSG wrote: > Jeroen Dekkers <[EMAIL PROTECTED]> writes: > > > > The bugs that happen are *not* merely that you lose occasional object > > > files. You can get arbitrary corruption. > > > > And then fsck can repair that in the case of a

(±¤°í)À̸ÞÀÏ µ¥ÀÌ´Ù 8000¸¸°³ ¹®ÀÚ¸Þ¼¼Áö ÀÚµ¿¹ß¼Û ÇÁ·Î±×·¥À» ÆǸÅÇÕ´Ï´Ù...

2002-05-04 Thread ¸ÓÂð¾Æ
(À̸ÞÀÏ µ¥ÀÌŸ 8000¸¸°³¿Í(¹«·á) ¼ö½Ê°³ ÇÁ·Î±×·¥ À» Á¦°øÇÕ´Ï´Ù) °Ô½ÃÆÇ µ¥ÀÌŸ µî ·¹µå½ºÆÄÀ̵å 4.0 Á¤Ç° µîµî ¼ö½Ê°³ ÇÁ·Î±×·¥   ÀÌ ´Üµ·300.000¿ø ÀÔ´Ï´Ù »ç½Ç ·¹µå ½ºÆÄÀÌ´õ 1°³°ª¹Û¿¡ ¾ÊµÇ´Â ¾×¼öÀÔ´Ï´Ù   Á¤Ç°250.000¿ø...¸ÞÀÏ µ¥ÀÌŸ´Â 1000¸¸°³´Â ÇѸÅÀÏ Á¦°Å Áߺ¹Á¦°Å ‰Ñ±¸¿©   ³ª¸ÓÁö µ¥ÀÌŸµµ ·¹µå½ºÆÄÀÌ´

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Thomas Bushnell, BSG
Jeroen Dekkers <[EMAIL PROTECTED]> writes: > > The bugs that happen are *not* merely that you lose occasional object > > files. You can get arbitrary corruption. > > And then fsck can repair that in the case of a crash, right? No. The normal rules--the ones that I describe as "bug free" keep

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Thomas Bushnell, BSG
[EMAIL PROTECTED] (Niels Möller) writes: > I guess I should have asked for the ratio B/A. If that's small, as you > claim, there should be a significant gain. _If_ it turned out that A > and B were of the same size, then the gain would be quite small, > decreasing the number of required syncs at

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Jeroen Dekkers
On Sat, May 04, 2002 at 01:22:58PM -0700, Thomas Bushnell, BSG wrote: > Jeroen Dekkers <[EMAIL PROTECTED]> writes: > > > I think that for compilation we don't need to synchronize everything > > to be sure the filesystem the compilation happens on has an > > inconsistent. It doesn't really matter

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Niels Möller
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > I'm quite sure it would help a lot. Ok, that's good to know. > Number (A) is quite large. Number (B), which is the case you asked > about, is quite small. I guess I should have asked for the ratio B/A. If that's small, as you claim, there sho

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Thomas Bushnell, BSG
[EMAIL PROTECTED] (Niels Möller) writes: > I'd like to know if implementing the new scheme would really help > making the statement "The Hurd is significantly slower than Linux for > things like big compiles" false. If it's an optimization that's worth > the effort. I'm quite sure it would help

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Niels Möller
[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > [EMAIL PROTECTED] (Niels Möller) writes: > > > Does anybody have any idea how often this case occurs with typical > > activities like compilation? > > What's the point of the question: to decide if we can ignore the > issue, or to decide if the

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Thomas Bushnell, BSG
Jeroen Dekkers <[EMAIL PROTECTED]> writes: > I think that for compilation we don't need to synchronize everything > to be sure the filesystem the compilation happens on has an > inconsistent. It doesn't really matter if you lose some objects > files. Maybe it would be a nice thing to provide this

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Jeroen Dekkers
On Sat, May 04, 2002 at 08:34:20PM +0200, Niels M?ller wrote: > Thanks for the explanation. I'm trying to understand what consequences > for performance can be expected. > > [EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > > > There are cases (as noted before) where the following sequence aris

(±¤°í)¾î¹öÀ̳¯ ÃÖ°í È¿µµ»óÇ° !!

2002-05-04 Thread ³×¶¼·ç¸¶´Ï
Title: Untitled Document ¡Ø º» ¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀÇ°ÅÇÑ '±¤°í' ¸ÞÀÏÀÔ´Ï´Ù. ¡Ø e-mailÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­ ÃëµæÇÏ¿´À¸¸ç, ÁÖ¼Ò¿Ü ¾î¶°ÇÑ °³ÀÎ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù °³¿îÇÑ ¾Æħ Æí¾ÈÇÑ ÇϷ縦 Ãß±¸ÇÏ´Â ³×¶¼·ç¸¶´ÏÀÔ´Ï´Ù. ³×¶¼·ç¸¶´Ï´Â "Àá½Ãµ¿¾

(±¤°í)¾î¹öÀ̳¯ ÃÖ°í È¿µµ»óÇ° !!

2002-05-04 Thread ³×¶¼·ç¸¶´Ï
Title: Untitled Document ¡Ø º» ¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀÇ°ÅÇÑ '±¤°í' ¸ÞÀÏÀÔ´Ï´Ù. ¡Ø e-mailÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­ ÃëµæÇÏ¿´À¸¸ç, ÁÖ¼Ò¿Ü ¾î¶°ÇÑ °³ÀÎ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù °³¿îÇÑ ¾Æħ Æí¾ÈÇÑ ÇϷ縦 Ãß±¸ÇÏ´Â ³×¶¼·ç¸¶´ÏÀÔ´Ï´Ù. ³×¶¼·ç¸¶´Ï´Â "Àá½Ãµ¿¾

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Thomas Bushnell, BSG
[EMAIL PROTECTED] (Niels Möller) writes: > Does anybody have any idea how often this case occurs with typical > activities like compilation? What's the point of the question: to decide if we can ignore the issue, or to decide if the solution has to be terribly efficient? > With the current code

Mixing raw and cooked devices

2002-05-04 Thread Niels Möller
The talk about child hurds and faking devices has brought a question to my mind, which I hope you can shed some light on. We do need some abstraction that represents control over the hardware. Like the Mach master device port. If you have a send right to that, you can do whatever you like with th

Re: removing an ext2fs file forces disk activity

2002-05-04 Thread Niels Möller
Thanks for the explanation. I'm trying to understand what consequences for performance can be expected. [EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > There are cases (as noted before) where the following sequence arises: > > write block A > write block B > write block A again > > and wher

[¼ºÀα¤°í]Àú ¹°Áغñ µÆ¾î¿ä!!

2002-05-04 Thread ¹°¼Ò¸®
Title: °­Ãß!! ¼ºÀε¿¿µ»ó ±ÍÇÏÀÇ ¸ÞÀÏÁÖ¼Ò´Â À¥¼­ÇÎ Áß¿¡¼­ ¾Ë°Ô µÈ°ÍÀ̸ç, E_Mail ÁÖ¼Ò ¿Ü¿¡, ´Ù¸¥ Á¤º¸´Â °®°í ÀÖÁö ¾Ê½À´Ï´Ù. ´õ ÀÌ»ó ÀÌ¿Í À¯»çÇÑ Á¤º¸¿¡ °üÇÑ À̸ÞÀÏÀÇ ¼ö½Å°ÅºÎ¸¦ ¿øÇÏ½Ã¸é ¼ö½Å°ÅºÎ ¸¦ ´­·¯ ÁÖ¼¼¿ä. ÀÌ Á¤º¸³»¿ëÀº û¼Ò³âÀ¯ÇظÅü¹°·Î¼­ Á¤º¸Åë½Å¸ÁÀÌ¿ë ÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü ¹

Litoo's newsletter

2002-05-04 Thread Saint-Remi Group, International Bookseller Publisher
Title: Litoo newsletter Litoo's letter (May, 2002) Quick search (author, title or commentary) Letter FREE Email: Register Unregister (Si vous souhaitez recevoir notre lettre en

[±¤°í] ¿ù3¸¸¿ø¿¡ ÀÎÅͳݼîÇθô â¾÷ !!

2002-05-04 Thread ½ÅºñÀ¥
 ¢º °¡°ÝÆı«!!! ¹«Çѱâ´É!!! Çϳª.¸ÅÁ÷¼¥ Ãʱâ¼ÂÆúñ ¹«·á : Ãʱâ¼ÂÆúñ ¹«·áÀ̹ǷΠ¸Å¿ù 3¸¸¿ø »ç¿ë·á¸¸À¸·Î ¼îÇθô¿î¿µ   µÑ.¸ÅÁ÷¼¥ 1°³¿ù ¹«·á»ç¿ë : 1°³¿ùµ¿¾È ¹«·á·Î ¸¶À½²¯ »ç¿ëÇÏ½Ã°í °áÁ¤ÇÏ½Ê½Ã¿ä   ¼Â.½Ç½Ã°£ ÀÚµ¿¾÷±×·¹À̵å : ¼îÇθôÀÇ ±â´ÉÀÌ ÀÚµ¿ÀûÀ¸·Î ¾÷±×

[ÎÆͱ]10¿©°³ ½Å¿ëÄ«µå Çѹø¿¡ ½ÅûÇÏÀÚ.

2002-05-04 Thread card1472
O º» ¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀÇ°ÅÇÑ [±¤°í] ¸ÞÀÏÀÔ´Ï´ÙO e-mailÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­ ÃëµæÇÏ¿´À¸¸ç, ÁÖ¼Ò¿Ü ¾î¶°ÇÑ °³ÀÎ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù ¼ö½Å°ÅºÎ     ___ Bug-hurd mailing list [EMAIL PROTECTED] http://ma

[±¤°í] È­ÀåÇ°! ù±¸¸Å Çâ¼ö ¹Ì´Ï¾îÃÄ / ±Ý¾×º° »çÀºÇ° / ±âº»»ùÇà / ÁÁÀº°¡°Ý/ºü¸¥¹è¼Û

2002-05-04 Thread È­ÀåÇ°
   »çÀü¿¡ ±ÍÇÏÀÇ Çã¶ô¾øÀÌ ¸ÞÀÏÀ» µå·Á Áø½ÉÀ¸·Î »ç°úµå¸³´Ï´Ù.                       ±ÍÇÏ¿¡°Ô »çÀüÇã¶ôÀ» ¹ÞÁö ¾Ê°í ¸ÞÀÏÀ» º¸³»°Ô µÇ¾î Áø½ÉÀ¸·Î »ç°úµå¸³´Ï´Ù. ÀúÈñ´Â ±ÍÇÏÀÇ À̸ÞÀÏ ÀÌ¿Ü¿

(no subject)

2002-05-04 Thread ÀÌÀü¿Á
 [¼ö½Å°ÅºÎ] O º» ¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀÇ°ÅÇÑ [±¤°í] ¸ÞÀÏÀÔ´Ï´Ù.  e-mailÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­ ÃëµæÇÏ¿´À¸¸ç, ÁÖ¼Ò¿Ü ¾î¶°ÇÑ °³ÀÎ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù.  ¼ö½ÅÀ» ¿øÇÏÁö ¾ÊÀ¸½Ã¸é ¼ö½Å°ÅºÎ¸¦ ÇØ Áֽʽÿä.  [¼ö½Å°ÅºÎ] O Çã¶ô¾øÀÌ ¸ÞÀÏÀ» º¸³»¼­ Á˼

[±¤°í] ȨÆäÀÌÁö Á¦ÀÛ(µðÁöÅÐ Ä«¸Þ¶ó À̺¥Æ®) !!

2002-05-04 Thread ÀÎÇǸ®Ã÷
Title: :: web agency - inpiritz       º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í »çÇ׿¡ ÀÇ°Å Á¦¸ñ¿¡ [±¤°í]¶ó Ç¥½ÃµÈ ±¤°í ¸ÞÀÏÀÔ´Ï´Ù. ¼ö½Å°ÅºÎ ¹öÆ°À» Ŭ¸¯ÇÏ½Ã¸é ¼ö½Å°ÅºÎ󸮰¡ ÀÌ·ç¾î Áý´Ï´Ù. ___ Bug-hurd mailing list [

(no subject)

2002-05-04 Thread ÀÌÀü¿Á
 [¼ö½Å°ÅºÎ] O º» ¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀÇ°ÅÇÑ [±¤°í] ¸ÞÀÏÀÔ´Ï´Ù.  e-mailÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­ ÃëµæÇÏ¿´À¸¸ç, ÁÖ¼Ò¿Ü ¾î¶°ÇÑ °³ÀÎ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù.  ¼ö½ÅÀ» ¿øÇÏÁö ¾ÊÀ¸½Ã¸é ¼ö½Å°ÅºÎ¸¦ ÇØ Áֽʽÿä.  [¼ö½Å°ÅºÎ] O Çã¶ô¾øÀÌ ¸ÞÀÏÀ» º¸³»¼­ Á˼

Äܵµ¿©Çà, ÇØ¿Ü¿©Çà, Á¹¾÷¿©Çàµî ¿©ÇàÀÇ ¸ðµç °Í [±¤°í]

2002-05-04 Thread ¹ÚÀºÈñ
Title: http://www.1212tour.com/¿¡¼­ È®ÀÎ ¹Ù¶ø´Ï´Ù.    Äܵµ¿©Çà, ÇØ¿Ü¿©Çà, Á¹¾÷¿©Çàµî ¿©ÇàÀÇ ¸ðµç °Í     http://www.1212tour.com¿ï¸ªµµ ºÀ·¡ÆøÆ÷

¨Õpartner

2002-05-04 Thread ÀÌÃẹ
Title: Untitled Document è!º·fj)bž b²Ðn‚«v !¶Úþf¢– ?™¨¥™©ÿ–+-Šwèý» †êÝ

[±¤°í] È­ÀåÇ°! ù±¸¸Å Çâ¼ö ¹Ì´Ï¾îÃÄ + ±Ý¾×º° »çÀºÇ° + ÁÁÀº°¡°Ý + ±âº»»ùÇà + ºü¸¥¹è¼Û

2002-05-04 Thread È­ÀåÇ°
   »çÀü¿¡ ±ÍÇÏÀÇ Çã¶ô¾øÀÌ ¸ÞÀÏÀ» µå·Á Áø½ÉÀ¸·Î »ç°úµå¸³´Ï´Ù.                       ±ÍÇÏ¿¡°Ô »çÀüÇã¶ôÀ» ¹ÞÁö ¾Ê°í ¸ÞÀÏÀ» º¸³»°Ô µÇ¾î Áø½ÉÀ¸·Î »ç°úµå¸³´Ï´Ù. ÀúÈñ´Â ±ÍÇÏÀÇ À̸ÞÀÏ ÀÌ¿Ü¿

¸®¾ç"¹ÌÄ£¿µ¾î"2°³¿ùÀÌ¸é ¿µ¾î°¡´É ºñ¹ý´ë°ø°³!!!!(±¤°í)

2002-05-04 Thread ¸®¾ç
O º» ¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀÇ°ÅÇÑ [±¤°í] ¸ÞÀÏÀÔ´Ï´ÙO e-mailÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­ ÃëµæÇÏ¿´À¸¸ç, ÁÖ¼Ò¿Ü ¾î¶°ÇÑ °³ÀÎ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù