Re: New installation CDs and qemu image

2014-02-11 Thread Gabriele Giacone
On Tue, Feb 11, 2014 at 6:04 PM, Samuel Thibault wrote: > Gabriele Giacone, le Tue 11 Feb 2014 17:18:41 +0100, a écrit : >> CD says "start ext2fs: panic: pmap_remove: null pv_list!" > > Which CD? Which virtual machine startup command line? How much memory > did yo

Re: New installation CDs and qemu image

2014-02-11 Thread Gabriele Giacone
On Tue, Feb 11, 2014 at 1:17 PM, Samuel Thibault wrote: > I've rebuilt the installation CDs and the preinstalled qemu image. CD says "start ext2fs: panic: pmap_remove: null pv_list!" -- G..e

Re: New installation CDs and qemu image

2014-02-12 Thread Gabriele Giacone
On Wed, Feb 12, 2014 at 2:39 AM, Samuel Thibault wrote: > Samuel Thibault, le Wed 12 Feb 2014 00:13:18 +0100, a écrit : >> Samuel Thibault, le Tue 11 Feb 2014 23:37:05 +0100, a écrit : >> > Gabriele Giacone, le Tue 11 Feb 2014 18:22:43 +0100, a écrit : >> > > 4 GB RA

Re: New installation CDs and qemu image

2014-02-12 Thread Gabriele Giacone
On Wed, Feb 12, 2014 at 5:02 PM, Samuel Thibault wrote: >> Graphical mode boots then switches to 1024x768 black screen. > > Thus needs investigation. > >> Remaining ones (pseudo-graphical, rescue) once selected, switch to a >> resolution my monitor can't show. > > Uh? What does the monitor say ex

Re: New installation CDs and qemu image

2014-02-13 Thread Gabriele Giacone
On Thu, Feb 13, 2014 at 12:11 AM, Samuel Thibault wrote: > Samuel Thibault, le Wed 12 Feb 2014 19:55:02 +0100, a écrit : >> It should be a standard 640x400 resolution, nothing fancy, but well. >> >> AIUI, you have an existing Hurd system running on it? Does its Hurd >> console have the same issue

Re: [PATCH 0/4] [RFC] Patches for vlc

2014-02-18 Thread Gabriele Giacone
On Mon, Feb 17, 2014 at 5:02 PM, Gabriele Giacone <1o5g4...@gmail.com> wrote: > Please review following patches. They fix vlc build on Hurd. > Is it acceptable simply ifdef'ing ioctls? > Well explained at https://bugs.debian.org/413734 Don't consider patches ifdef'in

Re: [PATCH 2/5] libpager: improve the pager_demuxer function

2014-02-24 Thread Gabriele Giacone
> --- a/libpager/demuxer.c > +++ b/libpager/demuxer.c > @@ -19,22 +19,25 @@ > #include "memory_object_S.h" > #include "notify_S.h" > > +#include "memory_object_S.h" > +#include "notify_S.h" Dups -- G..e

Re: New installation CDs and qemu image

2014-02-25 Thread Gabriele Giacone
On Wed, Feb 12, 2014 at 5:02 PM, Samuel Thibault wrote: > Gabriele Giacone, le Wed 12 Feb 2014 16:56:18 +0100, a écrit : >> Graphical mode boots then switches to 1024x768 black screen. > > Thus needs investigation. I fixed graphical install by applying attached patch to gtk

Re: New installation CDs and qemu image

2014-03-10 Thread Gabriele Giacone
On Tue, Mar 11, 2014 at 1:01 AM, Riccardo Mottola wrote: > Justus Winter wrote: >> % showtrans /proc >> /hurd/procfs -c > > it is unset, showtrans returns nothing. > Can I set it with settrans? how, exactly? settrans -c /proc /hurd/procfs --compatible -- G..e

Re: New installation CDs and qemu image

2014-03-18 Thread Gabriele Giacone
On Tue, Mar 18, 2014 at 11:35 AM, Riccardo Mottola wrote: > Richard Braun wrote: >> >> Honestly, I'm not sure you'll get help for such a specific problem. The >> failed reinstall, though, is more troubling (and then interesting). I >> suggest you reattempt to reinstall, and use the other virtual t

[PATCH] utils/mount: add mount options to create firmlinks.

2014-05-24 Thread Gabriele Giacone
* utils/mount.c (parse_opt): Add -B/--bind/--firmlink/-o bind mount options. (do_mount): Do not pass bind mount option to settrans, set firmlink fstype. (main): Likewise. --- utils/mount.c | 38 +++--- 1 file changed, 31 insertions(+), 7 deletions(-) diff --g

[PATCH v2] utils/mount: add mount options to create firmlinks.

2014-05-27 Thread Gabriele Giacone
* utils/mount.c (parse_opt): Add -B/--bind/--firmlink/-o bind mount options. (do_mount): Do not pass bind mount option to settrans, set firmlink fstype. (main): Likewise. --- utils/mount.c | 39 --- 1 file changed, 32 insertions(+), 7 deletions(-) diff --

[PATCH] utils/mount: canonicalize mountpoints

2014-06-04 Thread Gabriele Giacone
* utils/mount.c (main): realpath mountpoint. * utils/umount.c (do_umount): Likewise. --- utils/mount.c | 7 +++ utils/umount.c | 7 +++ 2 files changed, 14 insertions(+) diff --git a/utils/mount.c b/utils/mount.c index df77c66..c14e073 100644 --- a/utils/mount.c +++ b/utils/mount.c @@ -5

Re: [PATCH] utils/mount: canonicalize mountpoints

2014-06-14 Thread Gabriele Giacone
On Sat, Jun 14, 2014 at 10:44 PM, Samuel Thibault wrote: > Gabriele Giacone, le Thu 05 Jun 2014 00:34:45 +0200, a écrit : >> * utils/mount.c (main): realpath mountpoint. >> * utils/umount.c (do_umount): Likewise. > > Mmm, but sutils/fstab.c already does apply realpath, do

Re: [PATCH] utils/mount: canonicalize mountpoints

2014-06-14 Thread Gabriele Giacone
On Sun, Jun 15, 2014 at 1:59 AM, Samuel Thibault wrote: > Gabriele Giacone, le Sun 15 Jun 2014 01:28:06 +0200, a écrit : >> ... this one would fix malformed mount/umount input paths (another >> source. Any else? raw settrans). It would make first and last hunks in >> pbui

Re: [PATCH] utils/mount: canonicalize mountpoints

2014-06-15 Thread Gabriele Giacone
On Sun, Jun 15, 2014 at 8:32 AM, Samuel Thibault wrote: > Gabriele Giacone, le Sun 15 Jun 2014 02:23:49 +0200, a écrit : >> On Sun, Jun 15, 2014 at 1:59 AM, Samuel Thibault >> wrote: >> I thought it was already detailed enough: first and last hunks useless >> if patch

Re: [PATCH] utils/mount: canonicalize mountpoints

2014-06-15 Thread Gabriele Giacone
On Sun, Jun 15, 2014 at 5:41 PM, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > Quoting Gabriele Giacone (2014-06-15 12:56:13) >> >> Such hunks are workarounds at the moment because hurd mounts paths by >> >> keeping superfluous '/' and '

Re: [PATCH 3/3] hurd: fix semantic of file_get_children

2014-09-03 Thread Gabriele Giacone
On Mon, Sep 1, 2014 at 11:34 AM, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > Quoting Samuel Thibault (2014-09-01 08:40:45) >> Gabriele, could you check whether that fixes some of your concerns with >> pbuilder & sbuild? > > Here are packages containing that patch. FWIW, my build hos

[PATCH hurd] utils/umount: clean up

2014-10-03 Thread Gabriele Giacone
According to f2640263468aced5c91ac5fc1f15bb5691f7eb20, passive translators are no longer removed. * utils/umount.c (do_umount) Remove -p option from verbose message. (passive_flags): Remove. --- utils/umount.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/umount.c

Re: [PATCH] utils/mount: canonicalize mountpoints

2014-11-23 Thread Gabriele Giacone
On Fri, Nov 21, 2014 at 4:12 AM, Samuel Thibault wrote: > Could you try the patch I have just pushed? I believe it should be > doing the right thing. I confirm it fixes pathnames. Thanks -- G..e