Report forwarded to debian-bugs-dist@lists.debian.org, Karl Ferguson <karl@tower.net.au>:
Bug#5989; Package sysutils.
debian-bugs-dist@lists.debian.orgKarl Ferguson
Subject: Bug#5989: unix2dos broken for mounted msdos partitions
Reply-To: Giuliano Procida , 5989@bugs.debian.org
Resent-From: Giuliano Procida
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Karl Ferguson
Resent-Date: Sun, 15 Dec 1996 11:33:05 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Package: sysutils
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.85064881912392
(code B ref -1); Sun, 15 Dec 1996 11:33:05 GMT
To: submit@bugs.debian.org
Date: Sun, 15 Dec 1996 13:16:30 +0000
From: Giuliano Procida
Message-Id:
Package: sysutils
Version: 1.2-1
Example. Mounted an MSDOS file system on /mnt.
# touch /mnt/foobar; strace unix2dos /mnt/foobar
[snip]
stat("/mnt/foobar", {st_mode=S_IFREG|0755, st_size=0, ...}) = 0
getpid() = 4467
stat("/mnta04467", 0xbffffdd0) = -1 ENOENT (No such file or
directory)
open("/mnt/foobar", O_RDONLY) = 3
open("/mnta04467", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4
brk(0x8008000) = 0x8008000
brk(0x800d000) = 0x800d000
read(3, "", 16384) = 0
close(3) = 0
close(4) = 0
unlink("/mnt/foobar") = 0
rename("/mnta04467", "/mnt/foobar") = -1 EXDEV (Cross-device link)
chmod("/mnt/foobar", 0100755) = -1 ENOENT (No such file or
directory)
_exit(0) = ?
This has deleted the original and left droppings in / due to the
temporary filename generation being knackered.
Giuliano.
Acknowledgement sent to Giuliano Procida <gpp10@cus.cam.ac.uk>:
New bug report received and forwarded. Copy sent to Karl Ferguson <karl@tower.net.au>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Giuliano Procida
Subject: Bug#5989: Acknowledgement (was: unix2dos broken for mounted msdos partitions)
Message-ID:
In-Reply-To:
References:
Thank you for the problem report you have sent regarding Debian Linux.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers' mailing list for
their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Karl Ferguson
If you wish to submit further information on your problem, please send
it to 5989@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at submit) by bugs.debian.org; 15 Dec 1996 11:20:19 +0000
Received: (qmail 12390 invoked from network); 15 Dec 1996 11:20:14 -0000
Received: from taurus.cus.cam.ac.uk (cusexim@131.111.8.48)
by master.debian.org with SMTP; 15 Dec 1996 11:20:13 -0000
Received: from gpp10 by taurus.cus.cam.ac.uk with smtp (Exim 1.59 #1)
id 0vZGQg-00050c-00; Sun, 15 Dec 1996 13:16:30 +0000
To: submit@bugs.debian.org
Subject: unix2dos broken for mounted msdos partitions
Date: Sun, 15 Dec 1996 13:16:30 +0000
From: Giuliano Procida
Message-Id:
Package:sysutils
Version:1.2-1
Example. Mounted an MSDOS file system on /mnt.
# touch /mnt/foobar; strace unix2dos /mnt/foobar
[snip]
stat("/mnt/foobar", {st_mode=S_IFREG|0755, st_size=0, ...}) = 0
getpid() = 4467
stat("/mnta04467", 0xbffffdd0) = -1 ENOENT (No such file or
directory)
open("/mnt/foobar", O_RDONLY) = 3
open("/mnta04467", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 4
brk(0x8008000) = 0x8008000
brk(0x800d000) = 0x800d000
read(3, "", 16384) = 0
close(3) = 0
close(4) = 0
unlink("/mnt/foobar") = 0
rename("/mnta04467", "/mnt/foobar") = -1 EXDEV (Cross-device link)
chmod("/mnt/foobar", 0100755) = -1 ENOENT (No such file or
directory)
_exit(0) = ?
This has deleted the original and left droppings in / due to the
temporary filename generation being knackered.
Giuliano.
Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#5989; Package sysutils.
debian-bugs-dist@lists.debian.org
Subject: Bug#5989: unix2dos broken for mounted msdos partitions
Reply-To: Karl Ferguson , 5989@bugs.debian.org
Resent-From: Karl Ferguson
Resent-To: debian-bugs-dist@lists.debian.org
Resent-Date: Sun, 15 Dec 1996 13:33:05 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Package: sysutils
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 5989-bugs@bugs.debian.org id=B5989.85065613220865
(code B ref 5989); Sun, 15 Dec 1996 13:33:05 GMT
Message-Id: <2.2.32.19961215151754.00711f2c@tower.net.au>
X-No-Junk-Mail: I don't want *any* junk mail. Do not add me to any lists without my personal permission.
X-no-archive: yes
X-Sender: karl@tower.net.au
X-Mailer: Windows Eudora Pro Version 2.2 (32)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Sun, 15 Dec 1996 23:17:54 +0800
To: Giuliano Procida ,5989@bugs.debian.org
From: Karl Ferguson
At 01:16 PM 12/15/96 +0000, Giuliano Procida wrote:
>Example. Mounted an MSDOS file system on /mnt.
[...]
>This has deleted the original and left droppings in / due to the
>temporary filename generation being knackered.
What happens if you copy that 'touch'd file over the the linux partition and
do the same? I've forwarded your message to the program's author who'll
hopefully have a gander at that.
Regards,
...Karl
--
Karl Ferguson,
Tower Networking Pty Ltd (ACN: 072 322 760) karl@tower.net.au
t/a STAR Online Services karl@debian.org
Tel: +61-9-455-3446 Fax: +61-9-455-2776
Acknowledgement sent to Karl Ferguson <karl@tower.net.au>:
Extra info received and forwarded to list.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Karl Ferguson
Subject: Bug#5989: Info received (was Bug#5989: unix2dos broken for mounted msdos partitions)
Message-ID:
In-Reply-To: <2.2.32.19961215151754.00711f2c@tower.net.au>
References: <2.2.32.19961215151754.00711f2c@tower.net.au>
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
If you wish to continue to submit further information on your problem,
please send it to 5989@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 5989) by bugs.debian.org; 15 Dec 1996 13:22:12 +0000
Received: (qmail 20863 invoked from network); 15 Dec 1996 13:22:08 -0000
Received: from orion.tower.net.au (HELO mail.tower.net.au) (root@203.22.233.3)
by master.debian.org with SMTP; 15 Dec 1996 13:22:07 -0000
Received: from kaos.tower.net.au ([203.22.233.11]) by mail.tower.net.au
with smtp id m0vZIL6-0004kkC
(Debian Smail-3.2 1996-Jul-4 #2); Sun, 15 Dec 1996 23:18:52 +0800 (WST)
Message-Id: <2.2.32.19961215151754.00711f2c@tower.net.au>
X-No-Junk-Mail: I don't want *any* junk mail. Do not add me to any lists without my personal permission.
X-no-archive: yes
X-Sender: karl@tower.net.au
X-Mailer: Windows Eudora Pro Version 2.2 (32)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Sun, 15 Dec 1996 23:17:54 +0800
To: Giuliano Procida ,5989@bugs.debian.org
From: Karl Ferguson
Subject: Re: Bug#5989: unix2dos broken for mounted msdos partitions
At 01:16 PM 12/15/96 +0000, Giuliano Procida wrote:
>Example. Mounted an MSDOS file system on /mnt.
[...]
>This has deleted the original and left droppings in / due to the
>temporary filename generation being knackered.
What happens if you copy that 'touch'd file over the the linux partition and
do the same? I've forwarded your message to the program's author who'll
hopefully have a gander at that.
Regards,
...Karl
--
Karl Ferguson,
Tower Networking Pty Ltd (ACN: 072 322 760) karl@tower.net.au
t/a STAR Online Services karl@debian.org
Tel: +61-9-455-3446 Fax: +61-9-455-2776
Information forwarded to Michael Alan Dorman <mdorman@debian.org>:
Bug#5989; Package sysutils.
Michael Alan Dorman
Subject: Bug#5989: Old bugs need to be looked at
Reply-To: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer), 5989-maintonly@bugs.debian.org
Resent-From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
Resent-To: Michael Alan Dorman
Resent-Date: Sun, 01 Feb 1998 11:09:15 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 5989
X-Debian-PR-Package: sysutils
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 5989-maintonly@bugs.debian.org id=M5989.88633118631238
(code M ref 5989); Sun, 01 Feb 1998 11:09:15 GMT
Message-Id:
Date: Sun, 1 Feb 1998 12:01:34 +0100 (CET)
From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
To: 5989-maintonly@bugs.debian.org
This is an automated message sent to all bugs older than one year.
This bug is very old. Please take a look at it and see if you can fix it.
If it has already been fixed, please close it.
If you have problems fixing it or if you don't have the time to fix it,
please ask the people on debian-devel@lists.debian.org for help, so that
at least the oldest bugs can be solved before Debian 2.0 is released.
Remco Blaakmeer
Acknowledgement sent to remco@blaakmeer.student.utwente.nl (Remco Blaakmeer):
Extra info received and forwarded to maintainer. Copy sent to Michael Alan Dorman <mdorman@debian.org>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
Subject: Bug#5989: Info received for maintainer only
(was Old bugs need to be looked at)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack-info 5989
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) (but
not to the mailing list) to accompany the original report.
Your message has been sent to the package maintainer(s):
Michael Alan Dorman
If you wish to continue to submit further information on your problem,
please send it to 5989-maintonly@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(administrator, Debian bugs database)
Received: (at 5989-maintonly) by bugs.debian.org; 1 Feb 1998 11:06:26 +0000
Received: (qmail 31235 invoked by uid 71); 1 Feb 1998 11:06:26 -0000
Received: from cal011205.student.utwente.nl (HELO blaakmeer.student.utwente.nl) (root@130.89.222.95)
by debian.novare.net with SMTP; 1 Feb 1998 11:06:26 -0000
Received: by blaakmeer.student.utwente.nl
id m0xyx9a-0013xZC
(Debian Smail-3.2.0.100 1997-Dec-8 #2); Sun, 1 Feb 1998 12:01:34 +0100 (CET)
Message-Id:
Date: Sun, 1 Feb 1998 12:01:34 +0100 (CET)
From: remco@blaakmeer.student.utwente.nl (Remco Blaakmeer)
To: 5989-maintonly@bugs.debian.org
Subject: Old bugs need to be looked at
This is an automated message sent to all bugs older than one year.
This bug is very old. Please take a look at it and see if you can fix it.
If it has already been fixed, please close it.
If you have problems fixing it or if you don't have the time to fix it,
please ask the people on debian-devel@lists.debian.org for help, so that
at least the oldest bugs can be solved before Debian 2.0 is released.
Remco Blaakmeer