-Original Message-
> From: Fergus Daly
> Sent: 28 August 2024 10:33
> To: 'cygwin@cygwin.com'
> Cc: Fergus Daly
> Subject: R 4.3.3.1 packaging
>
> I just re-installed R 4.3.3.1 after noticing the following error message.
> However the error message recurs, as follows:
>
> During startup
, 2023 at 4:37 AM Marco Atzeri wrote:
> On 02/12/2023 00:29, Stephen P Carrier wrote:
> >
> >
> > On Fri, Dec 1, 2023 at 3:24 PM Stephen P Carrier > <mailto:carr...@berkeley.edu>> wrote:
> >
> >
> >
> > On Tue, Nov 28, 2023 at 8:32 PM Ma
On Tue, Nov 28, 2023 at 8:32 PM Marco Atzeri wrote:
> On 29.11.2023 02:12, Stephen P Carrier via Cygwin wrote:
> > I have found another issue with Cygwin R.
> >
> > This is for a brand new R installation (4.3.0) on up-to-date Cygwin. I
> am
> > warned when start
I have found another issue with Cygwin R.
This is for a brand new R installation (4.3.0) on up-to-date Cygwin. I am
warned when starting R that "stats" package was not found. Though it was
just a warning I do need the stats package for some things.
Minimal test case: I invoke "R" with no argum
I would like to report an issue with install.packages() experienced today
using the current R package.
I installed R 4.3.0 on system:
# uname -rs
CYGWIN_NT-10.0-20348 3.4.9-1.x86_64
I tried to install the DBI package, DBI_1.1.3.tar.gz, downloaded from a
mirror.
I used
install.packages("/path/t
Please rectify the problem
1 [main] bash 15124 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer. Please report this problem to
the public mailing list cygwin@cygwin.com.
How to solve this problem
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygw
1 [main] bash 15124 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer. Please report this problem to
the public mailing list cygwin@cygwin.com
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/d
The 'handle' utility from Sysinternals should be able to help.
http://technet.microsoft.com/en-us/sysinternals/bb842062
--Stephen Carrier
BEAR Center
On Mon, Aug 22, 2022 at 9:35 AM Andrey Repin wrote:
> Greetings, All!
>
> I'm trying to write a small helper utility, and I need to find out, w
to reproduce:
emacs -Q -nw
C-x C-f /-::
stackdump & gdb backtrace attached
problem only seen with:
emacs-27.2-1 windows7 cygwin-3.3.4-2
problem doesnt happen with:
emacs-27.2-1 windows7 cygwin-3.3.3-1
emacs-27.2-1 windows10 cygwin-3.3.4-2
hopefully someone knows significance of 102
Same problem for me against AFS file system beyond 5 levels in the directory
tree.
Fell back to 3.2.0-1 (Cygwin) to resolve. None of the 3.3 versions worked (up
to 3.3.2-1)
-Original Message-
From: Cygwin On Behalf Of
Oskar Skog
Sent: Tuesday, November 30, 2021 9:05 AM
To: cygwin@cyg
1 [main] ssh 11260 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer
The information contained in this message is proprietary and/or confidential.
If you are not the intended recipient, please: (i) delete the message and all
copies; (ii) do not disclose, distribute or use the message in a
This was run on CYGWIN_NT-10.0 NVEBLODKIF 3.1.5(0.340/5/3) 2020-06-01 08:59
x86_64 Cygwin
Creating a directory using mkdir API on C with 0777 permissions with the
name having the following ASCII values causes the directory to be created
with no user permissions and no timestamp. Length of the name
Additional update after experimenting:
email is working using smtp.office365.com:25 for outlook and smtp.gmail.com:587
for gmail.
Yahoo email no longer works for me.
FYI,
Mike
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
After upgrading to Windows 10, Cygwin smtp email doesn't work.
Get the error:
$ echo "this is a test"|email -s "test" pel...@yahoo.com
email: FATAL: Smtp error: Lost connection with SMTP server
Here's my config:
$ email-config
Please enter your From: name (e.g., John Doe) [Mike]:
Please ent
On October 25, 2019 6:48 AM, Michael Soegtrop wrote:
>It has been reported in the past that antivirus software from Trend Micro
>result in STATUS_GUARD_PAGE_VIOLATION in ntdll!RtlAllocateHeap ().
>See:
>http://cygwin.1069669.n5.nabble.com/XWin-startup-crash-x86-64-Windows-10-td126544.html#a1265
Hi all,
I developed a problem debugging threads on my Cygwin installed on a Window 7 PC
-- gdb throws an unknown target exception when it gets to the pthread_crreate()
call.
This problem seems localized to my PC (even after reinstalling Cygwin), and I
am wondering what my next trouble shooting
Hello,
Here is a sample script to invoke awk:
$ cat ./gawk_error.sh
#!/bin/sh
echo "This:is:a:colon:separated:line:%%%:" | awk '{
gsub("\\%", "%25", $0);
gsub("\\:", "%3A", $0);
print
}'
If I invoke it with gawk 5.0.1-1, I see warnings as below:
$ uname -a
CYGWIN_NT-10.0 MyPC 3.0.7
On Sat, 23 Mar 2019 at 10:33, Houder wrote:
> Compiled "hello.c" on my 32-bits setup of Cygwin ...
>
> @@ gcc -Wall -o hello-32 hello.c # prompt indicates 32-bits setup of Cygwin
>
> Ran it on my 64-bits setup of Cygwin ...
>
> 64-@@ ./hello-32 # prompt indicates 64-bits setup of Cygwin
>
> I got
Thanks Thomas Wolff, L A Walsh and Brian Inglis for your responses. I
am trying to cover the most important parts in this one message to
prevent the email chain from branching.
On 2019-03-20 L A Walsh wrote:
> Have you tried running with 'strace' to see what calls it executes?:
>
> strace -f
Hi all,
Cygwin works great for me in providing POSIX tools for Windows, but
when I tried to to compile something of my own, I immediately ran into
problems.
Compiling my Hello World application didn't complain but when running
it I didn't get any output. My compilation command was like this:
g
18-05-23, at 08:47:32 AM
Dear cygwin@cygwin.com,
Could you please confirm receipt of this email? I have an attractive deal for
you.
Regards,
Alison.
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
--
Problem reports: http://cyg
g works.
I have downloaded the urw-base35-fonts-legacy (and urw-base35-fonts)
fonts.
They are, as you said, in
/usr/share/X11/fonts/urw-fonts, with a symlink in /etc/X11/fontpath.d/
and the xfig picked them up automatically.
Thanks, again.
Andrew
--
A/Prof. Andrew P Paplinski
http://users.monash
ghostscript fonts xfig does not get the proper fonts.
Please help
Andrew
--
A/Prof. Andrew P Paplinski
http://users.monash.edu/~app
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe
PostgreSQL has released version 9.6.6 to address security vulnerabilities. Is
it possible for the maintainer of the postgresql packages to update the
"postgresql" and "postgresql-client" packages to 9.6.6?
Thank you,
James Bliss
--
Problem reports: http://cygwin.com/problems.html
FAQ:
Hi All,
Is it possible to the current cygwin window's icon from command line? I used to
ssh to multiple servers from cygwin tabs within ConEmu. Changing icon will be
greatly helpful to make sure which machine I am on at the first grance at the
tabs.
BR, Ruochen
Nov 1,2017
PostgreSQL has released version 9.6.4. Is it possible for the maintainer of the
postgres packages to update the "postgresql" and "postgresql-client" pacakges
to 9.6.4?
Thank you,
James Bliss
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq
Hi all, first time posting.
I first installed Cygwin a few months ago on my XP SP3 machine, don't
know much about Linux but wanted to use ddrescue to image some disks
and I found it to work great! Thanks for this great solution!
The other day I wanted to add the lsblk command, which I tried by
ru
M, Erik Soderquist
wrote:
> On Thu, Mar 10, 2016 at 6:22 PM, Andrey Repin wrote:
>> Greetings, Alex P!
>>
>>> How do I check that "passwd -R" worked correctly?
>>> I get error messages in Event Viewer when I run it as user (vs "As
>>> A
Hello All!
How do I check that "passwd -R" worked correctly?
I get error messages in Event Viewer when I run it as user (vs "As
Administrator").
Regards,
Alex P.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.co
Hello -- I been using the 32bit version of cygwin on my win7 / 64 bit
system for year -- Can I just copy in the setup-64.exe to convert it
to
run native, 64 bit?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://c
On Jul 29, 2013, at 3:22 PM, Corinna Vinschen wrote:
> On Jul 29 14:53, J. P. Abelanet wrote:
>>
>> On Jul 29, 2013, at 2:26 PM, Corinna Vinschen wrote:
>>
>>>>
>>>> I think I found the problem. The older compiler didn't reorder
>>>
erstood.
I did the following:
- Set "passwd -R" to blank value
- Download, but not install,
http://cygwin.com/snapshots/x86/cygwin-inst-20130729.tar.bz2
- Extract /bin/cyglsa*.dll from the snapshot, overwriting the existing files
- cp /bin/cyglsa.dll /bin/cyglsa/, since this is a 32-bit O
mpiler to build it, but that's it. So, for some reason, when
> building the stuff with mingw-w64-gcc, the result is not runnable.
>
> Sorry, but I'm at a loss right now.
>
Thanks for the quick reply. If in the future you have any ideas,
I'll be happy to test them out
with MSVC 2008 over ssh/pubkey
for several years, and cyglsa-config was used (and required) on both initially
to accomplish
this, without the use of "passwd -R".
Any ideas?
Thanks -
J. P. Abelanet
smime.p7s
Description: S/MIME cryptographic signature
On Jul 26, 2013, at 4:29 PM, Larry Hall (Cygwin) wrote:
>>
>> Here is the source of the problem, and I'm virtually certain that these
>> problems occurred
>> as a result of running setup.exe on the two machines as part of the upgrade
>> (note that I did not, for various reasons, run setup.exe o
On Jul 26, 2013, at 12:51 PM, J. P. Abelanet wrote:
>
>>
>>> I've since tried the following:
>>> - running ssh-host-config on (a) and rebooting, with no effect
>>> - completely removing CYGWIN and all traces of sshd
>>> (http://cygwin.wikia
> Have you tried VS 2012? Have you checked with MS about this?
I can't use VS 2012 for now, because none of the 4 Windows build machines I
use are running Windows 7 or newer. I suppose that if this drags out, that
may become my only option.
As far as checking with MS, I have not. My best gue
posts, looking for ideas.
Any help would be greatly appreciated!
J. P. Abelanet
Basis Software
smime.p7s
Description: S/MIME cryptographic signature
On Fri, 8 Jun 2012, Milton Quinteros S. wrote:
Would you consider the possibility to subscribe to the Comodo Trusted
Software Vendor list
(http://internetsecurity.comodo.com/trustedvendor/signup.php), and sign
every executable?
I don't know how much is the certificate but I'm sure there is a
After updating to vim-7.3.393-1 paste using middle mouse button stopped working
for me.
I narrowed it down to patch 7.3.358 to be the culprit.
This patch was supposed to fix mouse functionality, but it broke it for me.
Is it possible to revert the patch on cygwin build?
As per http://cygwin.com/m
On Mon, 15 Aug 2011, Charles Hyder wrote:
Turns out, the include path for dvips's map files is
/usr/shar/texmf/fonts/map// (!) Here, the "//" means "search all
subdirectories", of course.
I have to admit ignorance here of this seeming common
knowledge. How does adding a second slash to the e
I just updated my cygwin install, and cygpath appears to be broken. Issuing the
command "cygpath", with any or no command-line options, returns nothing and a
status of 127.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation:
7;t recall
what version number that was. It was about 2-4 years in age, I think.
Any hints on how I can fix the problem?
P
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: ht
mount points
and cygdrive prefixes
-o, --options X[,X...]specify mount options
-p, --show-cygdrive-prefixshow user and/or system cygdrive path prefix
-v, --version output version information and exit
Valid options are:
acl,auto,binary
On 21 November 2010 13:00, Dr. Rudolf Hauber wrote:
>After installation of cygwin 1.7.7.1 via setup.exe on a Win7 x64 I get the
>failure message:
>Unsupported 16-bit Application: This version can not start or run on due to
>incompatibility with 64-bit version of Windows.
>
>What can I do?
>Than
On 27 October 2010 02:15, Gregg Levine wrote:
Hello!
After running the setup program in "uninstall" mode, it seems
everything is left behind.
Hello Gregg,
Most probably a permission problem, take ownership of the cygwin
folder and all subfolders, change permission so that you can delete it
and
On 19 October 2010 22:56, Gerrit P. Haase wrote:
> Norton Security is running, this may well be a problem, I'll try to
> disable this for now.
Yes, much better now, seems to run very much faster now without Norton
running... I guess I need to trash it.
G.
--
Problem reports:
Hi Reini,
> I have a similar laptop here. Ultrafast new Win7 laptop with latest cygwin,
> but 32bit only.
> cygwin is slower than on XP but not THAT slow.
> 64bit is reported to be slower but not THAT slow.
But it is that slow here, make on xmlroff-0.62 is still running now
after 17 hours ;)
>
On 19 October 2010 22:18, Steve Thompson wrote:
> On Tue, 19 Oct 2010, Gerrit P. Haase wrote:
>
>> anyone can tell me how long it lasts to build xmlroff on Linux?
>
> On my CentOS 5.5 system, x86_64 dual quad cores at 2.33 GHz, SATA, it takes:
>
> configure
On 19 October 2010 22:04, Edward Lam wrote:
> On 10/19/2010 3:30 PM, Gerrit P. Haase wrote:
>>
>> I don't get it. What is the problem? What can I do? Where to look
>> first? How to fix this disagreeableness?
>
> This is probably the same problem as tr
Yes, again...
Please help me, I have a new laptop, the fastest piece of hardware I
ever owned, and now I am s disappointed because everything on
Cygwin is slower than I have ever experienced before. I have compiled
a lot of packages, some maybe remember my name, I was Perl maintainer
and also
libstdc++6
New:
requires: libgcc1 libosp5 libostyle1 libstdc++6 sgml-common
Mit freundlichen Grüßen,
Gerrit P. Haase
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:
dc++6
New:
requires: libgcc1 libosp5 libstdc++6 sgml-common
Mit freundlichen Grüßen,
Gerrit P. Haase
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#u
hi!
1)I unzipped the CUnit test framework from the bash shell in cygwin
and tried installing it
./configure-works
make command gives me an error saying
cd . && autoheader
/bin/sh : autoheader:command not found
make:*** [config.h.in]Error 127.
make install works
make clean works
I am not able to
7;
USERPROFILE = 'C:\Documents and Settings\Administrator'
CLIENTNAME = 'Console'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\...@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\ERICSVIRTUALXP'
PROCESSOR_ARCHITECTURE = 'x86'
!C: = 'C:\cygwin\bin'
SHL
None, usually. Just call `rebaseall' from a dash(!) shell, with no
other process running.
That's what I did. Still no luck running "top".
In a plain bash I still get:
u...@box ~
$ top
5 [main] top 5780 sig_send: wait for sig_complete event failed,
signal 6,
rc 258, Win32 error 0
Abo
Have you tried rebaseall yet?
Ken
Hello,
I haven't. From how I understood it, that's something one does to
update or repair an older installation.
Should I just run it on my fresh installation? The documentation of
rebaseall confused me a little bit, all those base- and
whatever-addres
Is there a way to investigate whether a unknown BLODA-app or something else
causes the problem?
Typically the process is just look at the security software that you have
installed and try uninstalling one-by-one until the problem is resolved.
Then you can reinstall all the other ones and repor
Hi!
using cygwin 1.7.5(0.225/5/3) on a win7 x64 box I'm experiencing
problems running the task monitor "top":
The only output calling "top" produces - after one minute - is the
following:
==
lo...@machine ~
$ top
Aborted
lo...@machine ~
$
==
Works fine for me. The effect is rather stran
Dear Andy Koppe !
The goal is to run application in 64bit mode, because in 32bit mode it
lacks in relative productivity ~0,4.
This I have personally established on CAE applications example (as well
as loss on ~1/4 Windows x64 rather Linux_x86_64).
I want to run on Windows not CAE but too exacti
Thanks, Christopher Faylor !
Mingw64 is for compiling x64 Windows applications.
As there no possibilities to run Linux_x86_64 applications under
Windows, so far as I'll try to compile they for Windows x64 (though it
should lead to loss in relative productivity approximately on a quarter
becaus
Thanks, Christopher Faylor !
But do You know, this mingw64 only can compile for x86_64 or run such
compiled application too?
And does mingw64 work under win32?
Thanks in advance.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentat
under
Windows XP x 64 Edition (and under win32)? If not, then how is it
possible to do?
And will be this cygwin installation work on another PC by simple folder
copy (and, for example, from win32 to win64)?
Thanks in advance.
Best regards,
--
Andrew P.,
mailto: 410...@rambler.ru
--
Problem re
On Wed, 7 Apr 2010 19:27:00 +0200 Corinna Vinschen asked:
>Can anybody reproduce this problem with trailing dots and spaces in
>filenames on other filesytems than netapp?
>
>It would be quite helpful to get feedback from people using filesystems
>which are recognized by Cygwin as nwfs, unixfs, mvf
now works in 1.7.3-1
many thanks!
since i got no answer from my previous email, was it a known bug or i
didnt report the problem the right way or at the right mailling list?
Le 2010-04-03 02:12, Denis P a écrit :
Hi i am new to all this stuff, i'm not even sure that i send this to
the
hi!
I have installed the Emacs package again but it does not run.
I opened the emacs file in windows and tried to add autosave-default-1
in the emacs file to stop autosave and after that when i tried to run
emacs from the console it gives me the error
bash: usr/bin/emacs: Permission denied.The ls-
nt processes.
If so, then:
How do I figure out what binaries don't need to be rebased and
peflaged? Trial and error?
Why not use rebaseall and peflagsall instead?
Thanks,
Luis P Caamano
Atlanta, GA USA
On Wed, Dec 2, 2009 at 3:41 PM, Luis P Caamano wrote:
> On Wed, Dec 2, 2009 at
On Wed, Dec 2, 2009 at 3:29 PM, Eliot Moss, wrote
>
> Date: Wed, 02 Dec 2009 11:43:44 -0500
> Subject: Re: 1.7 fork errors in Win7
> Luis P Caamano wrote:
>>
>> I'm running 1.7.0-67 on Windows 7 64 bit:
>>
>> $ uname -v
>> 2009-11-27 15:38
>>
remind me it's
not.
Is this a known issue?
Is there any information I can provide to help debug and fix this?
Is there anything I can do on my end to investigate the issue?
Thanks in advance for all your work on 1.7, it's looking good.
--
Luis P Caamano
Atlanta, GA USA
cygcheck
On Sat, 11 Oct 2008, Brian Dessent wrote:
Uh, what? getaddrinfo() is implemented in Cygwin itself, which is the
equivalent of -lc and is implicitly included in every link, so you
should need no such external library at all.
getaddrinfo() was not until the 1.7 beta, I think; certainly
not in
Hello:
I have read a couple of comments (one from cfg IIRC) that managed
mounts are dissapearing from cygwin in version 1.7. So I guess I have
two questions:
1) if I have a managed mount point working well under 1.5, how do
I use the data in the mount point under 1.7?
2) what happens i
On Fri, 16 May 2008, Christopher Faylor wrote:
On Fri, May 16, 2008 at 03:43:40PM -0400, R P Herrold wrote:
I am used to seeing Corinna Vinschen <[EMAIL PROTECTED]> post update
Please don't post personal email addresses here. We have
mailing lists for support. Corinna (who is a
SOR_LEVEL = '6'
SYSTEMDRIVE = 'C:'
TEXDOCVIEW_html = 'cygstart %s'
USERPROFILE = 'C:\Documents and Settings\herrold'
PS1 = '\[\e]0;[EMAIL PROTECTED] \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\WINDOWS-2000'
PROCESSOR_ARCHITECTURE = 'x
The tarball at the perma-link:
ftp://ftp.trading-shim.org/pub/local/trading-shim/attic/shim-080411.tgz
is exposing a Cygwin macro definition failure to #undef,
with the test which Bill outlines herein. I provide a copy
to the Cygwin reporting address.
On Fri, 16 May 2008, Bill Pippin wrot
This is a reply to the message
http://cygwin.com/ml/cygwin/2007-10/msg00509.html:
The linker is supposed to resolve a function-local static variable into
one exactly one instance, constructed on the first call, even if the
function is expanded in-line from multiple compilation units. It seems
Greetings --
I have a really old version of cygwin (1.3.20) on a win/nt system I
tried to do a update on it with the latest downloads, but after a few
update, setup.exe gpf's what is left is unuseable -- bash.exe is gone
-- anyone have a clue on how I can debug this? thanks
--
Unsubscribe info:
Hi all,
After several years of cygwin with the windows console, I am trying to use
rxvt to run cygwin bash and I am running into an issue when running commands
such as sqlplus.
I should point out that my question might not be completely related to
cygwin. Having searched the web extensively for s
Hi there,
Is there a way to have a link (pointing to a directory) resolved to the
target directory when changing directory to that link ?
Here is what I am trying to achieve:
$ ln /cygdrive/c/downloads
$ cd downloads
$ pwd
/cygdrive/c/home/teggy/downloads
$
When running the last 'pwd' command,
Hi there,
I have a svn repository on my pc (the repository has been created under
cygwin) and I am able to perform whatever svn operation when using the
cygwin svn client e.g.
$ svn status
$ svn update
etc.
On top of that, I've installed tortoisesvn for windows xp and for those
directories whic
Hello all:
I have a couple of copies of clean_setup.zip now thanks to:
Angelo Graziosi
arnstein at pobox.com
I have placed version 1.0700 on the web at:
http://www.cs.umb.edu/~rouilj/cygwin/clean_setup.zip
if somebody could arrange to host this at cygwin.com that would be
terrific as
Hi all:
I am trying to find the clean_setup script done by Michael A Chase
that used to be at:
http://home.ix.netcom.com/~mchase/zip/clean_setup.zip
but the home page (and I fear the script) is gone as well.
I have tried the internet wayback machine without any luck. The html
pages are there
Michael wrote:
...
> $ /usr/sbin/sshd -D -ddd
...
> /var/empty must be owned by root and not group or world-writable.
...
Nowhere. "/var/empty must be owned by root and not group or world-
writable" - that's pretty clear, isn't it?!
I've already recognized this message, but as I wanted to c
ll seems related to gnome-terminal and the related supporting
gnome packages and not to bash itself, which is basically why I
haven't posted anything about this here but this time it seems at
least somebody might tell me that indeed it's not and point in a more
hopeful direction.
Thanks
--
L
>
> Did you copy the version you compiled on Windows NT (hence 32-bit and
> would use WOW)? Or did you recompile it on x64? If you recompiled
> it, what compiler did you use and what options? (show command-line and
> output from "gcc -v", but using your compiler if not just "gcc")
I used the v
there anything I need to
watch out for?
Thanks.
P
--
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/
sshd is very picky about file permissions and ownership. I had a hard
time setting it up on one box, but luckily I had it working on another,
and by comparing, I finally got it working. I can't remember the
details, but one was getting /var/empty owned by SYSTEM.
Brian Kasper wrote:
Hoping
Selon Robert McKay <[EMAIL PROTECTED]>:
> On 10/26/06, Teggy P Veerapen <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Thanks guys for all these informations ... In fact, I have tried both
> solutions
> > connect and corkscrew but I haven't been able
Great stuff Igor,
Last time I was desperately looking for the msg num; now I know how to get it
...
Thousand of thanks for that :)
Cheers,
Teggy
Selon Igor Peshansky <[EMAIL PROTECTED]>:
> On Thu, 26 Oct 2006, Teggy P Veerapen wrote:
>
> > [snip]
> > ps: Apologie
> One thing to try would be temporarily adding a text mount for /etc and
> seeing if it helps.
Sorry, what exactly does it mean "to add a *text* mount"?
Ronald
--
Ronald Fischer (phone +49-89-63676431)
mailto:[EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
aking a mistake when using the utility (configuration seems fairly
simple and straightforward to me) ?
Here is what I have in $HOME/.ssh/config
---8<---
host a.b.c.d
port 80
identityfile /cygdrive/c/teggy/dev/privkey.txt
# ProxyCommand corkscrew genproxy 8080 %h %p
P
Hello,
I am trying to figure out how to connect to a remote ssh server (in fact to my
home pc which is hosting cygwin/sshd server) with the standard ssh client
coming with cygwin and I need to go through my company proxy. In fact I have
happily been using the cygwin/ssh client and cygwin/sshd serv
> >> Your /etc/profile has DOS-style CRLF line endings.
> >
> > Well, the problem is that there *is* no /etc/profile at all.
>
> Well, that tells us two things:
>
> 1) Setup must have failed part-way through. Normally
> re-running it, with
> "Install from local package directory", and cli
> -Original Message-
> From: Dave Korn [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 19, 2006 11:36 AM
> To: cygwin@cygwin.com
> Subject: RE: Cygwin broken after update (PATH problem?)
>
> On 19 October 2006 09:13, Com MN PG P E B Consultant 3 wrote:
&g
I had used Cygwin happily for many month. Now I wanted to update it and
it does not work
anymore. For example, when I click on the Cygwin Icon to start a bash
shell, it first
displays the error messages
: No such file or directory
: No such file or directory
: command not found
: command not foun
I was writing a similar email when I got Rob's...
I was surprised when all my bash scripts failed after I upgraded
(because of the CR/LF change). One of the most important rules of a
stable product is backwards compatibility. I cannot track down every
bash script and add "shopt -s igncr", an
I
find the service_name?
Thanks
Robert
_____
Robert P. McGraw, Jr.
Manager, Computer System EMAIL: [EMAIL PROTECTED]
Purdue University ROOM: MATH-807
Department of Mathematics
> -Original Message-
> From: Igor Peshansky [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 04, 2006 11:29 AM
> To: McGraw, Robert P.
> Cc: cygwin@cygwin.com
> Subject: RE: making a cygwin install.
>
>
> On Fri, 4 Aug 2006, McGraw, Robert P. wrote:
>
> -Original Message-
> From: Igor Peshansky [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 04, 2006 9:34 AM
> To: McGraw, Robert P.
> Cc: cygwin@cygwin.com
> Subject: Re: making a cygwin install.
>
>
> On Fri, 4 Aug 2006, McGraw, Robert P. wrote:
>
_
Robert P. McGraw, Jr.
Manager, Computer System EMAIL: [EMAIL PROTECTED]
Purdue University ROOM: MATH-807
Department of MathematicsPHONE: (765) 494-6055
150 N. University Street FAX: (419) 821-0540
West Lafayette, IN 47907
> -Original Message-
> From: Igor Peshansky [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 27, 2006 6:25 PM
> To: McGraw, Robert P.
> Cc: cygwin@cygwin.com
> Subject: Re: How to run a cygwin command from the window scheduler
>
>
> On Thu, 27 Jul 20
1 - 100 of 1865 matches
Mail list logo