Re: Exim 4.52 Cygwin 1.5.8 SPA authentication failures warnings in Reject Log

2005-08-23 Thread Olaf Föllinger
Hi,

On Tue, Aug 23, 2005 at 08:26:30PM -0500, Herb Martin wrote:
> Would someone running Exim 4.50+ (especially 4.52) on CygWin and using
> Microsoft Outlook or Outlook Express with SPA (NTLM) authentication to a
> flat file please search your Exim reject log for a warning of the following
> type (all one line):
> 
> 2005-08-23 18:36:53 spa authenticator failed for
> cpe-70-112-20-135.austin.res.rr.com (Unagi) 
>[70.112.20.135]: 535 Incorrect authentication 
>  data (set_id=HerbM)
> 
> The key, "spa authenticator" failed.
> 
 
here exim 4.52 authenticates vs. Exchange using the following
configuration:

fixed_login:
driver = plaintext
public_name = LOGIN
client_send = : windows-domain\\username : password

 
Mit freundlichen Grüßen

Olaf Föllinger


--
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/



Re: Re: Building Perl modules

2005-02-09 Thread Olaf Föllinger
On Wed, Feb 09, 2005 at 01:17:00PM -0500, Alejandro Calbazana wrote:
> Hmm... Unfortunately, my attempt to build w/ CPAN returns similar results.
> 
> But, it looks like there might be some hope if you are able to build ok.
> 
> Thanks,
> 
> Al
> 
> 
> Olaf Föllinger wrote:
> 
> >On Wed, Feb 09, 2005 at 12:30:37PM -0500, Alejandro Calbazana wrote:
> > 
> >
> >>Hello,
> >>
> >>Sorry if this has already been asked in the list, but search is temp. 
> >>disabled.
> >>
> >>Has anyone been able to build Perl modules (in this case HTML::Parser) 
> >>under cygwin?  gcc is handing back failed header file references, but 
> >>the include path correct.  I am a bit puzzled.
> >>
> >>A snippet of the errors:
> >>
> >>gcc -c   -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe 
> >>-I/usr/local/include -DUSEIMPORTLIB -O3   -DVERSION=\"3.45\" 
> >>-DXS_VERSION=\"3.45\"  "-I/usr/lib/perl5/5.8/cygwin/CORE"  
> >>-DMARKED_SECTION Parser.c
> >>Parser.xs:18:20: EXTERN.h: No such file or directory
> >>Parser.xs:19:18: perl.h: No such file or directory
> >>Parser.xs:20:18: XSUB.h: No such file or directory
> >>Parser.xs:30:24: patchlevel.h: No such file or directory

All the missing files reside here in
/usr/lib/perl5/5.8.5/cygwin-thread-multi-64int/CORE. Maybe this path is
the right one for your inlcude section. The path mentioned above doesn't
exist here.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Senior Consultant IT
S.E.S.A. Software und Systeme AG


--
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/



Re: Building Perl modules

2005-02-09 Thread Olaf Föllinger
On Wed, Feb 09, 2005 at 12:30:37PM -0500, Alejandro Calbazana wrote:
> Hello,
> 
> Sorry if this has already been asked in the list, but search is temp. 
> disabled.
> 
> Has anyone been able to build Perl modules (in this case HTML::Parser) 
> under cygwin?  gcc is handing back failed header file references, but 
> the include path correct.  I am a bit puzzled.
> 
> A snippet of the errors:
> 
> gcc -c   -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe 
> -I/usr/local/include -DUSEIMPORTLIB -O3   -DVERSION=\"3.45\" 
> -DXS_VERSION=\"3.45\"  "-I/usr/lib/perl5/5.8/cygwin/CORE"  
> -DMARKED_SECTION Parser.c
> Parser.xs:18:20: EXTERN.h: No such file or directory
> Parser.xs:19:18: perl.h: No such file or directory
> Parser.xs:20:18: XSUB.h: No such file or directory
> Parser.xs:30:24: patchlevel.h: No such file or directory
> 
> Any help is appreciated!

Builds here with cpan without problems. I've never tried to build it
separately.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Senior Consultant IT
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de/
mailto: [EMAIL PROTECTED]

--
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/



How to deal with DHCP and DNS(-tools)?

2005-01-03 Thread Olaf Föllinger
Hi,

on my notebook with WinXP I'm using cygwin day by day. I receive the ip
configuration by dhcp from windows. While most of the cygwins tools have
no problem the dns tools(host, dig,...) seems to insist on a working
/etc/resolv.conf. Does anyone have a automatic solution for updating
this file with the current settings?
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Senior Consultant IT
S.E.S.A. Software und Systeme AG


--
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/



Re: rxvt, ssh and utf8 - partial success

2004-06-07 Thread Olaf Föllinger
On Sun, Jun 06, 2004 at 12:53:27PM +0200, Baurjan Ismagulov wrote:
> Hello, James,
> 
> On Sat, Jun 05, 2004 at 09:21:57PM -0500, James Garrison wrote:
> > >>Handling this in rxvt should solve your problem (I wonder if there are
> > >>any reasons not to do that).
> 
> This was actually an answer to Brian, who wanted to have a single
> terminal type for one application (and I share his opinion). But it
> seems to apply to your question, too: from
> http://google.com/search?q=rxvt+unicode I conclude that rxvt doesn't
> handle Unicode. If you try rxvt-unicode I would like to know whether it
> works under Cygwin. I've tried it under Debian and couldn't see the
> expected symbols when I cat a file encoded in utf-8.

I've compiled rxvt-unicode with minor changes. It works only with X.
Without X I get:

$ unset DISPLAY

$ echo $DISPLAY

$ /opt/rxvt-unicode/bin/urxvt
urxvt: can't open display :0
Don't know what to do yet. Currently I cannot get in contact with the rxvt-unicode
mailinglist. 

 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Senior Consultant IT
S.E.S.A. Software und Systeme AG


--
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/



PRINTER variable not exported in /etc/profile was: Printing under Cygwin on W2K

2004-06-04 Thread Olaf Föllinger
On Thu, Jun 03, 2004 at 01:39:03PM -0400, Igor Pechtchanski wrote:
> On Thu, 3 Jun 2004, Chris Carlson wrote:
> 
> > Also according to the documentation, cygwin understands the double-slash
> > form used in Windows.  Thus the following should work:
> >
> > bash$  cat myfile.txt > //Dc1irv/laser1
> >
> > This returns:
> >
> > bash: //Dc1irv/laser1: No such host or network path
> 
> Nope, that shouldn't work.  I don't think you can redirect output to a
> printer name even from the Windows console, much less from Cygwin.  In
> any case, Cygwin doesn't treat printer shares as devices.
> 
> > So, what is the proper method for printing under cygwin?
> 
> Either "lpr" or, if you want to get fancier, "a2ps" or "enscript".
>   Igor

lpr works just fine here with a minor problem: 

$ lpr textfile.txt 
lpr: no printer specified

though the printer is specified in /etc/profile. But the printer
variable isn't exported there so lpr cannot find it. Should this be
fixed?

 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Senior Consultant IT
S.E.S.A. Software und Systeme AG


--
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/



Re: Maildir and Cygwin

2004-04-22 Thread Olaf Föllinger
On Wed, Apr 21, 2004 at 11:27:21AM -0700, Eduardo Chappa wrote:
> 
>   This is pretty much the point that I wanted to address at this time. I 
> realize that I don't know all the players of the game either, but we could 
> all agree on one way to play the game and those who want to join to game 
> will have to follow the rules. I do not believe that changing ":" by other 
> character (e.g. ";") is an essential change (correct me if I am wrong) and 
> asking for everyone to agree on this seems like a minor point, given all 
> the benefits that it carries out. We should not need to go "upstream", 
> simply make common knowledge that Cygwin is different (e.g. we could do 
> this in the cygwin applications mailing list).
> 
> Eduardo
> http://www.math.washington.edu/~chappa/pine/

Why do you want to change so many programs when all you need is a cygwin
managed mount?
 
 
Gruss Olaf Föllinger


--
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/



Re: german characters

2004-04-05 Thread Olaf Föllinger
On Thu, Apr 01, 2004 at 01:22:09PM +0200, Markus R. wrote:
> Hi together,
> 
> I have read many articles in the newsgroup and studied the FAQ on the
> cygwin homepage to enable german characters in the bash. But I didn't
> find a solution.
> 
> I have a fresh cygwin install on my system. I have created a '.inputrc'
> in my home directory with the following entries:
> 
> set meta-flag on
> set convert-meta off
> set output-meta on
> 
> 
> the file permissions are read, write and execute for everybody (only
> for test purpose). Now when I open my bash I get '\366' for an 'ö'
> and '\344' for an 'ä' and so on. When I type 'cat' then I can enter
> german character 'ö' 'ä' and so on.
> 
> When I delete the .inputrc file then I can't see nothing when I type
> a german character like 'ö','ä' and so on. This seems for me that the
> .inputrc file is read by a bash execute.
> 
> Any ideas?? It's really confusing

How about http://sources.redhat.com/ml/cygwin/2004-02/msg01367.html and
http://sources.redhat.com/ml/cygwin/2004-02/msg01367.html? Do they help?
They did it for me.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de/
mailto: [EMAIL PROTECTED]

--
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/



Re: 256 colors for bash/rxvt-2.7.10-4 ?

2004-03-08 Thread Olaf Föllinger
On Sat, Mar 06, 2004 at 02:04:09PM +0100, Mikka wrote:
> Hi Olaf,
> 
> You wrote:
> > Set the following values in .Xdefaults.
> > [...]
> >
> > Now we have defined 16 Colours out of 256. These 16 colours can now be
> > used in rxvt refering to them by name(colorX) or number.
> 
> Okay, building Rxvt*color references in .Xdefaults works fine.
> However, I can't find any hint in a documentation or (web) tutorial how

Where is this tutorial ?

> to point to these values within a prompt definition.
> Let's say, I've got the following prompt:
> 
> I want the path section to be "GreenYellow" (#ADFF2F), and the
> "[EMAIL PROTECTED]" part being rendered "OrangeRed" (#FF4500).
> In my .Xdefaults I set:
> 
> Rxvt*background:#11
> Rxvt*backspacekey:  ^H
> Rxvt*boldFont:  Andale Mono-14
> Rxvt*color0:#11
> Rxvt*color1:GreenYellow
> Rxvt*color2:LightGray
> Rxvt*color3:OrangeRed
> Rxvt*color4:White
> ...
> Rxvt*cursorColor:   GreenYellow
> 
> The values "GreenYellow" and "OrangeRed" are definitely accepted by
> rxvt, so I assume these settings are valid.

>From where do you know this ? Where is a complete list of these colour
settings?

> $TERM is set to "rxvt" (also tried it with "cygwin") - dunno whether
> that matters - but how to refer correctly to the .Xdefaults colour
> values?
> 
> $color(0), ... $color(15) ?
> $color0, ... $color15 ?
> $Rxvt*color0, ... $Rxvt*color15 ?

rxvt -fg 2 -bg 14 works for me.
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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/



Re: Looking for a substitute to /usr/bin/mail

2004-03-05 Thread Olaf Föllinger
On Fri, Mar 05, 2004 at 02:19:40AM -0800, Patrick Samson wrote:
> I use a product which uses the command 'mail'.
> I didn't find any /usr/bin/mail.exe in any
> available package.
> Does it mean that one have to install an email
> package and do a cp or ln to the email client?
> 
> The product just needs to do something like:
> echo "$msg" | mail [EMAIL PROTECTED] -s "$s"
> 
> Amongst mutt, ssmtp, exim, pine, ... is there a best
> equivalent to the conventional Unix mail command?

exim
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]

--
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/



Re: 256 colors for bash/rxvt-2.7.10-4 ?

2004-03-04 Thread Olaf Föllinger
On Thu, Mar 04, 2004 at 11:35:27AM +0100, Mikka wrote:
> Hi list,
> 
> according to rumors, the current build of the rxvt package enables 256
> colour support, at least I was able to do some sort of
> 
> ,-[ .Xdefaults extract ]-
> | Rxvt*cursorColor: GreenYellow
> | Rxvt*color1:  OrangeRed
> `---
> 
> settings in my .Xdefaults file.
> Now, I can't figure out how to use those predefined colorX values for my
> prompt settings, PS1, PS2, ... etc.

I've played a little bit while searching the answer to your question and
came to the following result:

Set the following values in .Xdefaults.

$ cat .Xdefaults
Rxvt*color0:#00
Rxvt*color1:#A8
Rxvt*color2:#00A800
Rxvt*color3:#A8A800
Rxvt*color4:#A8
Rxvt*color5:#A800A8
Rxvt*color6:#00A8A8
Rxvt*color7:#A8A8A8

Rxvt*color8:#54
Rxvt*color9:#FF0054
Rxvt*color10:   #00FF54
Rxvt*color11:   #54
Rxvt*color12:   #FF
Rxvt*color13:   #FF00FF
Rxvt*color14:   #00
Rxvt*color15:   #FF

Now we have defined 16 Colours out of 256. These 16 colours can now be
used in rxvt refering to them by name(colorX) or number.

I would gladly see how to use more than 16 colours in rxvt.
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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/



Re: [ANNOUNCEMENT] Updated: rxvt-2.7.10-4

2004-03-01 Thread Olaf Föllinger
Hi,

On Mon, Mar 01, 2004 at 04:23:46AM -0500, Steve O wrote:
> rxvt is a terminal program that can be used instead of the windows
> command shell.  This port can be used with or without X.
> 
> This build enables 256 color support and fixes a problem loading 
> the newly named X11 dll when displaying to an X display. 

could you please provide an example how to use 256 colors ? I'm
especially interested in a real white background.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]

--
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/



Re: 'exim' setup question

2004-02-29 Thread Olaf Föllinger
Hi,

On Sun, Feb 29, 2004 at 06:16:43PM -0600, Jonathan E. Brickman wrote:
> A while ago I was using 'exim' quite successfully as an SMTP server 
> under cygwin/XP. Then more and more email service providers started 
> configuring their SMTP servers to not accept email sent from an ISP's 
> dynamic IP list, as one step in defense against spam. At first I just 
> set up exim's config file with a list of domains to route to my ISP's 
> smarthost; but then that list of domains got longer and longer, and exim 
> rapidly ceased to be practical -- and I never managed to get exim to 
> first try direct sends, and then do smarthost sends, for all 
> transmission, despite a large number of attempts using several different 
> items in the exim manual. Anyone have a simple solution?

why not forward all the mail to a smarthost? Works for me with the
following configuration:

send_to_gateway:
  driver = manualroute
  transport = remote_smtp
  route_list = * 


Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]

--
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/



Re: 1.5.7: Problems with german umlauts in bash/rxvt command line

2004-02-27 Thread Olaf Föllinger
On Fri, Feb 27, 2004 at 08:42:58AM -0500, Alejandro Lopez-Valencia wrote:
> On Fri, 27 Feb 2004 13:39:09 +0100, Olaf Föllinger wrote in
> <[EMAIL PROTECTED]>:
> 
> 
> >
> >Final goal is to show the ? character rigth in vi and mutt. So I
> >thought the shell is a good start. Is it?
> 
> Don't mix the shell, which uses readline for line input, with vim and
> mutt. The latter are curses-based applications and can't care less for
> whatever you set up for cooking or uncooking input for your shell.

Thanks, now I've understood this. Bash works but vi(m) doesn't.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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/



Re: 1.5.7: Problems with german umlauts in bash/rxvt command line

2004-02-27 Thread Olaf Föllinger
Hi,

this was a very helpful hint. Not only I've learned how to manipulate
the values interactively now I know the reason:

On Fri, Feb 27, 2004 at 02:14:46PM +0100, Morche Matthias wrote:
> Just to be sure, type the following command:
> bind -v :
> $ bind -v
> set blink-matching-paren on
> set byte-oriented on
> set completion-ignore-case off
> set convert-meta off
> set disable-completion off
> set enable-keypad off
> set expand-tilde off
> set history-preserve-point off
> set horizontal-scroll-mode off
> set input-meta off
> set mark-directories on
> set mark-modified-lines off
> set mark-symlinked-directories off
> set match-hidden-files on
> set meta-flag off
> set output-meta on

This was set to 'off' here though it is turned on in the .inputrc. I
don't know why .inputrc doesn't work but this is another issue. I've
turned it on in .bashrc using the syntax documented below and  äöü and
€ are shown fine on the commandline.

> That's my settings... and it works from whitin console and PuTTY.
> By the way, You can set the variables without using .inputrc eg. by
> bind 'set meta-flag on'
 

 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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/



Re: 1.5.7: Problems with german umlauts in bash/rxvt command line

2004-02-27 Thread Olaf Föllinger
On Fri, Feb 27, 2004 at 12:35:23PM +0100, Thorsten Kampe wrote:
> * Olaf Föllinger (2004-02-27 09:49 +0100)
> > I have trouble to show german umlauts in bash command line in rxvt.
> 
> What about zsh (or another shell) and the standard Cygwin Console?

$ zsh
\[\e]0;\l \w\007\n\t \[\e[36m\] [EMAIL PROTECTED]
zsh: command not found: \M-d\M-v\M-|

Changes the problem fron shell to rsponse.

> > I get are the following values:
> > 
> > $ \344\366\374
> > bash: äöü: command not found
> > 
> > I have set the following in .inputrc
> > 
> > $ less .inputrc
> > set input-meta on 
> > set convert-meta off 
> > set output-meta on 
> 
> This is the canonic way. Make sure that the file is sourced. 

The file is sourced, without this it wouldn't show the escaped
sequences.

> But I
> have no problems here - although typing non-ascii characters in a
> shell doesn't make sense. The only use is showing files with ls or d -
> which is not a shell thing.

Final goal is to show the € character rigth in vi and mutt. So I
thought the shell is a good start. Is it?
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]

--
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/



1.5.7: Problems with german umlauts in bash/rxvt command line

2004-02-27 Thread Olaf Föllinger
Hi,

I have trouble to show german umlauts in bash command line in rxvt. All
I get are the following values:

$ \344\366\374
bash: äöü: command not found

I have set the following in .inputrc


$ less .inputrc
set input-meta on 
set convert-meta off 
set output-meta on 

The shell starts with 

D:\Programme\Cygwin\bin\rxvt.exe --scrollstyle next -fb 'Courier New-17' -fn 'Courier 
New-17' -e /usr/bin/bash -l -i 

Is there a way to show the umlauts rigth ?
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Fri Feb 27 09:45:09 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   d:\programme\cygwin\usr\local\bin
d:\programme\cygwin\bin
d:\programme\cygwin\bin
d:\programme\cygwin\usr\X11R6\bin
c:\WINNT\system32
c:\WINNT
c:\WINNT\System32\Wbem
c:\Programme\MSSQL7\BINN
d:\Programme\Apache Group\ant\bin
c:\Programme\Microsoft SQL Server\80\Tools\Binn\
c:\Nokia\Update_Manager\bin
d:\Programme\Nokia\Tools\Nokia_Developers_Suite_for_J2ME\bin
c:\PROGRA~1\CA\SHARED~1\SCANEN~1
c:\PROGRA~1\CA\ETRUST~1
d:\Programme\SFU\common\
d:\Programme\SFU\Perl\bin\
d:\programme\cygwin\usr\X11R6\bin
d:\programme\cygwin\usr\X11R6\bin
d:\programme\cygwin\usr\X11R6\bin

Output from d:\programme\cygwin\bin\id.exe (nontsec)
UID: 14189(of) GID: 545(Benutzer)
545(Benutzer)

Output from d:\programme\cygwin\bin\id.exe (ntsec)
UID: 14189(of) GID: 545(Benutzer)
544(Administratoren)545(Benutzer)
1004(Debuggerbenutzer)  10545(mkgroup-l-d)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

CYGWIN = `ntsec ntea tty'
HOME = `d:\Users\of'
LD_LIBRARY_PATH = `d:\programme\cygwin\usr\lib:\usr\X11R6\lib'
MAKE_MODE = `unix'
PWD = `/home/of'
USER = `of'

ALLUSERSPROFILE = `C:\Dokumente und Einstellungen\All Users'
ANT_HOME = `//D/Programme/Apache Group/ant'
APPDATA = `C:\Dokumente und Einstellungen\of\Anwendungsdaten'
AVENGINE = `C:\PROGRA~1\CA\SHARED~1\SCANEN~1'
CLASSPATH = `"C:\Programme\Java\j2re1.4.1_01\lib\ext\QTJava.zip"'
COLORFGBG = `0;default;15'
COLORTERM = `rxvt-xpm'
COMMONPROGRAMFILES = `C:\Programme\Gemeinsame Dateien'
COMPUTERNAME = `NBOF'
COMSPEC = `C:\WINNT\system32\cmd.exe'
CVS_RSH = `/bin/ssh'
DISPLAY = `:0'
EDITOR = `vi'
HOMEDRIVE = `H:'
HOMEPATH = `\'
HOMESHARE = `\\DCBLN01\home\of'
HOSTNAME = `nbof'
INFOPATH = 
`/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
INOCULAN = `C:\PROGRA~1\CA\ETRUST~1'
INTERIX_COMPILERDIR = `/dev/fs/e/Programme/Microsoft Visual Studio .NET/Vc7'
INTERIX_ROOT = `/dev/fs/D/Programme/SFU/'
INTERIX_ROOT_WIN = `D:\Programme\SFU\'
JAVA_HOME = `/D/Programme/JavaSoft/j2sdk1.4.2_02'
LC_CTYPE = `de_DE.ISO-8859-1'
LESS = `isrR'
LOGONSERVER = `\\DCBLN01'
MANPATH = 
`/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/X11R6/man:/usr/ssl/man:/usr/man:/usr/local/man:/usr/man:/usr/local/man:/usr/man:/usr/local/man'
NNTPSERVER = `news'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/usr/bin'
OPENNT_ROOT = `/dev/fs/D/Programme/SFU/'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PKG_CONFIG_PATH = `:/usr/X11R6/lib/pkgconfig'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 8 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0803'
PROGRAMFILES = `C:\Programme'
PS1 = `\[\e]0;\l \w\007\n\t \[\e[36m\] [EMAIL PROTECTED] '
QTJAVA = `"C:\Programme\Java\j2re1.4.1_01\lib\ext\QTJava.zip"'
SFUDIR = `D:\Programme\SFU\'
SFUDIR_INTERIX = `/dev/fs/D/Programme/SFU/'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `c:\temp'
TERM = `xterm'
TMP = `c:\temp'
TMPDIR = `d:\programme\cygwin\tmp'
TZ = `MET-1MEET'
USERDNSDOMAIN = `de.sesa.net'
USERDOMAIN = `DE-SESA-NET'
USERNAME = `of'
USERPROFILE = `C:\Dokumente und Einstellungen\of'
WINDIR = `C:\WINNT'
WINDOWID = `168034472'
XAPPLRESDIR = `/usr/X11R6/lib/X11/app-defaults'
XCMSDB = `/usr/X11R6/lib/X11/Xcms.txt'
XKEYSYMDB = `/usr/X11R6/lib/X11/XKeysymDB'
XNLSPATH = `/usr/X11R6/lib/X11/locale'
_ = `/usr/bin/cygcheck'
ftp_proxy = `http://www-cache:8080/'
http_proxy = `http://www-cache:8080/'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\S

Re: cygwin 1.5.7 "make"

2004-02-26 Thread Olaf Föllinger
On Thu, Feb 26, 2004 at 04:38:31PM +0100, geoffrey wrote:
> Hi,
> 
> I'm desperately trying to find the make command, can comeone help me ?

$ cygcheck -f /usr/bin/make
make-3.80-1

Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

--
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/



Re: problem extending perl-5.8.2-1 via CPAN: Storable.dll

2004-02-18 Thread Olaf Föllinger
On Tue, Feb 17, 2004 at 09:26:42PM -0500, S. Alan Ezust wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> I was having some strange problems with CPAN as well - has anyone ever tried 
> running a perl script that uses HTML::Parser or HTML::Filter by installing 
> through the CPAN that comes with cygwin? I have a script that runs fine under 
> linux and activeperl for windows, but doesn't under cygwin/perl. 

Yes, me.
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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/



Re: problem extending perl-5.8.2-1 via CPAN: Storable.dll

2004-02-18 Thread Olaf Föllinger
On Tue, Feb 17, 2004 at 07:09:19PM +0100, Tino Lange wrote:
> Gerrit P. Haase wrote:
> >perl-5.8.2-1 release has been uploaded to sourceware
> >   -- it should be on the mirrors soon.
> 
> Hi Gerrit, hi List!
> 
> I have a problem updating modules within the CPAN Shell. Perl itself 
> crashes due to problems with Storable.dll?

I'm not Gerrit neither the list but it works fine here except for some
tests which don't pass. 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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/



Re: request: new official Cygwin RXVT build with enable-256-color

2004-02-16 Thread Olaf Föllinger
On Tue, Feb 10, 2004 at 12:00:42PM -0800, [EMAIL PROTECTED] wrote:
> From the RXVT changelog:
> 
> 2.7.10 to 2.7.11
> \---
> Geoff Wing <[EMAIL PROTECTED]> et al.
> [...] added 256 colour support for Cygwin [...]
> 
> I had no problems building rxvt from cvs a couple of days ago with the 256
> color support enabled.  It runs great; the colors make for some really
> pretty apps.
> Here's the configure command I used:
> 
> ./configure --enable-utmp --enable-wtmp --enable-lastlog \
>  --enable-rxvt-scroll \
>  --enable-next-scroll --enable-xterm-scroll --enable-frills \
>  --enable-linespace --enable-mousewheel --enable-keepscrolling \
>  --enable-old-selection --enable-transparency \
>  --x-libraries=`pwd`/W11/lib \
>  --x-includes=`pwd`/W11/lib \
>  --with-x \
>  --enable-languages --with-encoding=noenc \
>  --enable-256-color \
>  --disable-graphics \
>  --disable-menubar \
>  CFLAGS="-O -g -W -I`pwd`/W11" \
>  LDFLAGS="-mwindows -Wl,--subsystem,console" \
>  DLIB=`pwd`/W11/wrap/rxvt_res.o

I have problems with this command: It ends up with

config.status: error: cannot find input file: autoconf/config.h.in

maybe it's a problem with the .prebuild script:

$ ./.prebuild
autoheader --include=autoconf autoconf/configure.in
autoheader: `configure.ac' or `configure.in' is required
chmod: getting attributes of `autoconf/config.h.in': No such file or
directory  autoconf --include=autoconf autoconf/configure.in > configure   

After all I'm not very experienced with these tools. Can you help me or
make a binary version available for download ?
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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/



Re: SCP doesn't complete transfers of large files

2004-01-27 Thread Olaf Föllinger
On Tue, Jan 27, 2004 at 08:42:41AM -0500, Igor Pechtchanski wrote:
> On Tue, 27 Jan 2004, Olaf Föllinger wrote:
> 
> > On Tue, Jan 27, 2004 at 12:36:29PM +0100, Dirk Sondermann wrote:
> > > I have also noticed this problem when copying files ~1GB from
> > > a remote host to the local host.
> > >
> > > Strangely, if x is a big file and x0 has just a few bytes,
> > > scp remote:x . may hang while scp remote:x* . succeeds.
> >
> > Same observation here. Just to make clear that it's not a singular
> > problem.
> >
> > Gruss Olaf Follinger
> 
> Can anyone in this thread who can actually reproduce this problem attach
> to the hung scp process with gdb/strace and see where it hangs (and what
> it's doing)?

The process is 

$ scp news:SFU35SEL_EN.exe tmp/
SFU35SEL_EN.exe 99%  218MB   0.0KB/s - stalled -

and the output of strace is attached. I've used 'strace -p ' while
the scp-process was stalled already. I think I've tested with the latest
snapshot:

$ uname -a
CYGWIN_NT-5.0 nbof 1.5.7s(0.109/3/2) 20040124 15:46:47 i686 unknown
unknown Cygwin

 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]
   20  20 [unknown (0x858)] scp 2424 _threadinfo::remove: wait 0x0
  430 450 [unknown (0x858)] scp 2424 _threadinfo::remove: removed 0x10DF014 
element 1
87576   88026 [win] scp 2424 wndproc 275 WM_TIMER 1 0
  465   88491 [win] scp 2424 kill: kill (2424, 14)
  188   88679 [win] scp 2424 sig_send: sendsig 0x354, pid 2424, signal 14, its_me 1
  188   88867 [win] scp 2424 sig_send: wakeup 0x2D4
  257   89124 [sig] scp 2424 sig_handle: signal 14 processing
  173   89297 [sig] scp 2424 sig_handle: signal 14, about to call 0x404F10
  176   89473 [sig] scp 2424 proc_subproc: args: 3, 1
  168   89641 [sig] scp 2424 proc_subproc: clear waiting threads
  162   89803 [sig] scp 2424 proc_subproc: finished clearing
  374   90177 [sig] scp 2424 proc_subproc: returning 1
 1137   91314 [sig] scp 2424 _threadinfo::interrupt_setup: armed signal_arrived 0x35C, 
sig 14, res 1
  206   91520 [sig] scp 2424 setup_handler: interrupted known cygwin routine
  274   91794 [win] scp 2424 sig_send: Waiting for pack.wakeup 0x2D4
  980   92774 [main] scp 2424 reset_signal_arrived: reset signal_arrived
  144   92918 [main] scp 2424 set_signal_mask: oldmask 0x0, newmask 0x2000, mask_bits 
0x0
  125   93043 [main] scp 2424 set_signal_mask: not calling sig_dispatch_pending
  121   93164 [main] scp 2424 tcgetpgrp: 2424 = tcgetpgrp (1)
  154   93318 [main] scp 2424 time: 1075220980 = time (0)
  170   93488 [main] scp 2424 writev: writev (1, 0x22E200, 1)
  116   93604 [main] scp 2424 fhandler_tty_slave::write: tty3, write(22E280, 126)
  367   93971 [main] scp 2424 fhandler_tty_slave::write: (681): tty output_mutex: 
waiting -1 ms
  121   94092 [main] scp 2424 fhandler_tty_slave::write: (681): tty output_mutex: 
acquired
  145   94237 [main] scp 2424 fhandler_tty_slave::write: (724): tty output_mutex 
released
  112   94349 [main] scp 2424 writev: 126 = write (1, 0x22E200, 1), errno 4
  114   94463 [main] scp 2424 sigaction: signal 14, newact 0x0, oldact 0x22E470
  160   94623 [main] scp 2424 set_signal_mask: oldmask 0x2000, newmask 0x0, mask_bits 
0x2000
  113   94736 [main] scp 2424 readv: -1 = readv (7, 0x22E570, 1), errno 4
  116   94852 [main] scp 2424 readv: readv (7, 0x22E570, 1) blocking, sigcatchers 5
-3205   91647 [sig] scp 2424 setup_handler: signal 14 delivered
101948  193595 [sig] scp 2424 sig_handle: returning 1
  134  193729 [sig] scp 2424 wait_sig: signalled 0x2D4
  180  193909 [win] scp 2424 sig_send: returning 0x0 from sending signal 14
  135  194044 [win] scp 2424 kill_worker: 0 = kill_worker (2424, 14), process_state 
0x10C9
899191 1093235 [win] scp 2424 wndproc 275 WM_TIMER 1 0
  568 1093803 [win] scp 2424 kill: kill (2424, 14)
  151 1093954 [win] scp 2424 sig_send: sendsig 0x354, pid 2424, signal 14, its_me 1
  147 1094101 [win] scp 2424 sig_send: wakeup 0x2D4
  177 1094278 [sig] scp 2424 sig_handle: signal 14 processing
  123 1094401 [sig] scp 2424 sig_handle: signal 14, about to call 0x404F10
  123 1094524 [sig] scp 2424 proc_subproc: args: 3, 1
  116 1094640 [sig] scp 2424 proc_subproc: clear waiting threads
  112 1094752 [sig] scp 2424 proc_subproc: finished clearing
  111 1094863 [sig] scp 2424 proc_subproc: returning 1
  110 1094973 [sig] scp 2424 _threadinfo::interrupt_setup: armed signal_arrived 0x35C, 
sig 14, res 1
  107 1095080 [sig] scp 2424 setup_handler: interrupted known cygwin routine
  403 1095483 [sig] scp 2424 setup_handler: signal 14 delivered
  117 1095600 [sig] scp 2424 sig_handle: returning 1
  118 1095718 [sig] scp 2424 wait_sig: signalled 0x2D4
  173 1095891 [win] scp 2424 sig_send: 

Re: SCP doesn't complete transfers of large files

2004-01-27 Thread Olaf Föllinger
On Tue, Jan 27, 2004 at 12:36:29PM +0100, Dirk Sondermann wrote:
> I have also noticed this problem when copying files ~1GB from
> a remote host to the local host.
> 
> Strangely, if x is a big file and x0 has just a few bytes,
> scp remote:x . may hang while scp remote:x* . succeeds.

Same observation here. Just to make clear that it's not a singular
problem.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]

--
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/



Re: snapshot now == 1.5.7 soon, please try

2004-01-21 Thread Olaf Föllinger
Hi,

On Tue, Jan 20, 2004 at 06:07:05PM -0500, Christopher Faylor wrote:
> The current cygwin snapshot has fixes for:
> 
> 1) missing cygserver
> 
> 2) bash hang
> 
> 3) vim SEGV
> 
> If anyone has reported any other problems then please try the snapshot
> and see if they still exist.  2 and 3 above are particularly nasty bugs
> which could cause a lot of other mysterious problems.
> 
> http://cygwin.com/snapshots/

I've tried an older bug which slowed down rsync a lot and which was
solved in an december snapshot. It's still solved. I see no other
problems so far(I'm writing this with vim).
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]

--
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/



Re: SSH key authentification problem

2004-01-19 Thread Olaf Föllinger
On Mon, Jan 19, 2004 at 10:44:25AM +0100, [EMAIL PROTECTED] wrote:
> Marc,
> 
> I had Saturday the same problem in the course I am
> giving. After a few minutes, it started to dawn : check
> your access rights :
> $HOME/.ssh should be rwx-- (700)
> $HOME/.ssh/* should be rw--- (600)

And you may try ssh -v [EMAIL PROTECTED] to see what's going on.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]

--
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/



Re: SFU installed -> rxvt problems

2004-01-16 Thread Olaf Föllinger
On Fri, Jan 16, 2004 at 03:19:55PM +0100, Gerrit P. Haase wrote:
> Olaf wrote:
> 
> > On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote:
> >> Hallo,
> >> 
> >> I don't know if SFU is the reason, but after installing it and rebooting
> >> the computer I cannot open a rxvt terminal without running X.  It
> >> complains:
> >> $ /usr/bin/rxvt
> >> rxvt: can't open display 127.0.0.1:0.0
> 
> > It seems there is a global defined variable DISPLAY now which points to
> > 127.0.0.1:0.0. And rxvt reads it and thinks that there is a X-Server
> > running.
> 
> Yes, I've defined this always, since I installed the X server for the
> first time, but rxvt always works also without a running X server.
> 
> $ cat .bashrc | grep DISPLAY
> export DISPLAY=127.0.0.1:0.0

That's right, rxvt works wthout X, but if DISPLAY is dset, then it
thinks there is an X-server(at least here).

$ export DISPLAY=127.0.0.1:0.0;rxvt
rxvt: can't open display 127.0.0.1:0.0

 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]

--
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/



Re: SFU installed -> rxvt problems

2004-01-16 Thread Olaf Föllinger
On Fri, Jan 16, 2004 at 03:07:04PM +0100, Gerrit P. Haase wrote:
> Hallo,
> 
> I don't know if SFU is the reason, but after installing it and rebooting
> the computer I cannot open a rxvt terminal without running X.  It
> complains:
> $ /usr/bin/rxvt
> rxvt: can't open display 127.0.0.1:0.0

It seems there is a global defined variable DISPLAY now which points to
127.0.0.1:0.0. And rxvt reads it and thinks that there is a X-Server
running.

I'll try it in a few minutes myself.
 
 
Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG

Alt-Moabit 91a
D-10559 Berlin
Germany
Tel:   +49 30 390722 -291
Fax:   +49 30 390722 -222
Mobil: +49 173 6227080
http://www.sesa.de
mailto: [EMAIL PROTECTED]

--
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/



Re: Mutt + Cygwin on the go

2004-01-05 Thread Olaf Föllinger
On Thu, Dec 25, 2003 at 12:35:01PM +0200, Miki Tebeka wrote:
> Hello All,
> 
> I've written a little page on my experience with cygwin + mutt + laptops
> (reading/sending mail offline).
> 
> I'd be glad to hear any comments.
> 
> http://www.cs.bgu.ac.il/~tebeka/Geek/HowTo/mutt-cygwin.html

Here are my comments:

Instead of ssmtp and handmade scripts I use exim for sending mail. With
the exim-config script it can be configured in 5 minutes and it can send
offline mails. It doesn't even need to run as a daemon.

MailDir works fine here together with 2cygwn managed mounts", see
http://sources.redhat.com/ml/cygwin/2003-11/msg00799.html and the thread
around it.

The perl LDAP-support for mutt works fine here, it compiled OOTB with
the latest perl version from cygwin AFAIR.

Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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/



Re: Rsync hang and test with latest snapshots

2003-12-10 Thread Olaf Föllinger
On Wed, Dec 10, 2003 at 01:45:21AM -0500, Christopher Faylor wrote:
> On Wed, Dec 10, 2003 at 07:24:11AM +0100, RITTER, Philippe wrote:
> >Hello all cygwinners !
> >
> >I use rsync to synchronise many server. The most of them are still running
> >with cygwin 1.3.20 and rsync 2.5.5. Everything is running fine in this
> >situation.
> >
> >But I installed cygwin 1.5.5 and rsync 2.5.6 and some problems apairs !
> >Rsync was hanging and stay running in the task manager. I could only kill
> >it. I remember some mails was about this problems, and I don't remember to
> >see any solution.
> >
> >As a tip from cgf, try snapshots ! So, I tested some of them, and, since the
> >snapshot of 3.12.2003, everything is working again. (CYGWIN_NT-4.0 ara
> >1.5.6s(0.107/3/2) 20031203 00:23:12 i686 unknown unknown Cygwin)

Thanks to Philippe for this hint, it's a solution I was lokng for for a
long time. Works for me too.

> Wow.  Someone tested a snapshot, unbidden, it fixes a problem, and they let
> us know about it!
> 
> I think that's definitely worth a gold star.

I second this.

Gruss Olaf Föllinger

-- 
Olaf Föllinger
Berater 
S.E.S.A. Software und Systeme AG


--
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/



What are the correct permissions for cygwin and how do I set them ?

2003-10-01 Thread Olaf Föllinger
Hi,

I'm using w2k. Today I've been migrated to a new domain so now I do have new
sids.

Of course the permissions of my files are now wrong. How do I correct
them ? Whome they should belong to ? I've renewed /etc/passwd and
/etc/groups using

mkgroup -d >/etc/group

mkpasswd -d >/etc/passwd

but this seems not enough. What else should I try ? E.g. mutt dumps
while accessing a local mailbox.

Gruss Olaf Föllinger

--
Olaf Föllinger
Berater
S.E.S.A. Software und Systeme AG


--
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/