Hans-Peter Doerr
2005-Mar-11 12:33 UTC
[Adduser-devel] Bug#299050: adduser: fails on copying symlinks from /etc/skel
Package: adduser Version: 3.63 Severity: normal adduser fails to copy symlinks in subdirs of /etc/skel # ls -l /etc/skel/subdir/ total 0 lrwxrwxrwx 1 root root 9 Mar 11 13:17 link-to-file -> /etc/file # adduser --home /home/test99 --shell /bin/bash --ingroup users \ --disabled-password --gecos "bla,,," test99 Adding user `test99''... Adding new user `test99'' (3277) with group `users''. Creating home directory `/home/test99''. Copying files from `/etc/skel'' Use of uninitialized value in symlink at /usr/sbin/adduser line 695, <FIND> line 190. symlink: No such file or directory Cleaning up. Removing directory `/home/test99'' rm: cannot get current directory: Permission denied Removing user `test99''. userdel: unable to lock password file # ls -l /home/test99/subdir/ total 0 maybe this is related to bug #268402 greetings, hans-peter doerr -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, ''testing'') Architecture: i386 (i686) Kernel: Linux 2.4.27-cipsc Locale: LANG=C, LC_CTYPE=de_DE@euro (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages adduser depends on: ii debconf 1.4.30.11 Debian configuration management sy ii passwd 1:4.0.3-30.10 change and administer password and ii perl-base 5.8.4-6 The Pathologically Eclectic Rubbis -- debconf information: adduser/homedir-changed: true * adduser/homedir-permission: true
Marc Haber
2005-Mar-11 13:16 UTC
[Adduser-devel] Bug#299050: adduser: fails on copying symlinks from /etc/skel
tags #299050 unreproducible thanks On Fri, Mar 11, 2005 at 01:33:55PM +0100, Hans-Peter Doerr wrote:> adduser fails to copy symlinks in subdirs of /etc/skel > > # ls -l /etc/skel/subdir/ > total 0 > lrwxrwxrwx 1 root root 9 Mar 11 13:17 link-to-file -> /etc/file > > # adduser --home /home/test99 --shell /bin/bash --ingroup users \ > --disabled-password --gecos "bla,,," test99 > Adding user `test99''... > Adding new user `test99'' (3277) with group `users''. > Creating home directory `/home/test99''. > Copying files from `/etc/skel'' > Use of uninitialized value in symlink at /usr/sbin/adduser line 695, > <FIND> line 190. > symlink: No such file or directory > Cleaning up.Bad. However, I cannot reproduce this here: [22/22]mh@lefler[chroot sid]:~$ ls -l /etc/skel/subdir/ total 0 lrwxrwxrwx 1 root root 10 Mar 11 13:13 link-to-file -> /etc/fstab [23/23]mh@lefler[chroot sid]:~$ sudo adduser --home /home/test99 --shell /bin/bash --ingroup users --disabled-password --gecos "bla,,," test99 Adding user test99''... Adding new user test99'' (1003) with group users''. Creating home directory /home/test99''. Copying files from /etc/skel'' [24/24]mh@lefler[chroot sid]:~$ ls -l /home/test99/subdir/ total 8.0K lrwxrwxrwx 1 test99 users 10 Mar 11 13:14 link-to-file -> /etc/fstab [25/25]mh@lefler[chroot sid]:~$ Can you give more information? Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Debian Bug Tracking System
2005-Mar-11 13:33 UTC
[Adduser-devel] Processed: Re: adduser: fails on copying symlinks from /etc/skel
Processing commands for control@bugs.debian.org:> tags #299050 unreproducibleBug#299050: adduser: fails on copying symlinks from /etc/skel There were no tags set. Tags added: unreproducible> thanksStopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
HP Doerr
2005-Mar-14 15:08 UTC
[Adduser-devel] Bug#299050: adduser: fails on copying symlinks from /etc/skel
On Fri, 11 Mar 2005 14:16:13 +0100 Marc Haber <mh+debian-packages@zugschlus.de> wrote:> tags #299050 unreproducible > thanks > > On Fri, Mar 11, 2005 at 01:33:55PM +0100, Hans-Peter Doerr wrote: > > adduser fails to copy symlinks in subdirs of /etc/skel > > > > # ls -l /etc/skel/subdir/ > > total 0 > > lrwxrwxrwx 1 root root 9 Mar 11 13:17 link-to-file -> /etc/file > > > > # adduser --home /home/test99 --shell /bin/bash --ingroup users \ > > --disabled-password --gecos "bla,,," test99 > > Adding user `test99''... > > Adding new user `test99'' (3277) with group `users''. > > Creating home directory `/home/test99''. > > Copying files from `/etc/skel'' > > Use of uninitialized value in symlink at /usr/sbin/adduser line 695, > > <FIND> line 190. > > symlink: No such file or directory > > Cleaning up. > > Bad. > > However, I cannot reproduce this here: > [22/22]mh@lefler[chroot sid]:~$ ls -l /etc/skel/subdir/ > total 0 > lrwxrwxrwx 1 root root 10 Mar 11 13:13 link-to-file -> /etc/fstab > [23/23]mh@lefler[chroot sid]:~$ sudo adduser --home /home/test99 > --shell /bin/bash --ingroup users --disabled-password --gecos "bla,,," > test99 Adding user test99''... > Adding new user test99'' (1003) with group users''. > Creating home directory /home/test99''. > Copying files from /etc/skel'' > [24/24]mh@lefler[chroot sid]:~$ ls -l /home/test99/subdir/ > total 8.0K > lrwxrwxrwx 1 test99 users 10 Mar 11 13:14 link-to-file -> > /etc/fstab [25/25]mh@lefler[chroot sid]:~$ > > Can you give more information?yes. i''ve found it only appears if "subdir" is not world read- and executable: # ls -ld /etc/skel/subdir/ drwxr-xr-x 2 root root 4096 Mar 14 15:44 /etc/skel/subdir/ # adduser --home /home/test103 --shell /bin/bash --ingroup users --disabled-password --gecos "bla,,," test103 Adding user `test103''... Adding new user `test103'' (3280) with group `users''. Creating home directory `/home/test103''. Copying files from `/etc/skel'' but # chmod go-rX /etc/skel/subdir/ # adduser --home /home/test104 --shell /bin/bash --ingroup users --disabled-password --gecos "bla,,," test104 Adding user `test104''... Adding new user `test104'' (3282) with group `users''. Creating home directory `/home/test104''. Copying files from `/etc/skel'' Use of uninitialized value in symlink at /usr/sbin/adduser line 695, <FIND> line 190. symlink: No such file or directory Cleaning up. Removing directory `/home/test104'' Removing user `test104''. userdel: unable to lock password file # ls -ld /etc/skel/subdir/ drwx------ 2 root root 4096 Mar 14 15:44 /etc/skel/subdir/ greetings, hp doerr -- Hans-Peter Doerr <doerr@cip.physik.uni-freiburg.de> CIP-Pool Administration Physikalisches Institut, Uni Freiburg i. Brsg.
Marc Haber
2005-Mar-14 15:15 UTC
[Adduser-devel] Bug#299050: adduser: fails on copying symlinks from /etc/skel
tags #299050 -moreinfo -unreproducible thanks On Mon, Mar 14, 2005 at 04:08:48PM +0100, HP Doerr wrote:> yes. i''ve found it only appears if "subdir" is not world read- and > executable:This is important information, thank you very much. I will investigate. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Debian Bug Tracking System
2005-Mar-18 10:32 UTC
[Adduser-devel] Processed: Re: adduser: fails on copying symlinks from /etc/skel
Processing commands for control@bugs.debian.org:> tags #299050 -moreinfo -unreproducibleUnknown tag/s: -unreproducible. Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge sarge-ignore experimental d-i confirmed ipv6 lfs fixed-in-experimental fixed-upstream l10n. Bug#299050: adduser: fails on copying symlinks from /etc/skel Tags were: unreproducible Tags removed: moreinfo> thanksStopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Marc Haber
2005-Jul-16 17:04 UTC
[Adduser-devel] Bug#299050: adduser: fails on copying symlinks from /etc/skel
On Fri, Mar 11, 2005 at 01:33:55PM +0100, Hans-Peter Doerr wrote:> adduser fails to copy symlinks in subdirs of /etc/skelThere have been some changes regarding this behavior in 3.64. Can you please check whether you can still reproduce this behavior? I cannot: $ sudo find /etc/skel/ -ls 2523223 4 drwxr-xr-x 3 root adm 4096 Jul 15 17:28 /etc/skel/ 2523224 4 -rw-r--r-- 1 root root 2044 Jan 12 2005 /etc/skel/.bashrc 2523225 4 -rw-r--r-- 1 root root 414 Jan 12 2005 /etc/skel/.bash_profile 2523230 4 -rw-r--r-- 1 root root 174 Feb 20 2000 /etc/skel/.bash_logout 2768956 4 drwx------ 2 root root 4096 Jul 15 17:32 /etc/skel/subdir 2776450 4 -rw-r--r-- 1 root root 15 Jul 15 17:32 /etc/skel/subdir/file 2776451 0 lrwxrwxrwx 1 root root 9 Jul 15 17:32 /etc/skel/subdir/mots -> /etc/motd [77/563]mh@lefler[chroot sid]:~/adduser/trunk$ sudo adduser --home /home/test104 --shell /bin/bash --ingroup users --disabled-password --gecos "bla,,," test104 Adding user test104''... Adding new user test104'' (1002) with group users''. Creating home directory /home/test104''. Copying files from /etc/skel'' [79/565]mh@lefler[chroot sid]:~/adduser/trunk$ sudo find /home/test104/ -ls 2408803 4 drwxr-xr-x 3 test104 users 4096 Jul 15 17:33 /home/test104/ 2408835 4 -rw-r--r-- 1 test104 users 2044 Jul 15 17:33 /home/test104/.bashrc 2413717 4 -rw-r--r-- 1 test104 users 414 Jul 15 17:33 /home/test104/.bash_profile 2413718 4 -rw-r--r-- 1 test104 users 174 Jul 15 17:33 /home/test104/.bash_logout 2413719 4 drwx------ 2 test104 users 4096 Jul 15 17:33 /home/test104/subdir 2413720 4 -rw-r--r-- 1 test104 users 15 Jul 15 17:33 /home/test104/subdir/file 2413721 0 lrwxrwxrwx 1 test104 users 9 Jul 15 17:33 /home/test104/subdir/mots -> /etc/motd [80/566]mh@lefler[chroot sid]:~/adduser/trunk$ Greetings Marc -- Marc.Haber@syscovery.com syscovery network services GmbH Dipl.-Inform. Weinheimer Stra?e 68 Gesch?ftsf?hrer D-68309 Mannheim Tel: +49 [0] 621 71768 57 http://www.syscovery.com/
Debian Bug Tracking System
2005-Jul-19 09:55 UTC
[Adduser-devel] Bug#299050: marked as done (adduser: fails on copying symlinks from /etc/skel)
Your message dated Tue, 19 Jul 2005 11:09:21 +0200 with message-id <20050719090921.GC19933@torres.l21.ma.zugschlus.de> and subject line Bug#299050: adduser: fails on copying symlinks from /etc/skel has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 11 Mar 2005 12:33:57 +0000>From doerr@cip.physik.uni-freiburg.de Fri Mar 11 04:33:57 2005Return-path: <doerr@cip.physik.uni-freiburg.de> Received: from lists.physik.uni-freiburg.de (cipsc.physik.uni-freiburg.de) [132.230.75.102] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D9jL2-0002mp-00; Fri, 11 Mar 2005 04:33:56 -0800 Received: from doerr by cipsc.physik.uni-freiburg.de with local (Exim 3.36 #1 (Debian)) id 1D9jL1-00041A-00 for submit@bugs.debian.org; Fri, 11 Mar 2005 13:33:55 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Hans-Peter Doerr <doerr@cip.physik.uni-freiburg.de> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: adduser: fails on copying symlinks from /etc/skel X-Mailer: reportbug 3.8 Date: Fri, 11 Mar 2005 13:33:55 +0100 Message-Id: <E1D9jL1-00041A-00@cipsc.physik.uni-freiburg.de> Delivered-To: submit@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: adduser Version: 3.63 Severity: normal adduser fails to copy symlinks in subdirs of /etc/skel # ls -l /etc/skel/subdir/ total 0 lrwxrwxrwx 1 root root 9 Mar 11 13:17 link-to-file -> /etc/file # adduser --home /home/test99 --shell /bin/bash --ingroup users \ --disabled-password --gecos "bla,,," test99 Adding user `test99''... Adding new user `test99'' (3277) with group `users''. Creating home directory `/home/test99''. Copying files from `/etc/skel'' Use of uninitialized value in symlink at /usr/sbin/adduser line 695, <FIND> line 190. symlink: No such file or directory Cleaning up. Removing directory `/home/test99'' rm: cannot get current directory: Permission denied Removing user `test99''. userdel: unable to lock password file # ls -l /home/test99/subdir/ total 0 maybe this is related to bug #268402 greetings, hans-peter doerr -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, ''testing'') Architecture: i386 (i686) Kernel: Linux 2.4.27-cipsc Locale: LANG=C, LC_CTYPE=de_DE@euro (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages adduser depends on: ii debconf 1.4.30.11 Debian configuration management sy ii passwd 1:4.0.3-30.10 change and administer password and ii perl-base 5.8.4-6 The Pathologically Eclectic Rubbis -- debconf information: adduser/homedir-changed: true * adduser/homedir-permission: true --------------------------------------- Received: (at 299050-done) by bugs.debian.org; 19 Jul 2005 09:09:30 +0000>From mh+debian-packages@zugschlus.de Tue Jul 19 02:09:30 2005Return-path: <mh+debian-packages@zugschlus.de> Received: from 5301d.unt0.torres.l21.ma.zugschlus.de (torres.int.l21.ma.zugschlus.de) [217.151.83.1] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1Duo6T-0003KL-00; Tue, 19 Jul 2005 02:09:30 -0700 Received: from mh by torres.int.l21.ma.zugschlus.de with local (Exim 4.52) id 1Duo6M-0008JP-32; Tue, 19 Jul 2005 11:09:22 +0200 Date: Tue, 19 Jul 2005 11:09:21 +0200 From: Marc Haber <mh+debian-packages@zugschlus.de> To: 299050-done@bugs.debian.org Cc: Hans-Peter Doerr <doerr@cip.physik.uni-freiburg.de>, dane@olneyfriends.org, 299050-submitter@bugs.debian.org Subject: Re: Bug#299050: adduser: fails on copying symlinks from /etc/skel Message-ID: <20050719090921.GC19933@torres.l21.ma.zugschlus.de> References: <E1D9jL1-00041A-00@cipsc.physik.uni-freiburg.de> <20050715173622.GA8976@scyw00225.scy001.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050715173622.GA8976@scyw00225.scy001.de> User-Agent: Mutt/1.5.9i Delivered-To: 299050-done@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 3.64 Version: 3.65 On Fri, Jul 15, 2005 at 07:36:22PM +0200, Marc Haber wrote:> There have been some changes regarding this behavior in 3.64. Can you > please check whether you can still reproduce this behavior?The issue seems fixed in 3.64 Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
Debian Bug Tracking System
2005-Jul-19 11:41 UTC
[Adduser-devel] Bug#299050: marked as done (adduser: fails on copying symlinks from /etc/skel)
Your message dated Tue, 19 Jul 2005 13:04:37 +0200 with message-id <20050719110437.GH19933@torres.l21.ma.zugschlus.de> and subject line Bug#299050: adduser: fails on copying symlinks from /etc/skel has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 11 Mar 2005 12:33:57 +0000>From doerr@cip.physik.uni-freiburg.de Fri Mar 11 04:33:57 2005Return-path: <doerr@cip.physik.uni-freiburg.de> Received: from lists.physik.uni-freiburg.de (cipsc.physik.uni-freiburg.de) [132.230.75.102] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1D9jL2-0002mp-00; Fri, 11 Mar 2005 04:33:56 -0800 Received: from doerr by cipsc.physik.uni-freiburg.de with local (Exim 3.36 #1 (Debian)) id 1D9jL1-00041A-00 for submit@bugs.debian.org; Fri, 11 Mar 2005 13:33:55 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Hans-Peter Doerr <doerr@cip.physik.uni-freiburg.de> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: adduser: fails on copying symlinks from /etc/skel X-Mailer: reportbug 3.8 Date: Fri, 11 Mar 2005 13:33:55 +0100 Message-Id: <E1D9jL1-00041A-00@cipsc.physik.uni-freiburg.de> Delivered-To: submit@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: adduser Version: 3.63 Severity: normal adduser fails to copy symlinks in subdirs of /etc/skel # ls -l /etc/skel/subdir/ total 0 lrwxrwxrwx 1 root root 9 Mar 11 13:17 link-to-file -> /etc/file # adduser --home /home/test99 --shell /bin/bash --ingroup users \ --disabled-password --gecos "bla,,," test99 Adding user `test99''... Adding new user `test99'' (3277) with group `users''. Creating home directory `/home/test99''. Copying files from `/etc/skel'' Use of uninitialized value in symlink at /usr/sbin/adduser line 695, <FIND> line 190. symlink: No such file or directory Cleaning up. Removing directory `/home/test99'' rm: cannot get current directory: Permission denied Removing user `test99''. userdel: unable to lock password file # ls -l /home/test99/subdir/ total 0 maybe this is related to bug #268402 greetings, hans-peter doerr -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, ''testing'') Architecture: i386 (i686) Kernel: Linux 2.4.27-cipsc Locale: LANG=C, LC_CTYPE=de_DE@euro (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages adduser depends on: ii debconf 1.4.30.11 Debian configuration management sy ii passwd 1:4.0.3-30.10 change and administer password and ii perl-base 5.8.4-6 The Pathologically Eclectic Rubbis -- debconf information: adduser/homedir-changed: true * adduser/homedir-permission: true --------------------------------------- Received: (at 299050-done) by bugs.debian.org; 19 Jul 2005 11:04:47 +0000>From mh+debian-packages@zugschlus.de Tue Jul 19 04:04:46 2005Return-path: <mh+debian-packages@zugschlus.de> Received: from 5301d.unt0.torres.l21.ma.zugschlus.de (torres.int.l21.ma.zugschlus.de) [217.151.83.1] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1Duptz-0002JC-00; Tue, 19 Jul 2005 04:04:43 -0700 Received: from mh by torres.int.l21.ma.zugschlus.de with local (Exim 4.52) id 1Duptu-0003FO-5C; Tue, 19 Jul 2005 13:04:38 +0200 Date: Tue, 19 Jul 2005 13:04:37 +0200 From: Marc Haber <mh+debian-packages@zugschlus.de> To: 299050-done@bugs.debian.org Cc: Hans-Peter Doerr <doerr@cip.physik.uni-freiburg.de>, dane@olneyfriends.org, 299050-submitter@bugs.debian.org Subject: Bug#299050: adduser: fails on copying symlinks from /etc/skel Message-ID: <20050719110437.GH19933@torres.l21.ma.zugschlus.de> Reply-To: Marc Haber <mh+debian-packages@zugschlus.de>, 299050-quiet@bugs.debian.org References: <E1D9jL1-00041A-00@cipsc.physik.uni-freiburg.de> <20050715173622.GA8976@scyw00225.scy001.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050715173622.GA8976@scyw00225.scy001.de> User-Agent: Mutt/1.5.9i Delivered-To: 299050-done@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 3 Version: 3.64, 3.65 [still fighting with BTS version issues] On Fri, Jul 15, 2005 at 07:36:22PM +0200, Marc Haber wrote:> There have been some changes regarding this behavior in 3.64. Can you > please check whether you can still reproduce this behavior?The issue seems fixed in 3.64 Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don''t trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835