File losing ownership

2005-03-09 Thread Colin JN Breame
I have a file such that: $ ls -l test -rw-r--r-- 1 Administrators None 6 Mar 9 17:00 test I open it and save in emacs. $ ls -l test -rw-r--r-- 1 colin None 7 Mar 9 17:00 test Is this a bug? -- Colin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

apt-rpm port

2005-03-09 Thread Colin JN Breame
AFAIK, rpm has been ported for a long time. Has anyone looked into porting Conectiva's apt-rpm? -- Colin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Listing services

2005-03-04 Thread Colin JN Breame
Hello, Anyone know how to list the names and descriptions of all the services on the system? Cheers, -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

sshd error log and sshd_config

2005-02-28 Thread Colin JN Breame
in either sshd.out.log or sshd.err.log. However, they are empty. Adding 'LogLevel VERBOSE' has no effect. Infact, I can add complete garbage to sshd_config and sshd continues to start asif nothing had happend. And not work. Any help would be appreciated. -- Colin JN Breame -- Unsubscribe

What is aux???!

2004-10-29 Thread Colin JN Breame
Try this: $ mkdir aux mkdir: `aux' exists but is not a directory $ cat aux (hangs) $ ./aux (hangs) $ ls aux aux $ rm aux $ Yours bemused, -- Colin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: What is aux???!

2004-10-29 Thread Colin JN Breame
Larry Hall wrote: At 10:43 AM 10/29/2004, you wrote: Try this: $ mkdir aux mkdir: `aux' exists but is not a directory $ cat aux (hangs) $ ./aux (hangs) $ ls aux aux $ rm aux $ Yours bemused, -- Colin Welcome to Windows. You should try googling for things like this. It has come up

Re: What is aux???!

2004-10-29 Thread Colin JN Breame
Christopher Faylor wrote: On Fri, Oct 29, 2004 at 03:52:35PM -0400, Igor Pechtchanski wrote: On Fri, 29 Oct 2004, Colin JN Breame wrote: Try this: $ mkdir aux mkdir: `aux' exists but is not a directory $ cat aux (hangs) $ ./aux ^^^ Given the subject, I especially like this one

Re: Filename limits

2004-10-28 Thread Colin JN Breame
Shankar Unni wrote: The Unicode versions of several functions permit a maximum path length of 32,767 characters, composed of components up to 255 characters in length. To specify such a path, use the \\?\ prefix. For example, \\?\D:\path. To specify such a UNC path, use the \\?\UNC\ prefix.

Status of nl_langinfo and CODESET

2004-10-27 Thread Colin JN Breame
I've been investigating the dreaded Can't recode string error in subversion. This error occurs when a string contains characters that cannot be converted into the equivalent characters in the users locale. It seems that nl_langinfo always returns US-ASCII (at least on my system), even if

Filename limits

2004-10-27 Thread Colin JN Breame
As I understand, relative paths in windows suffer from a 255 character limit (or something like that). However, I have heard rumour that absolute paths in windows are limited to 32k characters. Would it not solve the problem of the File name too long errors if paths were first converted to

windows specific code

2004-10-27 Thread Colin JN Breame
Where does the windows specific code live for libc? e.g. newlib/libc/stdio/fopen.c: fopen calls _open_r newlib/libc/reent/openr.c: _open_r calls _open where does _open live? Colin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: filesystem encoding

2004-09-09 Thread Colin JN Breame
Arturus Magi wrote: Windows Explorer is Unicode 3.0 compliant on the NT line (I have several files that use a mixture of English, Japanese, and Chinese in the filename and various description fields), and the 9x line can be made partially Unicode-aware. I don't think the em hyphen is a valid

filesystem encoding

2004-09-08 Thread Colin JN Breame
Hello, Could anyone direct me to some documentation about how cygwin decodes filenames (e.g. with ls) Thanks ps. cygwin is cool -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: filesystem encoding

2004-09-08 Thread Colin JN Breame
Igor Pechtchanski wrote: Any names that can't be so mapped are rejected as invalid, and are displayed with '?'s by ls. Switching to the correct language allows accessing those names. HmmmI have a file that, through windows explorer contains a (long) hypen, but through cywin (ls), the

setup

2004-09-07 Thread Colin JN Breame
Is there a way of installing packages on the command line? -- 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/

Locking down cygwin for security

2004-09-03 Thread Colin JN Breame
Hello, Is it possible to disabled certain features to make cygwin secure over ssh such that the logged in user cannot: - cd into any /cygdrive drives - mount any local or UNC drives but still: - access a system wide mount to a local drive ??? Thanks, Colin -- Unsubscribe info:

Re: Why umount -A is a really bad idea

2004-09-02 Thread Colin JN Breame
Christopher Faylor wrote: I have had a modification to mount waiting in the wings for a while now which foregos the use of the registry entirely but I can't convince myself that, if I implement it, the mailing list won't be filled with the moans of people who now have to do a mount -a -t ntfs (or

BUG: mv on a mounted network drive

2004-08-27 Thread Colin JN Breame
Take a look at this output, 'cos it ain't right $ pwd /mnt/devserver_e/temp $ mount c:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) \\devserver\dev_e_drive on /mnt/devserver_e type system (binmode) c:\cygwin\bin on /usr/bin type system (binmode)

Gnome for cygwin

2004-08-26 Thread Colin JN Breame
Is there a Gnome port (2.6) to cygwin? -- 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: Why umount -A is a really bad idea

2004-08-26 Thread Colin JN Breame
consideration to renaming the command to something like, cygmount? Bill On Thu, 26 Aug 2004 12:48:38 +0200, Reini Urban [EMAIL PROTECTED] wrote: Igor Pechtchanski schrieb: On Wed, 25 Aug 2004, Mike wrote: On Wed, 25 Aug 2004, Colin JN Breame wrote

sshd privilege separation problem

2004-08-25 Thread Colin JN Breame
Hi, I've been running sshd and it recently stopped working. I'm not sure whether I did anything to it, but I've managed to track down the problem. If I use privilege separation (ssh-host-config), as soon as I type the password in, the message Connection to localhost closed. is displayed.

Why umount -A is a really bad idea

2004-08-25 Thread Colin JN Breame
I tried this once, just to see what would happen. I then spent the next hour restoring the mount points. I've learnt a valuable lesson... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: