Re: hurd: gnubie doubts

2005-02-28 Thread Anand Babu
,[ Shakthi Kannan <[EMAIL PROTECTED]> ] | 1/ The Hurd servers run many tasks. Tasks communicate to the ports | with messages, and hence a server can communicate with multiple | ports? ` The GNU Hurd servers are tasks themselves. When a task serves a useful purpose like networking, file syst

Re: symbolic links: bug?

2005-02-28 Thread Alfred M. Szmidt
$ rpctrace cat /tmp/d/0123/a/f > rpctrace-2 2>&1 When doing a rpctrace, use the -I option to include msgid files. That way the numbers get converted to readable function names. Is someone able to reproduce this? How can I help to debug this? I haven't been able to reproduce, are you us

ИНТЕРНЕТ-САЙТЫ: Быстро, Дешево, Красиво!!

2005-02-28 Thread INTERNET REKLAMA
Title: ИНТЕРНЕТ-САЙТЫ: Быстро, Дешево, Красиво ИНТЕРНЕТ-САЙТЫ: Быстро, Дешево, Красиво  Жизнь сайту дают посетители. Причем, не простые случайные сетевые прохожие, а целевые посетители! Откуда они берутся? По оценкам экспертов более 82% посетителей сайта находят его через поисковые маши

Re: GNU Mach / Debian patches

2005-02-28 Thread Alfred M. Szmidt
> Won't be applied, Debian specific. > >ttys.patch > > I submitted something similar, forgot why it never got applied. Marcus argued that this patch does not make sense as long as the Hurd console is not started on bootup, IIRC. I doubt that is how he argued, having tho

Re: GNU Mach / Debian patches

2005-02-28 Thread Michael Banck
On Mon, Feb 28, 2005 at 07:27:22PM +0100, Alfred M. Szmidt wrote: >patches-contrib/kbd.patch > > Won't be applied, hack. It's in patches-contrib, which means it is not used currently. Indeed, since the console repeaters have been introduced, this patch is obsolete and will get dropped for th

Re: Patch to retrieve send rights for shared memory objects

2005-02-28 Thread Roland McGrath
> Ok. Should we change diskfs_get_filemap to accept a flag that says we do > not want to create the memory object if it doesn't exist already? That > seems to be an important optimization to me if we call it in io_stat. diskfs shouldn't be assuming anything about the filesystem's memory object p

Re: Patch Submission Policy

2005-02-28 Thread Roland McGrath
> [I send this to bug-hurd as well, since I saw an inadequqte post by > Roland on bug-hurd.] It's your policy that is questionable. The new GRUB is not usable in production, yet the old GRUB is frozen too early. ___ Bug-hurd mailing list Bug-hurd@gnu

оперативная полиграфия, визитки, тиражирование.

2005-02-28 Thread VIZITKI
Title: Доставка пиццы. Заказ пиццы.   Ци.фровая печать Визи.тные карточки 100 шт, 4+0. Цена 480 руб.100 шт, 4+4. Цена 608 руб. (от 500 шт-СКИДКА 10%) Цифровая

Re: glibc

2005-02-28 Thread Alfred M. Szmidt
Done: http://sources.redhat.com/bugzilla/show_bug.cgi?id=765> Is it correct that this was automatically assigned to mailto:[EMAIL PROTECTED]>? At least, I'm not aware of having changed anything. Thank you. Leave it as default, I think that is OK. That one or replacing '-Os' with

Re: GNU Mach / Debian patches

2005-02-28 Thread Alfred M. Szmidt
patches-contrib/kbd.patch Won't be applied, hack. ext2fs_large_stores.patch Should be applied, and if I ruled the world it would have been done so already. mouse.patch Won't be applied. It is a hack. no-debian-dir.patch Won't be applied, Debian specific. pfinet_dhcp.patch I

hurd: gnubie doubts

2005-02-28 Thread Shakthi Kannan
Greetings! I am a gnubie and have started working on GNU Hurd (Debian GNU Hurd K8 with 5 GB partition). I just want to make sure I have understood the basics (been reading docs and manuals), and would like to clarify the following: 1/ The Hurd servers run many tasks. Tasks communicate to the po

бизнесполиграфия.

2005-02-28 Thread Business polygraphy
Рекламно-Производственная Группа"Центр Рекламы и Полиграфии"   приглашает к сотрудничеству корпоративных клиентов для печати рекламной продукции   -визитки 100 шт. 4+0 - 320руб.-бланки, прайс-листы 1000шт., 1+0 -42$-бланки, прайс-листы 1000шт., 2+0 -62$-конверты, 1000шт., 2+0 - 92$-самокопи

Re: GNU Mach / Debian patches

2005-02-28 Thread Thomas Schwinge
On Thu, Feb 24, 2005 at 04:38:04PM +0100, Michael Banck wrote: > On Thu, Feb 24, 2005 at 03:02:58PM +0100, Thomas Schwinge wrote: > > Shall I prepare equivalent lists for the other packages? > > There will be an upload of the hurd package in due short which will > shuffle around the patches quite

Re: glibc

2005-02-28 Thread Thomas Schwinge
On Thu, Feb 24, 2005 at 06:43:32PM +0100, Alfred M. Szmidt wrote: >For glibc-2_3-branch I had to add '#include ' to >libio/fmemopen.c. (You have fixed that in HEAD, but not in >glibc-2_3-branch; I sent you an email about that some days ago but >didn't get an answer, yet.) > > Coul

symbolic links: bug?

2005-02-28 Thread Thomas Schwinge
Hello again! #v+ $ uname -osrv Linux 2.4.29 #1 Sat Jan 22 16:40:17 CET 2005 GNU/Linux $ ~/tmp/do_it + set -e + cd /tmp + mkdir e + ln -s e/d /tmp/ + mkdir -p e/d/012/b e/d/c/a + echo OK. + ln -s b/c/a e/d/012/ + ln -s /tmp/d/c e/d/012/b/ + cat /tmp/d/012/a/f OK. + mv /tmp/d/012 /tmp/d/0123 + cat /