Re: gpart FTBFS

2012-02-15 Thread Jérémie Koenig
Hi Harish, 2012/2/9 Jérémie Koenig j...@jk.fr.eu.org: I'll try to have a look at your work this week-end, if nobody get to it by then. The issue seems to be with the disk geometry detection code in src/disku.c, which returns an uninitialized structure on Hurd. I attach a correction (use

Re: gpart FTBFS

2012-02-08 Thread Jérémie Koenig
Hi Harish, On Wed, Feb 8, 2012 at 6:44 AM, harish badrinath harishbadrin...@gmail.com wrote: Just a friendly bump :). I'll try to have a look at your work this week-end, if nobody get to it by then. (Sorry for the delay,) -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org

Re: suckless-tools-38 hurd patch (PATH_MAX)

2012-02-01 Thread Jérémie Koenig
easier. For instance, the memstat patch I sent few days ago hasn't been commented for days... what is the next step? Sorry about that too, I'll review your latest submission ASAP. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ

Re: gpart FTBFS

2012-02-01 Thread Jérémie Koenig
get around to it, but feel free to remind us if there's no activity after a week or so. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive

Re: Thoughts on MAXPATHLEN

2012-01-31 Thread Jérémie Koenig
on Hurd. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/ca+kcsaa6g4svzjvftgg7sgpsxgc+k4rqiak3moxjajljx1f

Re: suckless-tools-38 hurd patch (PATH_MAX)

2012-01-31 Thread Jérémie Koenig
Hi Tanguy, On Tue, Jan 31, 2012 at 2:13 PM, Tanguy LE CARROUR tanguy.lecarr...@gmail.com wrote: Another (small) one if some of you guys have time to review some code. The patch looks good, you should submit it. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE

Debian GNU/Hurd mirror at jk.fr.eu.org to be discontinued

2012-01-28 Thread Jérémie Koenig
to upgrade their system until they make the above modifications. If you think this is too disruptive and the mirror should stay up for the time being, please object now and I'll deploy my scripts[1] on the new server. [1] https://github.com/jeremie-koenig/hurd-installer-mirror -- Jérémie Koenig j

Re: auto-apt-0.3.22 hurd patch (PATH_MAX)

2012-01-26 Thread Jérémie Koenig
*fun(void) { static char *buf = NULL; ... buf = realloc(buf, whatever size is required this time); ... return buf; } You'll be fine as long as the calling code does not assume the function returns a constant pointer. -- Jérémie Koenig j

Re: memstat: FTBFS on hurd-i386

2012-01-25 Thread Jérémie Koenig
On Wed, Jan 25, 2012 at 10:33 AM, Tanguy LE CARROUR tanguy.lecarr...@gmail.com wrote: FIXME: Is it really useful to check if BUFSIZ is difined? No, here's the reference: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdio.h.html [More complete reply later] -- Jérémie Koenig j

Re: memstat: FTBFS on hurd-i386

2012-01-25 Thread Jérémie Koenig
. Since BUFSIZ has been in POSIX (and, I beleive, the C standards) for ages, it should be okay to use it as-is. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: memstat-0.9 hurd patch (PATH_MAX)

2012-01-24 Thread Jérémie Koenig
good to me. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CA+kCSAYN3zSHN+URG43eMh8s7xCzG=o14j4-f14mnp-igo8

Re: memstat-0.9 hurd patch (PATH_MAX)

2012-01-24 Thread Jérémie Koenig
, after 7 iterations. I hope I've fixed everything, except for the to increase or not to increase the buffer on each iteration in the get_line(). Looks fine, -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject

Re: memstat-0.9 hurd patch (PATH_MAX)

2012-01-24 Thread Jérémie Koenig
value). Otherwise, the patch is great, you should submit a bug report. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Re: memstat-0.9 hurd patch (PATH_MAX)

2012-01-23 Thread Jérémie Koenig
was smart, if a little bit overkill :-) -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CA+kCSAZpJ7O07BgkadqkNVO9

Re: memstat-0.9 hurd patch (PATH_MAX)

2012-01-23 Thread Jérémie Koenig
2012/1/23 Tanguy LE CARROUR tanguy.lecarr...@gmail.com: 2012/1/22 Jérémie Koenig j...@jk.fr.eu.org The usual trick for %d is to use the constant sizeof (int) * 3 + 1. I included + 1 for the sign, but it's not really necessary if we exepect sizeof(int) = 2, which we probably should. Why '*3

Re: memstat-0.9 hurd patch (PATH_MAX)

2012-01-22 Thread Jérémie Koenig
will rightfully insist that the patches you submit respect the conventions of the original code. Feel free to make comments on everything (code, decisions, style), I know that I still have a lot to learn! Don't we all? :-) Happy hacking, -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org

Bug#556526: hurd - FHS violation: /libexec

2011-09-09 Thread Jérémie Koenig
appropriate. What do you think? -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/ca+kcsayotnzmzs4b2opo1

Re: [PATCH 2/2] patches/hurd-i386/submitted-hurdsig-*: Improve signals on Hurd

2011-08-17 Thread Jérémie Koenig
that the relevant information can be included. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/ca

Re: Mach bug trigger: Re: Updated gdb patch

2011-05-24 Thread Jérémie Koenig
: (ipc/send) invalid destination port And this console message disappears: task 520b4efc deallocating an invalid port 27260952, most probably a bug For what it's worth, I see the same behavior with gdb /bin/ps-hurd. Package versions : - gdb 7.0.1-2 - hurd 20110519-1 -- Jérémie Koenig j

Fwd: Bug#584538: libdebian-installer: problems on Hurd with poll()

2010-06-05 Thread Jérémie Koenig
For your information, my libdebian-installer4 patch. -- Forwarded message -- From: Jérémie Koenig j...@jk.fr.eu.org Date: 2010/6/4 Subject: Bug#584538: libdebian-installer: problems on Hurd with poll() To: sub...@bugs.debian.org Package: libdebian-installer4 Version: 0.72 Tags

Re: BusyBox on FreeBSD and Hurd

2010-06-04 Thread Jérémie Koenig
issues cleanly over the week-end. If you find the time, that would be great, but note that we could always mark the affected applets as depends on PLATFORM_LINUX in the meantime. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ

BusyBox on FreeBSD and Hurd

2010-05-31 Thread Jérémie Koenig
, -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/aanlktiklxcddtab0vtn1xdwxz0c64gdxepdmtxqej...@mail.gmail.com

genext2fs: new patches for Hurd support

2010-05-27 Thread Jérémie Koenig
are accessed (they cannot be kept inside the 'filesystem' structure since their offset depends on the block size). The -B block size and -o creator options can be used to specify the respective value. The last patch updates the test suite to reflect these changes. -- Jérémie Koenig j...@jk.fr.eu.org

Hurd Debian-Installer: roadmap, tracking progress with the BTS

2010-05-24 Thread Jérémie Koenig
support (see also #323670) * genext2fs: support tuning the block size and creator OS (#562999) * gnumach: initrd support * ... More would be filed (especially against installer components) as I progress. Would this be appropriate? -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org

Re: Debian-installer on Debian GNU/Hurd as a GSoC project

2010-04-06 Thread Jérémie Koenig
2010/3/19 Jérémie Koenig j...@jk.fr.eu.org: I intend to apply as a GSoC student for porting debian-installer to the Hurd. Hi everyone, I just wanted to mention that I have posted my proposal on the wiki: http://wiki.debian.org/SummerOfCode2010/HurdDebianInstaller/JeremieKoenig Of course I

Bug#576519: hurd: /hurd/ext2fs crashes on startup

2010-04-05 Thread Jérémie Koenig
() the buffer length is passed uninitialized to store_read() On my system, the problem can be reproduced by using ext2fs on a file (see the attached typescript). Initializing 'read = 0;' before the call to store_read() fixes it. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ Script started

Re: [Soc-coordination] Debian-installer on Debian GNU/Hurd as a GSoC project

2010-03-24 Thread Jérémie Koenig
Hello, On Fri, Mar 19, 2010 at 1:41 AM, Samuel Thibault sthiba...@debian.org wrote: Jérémie Koenig, le Fri 19 Mar 2010 01:28:59 +0100, a écrit : (...) Maybe you could send me your patch so I can start from there / polish them ? As mentioned in the proposal it's along the rest of my d-i work

Debian-installer on Debian GNU/Hurd as a GSoC project

2010-03-18 Thread Jérémie Koenig
be interested in any advice you would care to give me and I would be glad to answer any question you may have. -- Jérémie Koenig j...@jk.fr.eu.org http://jk.fr.eu.org/ -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Re: [Soc-coordination] Debian-installer on Debian GNU/Hurd as a GSoC project

2010-03-18 Thread Jérémie Koenig
On Fri, Mar 19, 2010 at 12:45 AM, Colin Watson cjwat...@debian.org wrote: On Fri, Mar 19, 2010 at 12:15:15AM +0100, Jérémie Koenig wrote: (...) Samuel Thibault has already done some work and would be interested in mentoring such a project. I'm glad to see this.  I mentored a failed project

Re: [Soc-coordination] Debian-installer on Debian GNU/Hurd as a GSoC project

2010-03-18 Thread Jérémie Koenig
On Fri, Mar 19, 2010 at 12:28 AM, Samuel Thibault sthiba...@debian.org wrote: (...) Jérémie Koenig, le Fri 19 Mar 2010 00:15:15 +0100, a écrit : I've started tinkering with busybox, as suggested on the ideas pages, Ok, I realize I have forgotten to mention that I have already patched