Hello Sales,
My name is Ben Jackson and i would like to know if you carry in stock Fork
Carriage for sale. Please contact me back with the models and pricing for the
Fork Carriage.Thank you and will wait to hear from you soon...
Best Regards
Ben Jackson
--
Problem reports: http
On 8/31/2016 10:43 AM, Corinna Vinschen wrote:
> A new version of Setup, release 2.875, has been uploaded to
>
> https://cygwin.com/setup-x86.exe (32 bit version)
> https://cygwin.com/setup-x86_64.exe (64 bit version)
I have downloaded the 64 bit version twice, and I keep getting the old
On 8/16/2016 10:47 AM, Corinna Vinschen wrote:
> I uploaded a new Cygwin test release 2.6.0-0.8.
>
> The new locale stuff has been folded into the master branch. This
> version adds the GNU-specific locale functions for converting strings to
> numbers
>
> ...AND...
>
> ...hopefully...
>
> fixe
I installed the latest test version of Cygwin, and afterward autorebase
hung for several minutes until I cancelled it. I ran setup.exe again and
got these errors:
Package: 0/Perpetual
0p_000_autorebase.dash exit code 256
0p_update-info-dir.dash exit code 256
Package: z/Perpetual
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:
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
When I try to update cygwin I get an empty setup.ini file and the only
packages that appear are the ones I already have installed--they are all
listed under "Miscellaneous". I get this with every mirror I try and on
two different PCs, both running Windows 10. This is from setup.log:
2015/08/16 09:
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
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
I am getting a "This page is suspect" warning from my Norton toolbar in
Firefox when I go to any cygwin.com page; the full report says that
http://cygwin.com/setup-x86.exe is a virus.
Emily
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Doc
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
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
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
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
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
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:
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:/
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
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`
'" ;;
*)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
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
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
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:
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.
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
g and stop it.
-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
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
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
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:
Hi Corrina,
Just to confirm that 1.7.0-65 has fixed the issue I was having with F_GETLK.
Many Thanks.
Jackson
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http
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
;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
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
)
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
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
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.
>
>
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
> 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
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
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!
&
this a known problems?
Mark Jackson Pulver
--
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/
41 matches
Mail list logo