search for: inadvertently

Displaying 20 results from an estimated 653 matches for "inadvertently".

2011 Apr 10
4
Password-protect R script files
There was a question in R forum very long time back.. on how to protect R Script files from inadvertent editing by users. There is a way to do this from within R, atleast in Windows XP I have tried this and it certainly works , The method is very different from the OS based folder protection route, however making available such a method in the open forum would only kill the very spirit of R.
2015 Feb 10
2
[PATCH] x86 spinlock: Fix memory corruption on completing completions
...ortunately xadd could result in head overflow as tail is high. xadd can overflow, but is this really a problem? # define HEAD_MASK (TICKET_SLOWPATH_FLAG-1) ... unlock_again: val = xadd((&lock->ticket.head_tail, TICKET_LOCK_INC); if (unlikely(!(val & HEAD_MASK))) { /* overflow. we inadvertently incremented the tail word. * tail's lsb is TICKET_SLOWPATH_FLAG. * Increment inverted this bit, fix it up. * (inc _may_ have messed up tail counter too, * will deal with it after kick.) */ val ^= TICKET_SLOWPATH_FLAG; } if (unlikely(val & TICKET_SLOWPATH_FLAG))...
2015 Feb 10
2
[PATCH] x86 spinlock: Fix memory corruption on completing completions
...ortunately xadd could result in head overflow as tail is high. xadd can overflow, but is this really a problem? # define HEAD_MASK (TICKET_SLOWPATH_FLAG-1) ... unlock_again: val = xadd((&lock->ticket.head_tail, TICKET_LOCK_INC); if (unlikely(!(val & HEAD_MASK))) { /* overflow. we inadvertently incremented the tail word. * tail's lsb is TICKET_SLOWPATH_FLAG. * Increment inverted this bit, fix it up. * (inc _may_ have messed up tail counter too, * will deal with it after kick.) */ val ^= TICKET_SLOWPATH_FLAG; } if (unlikely(val & TICKET_SLOWPATH_FLAG))...
2003 Feb 25
0
This message was inadvertently quarantined by SPAM filtering software and is being forwarded by US FWS email Administrator
----- Forwarded by FWSDevelopment/FWS/DOI on 02/25/2003 03:45 PM ----- |---------+----------------------------------------------> | | "Florian Stahl" | | | <fstahl@xantury.com> | | | Sent by: | | | samba-bounces+ascannel=fws.gov@list| | |
2003 May 06
0
for what it's worth, I think I have inadvertently solved an old problem...
All, For the longest time I was having this strange folder recursion problem. It persisted through many samba upgrades. The problem can be seen here in this thread: http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&safe=off&frame=right&th=48f08dabcabb2877&seekm=9oglr1%241d66%241%40FreeBSD.csie.NCTU.edu.tw#link1 I think my configuration was wrong, and
2005 Apr 08
0
Recover from inadvertent change to domain SID
I have run Samba 2.2.2 without problems for three years. The server acts as the domain controller for a domain of thirty XP/2000 computers. Two weeks ago the domain SID was accidentally changed. I can confirm this by looking at backups of /etc/MACHINE.SID. I am not sure how the SID changed but I _think_ that it may have occurred during testing for an upgrade to Samba 3 :( I now find that _some_
2010 May 28
3
2.11.0 on ubuntu (hardy) inadvertently installed
Hi- Looks like this morning, I did the ultimate in foobar to a main prod box. I was using apt-get upgrade on the box and totally missed the fact that my entire R installation went from 2.10.0 to 2.11.0. I now have a bunch of pkgs that aren't loading due to the fact that they were built before 2.10.0 -- There's some *ancient* packages, like (sma) that I was able to figure out what we
2010 May 28
3
2.11.0 on ubuntu (hardy) inadvertently installed
Hi- Looks like this morning, I did the ultimate in foobar to a main prod box. I was using apt-get upgrade on the box and totally missed the fact that my entire R installation went from 2.10.0 to 2.11.0. I now have a bunch of pkgs that aren't loading due to the fact that they were built before 2.10.0 -- There's some *ancient* packages, like (sma) that I was able to figure out what we
2020 Jun 23
2
[RESEND PATCH 1/3] nouveau: fix migrate page regression
On 2020-06-22 16:38, Ralph Campbell wrote: > The patch to add zero page migration to GPU memory inadvertantly included inadvertently > part of a future change which broke normal page migration to GPU memory > by copying too much data and corrupting GPU memory. > Fix this by only copying one page instead of a byte count. > > Fixes: 9d4296a7d4b3 ("drm/nouveau/nouveau/hmm: fix migrate zero page to GPU") &...
2010 May 15
3
Preventing Windows from changing file permissions
Hi,? Is there a way to configure samba such that Windows applications are not allowed to change file permissions for existing files in the share.? I just want to be able to read and modify the files from Windows without affecting the file permissions inadvertently. I do not care about any Windows side file attributes such as ACL.? I tried several things including parameters such as 'map archive = no', 'security mask = xxx' etc. Nothing seem to result in what exactly I want. This is surprising considering that my requirement is very simple.? I...
2014 Jun 11
4
TSIG error with server: tsig verify failure
...pdate --verbose --all-names'. Has this been fixed completely? Searching through the archives I see this post https://lists.samba.org/archive/samba-technical/2013-February/090408.html. Using Samba 4.1.7 with Ubuntu Server 12.04. My understanding is the update still succeeds but the error is inadvertently given? Thanks. -- -James
2016 Dec 13
2
syntax difference clusterExport in parallel and snow
We got some errors and eventually figured out that parallel::clusterExport second argument is "varlist" while in snow::clusterExport it is "list". The user had loaded parallel first, but did something else which inadvertently loaded snow, then clusterExport failed because we had "varlist" and not "list". Are these different on purpose? pj -- Paul E. Johnson http://pj.freefaculty.org Director, Center for Research Methods and Data Analysis http://crmda.ku.edu To write to me directly, please addr...
2003 Sep 27
2
Budgetone + NAT: Firmware Version?
I inadvertently unplugged my Budgetone phone tonight and I think it went out and upgraded its firmware. It is now at 1.0.3.81. Does anyone know how new this might be? Suddenly things that have been working wonderfully before don't work--basically it seems to do the SIP stuff just fine but then all the RT...
2003 Sep 18
2
Deleted smb.conf
I have RedHat 9.1 running. Installed Samba that comes along with the OS to test it out. When I was playing with it, I deleted the smb.conf file inadvertently. I uninstalled and reinstalled the Samba utilities, but that didn't help. How do I get back the default smb.conf file? Thanks in advance. Satish Kumar
2008 Apr 02
1
Compile R code into exe
*I did some search before, I saw in the Nabbles forum one question about it but without replies*. I have a program written in R. For regulatory purposes I need to make exe program of it and distribute to some users (the reason they don't want that I provide the raw R code and that users run it on their R application is that they don't want users to somehow inadvertantly mess up the code,
2015 Jun 15
3
More about my SSL certificate problem
Someone, I don't remember whether it was Alex or Urban, asked me to check on my private keyfile to see if it began with "Begin RSA private key". I reported that it does not. Now here's where things get strange: When I ran the command: $ openssl req -nodes -newkey rsa:2048 -sha1 -keyout myserver.key -out server.csr on an old Ubuntu system, `myserver.key' does begin with
2003 Jun 03
3
pxeLinux on an Intel SE7501WV2 with 82546EB
...py drive. The servers I'm using have no floppy disk or CD-ROM (so you can see how I ended up running pxeLinux to get them installed), but I was installing some S/W via a floppy I temporarily hooked up and forgot to remove it when rebooting. To my surprise, the boot image loaded. I thought I had inadvertently fixed something. Then I removed the floppy and it was no go again. So I put the floppy back on and it worked again. I'm wondering what information I might provide the group that would help them tell me what I can do to avoid this. I have discussed it for awhile with Intel's pxe guy and he...
2015 Jan 07
2
EZStream and Cue Sheets
I may have asked this before, but either I didn't, or I've inadvertently discarded the message containing the answer, so pardon please if this is a repeat. Wil EZStream ever support cue sheets--a companion file containing metadata information normally inserted into the stream from that contained in the multimedia file itself? More play-out software is including the abi...
2012 Dec 04
3
odd behavior of browser()
...9;m working on now, hitting "Return" seems to cause execution of *all* the lines in my script. I've restarted R several times in case it was stuck in a bad state for some reason, but I'm consistently getting this behavior anyway. Has anyone run into this problem before? Maybe I inadvertently reset preferences? An example which produces this behavior is the following: file bugcheck.r: browser() a <- 1 b <- 2 > source("bugcheck.r") Called from: eval(expr, envir, enclos) Browse[1]> <Return> > > ls() [1] "a" "b" > a [1] 1 >...
2004 Jan 12
3
? data.entry "read-only" ?
Hi Folks, The spreadsheet-like layout displayed when 'data.entry' is invoked is very useful simply for legible display of data, quite apart from its intended use for the purpose of entering or editing data. If one wants to use it _simply_ as a display device, so that one can look around inside a data-set while working on it, then it is not a good idea to have its _editing_ capabilities