perldoc can't read module

2003-07-11 Thread Ronald Fischer
I've installed perl, v5.8.0 built for cygwin-multi-64int When I request a module documentation, say by $ perldoc File::Find perldoc complains Ignored /usr/lib/perl5/5.8.0/File/Find.pm: unreadable Although the file seems to have correct permission rights $ ls -l /usr/lib/perl5/5.

Permissions get lost when moving files between drives.

2004-01-15 Thread Ronald Fischer
I'm using cygwin bash on a Windows 2000 machine. When I perform the following steps (c: is the local drive, h: is a network drive, which is also my $HOME): cd c:/ echo xxx >h:/tmp/x mv h:/tmp/x y then a ls -l shows that c:/y has the permissions set to 000, though h:/tmp/x has them correct as

Documentation for cygutils

2004-06-09 Thread Ronald Fischer
Where can I find documentation about the cygutils, in particular about conv. I installed them, but there seems to be no man page or info node (neither for 'conv' nor for 'cygutils'). Ronald --  Ronald Otto Valentin Fischer <[EMAIL PROTECTED]> http://profiles.yahoo.com/ronny_fischer/ "The true me

Error opening script file

2007-05-07 Thread Ronald Fischer
ironment variable, but setting it to "en" doesn't seem to have any effect.) Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

Access of files using absolute path (was: Error opening script file)

2007-05-07 Thread Ronald Fischer
nd with other applications. So far, I found that jar and jruby have the problem that they can't open a file if it is listed absolutely (/cygdrive/...), while for example ruby or zsh do not show this problem. So I first thought that maybe those applications have not been written with cygwin in

ruby for cygwin comes without "gem" command

2007-05-14 Thread Ronald Fischer
ccess /usr/bin/gem: No such file or directory How can I get the gem command for cygwin? Or can I simply use the "gem" command from the normal (Windows-) installation of Ruby? Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe info: http://

Can not turn off terminal beep for completion

2007-05-15 Thread Ronald Fischer
rxvt and to the standard cygwin command line window. How can I turn off the beep? Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

Can not get bash 8-bit-clean

2007-05-15 Thread Ronald Fischer
? Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- 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: Can not turn off terminal beep for completion

2007-05-15 Thread Ronald Fischer
read without requiring me to do additional actions, isn't it? Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: htt

SOLVED: Can not turn off terminal beep for completion [Ruby programmers, read this!]

2007-05-15 Thread Ronald Fischer
ey use this file for the interactive Ruby shell (irb), but in any case, it means that when bash is started, it sees INPUTRC pointing to a different file and ignores my $HOME/.inputrc! Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe info: h

mysql.so: Permission denied (Ruby under Cygwin)

2007-06-18 Thread Ronald Fischer
p-l-d 81984 May 21 18:08 /usr/lib/ruby/gems/1.8/gems/mysql-2.7.3-mswin32/ext/mysql.so Using the mysql module with Ruby on Windows outside Cygwin works well. What could be the reason for this problem? Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubs

RE: mysql.so: Permission denied (Ruby under Cygwin)

2007-06-18 Thread Ronald Fischer
> /usr/lib/ruby/gems/1.8/gems/mysql-2.7.3-mswin32/ext/mysql.so: > Permission > > denied - > /usr/lib/ruby/gems/1.8/gems/mysql-2.7.3-mswin32/ext/mysql.so > > (LoadError) > > from > > > /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require' > > Do you have libmysqlclient i

RE: mysql.so: Permission denied (Ruby under Cygwin)

2007-06-18 Thread Ronald Fischer
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen > Sent: Monday, June 18, 2007 3:04 PM > To: cygwin@cygwin.com > Subject: Re: mysql.so: Permission denied (Ruby under Cygwin) > > On Jun 18 14:57, Ronald Fi

RE: mysql.so: Permission denied (Ruby under Cygwin)

2007-06-18 Thread Ronald Fischer
might explain the new behaviour, that the programs starts to run, but at the end gets a ~/thome/importer_tests $ onereq_oneappl.rb /usr/lib/ruby/gems/1.8/gems/mysql-2.7.3-mswin32/ext/mysql.so: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-cygwin] I see that I am here still on exp

RE: mysql.so: Permission denied (Ruby under Cygwin)

2007-06-18 Thread Ronald Fischer
> Indeed, ugh. Who told you that, some random guy on ruby-talk or > somebody who actually knows what (s)he's talking about? Someone at Ruby-Talk. I had a thread running last month under the Subject "gem under cygwin - is it supposed to work?", because I already had different problems with using t

RE: mysql.so: Permission denied (Ruby under Cygwin)

2007-06-18 Thread Ronald Fischer
> > /usr/lib/ruby/gems/1.8/gems/mysql-2.7.3-mswin32/ext $ > cygcheck mysql.so > > Error: could not find mysql.so > > cygcheck is designed to check things on the PATH just as you would if > you were invoking a command, so unless you have . in PATH it isn't > expected to find anything in the PWD.

RE: mysql.so: Permission denied (Ruby under Cygwin)

2007-06-19 Thread Ronald Fischer
ge available. Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- 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/

Possible bug: d does not seem to read ~/.d.conf

2007-08-10 Thread Ronald Fischer
into my ~/.d.conf, but when I call d, I do not see the hidden files, but I also do not receive any error message. If I invoke d explicitly with d --hidden-files the hidden files are displayed. -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe info:

How to rename file case-sensitive?

2007-08-13 Thread Ronald Fischer
quot; case-sensitive file system available. Not being prepared yet to live in a highly experimental way, I'm curious whether there is a simpler solution to the rename problem aside from the obvious hack mv foo bar; mv bar Foo -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162

File creation time oddity

2007-08-16 Thread Ronald Fischer
Aug 16 16:51:12 2007 ~/thome/tmp $ touch dummy3 ~/thome/tmp $ ls -l dummy3 -rw-r--r-- 1 rfischer mkgroup-l-d 2 Aug 16 16:51 dummy3 Any idea what could possibly be the reason for this oddity? Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe info:

RE: File creation time oddity (new findings)

2007-08-22 Thread Ronald Fischer
t is a mapped drive from the network? > > It is an artifact of how Windows interacts with remote drives in the > presence of clock skew between the machines. Thank you for clarification. Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe i

[bug?] Directory lister (d) doesn't properly translate drive letters

2007-08-29 Thread Ronald Fischer
drive/l type user (binmode,noumount) m: on /cygdrive/m type user (binmode,noumount) t: on /cygdrive/t type user (binmode,noumount) v: on /cygdrive/v type user (binmode,noumount) -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 cygcheck.out.gz Description: cygcheck.out.gz --

Where is evim gone?

2007-09-11 Thread Ronald Fischer
The man page for gvim documents evim and eview, but these files are not in /usr/bin. Aren't they part of the regular distribution package of gvim? Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

occasional problem: .bash_profile permission denied

2007-09-20 Thread Ronald Fischer
om my startxwin.bat, it happens sometimes that the "permission denied" error occurs on one of the terminals started *later*, while the earlier started ones don't have this problem. Any idea what could be wrong here? Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-45213

Redoing the setup on a different machine

2007-10-15 Thread Ronald Fischer
the Cygwin FAQ, since probably many users will have the same problem when moving to a new computer). Ronald -- Ronald Fischer <[EMAIL PROTECTED]> Phone: +49-89-452133-162 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/proble

Re: Possible bug with chere 1.4 when configuring for fish

2014-04-09 Thread Ronald Fischer
On Tue, Apr 8, 2014, at 0:35, Dave Kilroy wrote: > On 07/04/2014 13:02, Ronald Fischer wrote: > > I have installed fish 2.1.0. Works fine, when invoking a new fish shell > > manually. > > > > However, when doing a > > > > chere -ifcm -t mintty -s fish >

Re: Possible bug with chere 1.4 when configuring for fish

2014-04-10 Thread Ronald Fischer
f fish and am busy with other things right now, so this might take some time). Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet pocket has an error to report. +

Finding out login history

2009-01-19 Thread Ronald Fischer
Is it possible to find out the login history, i.e. the exact time on the previous days a user has logged on, respectively the system has been rebooted (though these times are not the same, in my case I would be happy getting either one)? I know that from the data displayed by 'uptime', I can calcu

Re: Finding out login history

2009-01-19 Thread Ronald Fischer
Morche Matthias P7S1Produktion.de> writes: > try "last", that provides the information, you are looking for. Thank you for helping. Which package do I have to install, to have 'last' available? mucn13154:~ 1 505 $ man last No manual entry for last mucn13154:~ 1 506 $ last bash: last: command no

Re: Finding out login history

2009-01-19 Thread Ronald Fischer
Andy Koppe gmail.com> writes: > > Thank you for helping. Which package do I have to install, to > > have 'last' available? > > util-linux Thanks a lot! > For future reference: http://cygwin.com/packages/ The problem with this page is that if you search the packages for "last", you get 140+ ma

Re: Finding out login history

2009-01-19 Thread Ronald Fischer
Andy Koppe gmail.com> writes: > > Thank you for helping. Which package do I have to install, to > > have 'last' available? > > util-linux Rerunning setup.exe, it showed me that I *did* have util-linux installed; even the most recent version. Is "last" supposed to be in /bin or in some other dir

Re: Finding out login history

2009-01-27 Thread Ronald Fischer
Marco Atzeri yahoo.it> writes: OK, now I finally have 'last', there is a usage problem: mucn13154:~ 1 501 $ last last: /var/log/wtmp: No such file or directory Perhaps this file was removed by the operator to prevent logging last info. mucn13154:~ 1 503 $ ls -l /var/log total 6031 -rw-r--r-- 1 f

Re: Finding out login history

2009-01-29 Thread Ronald Fischer
Marco Atzeri yahoo.it> writes: > RTFM > > man last > touch /var/log/wtmp uh - thanks! Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: ht

/sbin/sysctl question

2009-01-29 Thread Ronald Fischer
Is there a way to get /sbin/sysctl -a running on cygwin? I get error: unable to open directory "/proc/sys/" and indeed, there is no sys under proc. Under what conditions is /proc/sys created on cygwin? Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

Finding either boot time or login time

2009-01-30 Thread Ronald Fischer
I'm a bit desperate. I'm looking for a way to find EITHER the time the system was booted, OR the time the last user had logged in, OR the time I had logged in (of course it would be great if I could find all of it, but one of this would already be sufficient). >From a past posting to this issue

Re: Finding either boot time or login time

2009-01-30 Thread Ronald Fischer
Eric Blake byu.net> writes: > man uptime I have thought of uptime, but this requires doing date calculation (I have to subtract the uptime from the current time), which I wanted to avoid; plus I wanted to have it reproducible (i.e. if I calculate the "startup time" twice in succession, I wanted t

Re: Finding either boot time or login time

2009-02-02 Thread Ronald Fischer
Mark J. Reed gmail.com> writes: > One-liner to display the boot time: > > $ perl -lane 'print ~~localtime(time-$F[0])' /proc/uptime Thanks a lot! This is great! Would you mind explaining the ~~ trick? localtime returns a list, so I would have concluded that applyiing ~ to this list would forc

Encoding of German 'umlauts' - please explain

2009-09-24 Thread Ronald Fischer
Maybe someone could enlighten me about the following: On Cygwin bash I see $ echo ü | od -cx 000 374 \n 0afc 002 That means, the German letter ü has encoding 0xFC. If I do the same on CMD shell (the 'od' used here comes from the Gnu Utilities for Windows), I see: echo ü | od

Perl IPC::Cmd

2008-05-05 Thread Ronald Fischer
I'm using perl 5.8.7 for Solaris perl 5.8.8 for Cygwin perl 5.8.10 for Windows (native) To my surprise, the Cygwin version of Perl does not include the standard module IPC::Cmd, though the other two (in particular, the earlier 5.8.7 Perl) do. Is there a particular reason, why IPC::Cmd is left

Re: Perl IPC::Cmd

2008-05-05 Thread Ronald Fischer
Sisyphus optusnet.com.au> writes: > > I'm using > > perl 5.8.7 for Solaris > > perl 5.8.8 for Cygwin > > perl 5.8.10 for Windows (native) > > perl 5.8.10 ?? Sorry, I meant 5.10.0 > Mind you, they don't need a reason to not include a non-core > module - the fact that it's not a core module i

Can't set access rights with chmod

2008-05-05 Thread Ronald Fischer
Please have a look at the following transscript: $ ls -l x1.pl -rw-r--r-- 1 fischron mkgroup-l-d 104 May 5 15:54 x1.pl $ chmod 0777 x1.pl $ ls -l x1.pl -rw-r--r-- 1 fischron mkgroup-l-d 104 May 5 15:54 x1.pl $ chmod +x x1.pl $ ls -l x1.pl -rw-r--r-- 1 fischron mkgroup-l-d 104 May 5 15:54 x1.pl

Re: Can't set access rights with chmod (additional info)

2008-05-05 Thread Ronald Fischer
Ronald Fischer infineon.com> writes: In addition to what I wrote in the previous posting, I also tried the following: export CYGWIN=smbntsec Now the behaviour changed in that chmod now works well for *new* files created, but for old files I still can't change anything. This time, I

Cygwin Mail and Exchange Server

2008-05-19 Thread Ronald Fischer
Hello, at a customer's site, I would like to be able to send email from bash scripts. The setup of the software is pretty standard: Usually mail is sent and read using Outlook, and there is an Exchange server lurking somewhere to do the job. What do I have to do in such an environment in order to

Re: Cygwin Mail and Exchange Server

2008-05-19 Thread Ronald Fischer
esn't have any such things as outlook or exchange server, none of > the linux software that gets ported is written to even consider it. Understandable... Thanks a lot, Ronald Fischer -- 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: Cygwin Mail and Exchange Server

2008-05-19 Thread Ronald Fischer
Andrew DeFaria DeFaria.com> writes: > No need to ask the admins, you can lookup these settings directly in > Outlook under Tools: Email accounts. It probably won't say anything > about POP/IMAP but you can just do "telnet POP" or "telnet > IMAP". If it responds with a server at the other end

Re: Cygwin Mail and Exchange Server

2008-05-20 Thread Ronald Fischer
Frank Fesevur users.sourceforge.net> writes: > Have you tried the cygwin "email" package? It talks directly to an SMTP > server. Good suggestion. I think I'll stick with this. Ronald -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

wget and HTTP_PROXY question

2008-05-20 Thread Ronald Fischer
I can't fetch anything from the web using wget (Connection timed out). My guess is that it has to do with the proxy settings, but: - my environment variable HTTP_PROXY is set, and - from a Windows command line (i.e. outside of Cygwin), tools (such as the package manager of ActiveState Perl) *can*

Re: ls does not show any output

2012-01-18 Thread Ronald Fischer
Maybe a "non-cygwin" ls gets in your way. Do the following: (1) Type bash to ensure that you are running in a bash shell (2) Verify that the ls problem still exists, and if it does (3) Type type -a ls to see which "ls" is being used. Ronald -- Ronald Fischer +

xargs: Why does order of command line switches matter?

2012-04-25 Thread Ronald Fischer
x.cmd x.pl x.sh xargs (GNU findutils) 4.5.9 Packaged by Cygwin (4.5.9-2) Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet pocket has an error to report. + (

Can not install cron (authorization problem)

2012-06-05 Thread Ronald Fischer
nistrators),545(Users) Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet pocket has an error to report. + (cited after Peter van der Linden) -- Problem reports:

Does not work well: rlwrap + rxvt + cmd

2011-08-24 Thread Ronald Fischer
like with rxvt (and with Console2) the ease of copyiing and pasting text, in particular text spanning more than one line. Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet poc

Re: Does not work well: rlwrap + rxvt + cmd

2011-08-25 Thread Ronald Fischer
On Wed, 24 Aug 2011 11:15 -0400, "Eliot Moss" wrote: > Just a quick thought, but I think you may > want to run rlwrap within rxvt, something like: > > rxvt rlwrap cmd.exe Thanks a lot! Indeed, rxvt -e rlwrap cmd Ronald -- Ronald Fischer + If a packet hits a pocket

Re: Does not work well: rlwrap + rxvt + cmd

2011-08-25 Thread Ronald Fischer
ses you generally to present Windows paths, of course; > cygpath can help with that. I use cygpath in several of my scripts and it's extremely useful, but dealing with the various path representations in interactive work is, for me at least, an annoyance... Thank you for your suggestions,

Best way to repair cygwin?

2011-08-26 Thread Ronald Fischer
hed on the Net but didn't find anything in this direction. Any other idea what I could do? Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet pocket has an error to report. +

SOLVED (was: Re: fixing fork failures (was: Re: Best way to repair cygwin?))

2011-08-26 Thread Ronald Fischer
here to run > > 'rebaseall'. Thanks a lot! In my case it turned out to be a BLODA I will however install rebase too, in case I need it one day. Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the inte

Mapping "underline" to "colour" - how is the colour determined?

2011-10-14 Thread Ronald Fischer
nderstand this correctly? I would like to understand, where this mapping to a certain colour is done. Reason is that the colour used for my Windows console window, is a bit hard to read and I would like to change it. Any suggestions? Ronald -- Ronald Fischer + If a packet hits a pocket o

Re: Mapping "underline" to "colour" - how is the colour determined?

2011-10-20 Thread Ronald Fischer
led. However, infocmp is not in my PATH, not is there a man page for it. Regards, Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet pocket has an error to report. +

Re: Mapping "underline" to "colour" - how is the colour determined?

2011-10-24 Thread Ronald Fischer
rc The TeX text formatting system (binaries). = Nothing which looks like infocmp Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet pocket has an error to r

chere, mksh and pdksh

2011-11-21 Thread Ronald Fischer
s obsolete? - Create a symlink /usr/bin/pkdsh, to point to mksh? Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet pocket has an error to report. + (cited afte

Please explain afio warning message

2011-11-21 Thread Ronald Fischer
n redirecting stderr to the bit bucket? cpio compatibility is not crucial for me. -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet pocket has an error to report. +

Re: chere, mksh and pdksh

2011-11-23 Thread Ronald Fischer
pass the path to the shell? In this case, new shells can be installed without the need to update chere. Also, if I can use the path to the shell as a "key", I could (by using appropriate symlinks) have several "chere" entries for the same shell (for instance, mintty with ksh

Re: chere, mksh and pdksh

2011-11-24 Thread Ronald Fischer
On Wednesday, November 23, 2011 8:31 PM, "Dave Kilroy" wrote: > On 23/11/2011 08:12, Ronald Fischer wrote: > > Is there a technical reason, why chere needs to know a predefined set of > > "keys" for the shell to install? > > If I recall, this was to mak

Re: SIGINT generated by Control-C, is not delivered in mintty

2015-07-15 Thread Ronald Fischer
On Tue, Jul 14, 2015, at 11:27, Achim Gratz wrote: > Ronald Fischer mm.st> writes: > > Using Cygwin 64 on Windows 7: > > > > In a bash or zsh running inside mintty, pressing Control-C has no > > effect. In a bash or zsh running in a Windows Console, it works fine.

Re: SIGINT generated by Control-C, is not delivered in mintty

2015-07-20 Thread Ronald Fischer
On Fri, Jul 17, 2015, at 21:03, Thomas Wolff wrote: > Am 14.07.2015 um 09:44 schrieb Ronald Fischer: > > Using Cygwin 64 on Windows 7: > > > > In a bash or zsh running inside mintty, pressing Control-C has no > > effect. In a bash or zsh running in a Windows Console, i

Re: SIGINT generated by Control-C, is not delivered in mintty

2015-07-20 Thread Ronald Fischer
> > Indeed, it does! When starting it from a desktop shortcut, it works, but > > when started as a background process, it doesn't. > > Ah, so that is the "Cygwin console" # i.e. execution of the file > Cygwin.bat, located in the "Windows Cygwin root". Actually no, though the difference doesn't ma

Re: SIGINT generated by Control-C, is not delivered in mintty

2015-07-20 Thread Ronald Fischer
> > But I can see the effect simpler in this way: Just open a DOS Command > > Window, and in the command line type > > > > c:\cygwin64\bin\zsh -c /usr/bin/mintty > > > > and the error can be reproduced. BTW, same effect with bash instead of > > zsh. > > Understood. > > For the moment, invoke

Re: BUG: exec format error: emacs

2020-01-19 Thread Ronald Fischer
On Fri, Jan 17, 2020, at 17:16, Ken Brown wrote: > On 1/17/2020 10:33 AM, Ronald Fischer wrote: > > When trying to run `emacs`, I get > > > > (on zsh) : zsh: exec format error: emacs > > (on bash): bash: /usr/bin/emacs: cannot execute binary file: Exec format

Re: BUG: exec format error: emacs

2020-01-20 Thread Ronald Fischer
I have now solved the problem by explicitly removing /usr/bin/emacs before re-installing it using Cygwin Setup. Now it indeed became a symlink (to /etc/alternatives/emacs). Ronald On Fri, Jan 17, 2020, at 17:16, Ken Brown wrote: > On 1/17/2020 10:33 AM, Ronald Fischer wrote: > > When

zsh bug: Incorrect (misleading) error message in zsh when using rm and drive letter is specified

2016-08-23 Thread Ronald Fischer
I observed this: -0-1- ~/exp > rm e:/media/* zsh: sure you want to delete all the files in /home/FISRONA/exp/e:/media [yn]? n We see that zsh is catching the case that I want to rm all files in the specified directory, and warns me about it (note that it is a zsh error message, not a error messa

Editors set x-bit (sometimes)

2016-12-13 Thread Ronald Fischer
Does anybody have an explanation for the following strange phenomenon? When I create Ruby files (*.rb) with an, the files end up with the x-bit set with some editors, while this does not happen with some other editors. This is annoying, because when I use git to put the file in a repository, and t

Bug: No json support anymore in Ruby 2.3.6

2018-11-20 Thread Ronald Fischer
Since I updated Ruby to 2.3.6, the standard library json is missing: ruby -e 'require "json"' /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- json (LoadError) from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'

Re: Bug: No json support anymore in Ruby 2.3.6

2018-11-20 Thread Ronald Fischer
installing a Gem. On Tue, Nov 20, 2018, at 14:13, Ken Brown wrote: > On 11/20/2018 3:41 AM, Ronald Fischer wrote: > > Since I updated Ruby to 2.3.6, the standard library json is missing: > > > > ruby -e 'require "json"' > > /usr/share/rubygems/rub

Re: Bug: No json support anymore in Ruby 2.3.6

2018-11-20 Thread Ronald Fischer
d as a separated package, they should be available at least on the Cygwin server, and be installable from there, but I did a search for "ruby-default" and could not get a match. Ronald On Tue, Nov 20, 2018, at 15:00, Brian Inglis wrote: > On 2018-11-20 06:13, Ken Brown wrote: >

Re: Bug: No json support anymore in Ruby 2.3.6

2018-11-20 Thread Ronald Fischer
e. I rather would prefer not opening this can of worms Ronald On Tue, Nov 20, 2018, at 17:26, Ken Brown wrote: > On 11/20/2018 10:39 AM, Ronald Fischer wrote: > > Hi Ken, > > > > actually, the page regarding the gem list for the Ruby version in question > >

Cygwin/X does not seem to work on Windows 10

2019-06-04 Thread Ronald Fischer
What I did: - Installed all the packages, as described in https://x.cygwin.com/docs/ug/setup.html - Started XLaunch - Selected "Multiple Window" and "Start no client", to start the X Server - Clicked on "Fertig stellen" (= finish). - Using mintty, I started a cygwin shell (zsh). - Inside this she

Re: Cygwin/X does not seem to work on Windows 10

2019-06-04 Thread Ronald Fischer
On Tue, Jun 4, 2019, at 15:18, Massimo Balestra wrote: > > > - Installed all the packages, as described in > > https://x.cygwin.com/docs/ug/setup.html > > - Started XLaunch > > - Selected "Multiple Window" and "Start no client", to start the X Server > > I don't know XLaunch but for the Xwindows

Re: Cygwin/X does not seem to work on Windows 10

2019-06-04 Thread Ronald Fischer
> I pinned the Cygwin/X "XWin Server" Start Menu item to the taskbar. > When I click that, I get "Cygwin/X Server 0:0" and "X applications menu on :0" > icons in the systray. When I start it via the "XWin Server" entry in the Start Menu - which I have discovered just now, since you mentioned it,

Bug: grep behaves incorrectly under the locale C.UTF-8, if a file contains Umlaut characters

2017-05-24 Thread Ronald Fischer
I have a file X which contains ASCII text, but also in some lines German umlaut characters. The file is classified as: $ file X X: ISO-8859 text, with CRLF line terminators If I grep the file using, say, $ grep . X >Y (i.e. select every non-empty line and write the result to Y

Re: Bug: grep behaves incorrectly under the locale C.UTF-8, if a file contains Umlaut characters

2017-05-24 Thread Ronald Fischer
> > If I grep the file using, say, > > > $ grep . X >Y > > > (i.e. select every non-empty line and write the result to Y), this works > > fine, if LANG is set to one of: UTF-8, C, C.de_DE, C.en_EN, en_EN, > > de_DE. > > > However, if LANG is set to C.UTF-8, two things happen: > > > - gr

Re: Killing-Process woes

2017-06-20 Thread Ronald Fischer
> > The background processes are actually (zsh-) scripts, which do some > > setup (basically setting various environment variables), and then invoke > > a (Cygwin-)Ruby program which does the "real work". The program is > > executed by something like > > > > ruby myprog.rb > > > > (Note that

Re: confirm subscribe to cygwin@cygwin.com

2017-08-01 Thread Ronald Fischer
On Tue, Aug 1, 2017, at 09:59, cygwin-h...@cygwin.com wrote: > Hi! This is the ezmlm program. I'm managing the > cygwin@cygwin.com mailing list. > > To confirm that you would like > >yn...@mm.st > > added to the cygwin mailing list, please send > an empty reply to this address: > >cyg

Bug in zsh and bash with builtin ls when colorization is used and the filename starts with a drive letter

2017-08-01 Thread Ronald Fischer
I have in my .zshrc: alias "ls=ls --color=auto" export LS_COLORS="di=1;4;33:*rc=7:*.rb=32:*.irbrc=32:*.sh=36:*.zsh=36:*.bak=2:*~=2:*.log=34;*.txt=34:ex=1" Now compare these two commands and their output: $ ls -l C:/cygwin64/home/fisrona/gitwrk/vp5/manualtest/logs/manualtest_222.log

Ruby ri does not display core docs - is it a bug or do I miss a package?

2017-08-01 Thread Ronald Fischer
I have installed Ruby and the Ruby-doc package (and also some other doc packages related to Ruby gems). However, ri does not work for core packages. Example: $ ri String = String < Object (from gem bigdecimal-1.3.2) -- =

Ruby ri does not display core docs - is it a bug or do I miss a package?

2017-08-02 Thread Ronald Fischer
I have installed Ruby and the Ruby-doc package (and also some other doc packages related to Ruby gems). However, ri does not work for core packages. Example: $ ri String = String < Object (from gem bigdecimal-1.3.2) -- =

Re: bash pipe fails in script with subshell/loop cmbination

2017-08-08 Thread Ronald Fischer
> > TWO - this fails, apparently (warning: my guess) at the pipe > $ for j in 1 2;do echo $j $(echo hello | cat);done > 1 > 2 This works for me: $ for j in 1 2;do echo $j $(echo hello | cat);done 1 hello 2 hello I have: GNU bash, version 4.4.12(3)-release (x86_64-unknown-cygwin) Ronald -- Pr

Re: confirm unsubscribe from cygwin@cygwin.com

2017-08-18 Thread Ronald Fischer
On Fri, Aug 18, 2017, at 10:21, cygwin-h...@cygwin.com wrote: > Hi! This is the ezmlm program. I'm managing the > cygwin@cygwin.com mailing list. > > To confirm that you would like > >yn...@mm.st > > removed from the cygwin mailing list, please send an empty reply > to this address: > >

git can not access remote repository anymore after cygwin+git update

2017-10-19 Thread Ronald Fischer
I'm using 64 Bit Cygwin on Windows 7. After upgrading Git to version 2.14.2 (I think I had 2.13 or 2.12 before), git can not access our repository anymore. Commands such as "git pull" or "git push" result into the error fatal: Could not read from remote repository. Please make sure you have the c

Re: git can not access remote repository anymore after cygwin+git update

2017-10-19 Thread Ronald Fischer
On Thu, Oct 19, 2017, at 14:28, Marco Atzeri wrote: > On 19/10/2017 13:38, Ronald Fischer wrote: > > I'm using 64 Bit Cygwin on Windows 7. After upgrading Git to version > > 2.14.2 (I think I had 2.13 or 2.12 before), git can not access our > > repository anymore. Comm

Ejecting a USB drive using Cygwin (sync)?

2018-01-23 Thread Ronald Fischer
I'm looking for a command, which would allow me from a shell script to prepare the removal of a USB device (stick, external hard drive etc.). With other words, after issuing the command, I should be able to physically remove the USB device. Can the `sync` command be used, for instance sync