search for: wronly

Displaying 20 results from an estimated 44 matches for "wronly".

Did you mean: wrongly
2009 Feb 06
2
File locking problem involving Samba, Clearcase, and Cygwin
...for any insight -- Kathy Locked files: Pid Uid DenyMode Access R/W Oplock Share Path Name Time -------------------------------------------------------------------------------- ------------------ 12825 20191 DENY_NONE 0x20196 WRONLY NONE /view turboS_verification_1/vobs/c2test/C2Testsuite/magellan.log Thu Jan 15 04:40 :30 2009 12825 20191 DENY_NONE 0x20196 WRONLY EXCLUSIVE+BATCH /view turboS_verification_2/vobs/c2test/C2Testsuite/cozushell.cvf Thu Jan 15 05:1 5:59 2009 1282...
2005 Jul 28
2
problem with an IF statement?
Can somebody please take a look at this and tell me whats going wrong? It seems to be parsing wronly around the 'if' statement and gives me a directory listing. Thanks in advance Tom N.B. datan is an invented dataset xvals<-c(1,0.4,0.2) datan<-data.frame(s1=c(3,4,5),s2=c(5,5,5),s3=c(21,55,34),s4=c(5,3,2)) datan$sint<-NA datan$sgrad<-NA for(icount in 1:dim(datan)[1]) { yvals...
2013 Apr 29
3
ktpass.sh error / How to generate a keytab for a new service (apache) with SAMBA4?
Hi, I was trying to get a new keytab in samba4 for my apache service. So I tried the following command: sh ktpass.sh --out /etc/apache.keytab --princ HTTP/myhost.samba.my.domain at SAMBA.MY.DOMAIN --pass VerySecure123 --enc des-cbc-md5 I get the following error: Unable to find kvno for principal HTTP/myhost.samba.my.domain at SAMBA.MY.DOMAIN Am I doing something wron or shouldn't I be
2012 Oct 02
3
[PATCH] chowning /dev/null should be guarded against
We''ve run into this problem several times and it''s not really expected that someone is going to monkey with /dev/null. So here''s a simple patch. I am not on the mailing list, so please Cc: me. --- lib/unicorn/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicorn/util.rb b/lib/unicorn/util.rb index cde2563..6b6cca2 100644 ---
2015 Mar 25
2
[LLVMdev] [PATCH] Test failures
...index 689c6ed..a304458 100644 --- a/lib/sanitizer_common/tests/sanitizer_libc_test.cc +++ b/lib/sanitizer_common/tests/sanitizer_libc_test.cc @@ -85,7 +85,7 @@ TEST(SanitizerCommon, FileOps) { EXPECT_EQ(len2, internal_write(fd, str2, len2)); internal_close(fd); - openrv = OpenFile(tmpfile, WrOnly); + openrv = OpenFile(tmpfile, RdWr); EXPECT_FALSE(internal_iserror(openrv)); fd = openrv; uptr fsize = internal_filesize(fd); @@ -134,7 +134,7 @@ TEST(SanitizerCommon, InternalMmapWithOffset) { char tmpfile[128]; temp_file_name(tmpfile, sizeof(tmpfile), "sani...
2013 Dec 20
2
Samba 3.0.28 NOT WORKONG WITH WIN 7 CLIENTS
Hi Team, I am Riyaj from WIPRO contacting you for very stange SAMBA issue. We have Samba V 3.0.28 running on AIX 5.3 and AIX 6.1 with WIN XP as client computers on DOMAIN A Now we are planning to migrate all the client computers to WIN 7 running on DOMAIN B which has trust relationship with DOMAIN A While I provided access to the client from AIX side they are not able to access it from WIN 7
2008 Dec 28
1
escape character problem
Hi, i need to construct a link as following "<a href=\"#{CONFIG[''URLS''][''Xyz'']}\#{url}\"#{tag_options}>#{name || url}</a>" But here due to escape character #{url} not give actual value it treated as a string. how to solve this ? if i do "<a
2015 May 21
2
STATUS_SHARE_VIOLATION when Read while Write on GPFS + CTDB
Hi, in the following scenario I've got the Problem of "STATUS_SHARE_VIOLATION". Client A (with User 1) copies a file to share X. (with: DENY_NONE 0x120196 WRONLY NONE) Client B (with User 1) reads this file from share X (with: DENY_NONE 0x120089 RDONLY NONE) Now Client C (with User 1) wants also to read this file from share X and gets the STATUS_SHARE_VIOLATION. In the same scenario with Client D (and User 2) instead of Client A everything seems...
2017 Jul 25
10
under another kind of attack
Hi folks, "somehow" similar to the thread "under some kind oof attack" started by "MJ": I have dovecot shielded by fail2ban which works fine. But since a few days I see many many IPs per day knocking on my doors with wron password and/or users. But the rate at which they are knocking is very very low. So fail2ban will never catch them. For example one IP: Jul 25
2004 May 27
2
Locked files stay locked - copy operation from XP to Samba fails
...2.168.100.99) Thu May 27 13:44:01 2004 IPC$ bart users 6706 bart (192.168.100.99) Thu May 27 13:46:25 2004 Locked files: Pid DenyMode Access R/W Oplock Name -------------------------------------------------------------- 6706 DENY_ALL 0x30196 WRONLY NONE /home/bart/gobnet_bart2/images/opleidingen/fotoos/fotokl/18058k.gif Thu May 27 13:46:33 2004 When I remove the offending files from the tree the rest of the files are copied as you would expect. I tried removing the brlock.tdb files (when smbd and nmbd were shut down), I then tried clea...
2009 Nov 01
5
Headache with sessions being shared.
I have a really horrendous problem with sessions. before_filter :find_cart_from_session private def find_cart_from_session if session[:cart] # if there''s is a cart in the session begin @cart = Cart.find(session[:cart]) # return existing or new cart rescue ActiveRecord::RecordNotFound @cart = Cart.create @cart.save session[:cart] = @cart.id
2017 Jul 25
0
under another kind of attack
Olaf Hopp <Olaf.Hopp at kit.edu> writes: > I have dovecot shielded by fail2ban which works fine. But since a few > days I see many many IPs per day knocking on my doors with wron > password and/or users. But the rate at which they are knocking is very > very low. So fail2ban will never catch them. Slow roll distributed attacks. Really hard to stop. > And I see many many
2015 Jun 04
0
STATUS_SHARE_VIOLATION when Read while Write on GPFS + CTDB
...best regards, Volker Lendecke On Thu, May 21, 2015 at 03:40:58PM +0200, Alexander Gast wrote: > Hi, > > in the following scenario I've got the Problem of "STATUS_SHARE_VIOLATION". > > Client A (with User 1) copies a file to share X. (with: DENY_NONE 0x120196 WRONLY NONE) > Client B (with User 1) reads this file from share X (with: DENY_NONE 0x120089 RDONLY NONE) > > Now Client C (with User 1) wants also to read this file from share X and gets the STATUS_SHARE_VIOLATION. > In the same scenario with Client D (and User 2) instead of Client...
2006 Jul 25
0
writing an email file attachment to the filesystem
...webapp/script/runner ''AssetSubmitHandler.receive STDIN.read''" Everything works up to this point, it picks up the email and tries to process it. When I go to write the file using (in my AssetSubmitHandler class): File.open(base_dir+asset.path,File::CREAT|File::TRUNC|File::WRONLY,0666){ |f| f.write(attachment.read) } I get the following error: /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/commands/runner.rb:27: /home/webname/webapp/script/../config/../app/models/asset_submit_handler.rb:20:in `initialize'': Permission denied - /home/webname/public_html/assets/1153...
2011 Sep 17
0
Problem using SNOW with data frame as a function argument
Hello I would like to use SNOW to parallelise some computations to be made on columns of a data frame, using different parameter values for each SNOW "worker". I gather(?) clusterMap() is the appropriate SNOW function to do something like this. I suspect the problem lies in the fact that I am only supplying one data frame argument for the flow.dat function argument yet the a, b, and x
2010 Jun 15
0
how to set up pam_oddjob_mkhomedir (samba and ldap)?
Hi, I do have a samba server up and running and users are authenticated by ldap. Login to the samba server works as long as the user has a home directory. Now if I create a new ldap entry for an user I'd like to use pam_oddjob_mkhomedir to create a home directory if it dose not exist on login. But something fails on my system. I followed the redhat faq
2001 Sep 21
0
Samba and file locking
...hat samba keeps a lock on the file wich couses the problem, and when it was a file copy, on the copied file ass well. Here is a screendum from a smbstatus screen: Locked files: Pid DenyMode R/W Oplock Name -------------------------------------------------- 25468 DENY_ALL WRONLY EXCLUSIVE+BATCH /home/pkn/Kopie (4) van db1.mdb Fri Sep 21 08:52:18 2001 25468 DENY_WRITE RDONLY EXCLUSIVE+BATCH /home/pkn/Kopie (2) van db1.mdb Fri Sep 21 08:52:18 2001 Here the file to be copied is "Kopie (2) van db1.mdb" as "Kopie (4) van db1.mdb" . Both fil...
2001 Nov 23
0
still problems to join domain with W2Ksp2
Hi, what I've done: Installed Redhat 7.2 and Samba 2.2.2 from rawhide. Configured samba as a PDC and WINS-Server. Added Useraccounts and Mashineaccounts for my NT4SP6a-Users and -Systems. The NT4 Systems can join the domain, the Users can access the shares. Installed W2K with sp2 on an testsystem. I can access the shares with different users. I added the mashine account for the testsystem
2003 Apr 21
0
FROM WIN XP: can't copy "file": network name no longer available
...;t even start and, after a timeout, I get form XP the error: CAN'T COPY filename: NETWORK NAME NO LONGER AVAILABLE (I translated this from the localized Italian version; could sound a little bit different). When the error occours, the smbstatus command shows the file as locked (DENY_ALL 0x30196 WRONLY EXCLUSIVE+BATCH - I don't understand a single field ! - ). Note that I can copy hundreds of other files, even 40MB large, without any error. The problem seems to be related to that bloody .mdb file and nothing changes if I modify the name or make a copy of the source file or move it in the dire...
2010 Oct 17
2
Locking Issue?
...Access R/W Oplock SharePath Name Time -------------------------------------------------------------------------------------------------- 29540 501 DENY_NONE 0x100001 RDONLY NONE /test . Sun Oct 17 04:51:28 2010 29540 501 DENY_NONE 0x20196 WRONLY EXCLUSIVE+BATCH /test test.file Sun Oct 17 04:51:38 2010 When using another window box and trying to rename/delete the file i am locking, it operation fails (as expected), but when going to /test on the linux box i am able to rename (mv) or delete (rm) the file... Please advice... Tha...