Re: createevent access denied

2019-09-05 Thread Cary Lewis
rian.ing...@systematicsw.ab.ca> wrote: > On 2019-09-04 19:29, Cary Lewis wrote: > > I am trying to write to the windows events sub system using createevent, > > but I am getting access denied. > > > > Is there a cygwin utility that provides a way to create a windows event?

Re: createevent access denied

2019-09-04 Thread Brian Inglis
On 2019-09-04 19:29, Cary Lewis wrote: > I am trying to write to the windows events sub system using createevent, > but I am getting access denied. > > Is there a cygwin utility that provides a way to create a windows event? Cygwin package util-linux contains logger which should cr

createevent access denied

2019-09-04 Thread Cary Lewis
I am trying to write to the windows events sub system using createevent, but I am getting access denied. Is there a cygwin utility that provides a way to create a windows event? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-18 Thread Andrey Repin
Greetings, Alex! >> You may want to check the receiving directory DACLs with getfacl .../ >> and if necessary change them with setfacl -m d:g::r--,d:o::r-- if only >> data is being transferred to that directory. > #getfacl samplefolder > #owner :gm-user1 > #group :Domain User > user ::rwx > group

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Brian Inglis
ername. I have a >>> username call test2 and I need to login to windows server with this >>> username and run the script to import the files from test1 folder. I got >>> access denied message when I try to open it. >>> file permission show ; >>> -rwx--

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Eliot Moss
On 5/17/2017 9:45 AM, Alex wrote: > On 16/05/2017 20:22, Dan Kegel wrote: >> On Tue, May 16, 2017 at 7:44 AM, Alex wrote: Did you try chmod 755 foo.dat on the file (assuming it's named foo.dat)? >>> >>> Yes I did , but I can access only the current files. If they send new file

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Alex
the files from test1 folder. I got access denied message when I try to open it. file permission show ; -rwx-- I changed the umask in profile to 002 , but did not fix the problem. Any idea? By the way I have a little knowledge of linux You would have to change umask in sshd's user's

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Alex
On 16/05/2017 20:22, Dan Kegel wrote: On Tue, May 16, 2017 at 7:44 AM, Alex wrote: Did you try chmod 755 foo.dat on the file (assuming it's named foo.dat)? Yes I did , but I can access only the current files. If they send new file next time, it won't get this setup so not possible to ope

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-17 Thread Alex
On 16/05/2017 17:59, cyg Simple wrote: On 5/16/2017 10:44 AM, Alex wrote: Yes I did , but I can access only the current files. If they send new file next time, it won't get this setup so not possible to open. I need something like folder permission and will apply to all files in it also must

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-16 Thread Dan Kegel
On Tue, May 16, 2017 at 7:44 AM, Alex wrote: >> Did you try >> chmod 755 foo.dat >> on the file (assuming it's named foo.dat)? > > Yes I did , but I can access only the current files. If they send new file > next time, it won't get this setup so not possible to open. Just add the chmod in you

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-16 Thread Brian Inglis
les from test1 folder. I got > access denied message when I try to open it. > file permission show ; > -rwx-- > I changed the umask in profile to 002 , but did not fix the problem. > Any idea? > By the way I have a little knowledge of linux You would have to change umask in

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-16 Thread cyg Simple
On 5/16/2017 10:44 AM, Alex wrote: > Yes I did , but I can access only the current files. If they send new > file next time, it won't get this setup so not possible to open. > > > I need something like folder permission and will apply to all files in > it also must be apply to files will be c

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-16 Thread Alex
port the files from test1 folder. I got access denied message when I try to open it. file permission show ; -rwx-- I changed the umask in profile to 002 , but did not fix the problem. Any idea? By the way I have a little knowledge of linux thank --- This email has been checked for viruses by

Re: when I try to open file with another user on CYGWIN , I get access denied message

2017-05-16 Thread Dan Kegel
he script to import the files from test1 folder. I got access > denied message when I try to open it. > > file permission show ; > > -rwx-- > > I changed the umask in profile to 002 , but did not fix the problem. > > Any idea? > > By the way I have a little k

when I try to open file with another user on CYGWIN , I get access denied message

2017-05-16 Thread Alex
I login to windows server with test1 username. My problem is I can not open that files with another username. I have a username call test2 and I need to login to windows server with this username and run the script to import the files from test1 folder. I got access denied message when I try to

Re: regtool load gives access denied

2015-02-03 Thread Corinna Vinschen
On Feb 3 13:02, Andrew Schulman wrote: > > I just implemented a restore operation in regtool. Please note the -f > > option, it's really necessary sometimes (but you should always ask > > yourself what process might have an open handle). > > > > I created a new snapshot for testing and uploaded

Re: regtool load gives access denied

2015-02-03 Thread Andrew Schulman
> I just implemented a restore operation in regtool. Please note the -f > option, it's really necessary sometimes (but you should always ask > yourself what process might have an open handle). > > I created a new snapshot for testing and uploaded it to > https://cygwin.com/snapshots/ > > Please

Re: regtool load gives access denied

2015-02-03 Thread Corinna Vinschen
quot;, and regtool save seems to work fine for > > > saving: > > > > > > $ regtool save /HKCU/Software/SimonTatham/PuTTY/Sessions PuTTY.reg > > > $ > > > > > > However when I try to reload the saved settings, I get access denied: > > >

Re: regtool load gives access denied

2015-02-03 Thread Corinna Vinschen
gtool save /HKCU/Software/SimonTatham/PuTTY/Sessions PuTTY.reg > > $ > > > > However when I try to reload the saved settings, I get access denied: > > > > $ regtool load /HKCU/Software/SimonTatham/PuTTY/Sessions PuTTY.reg > > Error (5): Access is denied. > &g

Re: regtool load gives access denied

2015-02-03 Thread Corinna Vinschen
> > However when I try to reload the saved settings, I get access denied: > > $ regtool load /HKCU/Software/SimonTatham/PuTTY/Sessions PuTTY.reg > Error (5): Access is denied. > > Does anyone know why this fails? I'm puzzled by this since I'm running in an >

regtool load gives access denied

2015-02-03 Thread Andrew Schulman
I want to back up and restore some of my registry settings. I start a shell with "Run as administrator", and regtool save seems to work fine for saving: $ regtool save /HKCU/Software/SimonTatham/PuTTY/Sessions PuTTY.reg $ However when I try to reload the saved settings, I get acc

setup-x86_64.exe --no-admin: Mount error, access denied

2013-11-21 Thread rme
Hello, I am about to create a silent install script to help automatically deploying Cygwin. Actually the target environment are machines where users don't have admin rights so Cygwin needs to be installed without administrator privileges. I see in the documentation and FAQ that the --no-admin

Re: GCC - Access denied

2010-04-19 Thread Dave Korn
On 20/04/2010 02:16, Moises Deangelo wrote: > Excuse my ignorance. > But what's the difference between gcc-3 and gcc-4? Rather a lot! There have been lots of improvements added to gcc since the version 3 series, it has a whole new optimiser framework and tons of new features, also the new -4 ve

Re: GCC - Access denied

2010-04-19 Thread Moises Deangelo
the cygwin). Only the IDE was the DEV. >> >> These days formated my machine. When I installed cygwin, time to >> access the gcc to compile, the system returns "access denied". >> >> How can I fix it? >> Develop all source code in any IDE on any w

Re: GCC - Access denied

2010-04-19 Thread Dave Korn
cc to compile, the system returns "access denied". > > How can I fix it? > Develop all source code in any IDE on any windows calling it the > structure of cygwin to compile. Right, the problem is that these days GCC uses symlinks to choose between gcc-3 and gcc-4 accord

GCC - Access denied

2010-04-19 Thread Moises Deangelo
Hello Where I used cygwin developing in DEV-CPP (IDE) and compiling with GCC. (Libs, Headers and all the cygwin). Only the IDE was the DEV. These days formated my machine. When I installed cygwin, time to access the gcc to compile, the system returns "access denied". How can I fix i

Re: Calling cygwin binaries from dos prompt : access denied

2009-10-20 Thread Dave Korn
Vincent R. wrote: > Hi, > > When trying to get gcc version from a dos command by entering > C:\>cygwin-1.7\bin\gcc -v > I get a access denied error message. > Is it possible change that and allow to call it from external world ? It's a symlink, and cmd.exe doesn&#x

Calling cygwin binaries from dos prompt : access denied

2009-10-20 Thread Vincent R.
Hi, When trying to get gcc version from a dos command by entering C:\>cygwin-1.7\bin\gcc -v I get a access denied error message. Is it possible change that and allow to call it from external world ? -- Problem reports: http://cygwin.com/problems.html FAQ: h

Re: Access Denied to registry keys HKLM\Software

2007-10-29 Thread Larry Hall (Cygwin)
Adrian Hill wrote: I am new to Cygwin, we are running version 1.59. Cygwin used is for account management for our Active Directory. Cygwin is used to launch an C-based program (that is running as service) that calls a VB6 Program, which is called via a SSH connection from our central account ma

Access Denied to registry keys HKLM\Software

2007-10-29 Thread Adrian Hill
. The problem I am having is the AD-account that executes the new vb.net code via the C-based program gets an access denied to the Registry: HKLM\Software in particular: HKLM\System\CurrentControlSet\Services\EventLog\Application\ESE HKLM\Software\Microsoft\Exchange And a bunch of others from HKLM

Re: find command in script getting access denied in my crontab but works when I run it manually

2007-09-17 Thread Larry Hall (Cygwin)
kuliksco wrote: thanks i got it working! yea i knew they had separate environments i forgot microsoft had a find command though :\ thanks alot though!! You're welcome. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK

Re: find command in script getting access denied in my crontab but works when I run it manually

2007-09-17 Thread kuliksco
ng annoying in email? > > -- > 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/ > > > -- View

Re: find command in script getting access denied in my crontab but works when I run it manually

2007-09-17 Thread Larry Hall (Cygwin)
On 09/17/2007, kuliksco wrote: Anyone have any idea why the find isn't working properly when in the crontab? I dont actually think it's a permission denied issue but something with the parsing possible (since I made sure i have full access to all the files and the script works from the command

find command in script getting access denied in my crontab but works when I run it manually

2007-09-17 Thread kuliksco
-s {} c:/NEW\ Movies \; find g:/Movies\ 3/* -maxdepth 0 -mtime -30 -exec ln -s {} c:/NEW\ Movies \; Here is the output from cron.log in my home directory Access denied - F:/MOVIES 2/15 MINUTES Access denied - F:/MOVIES 2/28 DAYS LATER Access denied - F:/MOVIES 2/FINAL DESTINATION 2 Access denied

Re: mkpasswd access denied error

2006-07-18 Thread Corinna Vinschen
On Jul 17 15:09, Shaffer, Kenneth wrote: > I tried mkpasswd for the first time in a long time, and now am getting > an access denied error (mkpasswd (264): [5] Access is denied.) after 50 > successful passwd entries. Nothing Cygwin can do anythoung about. The access denied error came

RE: Cygwin 1.5.16 (0.128/4/2): - mkpasswd (249) : [5] Access denied error while running mkpasswd / mkgroup command

2005-06-14 Thread Dave Korn
Original Message >From: Moghe, Jayant >Sent: 14 June 2005 13:11 > How to [SNIP] NUMBER ONE: Please read this entry in the cygwin acronym list and do what it asks. http://cygwin.com/acronyms#PCYMTNQREAIYR Every single time you reply to someone on this list, you cause them to receive mo

RE: Cygwin 1.5.16 (0.128/4/2): - mkpasswd (249) : [5] Access denied error while running mkpasswd / mkgroup command

2005-06-14 Thread Moghe, Jayant
] Access denied error while running mkpasswd / mkgroup command Original Message >From: Moghe, Jayant >Sent: 14 June 2005 12:25 > We have Cygwin 1.5.16 and is installed on Windows 2000 server. > > When I run command > >> mkpasswd -l -d > /etc/passwd > Or >>

RE: Cygwin 1.5.16 (0.128/4/2): - mkpasswd (249) : [5] Access denied error while running mkpasswd / mkgroup command

2005-06-14 Thread Dave Korn
lowing error message > > mkpasswd (249) : [5] Access denied Assuming the perms on the files are ok (they should usually be -rw-rw-rw-, which would give network security palpitations if they knew about it!), perhaps you have a cygwin service running that is keeping them locked open?

Cygwin 1.5.16 (0.128/4/2): - mkpasswd (249) : [5] Access denied error while running mkpasswd / mkgroup command

2005-06-14 Thread Moghe, Jayant
We have Cygwin 1.5.16 and is installed on Windows 2000 server. When I run command > mkpasswd -l -d > /etc/passwd Or > mkgroup -l -d > /etc/group, I get the following error message mkpasswd (249) : [5] Access denied Please help me resolving this issue. Thanks. Best reg

Re: shutdown Access denied (was Re: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1)

2005-04-22 Thread Corinna Vinschen
On Apr 22 13:22, Jason FU wrote: > Jason FU ust.hk> writes: > This one works. I forgot to use > > ./shutdown.exe ... Thanks for testing. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin@cygwin.com Red Hat, Inc.

Re: shutdown Access denied (was Re: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1)

2005-04-22 Thread Corinna Vinschen
On Apr 22 13:14, Jason FU wrote: > === > [EMAIL PROTECTED] ~/Shared Documents/C++ > $ ls -la shutdown.* > -rw-r--r-- 1 tsfu None 10631 Apr 22 21:13 shutdown.c > -rwxr-xr-x 1 tsfu None 24549 Apr 22 21:14 shutdown.exe > > [EMAIL PROTECTED

Re: shutdown Access denied (was Re: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1)

2005-04-22 Thread Jason FU
Jason FU ust.hk> writes: > > Corinna Vinschen cygwin.com> writes: > > > > > On Apr 22 13:17, Corinna Vinschen wrote: > > > > > I've created a patched version of shutdown which should give us some > > hint why it doesn't work for you. The source is attached. Just call > > `make shutdown' a

Re: shutdown Access denied (was Re: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1)

2005-04-22 Thread Jason FU
Corinna Vinschen cygwin.com> writes: > > On Apr 22 13:17, Corinna Vinschen wrote: > > I've created a patched version of shutdown which should give us some > hint why it doesn't work for you. The source is attached. Just call > `make shutdown' and run this newly created shutdown instead of th

shutdown Access denied (was Re: [ANNOUNCEMENT] Updated: cygwin-1.5.15-1)

2005-04-22 Thread Corinna Vinschen
On Apr 22 13:17, Corinna Vinschen wrote: > On Apr 22 10:59, Jason FU wrote: > > Corinna Vinschen cygwin.com> writes: > > > I know, that's why I was asking. I just ran shutdown-1.5-1 again on > > > 2003 Server and it works fine for me. I tried it in local sessions, > > > remote desktop sessions a

Re: com1 access denied - win xp

2004-05-24 Thread Michael Wood
t;ls -l", where as a "ls -l COM1" results in "-rw-r--r--" when a device is plugged into the serial port and powered-on, otherwise the call simply hangs. In the end, the important part is that the permissions above likely had nothing to do with my "Access Denied"

Re: com1 access denied - win xp

2004-05-20 Thread Brian Ford
On Thu, 20 May 2004, Michael Wood wrote: > I get an "Access is denied" error message when attempting to create a > serial port connection through Cygwin, running on Win XP. > > In cygwin, when I execute: > ls -l COM1 > > I get the following: > -rw-r--r--1 mwoodmkgroup-0

RE: com1 access denied - win xp

2004-05-20 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Michael Wood > Sent: 20 May 2004 17:23 > Hi-ya, > > I get an "Access is denied" error message when attempting to create a > serial port connection through Cygwin, running on Win XP. > > In cygwin, when I execute: > ls -l COM1

Re: com1 access denied - win xp

2004-05-20 Thread Igor Pechtchanski
On Thu, 20 May 2004, Michael Wood wrote: > [snip] > I have successfully created and used a connection on the serial port on > the same machine through a VMWare session running a Linux Red Hat image. > I used a very similar procedure above, in that I simply changed the > permissions on "/dev/ttyS0"

com1 access denied - win xp

2004-05-20 Thread Michael Wood
Hi-ya, I get an "Access is denied" error message when attempting to create a serial port connection through Cygwin, running on Win XP. In cygwin, when I execute: ls -l COM1 I get the following: -rw-r--r--1 mwoodmkgroup-0 Jan 1 1970 COM1 However, when I execute:

RE: Access Denied (XP Home SP1, cygwin-1.3.15

2002-11-11 Thread Harig, Mark A.
un" the text file 'a.txt', notepad opens with the contents of 'a.txt' because on my system (Win2K, running Cygwin 1.3.15-2) I have notepad associated with .txt files. > -Original Message- > From: Joel Rubin [mailto:jmrubin@;ix.netcom.com] > Sent: Monday,

Access Denied (XP Home SP1, cygwin-1.3.15

2002-11-11 Thread Joel Rubin
I have the same problem with several Cygwin programs including wget and unzip. The "access denied" survives a reboot. So it seems that Cygwin is creating files with this problem. I have only one user with, of course, administrative rights. 11/08/2002 11:49 AM 1,080,807 cygwi

RE: Access Denied

2002-01-29 Thread Jason B. Alonso
n Alonso -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Larry Hall (RFK Partners, Inc) Sent: Monday, January 28, 2002 5:06 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Access Denied At 03:00 PM 1/28/2002, [EMAIL PROTECTED] wrote: >I have Window

Re: Access Denied

2002-01-28 Thread Larry Hall (RFK Partners, Inc)
At 03:00 PM 1/28/2002, [EMAIL PROTECTED] wrote: >I have Windows 2000 server and i just installed cgywin. However the only person that >can log in the administrator. Every other user in users and groups say access denied. >Any ideas? What do you mean "log in"? Did you ins

Access Denied

2002-01-28 Thread [EMAIL PROTECTED]
I have Windows 2000 server and i just installed cgywin. However the only person that can log in the administrator. Every other user in users and groups say access denied. Any ideas? RS -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com