RE: Portable Cygwin works, but XWin fails

2003-12-11 Thread Pille Geert (bizvdm)
Hallo Fergus, would it not be possible with cygwin to mount /tmp as an in-memory filesystem? Geert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: woensdag 10 december 2003 22:31 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Portable Cygwin works,

Re: Portable Cygwin works, but XWin fails

2003-12-11 Thread Alexander Gottwald
On Wed, 10 Dec 2003 [EMAIL PROTECTED] wrote: Just one final question: when I get into rxvt after XWin -nolisten local -multiwindow , the keyboard suddenly becomes USA, whereas it is set (correctly) to UK otherwise, within bash, within rxvt and for that matter within Windows. In this case,

Re: Portable Cygwin works, but XWin fails

2003-12-11 Thread fergus
Solution: Mount /tmp to the windows tempdir mount -bu $(cygpath -m $TEMP) /tmp mount -bu $WINDIR/Temp /tmp Thank you. This worked just fine. I now possess a superb portable CD with stats, emacs, vim, Perl, LaTeX, ..., which I can use in any Windows machine with a CD drive. CD still only

Re: Portable Cygwin works, but XWin fails

2003-12-11 Thread Rasjid Wilcox
On Friday 12 December 2003 08:52, [EMAIL PROTECTED] wrote: Solution: Mount /tmp to the windows tempdir mount -bu $(cygpath -m $TEMP) /tmp mount -bu $WINDIR/Temp /tmp Thank you. This worked just fine. I now possess a superb portable CD with stats, emacs, vim, Perl, LaTeX, ..., which

Re: Portable Cygwin works, but XWin fails

2003-12-10 Thread Harold L Hunt II
Fergus, [EMAIL PROTECTED] wrote: I have been able to run portable versions of Cygwin, reduced in one way or another, both from writable USB memory sticks and from unwritable CDs. Lately I tried running XWin from a writable stick. By observing which files were written where, and as a consequence

Re: Portable Cygwin works, but XWin fails

2003-12-10 Thread Brian Ford
On Wed, 10 Dec 2003 [EMAIL PROTECTED] wrote: I have been able to run portable versions of Cygwin, reduced in one way or another, both from writable USB memory sticks and from unwritable CDs. Lately I tried running XWin from a writable stick. By observing which files were written where, and as

Re: Portable Cygwin works, but XWin fails

2003-12-10 Thread fergus
Thank you: No, I now think (on looking at a file /cygdrive/c/tmp/XWin.log, brought into being by defining the link described in my previous email) that the problem seems not to be with the creation of this file, but with the creation of the directory /tmp/.X11-unix. (The file XWin.log says:

Re: Portable Cygwin works, but XWin fails

2003-12-10 Thread fergus
What is your display variable set to? localhost:0.0 Do you have a /tmp/.X11-unix/X0 file on your memory stick? Yes: so I wonder whether in trying to make a CD version, as well as re-routing the file /tmp/XWin.log, I ought also to try to re-route the file /tmp/.X11-unix/X0. But: the trouble

Re: Portable Cygwin works, but XWin fails

2003-12-10 Thread Brian Ford
On Wed, 10 Dec 2003 [EMAIL PROTECTED] wrote: What is your display variable set to? localhost:0.0 Do you have a /tmp/.X11-unix/X0 file on your memory stick? Yes: so I wonder whether in trying to make a CD version, as well as re-routing the file /tmp/XWin.log, I ought also to try to

Re: Portable Cygwin works, but XWin fails

2003-12-10 Thread Brian Ford
On Wed, 10 Dec 2003 [EMAIL PROTECTED] wrote: PS: Entirely unrelated question. When I start XWin from a conventional HD full installation of Cygwin, on a broadband 24-hour internet-connected machine, it evidently accesses the web. (I know this, because when Norton is up and running, I can tell

Re: Portable Cygwin works, but XWin fails

2003-12-10 Thread fergus
No, you don't need to. Just Xwin.exe -nolisten local. Thank you. This worked just fine. I take the point about Google-ing - that's how I learned that diverting tmp/XWin.log might help. I didn't see the -nolisten local advice ... Just one final question: when I get into rxvt after XWin

Re: Portable Cygwin works, but XWin fails

2003-12-10 Thread Brian Ford
On Wed, 10 Dec 2003 [EMAIL PROTECTED] wrote: Brian Ford wrote: No, you don't need to. Just Xwin.exe -nolisten local. Thank you. This worked just fine. I take the point about Google-ing - that's how I learned that diverting tmp/XWin.log might help. I didn't see the -nolisten local advice