Re: XWin.exe not running any more.

2015-10-24 Thread Ken Jackson
I can't remember the name, (and I don't have a Windows computer nearby to check) but it's something like /tmp/x0.lock. Try "ls /tmp/*lock*" and delete what you find. -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http:

Re: how can I disable the warning about X11 forwarding

2015-10-10 Thread Ken Jackson
On 10/08/2015 12:47 PM, Peter wrote: I want to allow some users to run an interactive program on my w2012 server via ssh. The program is a console app so I do not need X forwarding. Users are connecting via putty without an X server. Alas they always get nagged with the "WARNING: No xauth data; u

Re: Newbie Alias and Profile questions

2014-04-13 Thread Ken Jackson
On 02/10/2014 08:15 PM, Mike Rushton wrote: I am trying to put an alias in a .bashrc alias clear='printf "\033c"' Sometimes 'clear' is installed and sometimes it's not, so I put this line in my ~/.bashrc file on all Linux, BSD and Cygwin systems: test -z "$(type -t clear)" && alias clear='e

Re: How to create hard-dir links that cygwin won't bother?

2014-01-12 Thread Ken Jackson
On 01/12/2014 12:23 PM, Linda Walsh wrote: I have a dual install of cygwin-x86 & xygwin-x86-64 existing mostly side by side in root -- but some programs don't play nice. Are you saying you entered C:\ when setup.exe prompted for a root? That's addressed in the FAQ where you are "urged not to c

Re: getclip and cygutils and cygcheck

2013-06-19 Thread Ken Jackson
I got so dependent on getclip and putclip on Cygwin, that I added these aliases to my universal .bashrc file so I have them on Linux: if [ -n "$(type -P xclip)" ]; then test -z "$(type -P putclip)" && \ alias putclip="$(type -P xclip) -sel clip -i" test -z "$(type -P getc

Re: Windows clipboard and Emacs yank, kill-region, and kill-ring-save

2012-08-19 Thread Ken Jackson
On 08/19/2012 03:54 PM, Ken Brown wrote: On 8/19/2012 2:50 PM, Ken Jackson wrote: I have this in my ~/.emacs file on both Linux and Cygwin: (setq x-select-enable-clipboard t) I see in the news file that it's now set by default. It has always worked in graphical emacs but has never worked

Re: Windows clipboard and Emacs yank, kill-region, and kill-ring-save

2012-08-19 Thread Ken Jackson
On 08/08/2012 06:17 PM, Tim McDaniel wrote: On Wed, 8 Aug 2012, Ken Brown wrote: There have been some changes in how emacs handles selections, starting with emacs-24.1. Look at the NEWS file ('C-h n') and search for "selection changes". It describes the changes and tells you how to restore th

Re: Bashrc distinguish between mintty and x-windows xterm

2012-05-25 Thread Ken Jackson
for this, but I had wondered how I would do it if I did. So I'm glad you posted this. -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Performance problems with emacs-X11 in current cygwin.

2012-05-25 Thread Ken Jackson
em I'm seeing is that if I hold down any key, the repeat feature works, but I don't see the results until I release the key. -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: GVim slow to respond (emacs-X11 too)

2012-05-14 Thread Ken Jackson
release it and then the cursor zips to where it would normally have moved to. It's not actually slow--it's just that the repeat motion is hidden. -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Someone is pretending to be some Cygwin's support

2012-05-14 Thread Ken Jackson
Mon, May 14, 2012 at 01:46PM -0400 LMH wrote: > As an aside, I've wondered for some time why this group is a mailing > list and not a vBulletin type forum. I second the motion. -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http:/

ALT-ESC isn't implemented correctly in Cygwin X

2012-03-26 Thread Ken Jackson
to use ALT-ESC instead. And I notice that Cygwin X captures ALT-space anyway.) -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Cygwin Emacs and windows paths

2012-03-12 Thread Ken Jackson
On 03/12/2012 08:19 AM, Leo wrote: > On 12/03/2012, at 10:09 PM, Ken Jackson wrote: > >> On 03/10/2012 01:17 AM, Leo wrote: >>> Now my normal Windows paths copied from Windows Explorer don't work >>> anymore in Emacs - and vice versa. I know I can use `cygpath`

Re: Cygwin Emacs and windows paths

2012-03-12 Thread Ken Jackson
'" ;; *)ARGS[${#ARGS[*]}]="'$(cygpath "$1")'" ;; esac shift done $EVAL $EMACS "${ARGS[@]}" "$AMP" -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Cygwin for Fedora?

2012-03-11 Thread Ken Jackson
f xclip if it exists. if [ -n "$(type -P xclip)" ]; then test -z "$(type -P putclip)" && \ alias putclip="$(type -P xclip) -sel clip -i" test -z "$(type -P getclip)" && \ alias getclip="$(type -P xclip) -s

Re: clear has been named clearw?

2011-06-28 Thread Ken Jackson
On 6/26/2011 2:21 PM, Andrew Hancock wrote: After some web surfing about how to clear the screen in cygwin, I installed ncurses. /bin/clear.exe is not there, but ... I solve that with this in my ~/.bashrc file: alias clear='echo -n -e "\e[2J\e[H"' -Ken -- Problem reports: http://cygw

Re: unknown owner 4294967295 should be Adminstrators

2011-01-02 Thread Ken Jackson
n: invalid user: `4294967295:18' I don't have a cygwin system handy to test at the moment, but I think this will work. find . -uid 4294967295 -exec chown Administrators {} + BTW, did you notice that that number is suspiciously equal to 0xFFFF? -Ken Jackson -- Problem reports:

Re: Wrong message 'Pattern not found'

2010-12-07 Thread Ken Jackson
when I call 'man grep' in Cygwin 1.7.1 and try to search the pattern -P, which is really available, with '/-P', the wrong message 'Pattern not found (press RETURN)' appeared. This behaviour only occurs with Cygwin and only on a certain computer. It works well with Cygwin on another computer.

Re: scp just spews usage

2010-11-27 Thread Ken Jackson
On 11/27/2010 09:28 AM, Brian Wilson wrote: I had a similar issue. It seems that some updates do not complete successfully under the circumstances you describe. I suspect there is an issue with shells failing to run successfully as I often have to try several times before I can get Cygwin to

Re: regtool.exe won't install

2010-01-14 Thread Ken Jackson
processes. That's broken. Execute cygrunsrv --list to see what services running, and then (for example) cygrunsrv --stop sshd to stop all the running services, and start setup.exe from the Windows "run" box and reinstall cygwin. If you get that popup again, find whatever's runnin

Re: various problems resulting from version 1.7.1

2010-01-13 Thread Ken Jackson
ed, or if there's a trick I missed. -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Cannot run SSH

2009-11-21 Thread Ken Jackson
On Sat, 21 Nov 2009 23:48:39 -0600 baykusderki wrote: > OK, try this: > > chown root:root /var/empty > > > > Although, mine is owned by SYSTEM, so if that doesn't work, try: > > > > chown SYSTEM:root /var/empty > > > > > I tried both and got errors. it complained that there was no such > user

Re: Cannot run SSH

2009-11-21 Thread Ken Jackson
On Sat, 21 Nov 2009 21:43:51 -0600 baykusderki wrote: > On 11/21/2009 9:29 PM, Huang Bambo wrote: > > run /usr/sbin/sshd directly and check if it can start. > > > > Hi > This is what I get > " > $ /usr/sbin/sshd > /var/empty must be owned by root and not group or world-writable. > " OK, try this:

Re: wise way to install cygwin packages

2009-10-08 Thread Ken Jackson
On Thu, 08 Oct 2009 00:49:45 -0400 "Larry Hall (Cygwin)" wrote: > On 10/08/2009 12:25 AM, Ken Jackson wrote: > > It would be great to have a command-line package management tool. > > For example, if yum were ported to Cygwin, for the case you cite, > > you could d

Re: wise way to install cygwin packages

2009-10-07 Thread Ken Jackson
;t wait for me.) -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: setup-1.7.exe can't use I:\ for Local Package Directory

2009-10-03 Thread Ken Jackson
Christopher Faylor wrote: > On Sat, Oct 03, 2009 at 02:22:34PM -0400, Ken Jackson wrote: > >I had great difficulties installing 1.7 on Windows XP home edition > >running in VirtualBox as I described here: > ><http://cygwinusers.org/index.php?topic=10.msg20> > > I

setup-1.7.exe can't use I:\ for Local Package Directory

2009-10-03 Thread Ken Jackson
) to I:\pkg, it worked with no problems. This is a work around, which solves it for me, though I think it should still be fixed. -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/doc

Re: what is interfering texlive?

2009-10-03 Thread Ken Jackson
can't find it, it's a different kind of problem than not being able to execute. chmod +x xelatax Maybe bash doesn't recognize it as an executable. -Ken Jackson -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Assistance sought grepping log files

2009-10-01 Thread Ken Jackson
Try: strings -el logfile | grep ... -Ken On Thu, 1 Oct 2009 10:00:41 -0700 (PDT) "Larry W. Virden" wrote: > I regularly am forced to deal with a variety of logfiles on > Windows, and so in hopes of being able to do so with some grace, I > took a crack at accessing the files via Cygwin. > >

Re: Build problems

2008-07-23 Thread Ken Jackson
Stefano Facchetti writes: > g++ -shared -o festival.dll festivaldll.o -L. -lfestival -lestools > -lestbase -leststring -ltermcap -lwinmm -I ../src/include/ > -I ../../speech_tools/include/ > -I ./ -mno-cygwin -I./mingw/include -L./mingw/lib/ Wait. The switch "-lfestival" tells the linker

Re: cron 00.27

2008-07-19 Thread Ken Jackson
> I'm trying to use cron, I created a file called backup_cygwin > > > 59 18 * * 6 /bin/backup_cygwin.sh > 00 27 20 7 * /bin/prova.sh > > > and I put it in /var/cron/tabs/ Rather than putting putting it in a directory, it's better to let the crontab command do it. Put those two lines

Re: How to run a bash shell script from cygwin console

2008-07-17 Thread Ken Jackson
just `yourscript`. AFAIK there's nothing that > you can put in the script to make it do this all the time. True, but you can combine a script and an alias to give you the effect. Maybe put runRWS.sh in ~/bin/ and then add this alias to ~/.bash_profile or ~/.bashrc: alias runRWS=&quo

Re: Build DLLs for windows

2008-07-17 Thread Ken Jackson
Not sure about .LIB and DLL, but to compile an executable that will run without cygwin1.dll, use this switch: -mno-cygwin -Ken Jackson Douglas Gemignani writes: > I read that i would need to use the cygwin1.dll, but I don't > understand how. I hope I can find some guidance here! &