This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cygserver + x problem?


Hi,

I've been trying to write a daemon that drives a shell under Cygwin;
things work well without X but fail under X; the prompt doesn't show
up in the pipe.  I see the problem using "expect" as well; here is a
simple script that reproduces the problem:

    #!/usr/bin/expect
    set timeout -1
    spawn bash
    expect "$ "
    send "exit\n"
    close

I've attached my 'cygcheck -s -v -r' output while under X.  Could this
be a cygserver + X problem?

Thanks for any help,

-Harold

Attachment: cygcheck.out.x11
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]