Re: More floppy drive accesses information

2004-12-21 Thread Christopher Faylor
On Tue, Dec 21, 2004 at 04:02:41PM +0900, Kazuyuki Hagiwara wrote:
>Hi,  I also experiencing the floppy access problem.
>
>I found a code change which may cause the floppy access.

This has already been mentioned and, as you can see, the change is more
than a year old.

cgf

>===
> Revision 1.262 / (download) - annotate - [select for diffs] , Tue Aug 5
>04:49:44 2003 UTC (16 months, 2 weeks ago) by cgf
>Branch: MAIN
>Changes since 1.261: +1 -2 lines
>Diff to previous 1.261 (colored)
>
>* path.cc (cygdrive_getmntent): Do not skip over drives of type
>DRIVE_REMOVABLE.
>
>===
>RCS file: /cvs/src/src/winsup/cygwin/path.cc,v
>retrieving revision 1.261
>retrieving revision 1.262
>diff -c -r1.261 -r1.262
>*** src/winsup/cygwin/path.cc  2003/07/26 04:53:59 1.261
>--- src/winsup/cygwin/path.cc  2003/08/05 04:49:44 1.262

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



re: More floppy drive accesses information

2004-12-20 Thread Kazuyuki Hagiwara
Hi,  I also experiencing the floppy access problem.

I found a code change which may cause the floppy access.

===
 Revision 1.262 / (download) - annotate - [select for diffs] , Tue Aug 5
04:49:44 2003 UTC (16 months, 2 weeks ago) by cgf
Branch: MAIN
Changes since 1.261: +1 -2 lines
Diff to previous 1.261 (colored)

* path.cc (cygdrive_getmntent): Do not skip over drives of type
DRIVE_REMOVABLE.

===
RCS file: /cvs/src/src/winsup/cygwin/path.cc,v
retrieving revision 1.261
retrieving revision 1.262
diff -c -r1.261 -r1.262
*** src/winsup/cygwin/path.cc   2003/07/26 04:53:59 1.261
--- src/winsup/cygwin/path.cc   2003/08/05 04:49:44 1.262
***
*** 2539,2546 
  break;

__small_sprintf (native_path, "%c:\\", drive);
!   if (GetDriveType (native_path) == DRIVE_REMOVABLE ||
! GetFileAttributes (native_path) == INVALID_FILE_ATTRIBUTES)
{
  available_drives &= ~mask;
  continue;
--- 2539,2545 
  break;

__small_sprintf (native_path, "%c:\\", drive);
!   if (GetFileAttributes (native_path) == INVALID_FILE_ATTRIBUTES)
{
  available_drives &= ~mask;
  continue;


Kazuyuki Hagiwara Zuken Inc.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/

Re: [mlist] More floppy drive accesses information

2004-12-19 Thread Christopher Faylor
On Sun, Dec 19, 2004 at 07:22:57AM -0500, Robert Pendell wrote:
>I would like to know though what exactly changed between 4.1.7 and
>4.2.10 of findutils to cause this.

So, why not download the sources and discover for yourself?

cgf

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [mlist] More floppy drive accesses information

2004-12-19 Thread Robert Pendell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
| FWIW, yesterday I upgraded to
| findutils-4.2.10-5
| man-1.5o1-1
| openssl-0.9.7e-1
|
| and also installed cvs-1.11.17-1
|
| Before this there were no access on starting Cygwin, but since
then I have
| experienced the same as other people have reported. My previous
upgrade was
| 2004/12/02 21:10:10 (local time).
|
| As someone else here wrote, not having "-e /bin/login" when you
start Cygwin
| means no accesses to the floppy.
|
| (Windows 98)
|
| --
| Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
| Problem reports:   http://cygwin.com/problems.html
| Documentation: http://cygwin.com/docs.html
| FAQ:   http://cygwin.com/faq/
|
|
Someone found that when you use the --login parameter on bash then
it runs /etc/profile.  It in effect uses find on /etc/profile.d
folder to find startup scripts.  Find will trigger it.
Downgrading findutils specifically to 4.1.7-4 fixes startup issues.
~ Find will not access the floppy drive when you execute "find
- --version" but 4.2.10-5 will.  Hmmm I am suspecting a bug
although others say not.  I would like to know though what exactly
changed between 4.1.7 and 4.2.10 of findutils to cause this.  Cygwin
in itself doesn't have to be downgraded so cygwin api calls are fine
(i hope).  If anyone has find 4.2.10 installed on any linux or unix
distro then post back here if it access the floppy drive.  I am
highly suspicious of the line that reads "static void
init_mounted_dev_list(void);" though and similar lines that also
have the word mounted.  I can't really say for sure since there are
alot of changes in find.c alone.  Mount still access the floppy
drive but it may just be a check to see if a disk is there.  1.5.11
had that as well.  Don't know how far it goes and I think it is
probably normal.  Please note that there are NO references to the a
drive in the windows registry save for the device keys.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
iD8DBQFBxXKhDVXErD6aUwMRAqr7AJ4kLHdF+R6kqiVyQToV53/HdAb2RgCgq0Hv
wEgEPrKWsEJS5/r6C7nW2CI=
=yJuu
-END PGP SIGNATURE-
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


More floppy drive accesses information

2004-12-19 Thread cygwin
FWIW, yesterday I upgraded to
findutils-4.2.10-5
man-1.5o1-1
openssl-0.9.7e-1

and also installed cvs-1.11.17-1

Before this there were no access on starting Cygwin, but since then I have
experienced the same as other people have reported. My previous upgrade was
2004/12/02 21:10:10 (local time).

As someone else here wrote, not having "-e /bin/login" when you start Cygwin
means no accesses to the floppy.

(Windows 98)

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: floppy drive accesses

2004-12-14 Thread Robert Pendell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dave Korn wrote:
|>-Original Message-
|>From: cygwin-owner On Behalf Of Larry Hall
|>Sent: 13 December 2004 19:38
|
|
|>At 02:57 AM 12/13/2004, you wrote:
|>
|>>-BEGIN PGP SIGNED MESSAGE-
|>>Hash: SHA1
|>>
|>>Eric Schweitz wrote:
|>>|
|>>| I just upgraded my cygwin installation and I'm now seeing
|>>| the floppy drive get accessed on various commands.  What
|>>| gives?  The commands with this broken behavior I've run
|>>| across are: find, df, mount at least.
|>>|
|>>| How do I turn this off short of ripping the floppy drive
|>>| out of my machine?
|>>|
|>>| I've run filemon and strace and nothing is obviously accessing
|>>| A: directly.
|
|
|   Just to double check:  you did make sure to *enable* it for
drive A?  The
| default settings for filemon are only to monitor local HDs, IIRC.
|
|
|>>I have to confirm this problem.  Original basic install from June
|>>27th state of local cygwin mirror.  That would be about 5 months
|>>old.  I updated to the current version and now I get floppy accesses
|>>even though there is no request for floppy.  This occurs with mount
|>>and when bash gets loaded.  Attached is my cygcheck.out file.
|>
|>
|>Not to rain on your parade or anything but I have a Cygwin
|>DLL of the 1.3
|>series and on the machine I ran it on, it accesses the floppy
|>drive for
|>commands like 'df', mounted or not.  So to me it is
|>conceivable that this
|>is not a new issue, even if it's new to you. ;-)
|
|
|   I was about to say the same thing.  Windoze just *luuurves*
accessing the
| floppy drive for no apparent reason.  For quite a long time I used
to get a
| ka-chunk out of my FD every time I opened up "My computer" in
explorer.
|
|   Or to see the problem another way, use wordpad to open up a text
file off your
| FD, then close and exit wordpad, and run it again.  You should
find it accesses
| the FD; this is as a consequence of having a file from A: on the
MRU list.
|
|   You may be able to stop this by digging around for references to
A: in the
| registry, but be cautious!  Personally, I suspect something to do
with those
| StreamMRU and Stream keys under
HKLM/Software/Microsoft/Windows/Current
| Version/Explorer myself, but that's a pretty WAG.
|
| cheers,
|   DaveK
Thanks for the responses.  Fortunately I didn't have to do that at
all.  My install was nothing more than a base install with rsync and
openssh installed.  I uninstalled cygwin.  Cleaned the system
(deleted the Cygnus registry keys and cygwin install dir) then
reinstalled using the default install.  It accessed the floppy drive
the first time then never again.  I installed rsync and it did not
access the drive.  So the problem seems to have disappeared.  I do
know what you are talking about though.  I've had that happen before
with other apps and usually it is because of that programs MRU list.
- --
Robert Pendell
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
iD8DBQFBv0F9DVXErD6aUwMRAqysAJ46HkJKL7D8MDBVBJmlP5Y0sfBIGQCglhKg
7vkMSj0L5Lk/vEKu3A+oqm0=
=/ol0
-END PGP SIGNATURE-
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


RE: floppy drive accesses

2004-12-13 Thread Dave Korn
> -Original Message-
> From: cygwin-owner On Behalf Of Larry Hall
> Sent: 13 December 2004 19:38

> At 02:57 AM 12/13/2004, you wrote:
> >-BEGIN PGP SIGNED MESSAGE-
> >Hash: SHA1
> >
> >Eric Schweitz wrote:
> >|
> >| I just upgraded my cygwin installation and I'm now seeing
> >| the floppy drive get accessed on various commands.  What
> >| gives?  The commands with this broken behavior I've run
> >| across are: find, df, mount at least.
> >|
> >| How do I turn this off short of ripping the floppy drive
> >| out of my machine?
> >|
> >| I've run filemon and strace and nothing is obviously accessing
> >| A: directly.

  Just to double check:  you did make sure to *enable* it for drive A?  The
default settings for filemon are only to monitor local HDs, IIRC.

> >I have to confirm this problem.  Original basic install from June
> >27th state of local cygwin mirror.  That would be about 5 months
> >old.  I updated to the current version and now I get floppy accesses
> >even though there is no request for floppy.  This occurs with mount
> >and when bash gets loaded.  Attached is my cygcheck.out file.
> 
> 
> Not to rain on your parade or anything but I have a Cygwin 
> DLL of the 1.3
> series and on the machine I ran it on, it accesses the floppy 
> drive for 
> commands like 'df', mounted or not.  So to me it is 
> conceivable that this 
> is not a new issue, even if it's new to you. ;-)

  I was about to say the same thing.  Windoze just *luuurves* accessing the
floppy drive for no apparent reason.  For quite a long time I used to get a
ka-chunk out of my FD every time I opened up "My computer" in explorer.

  Or to see the problem another way, use wordpad to open up a text file off your
FD, then close and exit wordpad, and run it again.  You should find it accesses
the FD; this is as a consequence of having a file from A: on the MRU list.

  You may be able to stop this by digging around for references to A: in the
registry, but be cautious!  Personally, I suspect something to do with those
StreamMRU and Stream keys under HKLM/Software/Microsoft/Windows/Current
Version/Explorer myself, but that's a pretty WAG.

cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: floppy drive accesses

2004-12-13 Thread Larry Hall
At 02:57 AM 12/13/2004, you wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>Eric Schweitz wrote:
>|
>| I just upgraded my cygwin installation and I'm now seeing
>| the floppy drive get accessed on various commands.  What
>| gives?  The commands with this broken behavior I've run
>| across are: find, df, mount at least.
>|
>| How do I turn this off short of ripping the floppy drive
>| out of my machine?
>|
>| I've run filemon and strace and nothing is obviously accessing
>| A: directly.
>|
>| --
>| Eric
>|
>|
>| --
>| Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>| Problem reports:   http://cygwin.com/problems.html
>| Documentation: http://cygwin.com/docs.html
>| FAQ:   http://cygwin.com/faq/
>|
>|
>
>I have to confirm this problem.  Original basic install from June
>27th state of local cygwin mirror.  That would be about 5 months
>old.  I updated to the current version and now I get floppy accesses
>even though there is no request for floppy.  This occurs with mount
>and when bash gets loaded.  Attached is my cygcheck.out file.


Not to rain on your parade or anything but I have a Cygwin DLL of the 1.3
series and on the machine I ran it on, it accesses the floppy drive for 
commands like 'df', mounted or not.  So to me it is conceivable that this 
is not a new issue, even if it's new to you. ;-)



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: floppy drive accesses

2004-12-12 Thread Robert Pendell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Eric Schweitz wrote:
|
| I just upgraded my cygwin installation and I'm now seeing
| the floppy drive get accessed on various commands.  What
| gives?  The commands with this broken behavior I've run
| across are: find, df, mount at least.
|
| How do I turn this off short of ripping the floppy drive
| out of my machine?
|
| I've run filemon and strace and nothing is obviously accessing
| A: directly.
|
| --
| Eric
|
|
| --
| Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
| Problem reports:   http://cygwin.com/problems.html
| Documentation: http://cygwin.com/docs.html
| FAQ:   http://cygwin.com/faq/
|
|
I have to confirm this problem.  Original basic install from June
27th state of local cygwin mirror.  That would be about 5 months
old.  I updated to the current version and now I get floppy accesses
even though there is no request for floppy.  This occurs with mount
and when bash gets loaded.  Attached is my cygcheck.out file.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (MingW32)
iD8DBQFBvUtqDVXErD6aUwMRAnLDAKCYUQzafbIK/AshJxeDpnZ9v4/8JACg3ZsD
gR+m0XgrEDAIgpJX1r5deuk=
=oyWO
-END PGP SIGNATURE-

Cygwin Configuration Diagnostics
Current System Time: Mon Dec 13 02:52:55 2004

Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

Path:   E:\cygwin\usr\local\bin
E:\cygwin\bin
E:\cygwin\bin
E:\cygwin\usr\X11R6\bin
i:\Perl\bin\
h:\WINDOWS\system32
h:\WINDOWS
h:\WINDOWS\system32\WBEM
h:\Program Files\VShell
h:\Program Files\VShell\Bin
"H
E:\cygwin\Program Files\Symantec\Norton Ghost 2003\"
h:\Program Files\SecureCRT\
h:\Program Files\ATI Technologies\ATI Control Panel

Output from E:\cygwin\bin\id.exe (nontsec)
UID: 1003(shinji) GID: 513(None)
513(None)

Output from E:\cygwin\bin\id.exe (ntsec)
UID: 1003(shinji)GID: 513(None)
0(root)  513(None)544(Administrators)
545(Users)   1004(Debugger Users)

SysDir: H:\WINDOWS\system32
WinDir: H:\WINDOWS

HOME = `E:\cygwin\home\shinji'
MAKE_MODE = `unix'
PWD = `/home/shinji'
USER = `shinji'

Use `-r' to scan registry

a:  fd N/AN/A
c:  hd  FAT32 2626Mb   5% CPUN   
d:  cd N/AN/A
e:  hd  NTFS 76332Mb  27% CP CS UN PA FC 
g:  cd  CDFS   614Mb 100%CS  2003CPAK
h:  hd  NTFS 11821Mb  54% CP CS UN PA FC Windows XP
i:  hd  FAT3299989Mb  63% CPUN   
j:  cd N/AN/A
k:  cd N/AN/A
l:  cd  CDFS  1831Mb 100%CS UN   Cygwin 6-27-04
m:  hd  NTFS190779Mb  58% CP CS UN PA FC SERVER

E:\cygwin  /  system  binmode
E:\cygwin/bin  /usr/bin   system  binmode
E:\cygwin/lib  /usr/lib   system  binmode
.  /cygdrive  system  binmode,cygdrive

Found: E:\cygwin\bin\awk.exe
Found: E:\cygwin\bin\bash.exe
Found: E:\cygwin\bin\cat.exe
Found: E:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Found: E:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: E:\cygwin\bin\grep.exe
Not Found: ld
Found: E:\cygwin\bin\ls.exe
Not Found: make
Found: E:\cygwin\bin\mv.exe
Found: E:\cygwin\bin\rm.exe
Found: E:\cygwin\bin\sed.exe
Found: E:\cygwin\bin\sh.exe
Found: E:\cygwin\bin\tar.exe

   55k 2004/09/14 E:\cygwin\bin\cygbz2-1.dll
   18k 2004/07/06 E:\cygwin\bin\cygcharset-1.dll
7k 2003/10/19 E:\cygwin\bin\cygcrypt-0.dll
  846k 2004/12/11 E:\cygwin\bin\cygcrypto-0.9.7.dll
   40k 2004/10/10 E:\cygwin\bin\cygform-8.dll
   45k 2001/04/25 E:\cygwin\bin\cygform5.dll
   35k 2002/01/09 E:\cygwin\bin\cygform6.dll
   48k 2003/08/09 E:\cygwin\bin\cygform7.dll
   28k 2003/07/20 E:\cygwin\bin\cyggdbm-3.dll
   30k 2003/08/11 E:\cygwin\bin\cyggdbm-4.dll
   19k 2003/03/22 E:\cygwin\bin\cyggdbm.dll
   15k 2003/07/20 E:\cygwin\bin\cyggdbm_compat-3.dll
   15k 2003/08/11 E:\cygwin\bin\cyggdbm_compat-4.dll
  107k 2004/07/06 E:\cygwin\bin\cyggettextlib-0-14-1.dll
   17k 2004/07/06 E:\cygwin\bin\cyggettextpo-0.dll
  190k 2004/07/06 E:\cygwin\bin\cyggettextsrc-0-14-1.dll
   17k 2001/06/28 E:\cygwin\bin\cyghistory4.dll
   29k 2003/08/10 E:\cygwin\bin\cyghistory5.dll
   25k 2004/10/12 E:\cygwin\bin\cyghistory6.dll
  991k 2004/07/06 E:\cygwin\bin\cygiconv-2.dll
   22k 2001/12/13 E:\cygwin\bin\cygintl-1.dll
   37k 2003/08/10 E:\cygwin\bin\cygintl-2.dll
   54k 2004/07/06 E:\cygwin\bin\cygintl-3.dll
   22k 2004/10/10 E:\cygwin\bin\cygmenu-8.dll
   26k 2001/04/25 E:\cygwin\bin\cygmenu5.dll
   20k 2002/01/09 E:\cygwin\bin\cygmenu6.dll
   29k 2003/08/09 E:\cygwin\bin\cygmenu7.dll
   21k 2004/10/22 E:\cygwin\bin\cygminires.dll
   74k 2004/10/10 E:\cygwin\bin\cygncurses++-8.dll
  156k 2001/04/25 E:\cygwin\bin\cygncurses++5.dll
  175k 2002/01/09 E:\cygwin\bin\cygncurses++6.dll
  216k 2004/10/10 E:\cygwin\bin\cygncurses-8.dll
  226k 2001/04/25 E:\cygwin\b

Re: floppy drive accesses

2004-12-12 Thread Eric Schweitz
On Sun, Dec 12, 2004 at 01:01:22PM +0200, Pavel Tsekov wrote:
> Hello,

Hi Pavel,

> 
> On Thu, 9 Dec 2004, Eric Schweitz wrote:
> 
> > I just upgraded my cygwin installation and I'm now seeing
> > the floppy drive get accessed on various commands.  What
> 
> How old was your Cygwin setup before the update ?

To be honest, I don't recall.  Maybe ~6 months or so?

> 
> This thread might be related to what you are experiencing if you have
> a floppy disk in your floppy drive:
> 
> http://sources.redhat.com/ml/cygwin-patches/2003-q3/msg00048.html

Thanks.

The strange part is that the floppy was not mounted (so far as I
know -- at least I never tried to mount it).  Using filemon I didn't
even see A: get referenced. (???)

> 
> If you don't have a floppy disk in the drive what happens
> if you run 'mount' several times, one after the other ? Do you
> still get attempts to access the floppy drive ?

I was getting attempts to access everytime... up until I took the
drive out.  It may still be trying for all I know.  (If it's a 
feature of Microsoft Windows, it no doubt *is* still trying.) :)

I'll have to play around with it some more when I get some free
time and try to narrow it down...


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: floppy drive accesses

2004-12-12 Thread Pavel Tsekov
Hello,

On Thu, 9 Dec 2004, Eric Schweitz wrote:

> I just upgraded my cygwin installation and I'm now seeing
> the floppy drive get accessed on various commands.  What

How old was your Cygwin setup before the update ?

This thread might be related to what you are experiencing if you have
a floppy disk in your floppy drive:

http://sources.redhat.com/ml/cygwin-patches/2003-q3/msg00048.html

If you don't have a floppy disk in the drive what happens
if you run 'mount' several times, one after the other ? Do you
still get attempts to access the floppy drive ?

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: floppy drive accesses

2004-12-10 Thread Dave Korn
> -Original Message-
> From: cygwin-owner On Behalf Of Eric Schweitz
> Sent: 10 December 2004 17:56
> To: Cygwin List
> Subject: Re: floppy drive accesses
> 
> 
> My guess is it's some configuration thing as well.  But
> I'm not sure where to look.  I've checked the more obvious
> things such as PATH settings, /etc files, ...
> 
> The machine (a DELL) is running Win XP SP2.  I'll have to
> try on another machine... later.
> 
> I guess I'm just going to pull the drive, since it is
> ridiculous, slow, and annoying.


  Thing is, it's almost certainly an underlying behaviour of the windows OS
rather than anything Cygwin is doing.  It seems to like to scan the FD quite a
lot.  For example, if you've recently used wordpad to edit a file on the floppy,
you'll see the FD get accessed every time you run wordpad again; it's something
to do with it verifying the file MRU list.


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: floppy drive accesses

2004-12-10 Thread Eric Schweitz
My guess is it's some configuration thing as well.  But
I'm not sure where to look.  I've checked the more obvious
things such as PATH settings, /etc files, ...
The machine (a DELL) is running Win XP SP2.  I'll have to
try on another machine... later.
I guess I'm just going to pull the drive, since it is
ridiculous, slow, and annoying.
At 06:46 AM 12/10/2004, you wrote:
At 12:30 AM 12/10/2004, you wrote:
>No.  It doesn't appear in the output from mount.  I didn't
>change mounts; just ran Setup.exe and got the latest updates.
>
>--> mount
>C:\cygwin\bin on /usr/bin type system (binmode)
>C:\cygwin\lib on /usr/lib type system (binmode)
>C:\cygwin on / type system (binmode)
>c: on /c type system (binmode)
>e: on /e type system (binmode,noexec)
>j: on /j type system (binmode)
>m: on /m type system (binmode)
OK, interesting.  Well, I don't see any change in behavior on my
machines in this respect going all the way back to 1.3.17.  AFAICS,
any recent change in behavior you're seeing is coincidental.

--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: floppy drive accesses

2004-12-10 Thread Larry Hall
At 12:30 AM 12/10/2004, you wrote:

>No.  It doesn't appear in the output from mount.  I didn't
>change mounts; just ran Setup.exe and got the latest updates.
>
>--> mount
>C:\cygwin\bin on /usr/bin type system (binmode)
>C:\cygwin\lib on /usr/lib type system (binmode)
>C:\cygwin on / type system (binmode)
>c: on /c type system (binmode)
>e: on /e type system (binmode,noexec)
>j: on /j type system (binmode)
>m: on /m type system (binmode)


OK, interesting.  Well, I don't see any change in behavior on my
machines in this respect going all the way back to 1.3.17.  AFAICS,
any recent change in behavior you're seeing is coincidental.



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: floppy drive accesses

2004-12-09 Thread Eric Schweitz

No.  It doesn't appear in the output from mount.  I didn't
change mounts; just ran Setup.exe and got the latest updates.

--> mount
C:\cygwin\bin on /usr/bin type system (binmode)
C:\cygwin\lib on /usr/lib type system (binmode)
C:\cygwin on / type system (binmode)
c: on /c type system (binmode)
e: on /e type system (binmode,noexec)
j: on /j type system (binmode)
m: on /m type system (binmode)



On Thu, Dec 09, 2004 at 10:43:01PM -0500, Larry Hall wrote:
> At 12:12 PM 12/9/2004, you wrote:
> 
> >I just upgraded my cygwin installation and I'm now seeing
> >the floppy drive get accessed on various commands.  What
> >gives?  The commands with this broken behavior I've run
> >across are: find, df, mount at least.
> >
> >How do I turn this off short of ripping the floppy drive
> >out of my machine?
> >
> >I've run filemon and strace and nothing is obviously accessing
> >A: directly.
> 
> 
> Is your floppy drive mounted?
> 
> 
> 
> --
> Larry Hall  http://www.rfk.com
> RFK Partners, Inc.  (508) 893-9779 - RFK Office
> 838 Washington Street   (508) 893-9889 - FAX
> Holliston, MA 01746 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: floppy drive accesses

2004-12-09 Thread Larry Hall
At 12:12 PM 12/9/2004, you wrote:

>I just upgraded my cygwin installation and I'm now seeing
>the floppy drive get accessed on various commands.  What
>gives?  The commands with this broken behavior I've run
>across are: find, df, mount at least.
>
>How do I turn this off short of ripping the floppy drive
>out of my machine?
>
>I've run filemon and strace and nothing is obviously accessing
>A: directly.


Is your floppy drive mounted?



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



floppy drive accesses

2004-12-09 Thread Eric Schweitz
I just upgraded my cygwin installation and I'm now seeing
the floppy drive get accessed on various commands.  What
gives?  The commands with this broken behavior I've run
across are: find, df, mount at least.
How do I turn this off short of ripping the floppy drive
out of my machine?
I've run filemon and strace and nothing is obviously accessing
A: directly.
--
Eric
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/