RE: permission denied for NTFS network shares

2002-12-22 Thread Chris January
assword. Simply rsh'ing to a machine isn't enough, the domain controller will not trust you. Hence you will not have access to any network shares as it won't believe who you say you are. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: permission denied for NTFS network shares

2002-12-22 Thread Chris January
ur (login/password) will not allow that > since you can't hardcode your passwords in scripts. AFAIK you'll need to supply a password at some point. You could try using expect or something similar to pass the password through. Chris -- Unsubscribe info: http://cygwin.com/ml/#u

Re: rxvt, once again...

2002-12-23 Thread Chris Game
> That's interesting, but what's the advantage of rxvt over opening cygwin/bash in a Windows command window, where all the formatting options (except initial placement I grant you) are available from the prompt window properties? -- ==

RE: su command ?

2002-12-23 Thread Chris January
get Administrator from normal User account). http://www.doc.ic.ac.uk/~ccj00/twiki/bin/view/Cygwin/CygwinSu Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: rxvt, once again...

2002-12-24 Thread Chris Game
In a recent post, Rui Carmo wrote: > On Monday, Dec 23, 2002, at 11:58 Europe/Lisbon, Chris Game wrote: >> That's interesting, but what's the advantage of rxvt over opening >> cygwin/bash in a Windows command window, where all the formatting >> options (except ini

Re: Bugs in Cygnus Tools bash

2002-12-24 Thread Chris Game
s on here benefit from other's mistakes. -- === Chris Game === -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: rxvt, once again...

2002-12-24 Thread Chris Game
y, life's just too short. That's why the advice from those who know about these things is so valuable. So thanks, Rui, and all those who took the trouble to respond. Season's Greetings to all! -- ===

RE: Bug in g++: Testcase exits with segmentation fault

2003-01-14 Thread Chris January
emporary observer object. So when the line observer::observer() { Select.give(this); } calls give(), it leaves a dangling pointer. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Move to Windows Recycle Bin instead of deleting

2003-01-14 Thread Chris Polley
.dll <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shfileoperation.asp> might be useful in working out a way to do it. HTH, CHris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.h

RE: javac on cygwin

2003-01-15 Thread Chris January
u could theoretically modify an .exe to load > >>cygwin1.dll and use the wrapper functions. Or you could use some of > >>Windows hook facilities to do that. > > > >Hmm. Would that even work? This is a project I might work on when I have the time. Chris -- U

RE: Bug in rm -r with locked files

2003-01-23 Thread Chris January
> >When Busy File Encountered" on April 6, 2002 and "REPOST: unlink > semantics" > >from April 10, 2002. > > > >I'm not an expert, but this has come up more than once (I initiated the > >April 6 round of discussions) and the upshot is that giv

getopt_long behavior

2003-01-29 Thread Chris Morgan
piling the whole cygwin suite from source code? Is there still no plan to switch this behavior back? I can't imagine I'm the only one that wishes reordering was supported. Thanks, Chris On Thu, Sep 05, 2002 at 04:52:01AM -0400, [EMAIL PROTECTED] wrote: >I noticed that getopt() a

RE: getopt_long behavior

2003-01-29 Thread Chris Morgan
r tools, without any trouble at all. This behavior actually used to be supported in cygwin but was changed, maybe a year or a year and a half ago. I just wanted to bring the issue back up again to see if cygwin tools could be made to work like their linux/unix counterparts again. Chris Origina

RE: su command ?

2003-01-29 Thread Chris January
> On Tue, Dec 24, 2002 at 01:54:23AM -0000, Chris January wrote: > > > > > > 'su' is not implemented in cygwin (yet). The closest you > can get now is > > > > setting up sshd and using 'ssh user@localhost'. There was > some talk of >

RE: su command ?

2003-01-29 Thread Chris January
t unexecutable... Permissions on my /bin/bash are -r-xr-xr-x+, i.e. 555 Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: manuals for newbies?

2003-02-02 Thread Chris January
where on the net that I don't know? Or I have to > keep bothering you guys? :) http://www.doc.ic.ac.uk/~ccj00/twiki/bin/view/Cygwin/WebHome has some useful bits and pieces. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwi

RE: Why won't my files link?

2003-02-05 Thread Chris January
nux. This > file was generated by a CS professor at my school using GCC. When I use > the You can't use Linux library object files on Cygwin. If you don't have access to the source then you will either have to compile and run your application on Linux or use some kind of emulator like Li

RE: Problems compiling trivial C program.

2003-02-09 Thread Chris January
dic, but I can only test this at college. Would reinstalling gcc solve the corrupted symlink problem as I have already tried that and I still get the same error. A process is actually being spawned (the as.exe process) so it doesn't sound like the symlinks are corrupted. Do you (Chris) or anyo

RE: Is modem dial-in access to Cygwin possible?

2003-02-18 Thread Chris January
> Is modem dial-in access to Cygwin possible? Is there a version > of mgetty that > works with Cygwin? If not, could it work or are there > limitations in Cygwin > that would prevent this. Use Dial-up Server and sshd? Chris -- Unsubscribe info: http://cygwin.com/

Building/running GIMP under Cygwin

2003-02-25 Thread Chris Olive
a STEP BY STEP w/success, I'd be glad to see it. A few days of dinking with it have not produced success on my part. There's gotta be a secret incantation... chris - Chris Olive [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug report

RE: Process states in cygwin ?

2003-02-26 Thread Chris January
> Probably > > else >status = 'R'; //running > > would be a good idea then? Try using procps (from the procsps package) if need process states reported more accurately. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

RE: loopback devise (was Re: mknod implementation? ... )

2003-02-26 Thread Chris January
er. Check out FileDisk at this link: http://www.acc.umu.se/~bosse/ This should do what you want (being able to mount a disk image in Windows). You can then use the Cygwin 'mount' command to mount the new device in Cygwin. If you want to read ext2 or another filesystem you will need an

RE: Distributed Compilation

2003-02-26 Thread Chris January
e beats me to this I'll try and package it up > in the next few weeks. distcc is great - I can compile KDE CVS in about 10 minutes total using 30 machines at college. OT, but do you think distcc could be run over the Internet? Imagine a huge distributed Cygwin compile farm across

RE: cpu and partition info

2003-02-26 Thread Chris January
> Hello all, > > Is there a /proc/partitions or a /proc/cpuinfo in newer versions > of Cygwin? > I'm looking for a way to determine cpu info and drive info from the > command line. I'm using v1.3.14. I'll code some up for you, how about that? Chris

RE: sudo and runas

2003-03-05 Thread Chris January
.exe /C -ing it, but none of these seem > to work. > > Anyone else tried doing this? Is this any use? http://www.doc.ic.ac.uk/~ccj00/twiki/bin/view/Cygwin/CygwinSu Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cyg

RE: sudo and runas

2003-03-09 Thread Chris January
script using runas, > > but for some > > > reason can't get it to work at all under Cygwin - I tried > > running it > > > from Bash, cygstart-ing it, cmd.exe /C -ing it, but none of > > these seem > > > to work. > > > > > > Anyon

RE: sudo and runas

2003-03-10 Thread Chris January
> > > > Is this any use? > > > > > > > > http://www.doc.ic.ac.uk/~ccj00/twiki/bin/view/Cygwin/CygwinSu > > > > > > > > Chris > > > > > > [EMAIL PROTECTED] (.../jon/tmp) % su root > > > Password: > >

IPv6 support?

2003-03-11 Thread Chris Pearson
s for your help! -- Chris Pearson > On Fri, Mar 29, 2002 at 02:16:33PM -0700, Harris, Jeffrey A wrote: > > I just completed the install and download of all the packages of cygwin. > > When compiling a program in cygwin I get the following.. > > > > gcc -g -Wall -c conn

RE: sudo and runas

2003-03-11 Thread Chris January
> On Mon, Mar 10, 2003 at 10:56:11AM -0000, Chris January wrote: > > The su binary on my webpage seems to need more privileges than > I remember. > > Try assigning yourself the "Replace a Process Level Token" right. I am > > You're opening up the security hol

Cygwin installation choke

2003-03-13 Thread Chris Hardie
Hey, I can't seem to find any details about this error, so I'm tossing it out there. After installing the newest version of Cygwin, it chokes when it tries to launch. "The CYGWIN1.DLL is linked to missing export KERNEL32.DLL:IsProcessorFeaturePresent" I'm running Windows '95 on a P300 Celero

RE: 1.3.21-1 broken on Win9x - IsProcessorFeaturePresent not autoloaded (was: Cygwin installation choke)

2003-03-13 Thread Chris January
> Chris Hardie wrote: > > Hey, > > > > I can't seem to find any details about this error, so I'm tossing it > > out there. > > > > After installing the newest version of Cygwin, it chokes when it > > tries to launch. > >

RE: Cygwin installation choke

2003-03-13 Thread Chris January
> On Thu, Mar 13, 2003 at 05:09:21PM +0000, Chris Hardie wrote: > > "The CYGWIN1.DLL is linked to missing export > > KERNEL32.DLL:IsProcessorFeaturePresent" > > > > I'm running Windows '95 on a P300 Celeron. Anyone have any idea what's &g

RE: Cygwin installation choke

2003-03-16 Thread Chris January
> Chris, > > On Thu, Mar 13, 2003 at 11:57:43PM -0000, Chris January wrote: > > Corinna, the cpuid results are still valid if the user doesn't > have NT. Only > > in the worst case scenario (i.e. a user running Windows 95/98 > on a 486) will > > it be nece

1.3.21-1 broken on Win9x - IsProcessorFeaturePresent not autoloaded

2003-03-17 Thread Hardie, Chris
>Looks like when the /proc/cpuinfo feature was added, someone forgot to register a new function with the autoload magic. >Basically, 1.3.21-1 is broken for Win9x. You will have to roll back to 1.3.20 and wait for a re-release. Max. Alrighty. Where can I find old distros? I've given the site a once

latex crash

2003-11-17 Thread chris jefferson
eems unable to see the file (although it is visable in windows explorer) I can reproduce this on both computers I have (independantly) installed cygwin on. Chris Cygwin Win95/NT Configuration Diagnostics Current System Time: Mon Nov 17 19:19:49 2003 Windows XP Professional Ver 5.1 Build

RE: Any current plans for an SDL package?

2003-11-25 Thread Chris January
ould be possible without too much work, but using > mingw sounds like it is at least slightly more common. > > If i can make the lib like that i will have to see if i can find anybody > who can maintain the packages. I would love to have a Cygwin linked SDL and am willing to maintain it if

Re: getopt() musings

2003-12-03 Thread Chris Morgan
It has again been some time since I've sent mail about the getopt issues ;-) I too would like to see getopt_long() allow parameter reordering, I'm fine with getopt() preserving posix correctness. Is anyone currently taking a look at this? What would be involved in the process? Tha

RE: Unable to replicate Win2000 accounts

2004-01-13 Thread Chris January
ively: > $ /etc/group try cat /etc/group > $ /etc/passwd try cat /etc/passwd Chris -- 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/

Meamory Leak while compiling

2004-01-14 Thread Chris Telting
t the same problem. I'm about to try to pull the latest revision from cvs to see if that addresses it. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: MS offers "Services For Unix" free of charge

2004-01-14 Thread Chris January
> filesystem "plug-ins" which could be generalized for stuff like NFS, > EXTFS, etc. > > Didn't someone say they had a free month? Perfect project. :-) Isn't the SFU NFS client an installable file system, i.e. you can use it anywhere in Windows, not just

RE: MS offers "Services For Unix" free of charge

2004-01-15 Thread Chris Telting
Buchbinder, Barry wrote: Does this mean that that MS finds that Cygwin (and U/Win, MKS, et al.) is a threat? Or that they were not making much from SFU but cannot drop it for various reasons, so are going for brownie points? The motivation is probably so that they can realease other unix softw

cat.exe doesn't show entire file in Command Prompt

2004-01-20 Thread Chris Eidem
pily supply any info requested. Thanks, - chris cygcheck -svr: Cygwin Win95/NT Configuration Diagnostics Current System Time: Tue Jan 20 09:22:35 2004 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin

reent_data missing in 1.5.6 cygwin1.dll

2004-01-27 Thread Chris Metcalf
r 1998 onward should work correctly with newer DLLs." Meanwhile I'll stay back at the 1.5.5 cygwin, so I'm not hurting, but I thought I'd bring this to your attention. Thanks, Chris Metcalf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Cut-down Cygwin on a USB Memory Stick?

2004-01-28 Thread Chris Jefferson
und useful for USB keying is to look up "upx"ing (available in cygwin, although the closed-source version gets better compression) all of the executables and dlls. you can get some fair reduction in space requirements and definatly if you use a USB 1.1 device you'll probably find a

RE: Output of 'top' lacking load average output

2004-02-02 Thread Chris January
these values are not available. (Note: this isn't strictly true as there are similar performance counters on Windows 95 - feel free to write some code to read them and add them to /proc/loadavg.) Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Modular setup?

2004-02-02 Thread Chris Jefferson
Hello. I suspect that this is a FAQ, but I haven't found it, so I'll ask it! Unlike linux / *BSD / etc distributions, it doesn't seem easy to automate the cygwin install utility. I don't seem able to get a list of installed packages, give a package to install from a given file, examine the pac

high CPU load after use of procexp

2004-02-04 Thread Chris Liechti
w2K. sometimes there are two threads with the same startaddress sharing the high load on w2k. anyone any ideas? what can i do to isolate the problem? chris references: procexp: http://www.sysinternals.com/ntw2k/freeware/procexp.shtml -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

access violation in ash 20040127-1 with cygwin 1.5.7-1

2004-02-06 Thread Chris Metcalf
e of the fcntl64 unsat (I believe that was the symbol, or if not something similar -- fstat64?). Chris Metcalf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: cygwin rebooting computer

2004-02-11 Thread Chris January
b->'Settings'. Uncheck 'Automatically restart'. Next time you should see a blue screen instead of the computer rebooting. See if this helps you solve the problem. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin

NTFS links

2004-02-12 Thread Chris Jefferson
Cygwin includes quite a number of symlinks. I personally have changed a number of the cygwin-style symlinks to windows-style ones to fix (as has been mentioned recently) the problem that cygwin-style symlinks don't work from cmd Would it be possible to automagically change all the cygwin-style

Re: Cygwin Mailing list

2004-02-17 Thread Chris Jefferson
end it just to the author of the mail in question? Thank you for your time, Chris -- 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: Is the command "top" in cygwin?

2004-03-03 Thread Chris January
month day 01 0801 1 = first revision 2 = second revision Chris > - Original Message - > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > To: "Peng Yu" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, March 03, 2004 8

sshd vs. lftp

2004-03-05 Thread Chris Herborth
irror /tmp/mirror [EMAIL PROTECTED] [535]: !lftp lftp -u chris fish://localhost/tmp/ Password: lftp [EMAIL PROTECTED]:/tmp> mirror -v test-lftp Total: 1 directory, 0 files, 0 symlinks Using lftp 2.6.12 under Mac OS X exhibits the same problems; works fine with the other sites I tested, but not the

Re: sshd vs. lftp

2004-03-10 Thread Chris Herborth
hd and lftp) is the domain; at work, my system is part of domain, at home, I don't have one. I made sure the SYSTEM account (which is what inetd is starting sshd as) had access to my directories, but it doesn't seem to have made any difference. -- Chris Herborth

Re: Some help with [re-]installation please

2004-03-13 Thread Chris Green
On Fri, Mar 12, 2004 at 02:59:59PM -0600, Brian Ford wrote: > On Fri, 12 Mar 2004, Chris Green wrote: > > > On Wed, Mar 10, 2004 at 10:10:18AM -0600, Brian Ford wrote: > > > > > Since none of this is really specific to Cygwin/X, I've redirected > >

Re: Some help with [re-]installation please

2004-03-12 Thread Chris Green
graded package. > > > > What on earth does "To Uninstall, Reinstall, or get the Source for an > > existing package, click on Keep to toggle it.", mean??? > > > Did you try it? Clicking on Keep transitions it to Uninstall, Reinstall, > Source, etc. >

"man" trouble

2004-03-16 Thread Chris Herborth
al error: can't open ` -P-c -mandoc': No such file or directory Looks a bit like a script somewhere has gotten hosed or something... any clues? -- Chris Herborth [EMAIL PROTECTED] Documentation Overlord, CRYPTOCard Corp. http://www.cryptocard.com/ N

Starting a Win32 app from inside Cygwin

2004-03-20 Thread Chris Powell
o the linux box and opens OO word processing with the text file on an NFS. It there anyway to do this back to a WinXP box? Any advise is appreciated. Chris Powell -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.htm

launching a remote webbrowser with cygwin

2004-03-23 Thread Chris Bullock
and all I want the users to do is access a webbrowser. Regards, Chris -- 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: procps returns \"Unknown HZ value\"

2004-03-24 Thread Chris January
Redirecting to the cygwin mailing list. You probably need to upgrade your version of the Cygwin DLL. > The /proc filesystem doesn't exist? Does something need to be > installed using cygrunsrv? > > -richard > > > -Original Message- > From: Chris Jan

Portmap and NFS-server

2004-03-26 Thread Clemson, Chris
stalled as services correctly. thank you, chris -- The content of this e-mail is confidential, may contain privileged material and is intended solely for the recipient(s) named above. If you receive this in error, please notify Software AG immediately and delete this e-mail. Software AG (UK) Limited

RE: Portmap and NFS-server

2004-03-26 Thread Clemson, Chris
> On Fri, Mar 26, 2004 at 10:24:01AM -, Clemson, Chris wrote: > > I ran nfs-server-config, but it tries to install a portmap > service, which it > > cant find. > > Any ideas which package this is in, as i can't see it as a > separate package > > in the

Re: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-05 Thread Chris Jefferson
n to not mess my files up ^_^ ) Chris -- 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/

Bogus assumption prevents d2u/u2d/conv/etal working on mixed files.

2004-04-06 Thread Chris Murray
re conceptually consistent) is a reasonable solution to all concerned. Chris -- 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: compilation with -mno-cygwin

2004-04-13 Thread Chris Jefferson
rns g++ into a "pure" windows C++ compiler (hence the name of the flag). -mno-cygwin should end up with files identical(ish) to those obtained by mingw I think.. what compile line did you use for that? Chris -- Badger, Badger, Badger, Badger, Badger, Badger, Badger, Badger... Mus

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-13 Thread Chris Jefferson
Alex Vinokur wrote: "chris" wrote in message news:[EMAIL PROTECTED] Alex Vinokur wrote: Comparative Performance of C++ Compilers C/C++ Performance Tests = Whi

RE: co-linux

2004-04-15 Thread Chris January
n't think of anyone who releases binary only code for Linux but not for Windows. It would be really nice to be able to run Valgrind on Windows as well, but that's another story. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:

RE: Quick hack to implement gethostbyname_r() through gethostbyname()+mutex lock

2004-04-15 Thread Chris January
elease it as binaries without > being obliged by the GPL to provide sources, because they can > claim they're > working on your PD version rather than any version distributed under GPL. > IOW, making code PD makes it impossible to apply and enforce the > GPL to it. > IIUIC. The i

Re: gcc -mno-cygwin finds the wrong include files

2004-04-15 Thread Chris Jefferson
ofessional Ver 5.1 Build 2600 Service Pack 1 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\usr\X11R6\bin c:\WINDOWS\system32 c:\WINDOWS c:\WINDOWS\System32\Wbem Output from C:\cygwin\bin\id.exe (nontsec) UID: 1003(Chris) GI

Re: gcc -mno-cygwin finds the wrong include files

2004-04-15 Thread Chris Jefferson
... Hi self! I've been having a play around and I believe this problem is connected to #include_next not respecting the -mno-cygwin. My knowledge of gcc is however nowhere near enough for me to be sure. I just wanted to say this to perhaps save someone else some small amount of time.

lftp 'put' problem

2004-04-16 Thread Chris Herborth
23:05 i686 unknown unknown Cygwin - residential cable modem connection (3MBit) - accepting ssh connections through inetd; ssh, scp, sftp work perfectly I've attached the core dump, and the output of "cygcheck -s -v -r" from both ends. Clues appreciated, thanks! -- Ch

Re: Souldn't we put [Cygwin] or [CygXwin] here depending on the question?

2004-04-16 Thread Chris Jefferson
make sure you have the correct account selected! Also, if you want to test your new shiny filter, if you click on it there is a "run now!" option! Hope that is a simple enough guide :) Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: ht

Re: Cygwin setup window size, why no maximize button enabled ?

2004-04-17 Thread Chris Jefferson
in cygwin b) As I read the original program, am I now irreparably "tainted" and cannot work on fixing / extending the code? Chris Regards, Utomo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of utomo Sent: Saturday, April 17, 2004 10:41

Re: hot to get IP from shell -> C solution

2004-04-22 Thread Chris Herborth
chine, or nothing. import socket try: print socket.gethostbyname( socket.gethostname() ) except: pass Perl's probably just as easy. -- Chris Herborth [EMAIL PROTECTED] Documentation Overlord, CRYPTOCard Corp. http://www.cryptocard.com/ Never send

Re: are rand48() & Co implemented now?

2004-05-03 Thread chris jefferson
electa wrote: i have used #include but gcc still prints "implicit declaration of function lrand48()", and "srand48()". Just checking, are you using the "-mno-cygwin" flag on gcc/g++? This would cause that error. If so, then you are using mingw and should really go and ask them why it doesn't

Re: GPL violation ?

2004-05-05 Thread Chris Herborth
't sounding too snippy in this message, I've actually had to explain this several times this week. Must be related to the change in seasons. ;-) -- Chris Herborth [EMAIL PROTECTED] Documentation Overlord, CRYPTOCard Corp. http://www.cryptocard.com

RE: ssh

2004-05-06 Thread Clemson, Chris
> Hi I setup ssh on cygwin and when files get dropped on ssh to > windows it > automatically assigns the rights to read for the everyone group. Is it > possible to tweak this > So that files coming from a certain user are only accessible from that > user? Permissions on the parent folder are diffe

[OT] Re: g++ libcygwin.a has an undefined reference

2004-05-18 Thread chris jefferson
Christian Rudiger wrote: Hello Al, thank you, it worked. i putted one at the end of the program just writing : }; // end of class int main(){} why does that work? I think thats strange. Regards Christian Rudiger I thought I would post this to the list, because it's nice to have complete dicussion

RE: Cygwin's chmod +X

2004-05-19 Thread Chris January
r objects created by members of the administrator group option" in Local Policies/Security Options. Chris -- 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: where is at at?

2004-05-21 Thread Clemson, Chris
;at" is a Windows command that's part of the task scheduler service (I > think it gets installed with IE6, but I'm not sure). > Igor yes, AT is a windows command. it comes with windows NT onwards. It is part of the OS, not part of IE chris -- The content of this e-mail

RE: New install of 1.5.10 replacing 1.5.6: many things not working

2004-05-28 Thread Chris Carlson
directories, and "more" can't find cygncurses6.dll. So, what have I done wrong? What can I do to fix it? Thanks for any assistance you can provide. Chris Carlson iStor Networks, Inc. -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Friday, May 28,

RE: New install of 1.5.10 replacing 1.5.6: many things not working

2004-05-28 Thread Chris Carlson
in.old/usr/ bin export PATH if [ -r $HOME/.bashrc ] then . $HOME/.bashrc if [ $PWD != $HOME ] then cd $HOME fi fi With minimal testing, this seems to fix all my problems for now. Chris Carlson iStor Networks, Inc. -Original Message----- From: Chris Carlson Sent: F

Chaining of libraries with dlsym

2004-05-28 Thread Chris Lattner
ow of a solution to this problem? Anything from fixing cygwin to suggesting a work-around would be very welcome. Thanks again for such a great tool! -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

RE: PATH and HOME in cygwin

2004-06-02 Thread Chris Carlson
ly. Suggesting the reading of a book on shells wouldn't be quite useful either, since Cygwin does things just a little differently. A pointer to the Cygwin document might have helped. I'm still looking for it. Chris Carlson iStor Networks, Inc. -Original Message- From: Thorste

RE: PATH and HOME in cygwin

2004-06-03 Thread Chris Carlson
anything Unixy. The concept of a man page is completely foreign to them, not to mention command-line. They don't know there is a "FILES" section that is on line 5061 of the man page. They don't even know to look for one. See below for other comments... Chris Carlson i

Printing under Cygwin on W2K

2004-06-03 Thread Chris Carlson
n unknown Cygwin Thanks in advance. Chris Carlson iStor Networks, 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: Printing under Cygwin on W2K

2004-06-03 Thread Chris Carlson
Thanks for the quick response! Chris Carlson iStor Networks, Inc. -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 10:39 AM To: Chris Carlson Cc: [EMAIL PROTECTED] Subject: Re: Printing under Cygwin on W2K On Thu, 3 Jun 2004, Chris

RE: Printing under Cygwin on W2K

2004-06-03 Thread Chris Carlson
It made me dig a bit deeper into the problem. Chris Carlson iStor Networks, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hannu E K Nevalainen Sent: Thursday, June 03, 2004 1:00 PM To: [EMAIL PROTECTED] Subject: RE: Printing under Cygwin on W

RE: PATH and HOME in cygwin

2004-06-03 Thread Chris Carlson
eatures that aren't documented that I want to use? I try to be understanding with questions. If they're totally ignorant and lazy, I might kindly tell them where to look, but if it appears like they've made a little effort, I'll try and answer them. Chris Carlson iStor Networks,

debugging problem

2002-02-26 Thread Chris January
I have a bug that shows up when I run commands normally from bash, but doesn't show up when they are run with strace (because it only shows up on direct children of the initial bash process). How can I debug this? Regards Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubs

ls /cygdrive

2002-02-26 Thread Chris January
Can someone with Cygwin 1.3.10 DLL please check what output you get if you type the following: 1. Click Cygwin.bat 2. Type cd /cygdrive 3. Type ls Regards Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation

unix to dos path conversion utility?

2002-02-27 Thread Chris Stephens
Is there a utility available that will convert cygwin paths to dos paths and visa-versa? On the archives I saw that the cygwin dll has functions that do that, but does there exist a standalone app that will do this? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reportin

long delays on fhandler_base::open with cygwin 1.3.10

2002-03-03 Thread Chris January
to return! No other CPU intensive programs are running and, no, I'm not selecting text in the console window and not realising it... :-) Regards Chris 2992 6679406 [main] base 2324 symlink_info::check: not a symlink 1060 6680466 [main] base 2324 symlink_info::check: 0 = symlink.check (C:\cy

Re: long delays on fhandler_base::open with cygwin 1.3.10

2002-03-04 Thread Chris January
le function). Regards Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

/cygdrive wierdness

2002-03-06 Thread Chris January
if it is. NB: You _must_ close all Cygwin programs first. Also I can confirm the .../. problem that someone mentioned in an earlier post also happens on my system. Regards Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html

Re: cd dot dot dot slash dot weirdness

2002-03-06 Thread Chris January
> bash-2.05a$ pwd > /russ/scripts > bash-2.05a$ cd .../. > bash-2.05a$ pwd > /russ/scripts/... > ... is this a bug do I have a virus? I've posted a patch to cygwin-patches that corrects this. Regards Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: /cygdrive wierdness

2002-03-07 Thread Chris January
> > From: Chris January [mailto:[EMAIL PROTECTED]] > > > > Using Cygwin DLL 1.3.10. > > Likewise. (On Win2K.) > > > 1. Close all Cygwin programs > > 2. Open bash > > 3. Type: cd /cygdrive > > 4. Type ls > > I get a listing of C:\ instead

Re: how to find the amount of RAM

2002-03-11 Thread Chris January
st on this list >> >> http://sources.redhat.com/ml/cygwin/2001-11/msg00849.html >> >> but that never received an answer. Any ideas? Thanks. > > _SC_PHYS_PAGES is only supported on NT/2K/XP. In which case you need to use GlobalMemoryStatus instead. Chris -- Unsubscrib

Objective-C support

2002-03-12 Thread Chris Meyer
3.1 under Cygwin using the 2.95 compiler (had to make some modifications for line endings and its only in the mainline right now). But I couldn't get C++ or Objective-C to work with the resulting 3.1-beta compiler... Thanks, Chris Meyer -- Unsubscribe info: http://cygwin.com/ml/#u

Re: Incorrect expression evaluation?

2002-03-13 Thread Chris January
> Perhaps this is more of a bash problem than a Cygwin problem however > Cygwin's bash is not acting like bash on Solaris. In Cygwin's bash: > > $ x="-l -d" > $ ls $x > ls: invalid option -- > Try `ls --help' for more information. Works fine unde

<    1   2   3   4   5   6   7   8   9   10   >