Re: chere + mintty doesn't work with mapped drives
On 29/11/2013 22:11, Charles Butterfield wrote: Dave wrote: Can you clarify which isn't working: a) a network share mapped to a drive letter, e.g N:\my\network\location This is my situation. I have my Y: drive mapped to a Linux Samba server. See more details below b) network share accessed via \\ e.g. \\server\path\my\network\location Not doing this. Are you right clicking on a directory and selecting the menu item, or right clicking a blank spot in the RH pane? The two result in different logic, with the latter having to guess it's a network path. I am right clicking on a directory name in either (tried both) the LH or RH pane of an explore.exe window. In both cases what happens Is that a new window is launched (good) with an initial title of the form "/bin/xhere /bin/bash.exe Y:\apps". After a brief pause, I see "Starting /bin/bash.exe", than another brief pause and the window title changes to "/cygdrive/c/WINDOWS/system32" and I get a Bash command prompt. The PWD is just what the title indicates (i.e. .../system32) The xhere script should pass y:\apps to cygpath to get the cygwin path, which should be /cygdrive/y/apps. IIRC /cygdrive/y may not be visible via ls, but it should be usable. I'm guessing the path is failing the directory test... in which case adding a trailing else to always cd $CHERE_DIR would fix things for you Dave. P.S. I'm also having trouble figuring out how to post replies to what I see on the web archive. I did NOT get any email reply to my prior post, it just showed up on the web archive (that was good). I carefully checked my spam quarantine areas several times to be sure. Actually my first post on this topic was my second attempt to post. I had to add myself to the white-list which I didn't notice at first since the white-list suggestion was stuck in MY stupid stupid Outlook spam filter (Thanks so much Outlook). In any event, I have cobbled together something that resembles a reply to an email that I have really scraped off the web archive. That seems awfully complicated. Surely I'm missing something. But I just cannot see the "Reply" button on the archive. Is this like when my wife says, its right there and points to it and yep, its really right there? :-( I just replied to list on the last message. This time I've made sure you're in cc. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: what package is needed to compile .help files ?
found it help2man. On 29 November 2013 23:27, Aaron Gray wrote: > Hi, > > what package is needed to compile .help files ? > > Many thanks in advance, > > Aaron -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
RE: chere + mintty doesn't work with mapped drives
> -Original Message- > From: Dave Kilroy [mailto:kilr...@googlemail.com] > The xhere script should pass y:\apps to cygpath to get the cygwin path, which > should be /cygdrive/y/apps. IIRC /cygdrive/y may not be visible via ls, but it > should be usable. I'm guessing the path is failing the directory test... in > which > case adding a trailing else to always cd $CHERE_DIR would fix things for you I think I've narrowed down the problem to the terminal emulator. First - I did try modifying xhere to do a "cd $CHERE_DIR" (and then $NETWORK_PATH) but neither variable worked. I then noticed that if I start bash from a cmd.exe emulator (and adjust the path to Include /bin), that I can see (and cd to) a mapped drive. But I cannot "see" (via ls) the mapped drive when using mintty. From cmd.exe+bash: (Y: is the mapped drive) $ ls -l /cygdrive/ total 16 d-+ 1 TrustedInstaller TrustedInstaller 0 Nov 30 11:37 c/ drwx--+ 1 SYSTEM SYSTEM 0 Nov 30 11:37 e/ drwx--+ 1 SYSTEM SYSTEM 0 Nov 30 11:37 g/ drwxrwxrwx 1 0 Feb 2 2013 y/ cb@hpc15 /usr/bin $ cd /cygdrive/y cb@hpc15 /cygdrive/y $ ls ArchivePhotos Audio RECYCLER BackupsReunion 2006 Photos ... From mintty+bash: (Y: is the mapped drive) cb@hpc15 ~ $ ls -l /cygdrive/ total 16 d-+ 1 TrustedInstaller TrustedInstaller 0 Nov 30 11:37 c drwx--+ 1 SYSTEM SYSTEM 0 Nov 30 11:37 e drwx--+ 1 SYSTEM SYSTEM 0 Nov 30 11:37 g cb@hpc15 ~ $ cd /cygdrive/y -bash: cd: /cygdrive/y: No such file or directory cb@hpc15 ~ I suspect that whatever is going on that affects "ls" and "cd" is also affecting chere/xhere. Not sure what the next step should be. -- Charlie -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
[ANNOUNCEMENT] New in 64-bit: unison2.27, unison2.32, unison2.40, unison2.45
The Unison packages for Cygwin are now available in the x86_64 distribution. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or on different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other. === About Unison packages in Cygwin === Unison is packaged for Cygwin as several independent packages, each providing a version of Unison that is incompatible with the others. You have to run compatible versions of Unison on the client and server, or Unison will issue an error message and quit. Two versions of Unison are compatible if and only if the first two numbers in their version strings are the same. For example, all versions 2.27.* are compatible with each other, and incompatible with versions 2.32.*. By installing one or more of the packages listed above, you can run whichever version you need in order to synchronize with your server. The unison* packages install a convenience symlink from /usr/bin/unison to one of the versioned unison executables, e.g. unison-2.27.exe. alternatives(8) is used to manage the symlink. If the symlink is being managed in "auto" mode, then it will automatically track the highest numbered version of unison that you have installed. You can override this by either changing the symlink manually with ln(1), or, preferably, by using alternatives(8): alternatives --display unison shows you the installed versions of unison, their priorities, which executable the symlink points to, and whether the symlink is being managed in "auto" or "manual" mode. alternatives --config unison presents a menu from which you can choose which version you want to use as the default. This puts the symlink in manual mode. alternatives --auto unison puts the symlink in automatic mode, where it will always point to the highest numbered version of unison that's installed on your host. alternatives --set unison /usr/bin/unison-$V.exe forces the symlink to point to unison-$V.exe, and puts it in manual mode. Please see alternatives(8) for more details. Andrew E. Schulman *** To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain.com_at_cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
[ANNOUNCEMENT] Updated: lapack 3.5.0-2
New versions 3.5.0-2 of lapack (source) liblapack0 liblapack-devel liblapack-doc are available in the Cygwin distribution, 32 and 64 bit : CHANGES These are new upstream versions. Full list of changes at: http://www.netlib.org/lapack/lapack-3.5.0.html upstream bugs fixed http://www.netlib.org/lapack/errata_from_342_to_350.html DESCRIPTION Comprehensive FORTRAN library for linear algebra operations. Includes matrix inversions, least squared solutions to sets of equations, eigenvector analysis, singular value decomposition, etc. HOMEPAGE http://www.netlib.org/lapack/ Regards Marco Atzeri If you have questions or comments, please send them to the cygwin mailing list at: cygwin (at) cygwin (dot) com . *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: chere + mintty doesn't work with mapped drives
On Sat, Nov 30, 2013 at 08:41:35AM +, Dave Kilroy wrote: >On 29/11/2013 22:11, Charles Butterfield wrote: >>In any event, I have cobbled together something that resembles a reply >>to an email that I have really scraped off the web archive. That seems >>awfully complicated. Surely I'm missing something. But I just cannot >>see the "Reply" button on the archive. Is this like when my wife says, >>its right there and points to it and yep, its really right there? :-( >> >I just replied to list on the last message. This time I've made sure >you're in cc. To the OP: The email archives are not intended to be used as a method for replying to email. If you want to participate in a thread on the Cygwin list then subscribe to the Cygwin list. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: Cygwin's PHP & MySQL
On Fri, Nov 29, 2013 at 6:25 AM, wrote: > > I am attempting to learn php programming together with interfacing it to an > MySQL server from an http web-page. I ran into a fatal error. > > The httpd2 server logs shows the following message: > > "PHP Fatal error: Class 'mysqli' not found" > > The phpinfo() function has no mention of the mysqli extension. Have you installed the php-mysqli package? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
I'm trying to get ProFTPD installed, and I can't seem to pull down the package from the Cygwin repositories
Hey all, Is there a certain way one has to install ProFTPD for Cygwin these days? Is it only available as sources at the moment? I'm asking because I've tried installing it both via Cyg-Get and via Chocolatey and it's direct Cygwin integration. Neither way seems to bring the package into my local environment. And if it is only available via source, is there a Cygwin install method documented on the Wiki somewhere? I'm asking since I've tried to search for this stuff before and I can find nothing useful. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: I'm trying to get ProFTPD installed, and I can't seem to pull down the package from the Cygwin repositories
On 11/30/2013 4:31 PM, Katherine Moss wrote: Is there a certain way one has to install ProFTPD for Cygwin these days? Use setup-{x86,x86_64}.exe, the package is called proftpd. Then follow the proftpd-1.2.10.README relevant instructions. Is it only available as sources at the moment? I'm asking because I've tried installing it both via Cyg-Get and via Chocolatey and it's direct Cygwin integration. Neither way seems to bring the package into my local environment. And if it is only available via source, is there a Cygwin install method documented on the Wiki somewhere? I'm asking since I've tried to search for this stuff before and I can find nothing useful. The "usual search" is using http://cygwin.com/packages/ or the equivalent cygcheck option. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: I'm trying to get ProFTPD installed, and I can't seem to pull down the package from the Cygwin repositories
Il 11/30/2013 11:31 PM, Katherine Moss ha scritto: Hey all, Is there a certain way one has to install ProFTPD for Cygwin these days? Is it only available as sources at the moment? I'm asking because I've tried installing it both via Cyg-Get and via Chocolatey and it's direct Cygwin integration. Neither way seems to bring the package into my local environment. And if it is only available via source, is there a Cygwin install method documented on the Wiki somewhere? I'm asking since I've tried to search for this stuff before and I can find nothing useful. What about using the setup ? http://cygwin.com/setup-x86.exe -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Cygwin 1.7.26: opening /dev/dsp fails
After upgrading to Cygwin 1.7.26, trying to open the audio device /dev/dsp fails with "No such file or directory". This error appears in the log file of mpd (the music player daemon available from Cygwin Ports), but there is also a simple test case: $ ls -l /dev/dsp crw-rw-rw- 1 ds None 14, 3 Dec 1 01:12 /dev/dsp $ date > /dev/dsp -bash: /dev/dsp: No such file or directory The problem affects both the 64- and the 32-bit version and disappears after downgrading to Cygwin 1.7.25. - Dirk -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Amazing way to grow your business FAST
1000's of people are growing their network marketing businesses faster than you. How do you think they're doing it? Click the link for this weird little secret. http://www.leadnetpro.com/tristan13 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: Cygwin's PHP & MySQL
Balaji Venkataraman wrote: > On Fri, Nov 29, 2013 at 6:25 AM, wynfield wrote: > > I am attempting to learn php programming together with interfacing it to an > > MySQL server from an http web-page. I ran into a fatal error. > > > > The httpd2 server logs shows the following message: > > "PHP Fatal error: Class 'mysqli' not found" > > The phpinfo() function has no mention of the mysqli extension. > > Have you installed the php-mysqli package? No. I did look for one for serveral hours, but haven't found one yet. Can you give me a URL to where one is. Thank you. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: Cygwin's PHP & MySQL
Andrey Repin wrote: > > wgc> I am attempting to learn php programming together with interfacing it to > wgc> an MySQL server from an http web-page. > > Why you are doing it with Cygwin? There's a native MySQL server, native PHP > and native Apache server, that works together very well. You might as wel ask why am I using cygwin at all, since there's a proprietary Microsoft operating system and it works very well. > What is Cygwin-specific in your aim, that you go into a trouble of running all > the suite under Cygwin? A posix environment is one thing, education, compatibility and transporting are some others. > wgc> I ran into a fatal error. > wgc> The httpd2 server logs shows the following message: > wgc> "PHP Fatal error: Class 'mysqli' not found" > wgc> The phpinfo() function has no mention of the mysqli extension. > wgc> What do I need to do to get this important extension and install it in > for my cygwin environment? > wgc> Any help or advice would be much appreciated. > > Install native applications. Also, switch to PDO ASAP. mysqli_* family of > functions isn't much better than mysql_* ones. You apparently didn't understand my question. It relates to cygwin and mysqli and my attempts to learn and build using it, and not Microsoft Windows. > -- > Sincerely, Andrey Repin > mailto:anrdae...@freemail.ru > > Sorry for my terrible english... Not to worry, I can understand it. Regards -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: Cygwin 1.7.26: opening /dev/dsp fails
On Sun, Dec 01, 2013 at 01:12:01AM +0100, Dirk Sondermann wrote: >After upgrading to Cygwin 1.7.26, trying to open the audio device >/dev/dsp fails with "No such file or directory". > >This error appears in the log file of mpd (the music player daemon >available from Cygwin Ports), but there is also a simple test case: > > $ ls -l /dev/dsp > crw-rw-rw- 1 ds None 14, 3 Dec 1 01:12 /dev/dsp > $ date > /dev/dsp > -bash: /dev/dsp: No such file or directory > >The problem affects both the 64- and the 32-bit version and >disappears after downgrading to Cygwin 1.7.25. Argh. Yes, that's a bug in 1.7.26. It will be fixed in the next snapshot. The underlying problem may justify a 1.7.27 release. http://cygwin.com/snapshots/ cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: I'm trying to get ProFTPD installed, and I can't seem to pull down the package from the Cygwin repositories
On Sat, Nov 30, 2013 at 11:57:58PM +0100, marco atzeri wrote: >Il 11/30/2013 11:31 PM, Katherine Moss ha scritto: >> Hey all, >> Is there a certain way one has to install ProFTPD for Cygwin these days? Is >> it only available as sources at the moment? I'm asking because I've tried >> installing it both via Cyg-Get and via Chocolatey and it's direct Cygwin >> integration. Neither way seems to bring the package into my local >> environment. And if it is only available via source, is there a Cygwin >> install method documented on the Wiki somewhere? I'm asking since I've >> tried to search for this stuff before and I can find nothing useful. > >What about using the setup ? >http://cygwin.com/setup-x86.exe It's so crazy that it just might work. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
[patch] cygwin-apps/run 1.0.3
Follow-up to run 1.0.3 crashing and leaving run.exe.stackdump, first reported at http://cygwin.com/ml/cygwin/2013-08/msg00169.html The list wouldn't let me send a patch because it had an email address in the Changelog, so I had to put it here: http://pastebin.com/4SSPDGQh The first fix is much like the above, but instead simply changes < to <= to also copy the extra NULL terminator sentinel in the argv array, which was needed to avoid deleting random memory. The second fix adds quotes around parameters so spaces in the original arguments don't get mistaken as separate arguments. For example this original test case: run bash --login -i -c "emacs FILENAME" Get executed internally within run as this without quotes: bash --login -i -c emacs FILENAME Without reinstating the quotes emacs runs with no arguments and FILENAME is lost by bash. Debug output (--run-debug=3) excerpt from two commands showing how quotes are now added: run DEBUG: C:\Apps\Cyg\bin\bash.exe --login -i -c emacs FILENAME run DEBUG: C:\Apps\Cyg\bin\bash.exe "--login" "-i" "-c" "emacs FILENAME" Side note: If you ask me why I'm running bash as a login shell to run emacs-w32, it's to get all my .bash_profile settings when launched from a Windows shortcut. Paths and env vars and other things work better. The side effect is that bash is a parent of emacs-w32 but that's okay because there is no console window. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: Cygwin64 1.7.26: Problem with linking many files
On Fri, Nov 29, 2013 at 07:22:57PM +0100, Bengt Larsson wrote: >I found a problem with linking many files in Cygwin64. It works fine in >bash but from the Windows shell I get the below. To repeat, download the >latest version of my editor from http://www.bengtl.net/files/mg3a/ >Extract into a directory, go there and type "make". Since it's when >linking many files this seems the easiest to repeat. There is no problem >in Cygwin32, either from bash or the Windows shell. > >... > >gcc -pipe -O2 -DDIRED -DPREFIXREGION -o mg basic.o dir.o dired.o file.o >line.o match.o paragraph.o random.o region.o search.o ucs.o util.o >variables.o version.o width.o window.o word.o langmode_c.o ucsnames.o >buffer.o display.o echo.o extend.o help.o kbd.o keymap.o macro.o main.o >modes.o cinfo.o spawn.o ttyio.o tty.o ttykbd.o fileio.o -lcurses >/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: >cannot find macro.o: Too many open files >... I'm building snapshots now which should fix this problem. This is YA reason for a quick 1.7.27 release. http://cygwin.com/snapshots/ cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: [patch] cygwin-apps/run 1.0.3
On Sat, Nov 30, 2013 at 09:52:01PM -0500, Max Polk wrote: >Follow-up to run 1.0.3 crashing and leaving run.exe.stackdump, first >reported at http://cygwin.com/ml/cygwin/2013-08/msg00169.html > >The list wouldn't let me send a patch because it had an email address in >the Changelog, so I had to put it here: http://pastebin.com/4SSPDGQh Actually the problem is that you shouldn't submit ChangeLog entries as diffs since they often don't apply cleanly. Just send the ChangeLog entry. Your email address wouldn't be blocked since it doesn't include 'cygwin'. Thanks for the patch though. I'm sure Chuck will be happy to consider applying it. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Moderated list?
Is the cygwin mail list moderated? I tried 4 times sending the same thing after *initially* getting rejected for a policy violation then trying to do the global allowed senders tip and other body content changes and getting no responses nor anything showing up in the archive web site. Sorry if I just spammed the list with repeats. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: Moderated list?
On Sat, Nov 30, 2013 at 10:36:34PM -0500, Max Polk wrote: >Is the cygwin mail list moderated? I tried 4 times sending the same >thing after *initially* getting rejected for a policy violation then >trying to do the global allowed senders tip and other body content >changes and getting no responses nor anything showing up in the archive >web site. Sorry if I just spammed the list with repeats. You can avoid spamming by checking the archives: http://cygwin.com/ml/cygwin/current/ to see if your message made it. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Re: Cygwin's PHP & MySQL
On Sat, Nov 30, 2013 at 5:22 PM, wynfield wrote: > Balaji Venkataraman wrote: >> On Fri, Nov 29, 2013 at 6:25 AM, wynfield wrote: >> > I am attempting to learn php programming together with interfacing it to >> > an MySQL server from an http web-page. I ran into a fatal error. >> > >> > The httpd2 server logs shows the following message: >> > "PHP Fatal error: Class 'mysqli' not found" >> > The phpinfo() function has no mention of the mysqli extension. >> >> Have you installed the php-mysqli package? > > No. I did look for one for serveral hours, but haven't found one yet. > Can you give me a URL to where one is. http://cygwinports.org/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple