Re: How to run Cygwin from USB stick without admin access

2008-04-28 Thread Martin Fischer
I was told not to have the needed admin rigths. I'll be back Martin -- parozusa at web dot de -- 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: Installing Cygwin with a USB thumb drive

2008-05-10 Thread Martin Fischer
/cygwin.com/faq/faq-nochunks.html#faq.setup.cd) and the recent threads on "Install cygwin in Win2K as nonadmin from CD make from WinXP" "How to run Cygwin from USB stick without admin access" ? Cheers Martin -- parozusa at web dot de -- Unsubscribe info: h

packaging FriCAS and noweb

2008-10-03 Thread Martin Rubey
ckage and setup.hint (see below), but I do not understand whether providing this would be enough for my students to install it... Help would be greatly appreciated. Many, many thanks, Martin Here is the tentative setup.hint. BTW: should "requires" list the packages required to

cygwin 1.7.35 reads file permissions differently, affects fetchmail

2015-03-23 Thread Martin Koeppe
ppy as the file is only accessible by the user running fetchmail and I am happy to be able to change the file as Administrator. This seems now broken, or is there still a possibility to do that? @fetchmail's maintainers: Is it possible/desired/ok to disable this check on Cygwin? Thanks Ma

run-1.3.3-1: Unicode text and empty args

2015-05-15 Thread Martin Anantharaman
it - rather than packing a complex command-line (typically using bash) into the shortcut. Regards, Martin Current: $ run --run-verbose --run-debug=1 --quote bash -c 'exec >tmp; echo $#; echo "$0" "$@"' a b c d "" ä 2>&1 | cat run DEBUG: opt_logle

cygport: How to use to build and install modified packages

2015-05-15 Thread Martin Anantharaman
un package" works as expect, including creating patches - but the resulting packages (in dist) were run-run-run.tar.xz and run-src.tar.xz - so the version is somehow getting trashed within cygport. Does the cygport file at the outset need to be renamed to include the version?

emacs-w32 24.5.1: Crashes with --daemon and in "About Emacs"

2015-05-15 Thread Martin Anantharaman
head or tail of the stackdump (attachment 4). Any ideas on the 2. and 3. issue? Regards, Martin $ emacs --daemon Loading cua-base... Loading cua-base...done Loading grep... Loading grep...done Starting Emacs daemon. Restarting server $ emacsclient .shrc emacsclient: can't find socket;

AW: emacs-w32 24.5.1: Crashes with --daemon and in "About Emacs"

2015-05-17 Thread Martin Anantharaman
alyzing this, maybe using the stackdump and/or debuginfo? Regards, Martin -- 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

emacs-w32 24.5.1: Crashes with --daemon and in "About Emacs"

2015-05-17 Thread Martin Anantharaman
ashing when I have a little spare time - I was just hoping that the stackdump I had attached before might actually allow you to localize the error. Regards, Martin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://

Timestamps not transferred any more on Win7

2012-02-03 Thread Martin Clauss
the actual reason or fix for this? Cygwin 1.7.9, rsync 3.0.9 Thanks, Martin -- 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

Setup 2.774 texlive postinstall takes 10+ hours (resending due to cygwin bounce)

2012-08-23 Thread Martin . Fitzpatrick
time to time- it was that slow! I can send the setup.log.full if you want to see the timestamps for yourself. Regards, Martin. This document is strictly confidential and intended only for use by the addressee unless otherwise stated. If you are not the intended recipient, please notify t

ssh and sshd hanging

2011-01-10 Thread Martin Haltmayer
trace -f -o /tmp/strace.out ssh -vvv mar...@192.168.178.2 OpenSSH_5.6p1, OpenSSL 0.9.8q 2 Dec 2010 debug1: Reading configuration data /etc/ssh_config debug2: ssh_connect: needpriv 0 debug1: Connecting to 192.168.178.2 [192.168.178.2] port 22. debug1: Connection established. debug1: identity file /home/martin/

rsync not working in cygwin 1.78

2011-03-26 Thread Martin Haltmayer
Hi all, I was not able to find any remedy for the following problem: $ ls -l total 3 -rw-r--r-- 1 martin Kein 5 Jul 19 2010 bla -rw-r--r-- 1 martin Kein 106 Jan 7 17:58 dd.out -rw-r--r-- 1 martin Kein 4 Jul 19 2010 xyz martin@martin004 ~ $ rsync -av bla xyz rsync: Failed to dup/close

Cygwin "cp" changes ACLs on files accessed via CIFS

2015-06-24 Thread Andrew Martin
GnuWin32 version of cp preserves the correct permissions. Has anyone observed this incorrect behavior when using cygwin cp, or do you have any ideas on how to fix this problem? I have also tried "cp -p" as well as "cp --no-preserve=all" but the problem still exists. Thanks,

Re: Cygwin "cp" changes ACLs on files accessed via CIFS

2015-07-14 Thread Andrew Martin
- Original Message - > From: "Andrey Repin" > To: "Andrew Martin" , cygwin@cygwin.com > Sent: Wednesday, June 24, 2015 8:52:55 PM > Subject: Re: Cygwin "cp" changes ACLs on files accessed via CIFS > > Greetings, Andrew Martin! > > &g

db_home setting in nsswitch.conf is ignored.

2015-07-22 Thread Shaun Martin
I'm trying to set the HOME directory of Cygwin to a local folder. My computer is on a network and the Windows HOME variable is being mapped to a network drive. I'm not able to change this. And for some reason, this causes the default HOME directory for my Cygwin terminal to be set as either "/c

Re: db_home setting in nsswitch.conf is ignored.

2015-07-22 Thread Shaun Martin
> Is HOME set in the Windows environment already? If so, this > might interact with the setting in /etc/nsswitch.conf, which *only* > works for entries taken from the passwd DB (getpwnam, getpwuid calls). > > How do you start mintty? It should be started with a single parameter, > a dash, e.g.:

Re: db_home setting in nsswitch.conf is ignored.

2015-07-23 Thread Shaun Martin
Thank you both for trying to help me out. I'm primarily a web developer and lack much of the system admin knowledge that would definitely help in this situation. > > Yes, HOME is set in the Windows environment and I am not able to change it. > > How so?... > > > With the "SET" command in a

posix vs. win32 paths (segfault vs. gdb)

2015-12-09 Thread Martin Landa
egfault) * it failed to open file on disc which exist and is readable * if I change path to this file from posix to win32 then the program run successfully without any error and produce desired output. I spent several hours on this issue and starting to be lost. I will appreciate any help, thanks

direct.h

2015-12-09 Thread Martin Landa
produce native windows application, but what does it mean exactly? Thanks, Martin [1] https://cygwin.com/ml/cygwin/2015-12/msg00118.html -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: direct.h

2015-12-09 Thread Martin Landa
1.dll). MinGW32-w64 should produce native windows application, >> but what does it mean exactly? > > A native app doesn't depend on cygwin, but that also means it can't use > the POSIX-y interface provided by cygwin. OK, thanks for explanation! Martin -- Martin Landa ht

Re: posix vs. win32 paths (segfault vs. gdb)

2015-12-14 Thread Martin Landa
fter some playing with Cygwin I end up with MSYS2 which solved most of my problems. Best regards, Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docu

How to compile vim so that the server feature works?

2016-01-22 Thread Martin T.
I want to run vim in servermode. I need the +clientserver feature for this to work, so I have to compile vim myself. I have done this but servermode does not work. this is what I have done $ ./configure --with-x --with-features=huge --enable-luainterp --with-luajit --enable-pythoninterp --enable

Regression with lib

2013-03-18 Thread Martin Baute
as I would expect...?!? Regards, -- Martin Baute so...@rootdirectory.de -- 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

pango1.0.sh exit code 1

2013-07-31 Thread Martin Baute
xit code 1. Some inspection of /etc/postinstall/pango1.0.sh quickly showed the reason: /usr/bin/pango-querymodules > /etc/pango/pango.modules The directory /etc/pango does not exist. Creating it beforehand resolves the error. Regards, -- Martin Baute so...@rootdirectory.de -- Problem report

Re: pango1.0.sh exit code 1

2013-08-04 Thread Martin Baute
Hello? Anyone? Am 31.07.2013 13:23, schrieb Martin Baute: > Hi there, > > I've mailed this to cygwin-ports-general on 2013-01-23, and > got it confirmed, but today realized this bug does still > persist. Since I now know that libpango is part of the basic > Cygwin packa

WARNING: Couldn't compute FAST_CWD pointer

2016-07-07 Thread Martin Gregory
e didn't turn up a solution) Martin -- Martin Gregory Principal Consultant Australian Semiconductor Technology Company (ASTC) Pty Ltd 76 Waymouth St, Adelaide, Australia SA 5000 ph: + 61 402 410 971 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin

Memory problems running C programs using GCC in NetBeans/Cygwin on Windows

2017-03-21 Thread Martin O'Shea
crease memory? I am using version 5.4.0 of GCC as given below: $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/5.4.0/lto-wrapper.exe Target: x86_64-pc-cygwin I also do not understand why the memory checker program returns 2Gb. Thanks M

RE: Memory problems running C programs using GCC in NetBeans/Cygwin on Windows

2017-03-22 Thread Martin O'Shea
Marco Thanks for the information. It has proved helpful. And apologies posting to the wrong email address. Martin O'Shea. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubs

Connect with SEG Key Decision Makers

2018-09-27 Thread Lisa Martin
Research Geophysicist II, Seismic Geophysicist, Processing and Imaging Geophysicist and many more., Kindly review and let me know your thoughts and I will get back to you with more details. Regards, Lisa Martin|Marketing Coordinator Division - Data Research Innovation Marketing

RE: Connect with SEG Key Decision Makers

2018-10-04 Thread Lisa Martin
Hi, Did you get a chance to review my email. Please let me know if you required any other information to take this forward. Regards, Lisa Martin|Marketing Coordinator Division - Data Research Innovation Marketing research project| e-Marketing Platform | Client portfolio design and

RE: Connect with SEG Key Decision Makers

2018-10-11 Thread Lisa Martin
Hi, Did you get my email? Kindly let me know if we can discuss on this further. Regards, Lisa Martin|Marketing Coordinator Division - Data Research Innovation Marketing research project| e-Marketing Platform | Client portfolio design and development Disclaimer:- This e-mail

Attendee List World of Asphalt Show & Conference 2019

2018-12-11 Thread Traci Martin
Discount Pricing Offer and Counts Available? Best regards, Traci Martin - Global marketing -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#uns

RE: Attendee List World of Asphalt Show & Conference 2019

2018-12-12 Thread Traci Martin
count You're all set with email database and I should stop bothering you. You're still interested but haven't had the time to get back to meet yet. Thank you and I Look forward to hearing from you. Best Regards, Traci Martin - Global Marketing From: Traci Martin Sent: Tuesday, December

Python: enable loadable SQLite extension support

2022-10-28 Thread Martin Carpenter
'CONFIG_ARGS')[0].split(' '))) ["'--enable-shared'", "'--enable-ipv6'", "'--enable-loadable-sqlite- extensions'"] Equivalent issue from NixOS for reference: https://github.com/NixOS/nixpkgs/issues/66526 Thanks, Martin. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Updating python38-pytest installs python39

2021-12-14 Thread Laurent Martin
Hello, Updating python38-pytest from 6.2.1-1 to 6.2.5-1 leads to the installation of several python39 packages. Reading the "setup" file (found on this mirror site: https://ftp.lip6.fr/pub/cygwin/x86_64/setup.xz), I noticed that the package python38-pytest depends on python39-pytest. So up

scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
... Thank you, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
p-x86, just updating python3... However after that python3 stops working... I'd appreciate any advice or support... Thanks, Martin El vie., 13 de mayo de 2022 11:51 a. m., William Deegan escribió: > Are you sure you're running scons from cygwin? > Which version of python do you have

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
Actually i tried to open python3.9 from windows directly and then the application crashes saying: "The procedure entry point __locale_ctype_ptr could not be located in the dynamic link library C:\Path\toCygwin\bin\libpython3.9.dll" Thanks again... Martin El vie., 13 de mayo de 2022

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-13 Thread Martin Ortuno
I am prompting which scons: Output: /bin/scons/ Thanks, Martin El vie., 13 de mayo de 2022 5:12 p. m., William Deegan escribió: > vi `which scons` > and see which python it's trying to use. > (from within your cygwin shell) > > Very surprised you get no output. > > On

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-15 Thread Martin Ortuno
version is /usr/bin/python3.9. $ cygcheck -c scons Cygwin Package Information Package VersionStatus scons4.3.0-1OK $ head -n1 /usr/bin/scons #!/usr/bin/python3.9.exe Thank you for your support... Martin El vie., 13 de mayo de 2022 5:47 p. m

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-15 Thread Martin Ortuno
nts to /usr/bin/python3.9 /usr/bin/python3.9 - priority 39 Current `best' version is /usr/bin/python3.9. Martin El dom., 15 de mayo de 2022 3:44 p. m., Brian Inglis < brian.ing...@systematicsw.ab.ca> escribió: > On 2022-05-15 11:10, Martin Ortuno wrote: > > Here the in

Re: scons v4.3.0-1 outputs nothing on cygwin v2. 3.1

2022-05-15 Thread Martin Ortuno
nts to /usr/bin/python3.9 /usr/bin/python3.9 - priority 39 Current `best' version is /usr/bin/python3.9. Thanks, Martin El dom., 15 de mayo de 2022 7:59 p. m., Ken Brown escribió: > On 5/15/2022 6:03 PM, Martin Ortuno wrote: > > $ ls -glo /usr/bin/python > > > > lrwx

Several Python 3.9 packages have a wrong version number of 0.0.0

2022-05-19 Thread Laurent Martin
Hello, I'm using Python 3.9 from Cygwin. Some packages have a package version of 0.0.0 instead of their actual version which makes pip unhappy: $ pip list | grep 0.0.0 importlib-metadata0.0.0 iniconfig 0.0.0 zipp 0.0.0 $ pip check sph

to use dup() in cygwin

2003-02-21 Thread Fernando . Frutos . Martin
Hi! and sorry my english, I've a server in Linux and Unix and it works perfectly, but when I compile the same code in Cygwin, it doesn`t send the data to the socket, I use the dup() comand. this is part of the program what, I repeat, works well in linux and unix (sun, HP) /*close the disp

Re: to use dup() in cygwin

2003-02-24 Thread Fernando . Frutos . Martin
[EMAIL PROTECTED] wrote: > /*close the display exit and send it to the socket*/ > close(1); > iError=dup(iDescSock); Shouldn't you be using dup2() for this? It's time to step into the 1990s here, methinks.. -- Shankar. I use dup2 and it happens the same. -- Unsubscribe info: http

Re: to use dup() in cygwin

2003-02-24 Thread Fernando . Frutos . Martin
>Did you try to > >- look if you get the expected file descriptor from dup? >- look which errno you get? >- run the application under strace? >- run the application under gdb? > >After that and if you found that the problem is actually a Cygwin >problem, please write a *short* testcase which allows

cygwin 1.3.21 breaks ssh terminal interaction

2003-03-14 Thread Loewis Martin von
s a result, ssh cannot log into the remote machine, and WinCVS cannt access the remote repository. Is this a known problem? Regards, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com

Problems using tcsh as default shell

2002-02-21 Thread Martin Nilsson (ERV)
(using sed??). Does anyone have a solution on how to avoid this error? This problem does not arise when invoking tcsh from bash (and using bash as default shell). cygwin is installed on a WIN2K machine. Best regards Martin Nilsson -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-

1.5.18 /usr/lib/gcc/i686-pc-cygwin/3.4.4/libfrtbegin.a(frtbegin.o):: undefined reference to `_MAIN__'

2005-12-15 Thread Crehan, Martin J
):: undefined reference to `_MAIN__' collect2: ld returned 1 exit status make[1]: *** [link] Error 1 make[1]: Leaving directory `/cygdrive/u/overflow/over1.8aa' make: *** [gnu] Error 2 Thanks in advance Martin Crehan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl

Make doesn't work in Bash Window

2006-02-08 Thread Riewski, Martin Eric
same for more. There is an entry for ls, cd, wc,and cut. My Pc is running Windows XP sp2. Does anyone have any ideas what is missing or missconfigured? Thanks, Martin Riewski [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-02 Thread Martin Egholm Nielsen
erve memory for stack 0x4 - 0x24, Win32 error 487 There is roughly 600 .o files to link together. Andrew Haley from RedHat mentioned that "There's some magic in Win32 to extend the size of a stack segment" "I can't remember the command" Can anybody on t

Re: Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-03 Thread Martin Egholm Nielsen
k executable as requiring executable stack -z noexecstackMark executable as not requiring executable stack However, this may actually also be a sign that you need to run rebaseall. I've tried running rebaseall without any errors, but also without any changes in the above behavior...

Re: Error linking under Cygwin: fork: can't reserve memory for stack XXX, Win32 error 487

2005-03-03 Thread Martin Egholm Nielsen
al filenames: 1.o, 2.o, etc. Then suddenly both problems vanished... Weird? Maybe the first problem was related to the fact that I almost ran into the "*.o" expansion-boundary? BR, Martin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin

Problem in installing DBD::Pg Driver on Cygwin

2005-04-26 Thread Louis, Martin X.
$ make rm -f blib/arch/auto/DBD/Pg/Pg.dll LD_RUN_PATH="" ld2 -s -L/usr/local/lib Pg.o dbdimp.o quote.o types.o -o blib/arch/auto/DBD/Pg/Pg.d ll /usr/lib/perl5/5.8/cygwin/CORE/libperl.dll.a -L/usr/lib -lpq gcc -shared -o Pg.dll -Wl,--out-implib=libPg.dll.a -Wl,--export-all-symbols -Wl,--enable-a

Matlab Hangs at startup

2007-02-08 Thread Dr Theodore Martin
html?1-175G9 (see "Problem 3") and appears to be an issue with how the colors are drawn on the screen, though I don't have any idea how to tweak this in Cygwin. Thanks, Dr Theodore Martin School of Physics University of New South Wales Sydney, NSW 2052 Australia +61 2 93

Cygwin setup.exe flagged by AVG as high level security threat because of Win32.AirCrack.c

2009-10-07 Thread Martin N Brampton
at an anti-malware program describes as a "password-stealer" and a high level threat without knowing more about it. Why is it part of Cygwin? Is it a threat? Does having this code on a machine introduce a vulnerability? Best regards, Martin Brampton -- Problem reports:

problem wit iwidgets tk/tcl and wmaker

2003-08-07 Thread Omar Martin Medina Yzaguirre
hello All together, 1.-Background: cygwin donfiguration: Cygwin DLL version info: DLL version: 1.3.22 DL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 78 Shared data: 3 DLL

AW: read() on serial port

2002-01-29 Thread Martin, Andreas {GW~Mannheim}
Hi, simply try to remove the backslash from your remark. charsin=read(f3,anmes,256); /* read message + cr */ -Ursprüngliche Nachricht- Von: ROLAND [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 29. Januar 2002 14:12 An: [EMAIL PROTECTED] Betreff: read() on serial port I just c

Re: Oracle, ProC and cygwin - troubles

2004-11-17 Thread Bødker . Martin Hendersen MHB
n32 error 487 c:\cygwin\home\z6mhb\sample1.exe (2884): *** m.AllocationBase 0x0, m.BaseAddress 0x6178, m.RegionSize 0x40000, m.State 0x1 Kind regards, Martin ___ www.kmd.dk www.kundenet.kmd.dk www.eboks.dk www.civit

Howto force winXP use cygwin "if test -n"

2007-08-27 Thread Hugo Martin \(Tourbillon Enterprises\)
Hello. I need to use cygwin's "if" command, the ruby gem I need to install tries to run "if test -n" in my winXP but the win32 "if" is used so it fails with "-n was unexpected at this time". Is it possible to force WinXP to use cygwin's "if"? c:\cygwin\bin is on the PATH Hugo --

Re: Howto force winXP use cygwin "if test -n"

2007-08-27 Thread Hugo Martin \(Tourbillon Enterprises\)
c:\> gem install rmagick --include-dependencies Run the above from within bash? No, from the windows cmd shell, I only need "if test -n", if I run it within bash I'd have to install all the apps I need again :( -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: Cygwin doesn't support IO_REPARSE_TAG_APPEXECLINK

2020-06-09 Thread Martin Rauscher via Cygwin
r everybody trying out WinGet + Cygwin (or Git for Windows etc). Issue on their side: https://github.com/microsoft/winget-cli/issues/228 This is truly a pretty weird feature of Windows/NTFS where there was not much reason to support it before, but with WinGet this will become a much requested fea

ms-nfs41 mount: Where does Unix_User+0 and Unix_Group+0 come from?

2023-08-03 Thread Martin Wege via Cygwin
: ms-nfs41-client-x64/ms-nfs41-client-x64/nfs_mount.exe -p -o sec=sys X 'lordbatman.bias.dfn.de:/export/home/mlw' Expectation: Cygwin ls -l should list file user/group as mlw/mlw Actual results: Cygwin ls -l lists file user/group as Unix_User+0/Unix_Group+0 How do we fix this? Thanks,

Re: ms-nfs41 mount: Where does Unix_User+0 and Unix_Group+0 come from?

2023-08-03 Thread Martin Wege via Cygwin
On Thu, Aug 3, 2023 at 8:46 PM Martin Wege wrote: > > Hello, > > We are working to deploy the ms-nfs41-nfs-filesystem on our Windows > machines, and encounter some issues with Cygwin (latest stable). > > For example, if we go to the ms-nfs41-nfs-filesystem (not the NFS &g

Re: ms-nfs41 mount: Where does Unix_User+0 and Unix_Group+0 come from?

2023-08-03 Thread Martin Wege via Cygwin
On Fri, Aug 4, 2023 at 1:07 AM Martin Wege wrote: > > On Thu, Aug 3, 2023 at 8:46 PM Martin Wege wrote: > > > > Hello, > > > > We are working to deploy the ms-nfs41-nfs-filesystem on our Windows > > machines, and encounter some issues with Cygwin (latest stabl

mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-07 Thread Martin Wege via Cygwin
Hello, We get a weird mkfifo failure in Cygwin on NTFS: /usr/bin/mkfifo -m 600 x.fifo mkfifo: cannot set permissions of 'x.fifo': Not a directory Is there a known workaround? So far named fifos cannot be created somehow. Thanks, Martin -- Problem reports: https://

Find free drive letter in Cygwin?

2023-08-07 Thread Martin Wege via Cygwin
Hello, What is the official cygwin way to find a free drive letter, which can be used in a script to mount a drive? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-07 Thread Martin Wege via Cygwin
On Mon, Aug 7, 2023 at 9:14 PM Corinna Vinschen wrote: > > On Aug 7 12:26, Brian Inglis via Cygwin wrote: > > On 2023-08-07 08:42, Martin Wege via Cygwin wrote: > > > We get a weird mkfifo failure in Cygwin on NTFS: > > > > > > /usr/bin/mkfifo -m 600 x.fi

Re: Find free drive letter in Cygwin?

2023-08-07 Thread Martin Wege via Cygwin
On Mon, Aug 7, 2023 at 8:43 PM Brian Inglis wrote: > > On 2023-08-07 10:52, Martin Wege via Cygwin wrote: > > What is the official cygwin way to find a free drive letter, which can > > be used in a script to mount a drive? > > Just use the Windows UNC network path directl

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-08 Thread Martin Wege via Cygwin
On Tue, Aug 8, 2023 at 10:20 AM Corinna Vinschen wrote: > > On Aug 7 23:14, Martin Wege via Cygwin wrote: > > On Mon, Aug 7, 2023 at 9:14 PM Corinna Vinschen > > wrote: > > > > > > On Aug 7 12:26, Brian Inglis via Cygwin wrote: > > > > O

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-09 Thread Martin Wege via Cygwin
On Wed, Aug 9, 2023 at 10:01 AM Corinna Vinschen wrote: > > On Aug 8 21:38, Martin Wege via Cygwin wrote: > > On Tue, Aug 8, 2023 at 10:20 AM Corinna Vinschen > > wrote: > > > > > > On Aug 7 23:14, Martin Wege via Cygwin wrote: > > > >

Re: Compile win64 filesys kernel module only with Cygwin tools?

2023-08-10 Thread Martin Wege via Cygwin
GW64 > (wether stand-alone, or the MSYS(2) hosted one, or the one hosted in > Cygwin) might be able to do it. I'd be very interested in this idea to (build *.sys kernel module with minGW64). Has anyone ever tried to do that? Just from Googling PDB (Windows Debug File Format) files will

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-10 Thread Martin Wege via Cygwin
On Wed, Aug 9, 2023 at 11:56 AM Corinna Vinschen wrote: > > On Aug 9 11:12, Martin Wege via Cygwin wrote: > > On Wed, Aug 9, 2023 at 10:01 AM Corinna Vinschen > > wrote: > > > > > > On Aug 8 21:38, Martin Wege via Cygwin wrote: > > > >

Re: Entering Cygwin command line (bash login) from Windows cmd.exe ?

2023-08-13 Thread Martin Wege via Cygwin
or bash), but not the login configs > (e.g. /etc/profile + ~/.profile). > > So the simple fix was just to type: > C:\Program Files\Cygwin\bin\bash.exe --login > > or > > C:\Program Files\Cygwin\bin\ksh93.exe --login > > > > Bye, > Roland > > P.S.:

Re: Cygwin breaks net use Z: /delete in scripts?

2023-08-13 Thread Martin Wege via Cygwin
On Sun, Aug 13, 2023 at 7:13 PM Martin Wege wrote: > > On Sun, Aug 13, 2023 at 12:43 AM Roland Mainz via Cygwin > wrote: > > > > On Fri, Aug 11, 2023 at 10:55 AM Corinna Vinschen via Cygwin > > wrote: > > [snip] > > > On Aug 11 10:25, Martin Wege wrote

Re: Entering Cygwin command line (bash login) from Windows cmd.exe ?

2023-08-14 Thread Martin Wege via Cygwin
On Mon, Aug 14, 2023 at 9:35 AM Brian Inglis wrote: > > On 2023-08-13 11:40, Martin Wege via Cygwin wrote: > > On Sun, Aug 13, 2023 at 12:53 AM Roland Mainz via Cygwin wrote: > >> On Mon, Aug 7, 2023 at 7:38 AM KAVALAGIOS Panagiotis (EEAS) via Cygwin > >> wrote: &g

Re: Weird (path) problems with cygwin test release 3.5.0-0.384.g9939aa7d0945.x86_64 ...

2023-08-14 Thread Martin Wege via Cygwin
mainznonebinary,posix=0,user 0 0 > > > $ mount -a > > $ > /home/rmainz/tmp/winnfstest/hummingbirdnfstest1/try10_rde_new_rds/Dependencies/win/qt/qt_5_15_2/Tools/mingw810_64/bin/c++ > /home/rmainz/tmp/winnfstest/hummingbirdnfstest1/try10_rde_new_rds/RDE-Development/bu

How does Cygwin detect MSFT NFSv3 file system? Re: Weird (path) problems with cygwin test release 3.5.0-0.384.g9939aa7d0945.x86_64 ...

2023-08-17 Thread Martin Wege via Cygwin
lement the pathconf() api? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-17 Thread Martin Wege via Cygwin
Hello, How can I find out whether the current Cygwin terminal has Administrator rights? I want to safeguard our admin scripts with a simple test and bail out with an error if someone wants to do admin stuff (say: regtool) without admin privileges. Thanks, Martin -- Problem reports: https

Cygwin console: Different default background color when terminal runs as Admin?

2023-08-17 Thread Martin Wege via Cygwin
Hello, Just an idea: Could the default background color of the Cygwin console be changed from black to grey (or RED) if the terminal has been started with Administrator rights? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-17 Thread Martin Wege via Cygwin
On Mon, Aug 7, 2023 at 4:42 PM Martin Wege wrote: > > Hello, > > We get a weird mkfifo failure in Cygwin on NTFS: > > /usr/bin/mkfifo -m 600 x.fifo > mkfifo: cannot set permissions of 'x.fifo': Not a directory > > Is there a known workaround? So far named fifo

Re: Cygwin console: Different default background color when terminal runs as Admin?

2023-08-18 Thread Martin Wege via Cygwin
On Fri, Aug 18, 2023 at 7:27 AM Jonathon Merz via Cygwin wrote: > > On Thu, Aug 17, 2023 at 7:13 PM Martin Wege via Cygwin > wrote: > > > Just an idea: Could the default background color of the Cygwin console > > be changed from black to grey (or RED) if the terminal h

Cygwin pathconf() query filesystem kernel data? Re: How does Cygwin detect MSFT NFSv3 file system? Re: Weird (path) problems with cygwin test release 3.5.0-0.384.g9939aa7d0945.x86_64 ...

2023-08-18 Thread Martin Wege via Cygwin
On Fri, Aug 18, 2023 at 10:44 AM Corinna Vinschen via Cygwin wrote: > > On Aug 17 20:49, Martin Wege via Cygwin wrote: > > On Mon, Aug 14, 2023 at 10:56 PM Corinna Vinschen via Cygwin > > wrote: > > > and the result is the same. Note that Cygwin supports MSFT NFSv3

ReFS support in Cygwin?

2023-08-18 Thread Martin Wege via Cygwin
Hello, is ReFS supported in Cygwin? If so, what does Cygwin /bin/mount print - "ntfs" or "refs"? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubsc

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-18 Thread Martin Wege via Cygwin
On Fri, Aug 18, 2023 at 10:34 AM Corinna Vinschen wrote: > > On Aug 18 06:02, Martin Wege via Cygwin wrote: > > On Mon, Aug 7, 2023 at 4:42 PM Martin Wege wrote: > > > > > > Hello, > > > > > > We get a weird mkfifo failure in Cygwin on NTFS: > &

Re: Cygwin pathconf() query filesystem kernel data? Re: How does Cygwin detect MSFT NFSv3 file system? Re: Weird (path) problems with cygwin test release 3.5.0-0.384.g9939aa7d0945.x86_64 ...

2023-08-21 Thread Martin Wege via Cygwin
On Sat, Aug 19, 2023 at 7:50 PM Brian Inglis wrote: > > On 2023-08-18 07:09, Martin Wege via Cygwin wrote: > > On Fri, Aug 18, 2023 at 10:44 AM Corinna Vinschen via Cygwin > > wrote: > >> > >> On Aug 17 20:49, Martin Wege via Cygwin wrote: > >>> O

Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-21 Thread Martin Wege via Cygwin
On Fri, Aug 18, 2023 at 10:34 AM Corinna Vinschen wrote: > > On Aug 18 06:02, Martin Wege via Cygwin wrote: > > On Mon, Aug 7, 2023 at 4:42 PM Martin Wege wrote: > > > > > > Hello, > > > > > > We get a weird mkfifo failure in Cygwin on NTFS: > &

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-24 Thread Martin Wege via Cygwin
On Sat, Aug 19, 2023 at 10:15 AM ASSI via Cygwin wrote: > > Martin Wege via Cygwin writes: > > How can I find out whether the current Cygwin terminal has > > Administrator rights? I want to safeguard our admin scripts with a > > simple test and bail out with an error if s

Re: Cygwin pathconf() query filesystem kernel data? Re: How does Cygwin detect MSFT NFSv3 file system? Re: Weird (path) problems with cygwin test release 3.5.0-0.384.g9939aa7d0945.x86_64 ...

2023-08-24 Thread Martin Wege via Cygwin
On Tue, Aug 22, 2023 at 12:07 AM Brian Inglis wrote: > > On 2023-08-21 06:03, Martin Wege via Cygwin wrote: > > On Sat, Aug 19, 2023 at 7:50 PM Brian Inglis wrote: > >> > >> On 2023-08-18 07:09, Martin Wege via Cygwin wrote: > >>> On Fri, Aug 18, 20

Re: [EXTERNAL] Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-24 Thread Martin Wege via Cygwin
ust code using mkfifo, and scripts using /usr/bin/mkfifo, should work on NFS. On UNIX&Linux this works. Have a look at https://cygwin.com/pipermail/cygwin/2023-August/254266.html, sounds like there is a feasible way to implement this. Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: How to fix |mkfifo()| failure if |pathname| is on NFS ? / was: Re: [EXTERNAL] Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-24 Thread Martin Wege via Cygwin
his inode as FIFO. > 2. Check whether the filesystem for the fifos path is NFS > (cgywin.dll's |fs.fs_is_nfs()|), and then just refuse |mkfifo()| with > |ENOSYS| (not implemented) > > Better algorithm for [1] might be to check whether the inode is a > symlink, and then do a |fs.fs_is_nfs()| on the symlinks |pathname|, > assuming this is more performant. We would like to see option 1 implemented, maybe as an option in the CYGWIN environment variable (CYGWIN=nfs_emulate_dev_special_files_as_symlink ?) Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: How to fix |mkfifo()| failure if |pathname| is on NFS ? / was: Re: [EXTERNAL] Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-26 Thread Martin Wege via Cygwin
ile or directory package: make done at Fri Aug 26 19:24:26 CEST 2023 in /cygdrive/z/arbeitdfn/windows_ksh/build_nfsv3/ksh-1.0.4/arch/cygwin.i386-64 If you need more examples just let me now, we have MUCH more of that... Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Documenting Cygwin on NFS, no longer only exchange-medium! Re: How to fix |mkfifo()| failure if |pathname| is on NFS ? / was: Re: [EXTERNAL] Re: mkfifo: cannot set permissions of 'x.fifo': Not a direc

2023-08-26 Thread Martin Wege via Cygwin
e the Cygwin documentation then? We use NFS, both Windows builtin and CITI NFSv4.1, with Cygwin for years without major problems, so that comment about exchange-medium-only is clearly wrong! Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: How to fix |mkfifo()| failure if |pathname| is on NFS ? / was: Re: [EXTERNAL] Re: mkfifo: cannot set permissions of 'x.fifo': Not a directory

2023-08-26 Thread Martin Wege via Cygwin
On Thu, Aug 24, 2023 at 6:45 PM Martin Wege wrote: > > On Wed, Aug 23, 2023 at 1:06 AM Roland Mainz via Cygwin > wrote: > > > > On Tue, Aug 22, 2023 at 4:52 PM Lavrentiev, Anton (NIH/NLM/NCBI) [C] > > via Cygwin wrote: > > > > FIFOs which don't mak

NFS mkfifo support in cygwin 3.5.0 Re: [ANNOUNCEMENT] cygwin 3.4.9-1

2023-09-07 Thread Martin Wege via Cygwin
ks We are testing 3.5.0-0.423.g7ced682549ae.x86_64 - which includes 622fb0776ea333dd708ff312f08ec98311138fbe - right now, feedback will come on Monday Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https

Running bash script as SYSTEM from account with admin rights?

2023-09-21 Thread Martin Wege via Cygwin
Hello, Does Cygwin have a tool to run a bash script as SYSTEM user if my account already have admin rights? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info

/usr/bin/dd *.iso to USB stick?

2023-09-21 Thread Martin Wege via Cygwin
Hello, How can I use /usr/bin/dd to copy a *.iso image (Debian netinstall boot image) to a USB stick as raw bytes? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html

Unmount USB stick from Cygwin shell?

2023-09-21 Thread Martin Wege via Cygwin
Hello, How can I unmount an USB stick from the bash shell? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Question on statically linking with cygwin

2023-09-21 Thread Martin Wege via Cygwin
> desireable to have the cygwin1.dll statically linked (for example > to avoid version clashes) instead. Is that technically possible? > If necessary I am ready to compile cygwin (at least the needed > files) on my own. Interesting. But how (from a developers perspective) do you link cygwi

<    1   2   3   4   5   >