repo sync returns with no error messages

409 views
Skip to first unread message

Lucern Ma

unread,
Aug 10, 2011, 2:59:17 AM8/10/11
to andro...@googlegroups.com
Hi,

I'm trying to get the source tree for the branch gingerbread-x86.  But when I do the following:

ThinkPad-T420:~/android-x86$ repo init git://android-x86.git.sf.net/gitroot/android-x86/manifest.git -b gingerbread
ThinkPad-T420:~/android-x86$ repo sync
ThinkPad-T420:~/android-x86$


'repo sync' just returns right away without any error messages, and of course no file is downloaded at all.  Is there any log I can turn on and see what's going on internally?
I verified it's not the git proxy problem from my company's firewall:

ThinkPad-T420:~/android-x86$ git clone git://git.android-x86.org/manifest.git -b gingerbread-x86
Initialized empty Git repository in /home/lucernma/android-x86/manifest/.git/
remote: Counting objects: 573, done.
remote: Compressing objects: 100% (298/298), done.
remote: Total 573 (delta 219), reused 353 (delta 128)
Receiving objects: 100% (573/573), 137.59 KiB | 51 KiB/s, done.
Resolving deltas: 100% (219/219), done.
ThinkPad-T420:~/android-x86$


Any tips or pointers?  Thanks much in advance!

Regards,
-Lucern


alan.johnston

unread,
Aug 10, 2011, 8:27:55 AM8/10/11
to Android-x86
I just tried the repo init & sync and it works.

One issue that I had with my company's network setup was their setting
for packet size on WAN/VPN interfaces. Firewall logs showed no
blockage for the GIT service (TCP port 9418), but they were setting a
packet size that caused reassembly issues. Symptoms included repo
hanging and/or nothing transferred. I went home and tested on a "pure"
Internet connection and it worked fine.

On Aug 9, 11:59 pm, Lucern Ma <lucer...@gmail.com> wrote:
> Hi,
>
> I'm trying to get the source tree for the branch gingerbread-x86.  But when
> I do the following:
>
> *ThinkPad-T420:~/android-x86$ repo init git://
> android-x86.git.sf.net/gitroot/android-x86/manifest.git -b gingerbread
> ThinkPad-T420:~/android-x86$ repo sync
> ThinkPad-T420:~/android-x86$ *
>
> 'repo sync' just returns right away without any error messages, and of
> course no file is downloaded at all.  Is there any log I can turn on and see
> what's going on internally?
> I verified it's not the git proxy problem from my company's firewall:
>
> *ThinkPad-T420:~/android-x86$ git clone git://
> git.android-x86.org/manifest.git -b gingerbread-x86
> Initialized empty Git repository in
> /home/lucernma/android-x86/manifest/.git/
> remote: Counting objects: 573, done.
> remote: Compressing objects: 100% (298/298), done.
> remote: Total 573 (delta 219), reused 353 (delta 128)
> Receiving objects: 100% (573/573), 137.59 KiB | 51 KiB/s, done.
> Resolving deltas: 100% (219/219), done.
> ThinkPad-T420:~/android-x86$ *

Verachten Bruno

unread,
Jan 16, 2014, 8:49:40 AM1/16/14
to andro...@googlegroups.com, luce...@gmail.com
Hi,

it's been a few days of trying to get the gingerbread source code from git.
I can download the kitkat and the jellybean branches, but can't get gingerbread.
The output looks like that:
repo sync
Fetching project platform/bionic
Fetching project platform/bootable/bootloader/legacy
Fetching project platform/bootable/newinstaller
Fetching project platform/bootable/recovery
Fetching projects:   0% (1/173)  Fetching project platform/build
Fetching projects:   1% (2/173)  Fetching project platform/dalvik
Fetching project platform/development
Fetching projects:   2% (4/173)  Fetching project device/amd/persimmon
Fetching project device/asus/eeepc
Fetching projects:   3% (6/173)  Fetching project device/asus/laptop
Fetching projects:   4% (7/173)  Fetching project device/common
Fetching project device/dell/sparta
Fetching projects:   5% (9/173)  Fetching project device/hp/tx2500
Fetching project device/lenovo/s103t
Fetching projects:   6% (11/173)  Fetching project device/sample
FATAL: Connection closed by peer.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


Any hint?

Thanks,

Bruno Verachten

Verachten Bruno

unread,
Jan 29, 2014, 11:35:26 AM1/29/14
to andro...@googlegroups.com, luce...@gmail.com
Hi,

I tried a repo option (--force-broken) today, but it didn't work so well.
Is there a problem with the repository, or are the projects I'm trying to fetch non-existent?
I'm kind of lost.

[...]
 115092a..2b11173  honeycomb-x86 -> x86/honeycomb-x86
 * [new branch]      ics-x86    -> x86/ics-x86
Fetching project device/lenovo/s103t
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 23786  100 23786    0     0  19215      0  0:00:01  0:00:01 --:--:-- 19228
Receiving objects: 100% (17/17), 23.08 KiB, done.
Resolving deltas: 100% (2/2), done.
From android-x86/gingerbread-x86/.repo/projects/device/lenovo/s103t.git/clone.bundle
 * [new branch]      froyo-x86  -> x86/froyo-x86
 * [new tag]         android-x86-2.2-r2 -> android-x86-2.2-r2
remote: Counting objects: 53, done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 44 (delta 25), reused 0 (delta 0)
Unpacking objects: 100% (44/44), done.
From http://git.android-x86.org/device/lenovo/s103t
 * [new branch]      gingerbread-x86 -> x86/gingerbread-x86
 * [new branch]      honeycomb-x86 -> x86/honeycomb-x86
 * [new branch]      ics-x86    -> x86/ics-x86

Fetching projects:   6% (11/173)  Fetching project device/sample
FATAL: FATAL: Connection closed by peer.
error: Cannot fetch platform/bootable/bootloader/legacy
warn: --force-broken, continuing to sync
Fetching project device/tegatech/tegav2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  404k  100  404k    0     0  5520k      0 --:--:-- --:--:-- --:--:-- 5542k
Receiving objects: 100% (98/98), 404.23 KiB, done.
Resolving deltas: 100% (37/37), done.
From android-x86/gingerbread-x86/.repo/projects/device/tegatech/tegav2.git/clone.bundle
 * [new branch]      ics-x86    -> x86/ics-x86
 * [new branch]      honeycomb-x86 -> x86/honeycomb-x86
 * [new branch]      gingerbread-x86 -> x86/gingerbread-x86
 * [new branch]      froyo-x86  -> x86/froyo-x86
 * [new tag]         android-x86-2.2-r2 -> android-x86-2.2-r2
remote: Counting objects: 83, done.
remote: Compressing objects: 100% (57/57), done.
remote: Total 66 (delta 35), reused 0 (delta 0)
Unpacking objects: 100% (66/66), done.
From http://git.android-x86.org/device/tegatech/tegav2
   8f1bab4..42750e3  ics-x86    -> x86/ics-x86
Fetching projects:   7% (13/173)  Fetching project device/vm/vm
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 28574  100 28574    0     0  16878      0  0:00:01  0:00:01 --:--:-- 16887
Receiving objects: 100% (45/45), 27.52 KiB, done.
Resolving deltas: 100% (24/24), done.
From android-x86/gingerbread-x86/.repo/projects/device/vm/vm.git/clone.bundle
 * [new branch]      honeycomb-x86 -> x86/honeycomb-x86
 * [new branch]      gingerbread-x86 -> x86/gingerbread-x86
 * [new branch]      froyo-x86  -> x86/froyo-x86
 * [new tag]         android-x86-2.2-r2 -> android-x86-2.2-r2
 * [new tag]         android-x86-2.2 -> android-x86-2.2
remote: Counting objects: 12, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 6), reused 0 (delta 0)
Unpacking objects: 100% (9/9), done.
From http://git.android-x86.org/device/vm/vm
 * [new branch]      ics-x86    -> x86/ics-x86
Fetching projects:   8% (14/173)  Fetching project platform/external/alsa-lib
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1261k  100 1261k    0     0  2570k      0 --:--:-- --:--:-- --:--:-- 2573k
Receiving objects: 100% (711/711), 1.23 MiB, done.
Resolving deltas: 100% (382/382), done.
error: Cannot fetch platform/bootable/recovery
warn: --force-broken, continuing to sync
Fetching project platform/external/alsa-utils
From android-x86/gingerbread-x86/.repo/projects/external/alsa-lib.git/clone.bundle
 * [new branch]      jb-x86     -> x86/jb-x86
 * [new branch]      ics-x86    -> x86/ics-x86
 * [new branch]      honeycomb-x86 -> x86/honeycomb-x86
 * [new branch]      gingerbread-x86 -> x86/gingerbread-x86
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1405k  100 1405k    0     0  6389k      0 --:--:-- --:--:-- --:--:-- 6419k
Receiving objects: 100% (318/318), 1.37 MiB, done.
Resolving deltas: 100% (98/98), done.
From android-x86/gingerbread-x86/.repo/projects/external/alsa-utils.git/clone.bundle
 * [new branch]      jb-x86     -> x86/jb-x86
 * [new branch]      ics-x86    -> x86/ics-x86
 * [new branch]      honeycomb-x86 -> x86/honeycomb-x86
 * [new branch]      gingerbread-x86 -> x86/gingerbread-x86
remote: Counting objects: 283, done.
remote: Compressing objects: 100% (34/34), done.
remote: Counting objects: 176, done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 180 (delta 146), reused 179 (delta 145)
Receiving objects: 100% (180/180), 116.56 KiB, done.
Resolving deltas: 100% (146/146), completed with 81 local objects.
error: Cannot fetch platform/dalvik
warn: --force-broken, continuing to sync
Fetching projects:   9% (16/173)  Fetching project platform/external/apache-http
remote: Total 108 (delta 78), reused 108 (delta 78)
Receiving objects: 100% (108/108), 133.64 KiB | 20 KiB/s, done.
From http://git.android-x86.org/platform/external/alsa-lib
 * [new branch]      HEAD       -> x86/HEAD
   2e946bd..1815b12  gingerbread-x86 -> x86/gingerbread-x86
   ccc66c5..d386838  honeycomb-x86 -> x86/honeycomb-x86
   ccc66c5..d386838  ics-x86    -> x86/ics-x86
   ccc66c5..d386838  jb-x86     -> x86/jb-x86
 * [new branch]      kitkat-x86 -> x86/kitkat-x86
Fetching project platform/external/astl
Resolving deltas: 100% (78/78), completed with 53 local objects.
From http://git.android-x86.org/platform/external/alsa-utils
   82c0cfd..09b8e87  jb-x86     -> x86/jb-x86
 * [new branch]      kitkat-x86 -> x86/kitkat-x86
Fetching projects:  10% (18/173)  Fetching project platform/external/bison

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch device/sample
warn: --force-broken, continuing to sync
Fetching project platform/external/blktrace

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: FATAL: Connection closed by peer.

Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/apache-http
warn: --force-broken, continuing to sync
Fetching projects:  11% (20/173)  Fetching project platform/external/bluetooth/bluez
error: Cannot fetch platform/external/astl
warn: --force-broken, continuing to sync
Fetching projects:  12% (21/173)  Fetching project platform/external/bluetooth/glib

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/bison
warn: --force-broken, continuing to sync
Fetching project platform/external/bluetooth/hcidump
error: Cannot fetch platform/external/blktrace
warn: --force-broken, continuing to sync
Fetching projects:  13% (23/173)  Fetching project platform/external/bouncycastle

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/bluetooth/bluez
warn: --force-broken, continuing to sync
Fetching project platform/external/bsdiff

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/bluetooth/glib
warn: --force-broken, continuing to sync
Fetching projects:  14% (25/173)  Fetching project platform/external/busybox
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 24.3M    0 62796    0     0  31698      0  0:13:25  0:00:01  0:13:24 31699error: Cannot fetch platform/external/bluetooth/hcidump
warn: --force-broken, continuing to sync
Fetching projects:  15% (26/173)  Fetching project platform/external/bzip2
 33 24.3M   33 8336k    0     0   397k      0  0:01:02  0:00:20  0:00:42  369kerror: Cannot fetch platform/external/bouncycastle
warn: --force-broken, continuing to sync
Fetching project platform/external/chromium
100 24.3M  100 24.3M    0     0   377k      0  0:01:06  0:01:06 --:--:--  384k
fatal: Invalid gitfile format: android-x86/gingerbread-x86/.repo/projects/external/busybox.git/clone.bundle

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
remote: Counting objects: 88189, done.
remote: Compressing objects: 100% (18524/18524), done.
remote: Total 88189 (delta 69191), reused 88189 (delta 69191)
Receiving objects: 100% (88189/88189), 23.20 MiB | 558 KiB/s, done.
Resolving deltas: 100% (69191/69191), done.
From http://git.android-x86.org/platform/external/busybox
 * [new branch]      donut-x86  -> x86/donut-x86
 * [new branch]      eclair-x86 -> x86/eclair-x86
 * [new branch]      froyo-x86  -> x86/froyo-x86
 * [new branch]      gingerbread-x86 -> x86/gingerbread-x86
 * [new branch]      honeycomb-x86 -> x86/honeycomb-x86
 * [new branch]      ics-x86    -> x86/ics-x86
 * [new branch]      jb-x86     -> x86/jb-x86
 * [new branch]      kitkat-x86 -> x86/kitkat-x86
 * [new tag]         android-x86-2.2 -> android-x86-2.2
 * [new tag]         android-x86-2.2-r2 -> android-x86-2.2-r2
Fetching projects:  16% (28/173)  Fetching project platform/external/clearsilver

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/bsdiff
warn: --force-broken, continuing to sync
Fetching project platform/external/dbus

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/bzip2
warn: --force-broken, continuing to sync
Fetching projects:  17% (30/173)  Fetching project platform/external/dhcpcd
error: Cannot fetch platform/external/chromium
warn: --force-broken, continuing to sync
Fetching project platform/external/dnsmasq

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/clearsilver
warn: --force-broken, continuing to sync
Fetching projects:  18% (32/173)  Fetching project platform/external/drm
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9.9M  100  9.9M    0     0   572k      0  0:00:17  0:00:17 --:--:--  653k
Receiving objects: 100% (31711/31711), 9.96 MiB | 12.74 MiB/s, done.
Resolving deltas: 100% (24717/24717), done.
From android-x86/gingerbread-x86/.repo/projects/external/drm.git/clone.bundle
 * [new branch]      kitkat-x86 -> x86/kitkat-x86
 * [new branch]      jb-x86     -> x86/jb-x86
 * [new branch]      ics-x86    -> x86/ics-x86
 * [new branch]      honeycomb-x86 -> x86/honeycomb-x86
 * [new branch]      gingerbread-x86 -> x86/gingerbread-x86
 * [new branch]      froyo-x86  -> x86/froyo-x86
 * [new branch]      donut-x86  -> x86/donut-x86
 * [new tag]         android-x86-2.2-r2 -> android-x86-2.2-r2
 * [new tag]         android-x86-2.2 -> android-x86-2.2
 * [new tag]         android-x86-1.6 -> android-x86-1.6
Fetching projects:  19% (33/173)  Fetching project platform/external/dropbear

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/dbus
warn: --force-broken, continuing to sync
Fetching project platform/external/e2fsprogs

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/dhcpcd
warn: --force-broken, continuing to sync
Fetching projects:  20% (35/173)  Fetching project platform/external/easymock
error: Cannot fetch platform/external/dnsmasq
warn: --force-broken, continuing to sync
Fetching project platform/external/elfcopy

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/dropbear
warn: --force-broken, continuing to sync
Fetching projects:  21% (37/173)  Fetching project platform/external/elfutils

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/e2fsprogs
warn: --force-broken, continuing to sync
Fetching project platform/external/embunit

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/elfcopy
warn: --force-broken, continuing to sync
Fetching projects:  22% (39/173)  Fetching project platform/external/emma
error: Cannot fetch platform/external/easymock
warn: --force-broken, continuing to sync
Fetching projects:  23% (40/173)  Fetching project platform/external/esd

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/elfutils
warn: --force-broken, continuing to sync
Fetching project platform/external/expat

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/embunit
warn: --force-broken, continuing to sync
Fetching projects:  24% (42/173)  Fetching project platform/external/fdlibm

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/esd
warn: --force-broken, continuing to sync
Fetching project platform/external/freetype
error: Cannot fetch platform/external/emma
warn: --force-broken, continuing to sync
Fetching projects:  25% (44/173)  Fetching project platform/external/fsck_msdos

FATAL: Connection closed by peer.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Cannot fetch platform/external/expat
warn: --force-broken, continuing to sync
Fetching projects:  26% (45/173)  Fetching project platform/external/genext2fs



Kind regards,
Bruno Verachten
Reply all
Reply to author
Forward
0 new messages