Displaying 20 results from an estimated 656 matches for "inadvertantly".
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
On Tue, Feb 10, 2015 at 10:30 AM, Raghavendra K T
<raghavendra.kt at linux.vnet.ibm.com> wrote:
> On 02/10/2015 06:23 AM, Linus Torvalds wrote:
>> add_smp(&lock->tickets.head, TICKET_LOCK_INC);
>> if (READ_ONCE(lock->tickets.tail) & TICKET_SLOWPATH_FLAG) ..
>>
>> into something like
>>
>> val =
2015 Feb 10
2
[PATCH] x86 spinlock: Fix memory corruption on completing completions
On Tue, Feb 10, 2015 at 10:30 AM, Raghavendra K T
<raghavendra.kt at linux.vnet.ibm.com> wrote:
> On 02/10/2015 06:23 AM, Linus Torvalds wrote:
>> add_smp(&lock->tickets.head, TICKET_LOCK_INC);
>> if (READ_ONCE(lock->tickets.tail) & TICKET_SLOWPATH_FLAG) ..
>>
>> into something like
>>
>> val =
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 z...
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
2014 Jun 11
4
TSIG error with server: tsig verify failure
Hello,
I still receive this error in my log.samba and when running
'/samba_dnsupdate --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
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.
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 RTP stuff breaks, even something as
simple as retrieving my voicemail from a server on
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
...bout 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,
especially that very few have R installed and know how to work with it). I
am not very good in writing in C++, so my question is there a way to
directly compile an R code into an executable program without having to
convert it to C or C++ first? Thanks.
--
View this message in co...
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
All:
I have recently discovered pxeLinux/memdisk and have been using them without alot of pain in a somewhat unconventional setup.. Win2k DHCP server and tftpd32 on WinXP. Don't throw rocks at me - you use what you've got. Anyways, thanks to HPA for a great tool.
I am running into an odd little problem now for which I was wondering if there might be some remedy. On a particular
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 ability to produce
2012 Dec 04
3
odd behavior of browser()
Hi everyone,
I normally include a call to browser() as I'm working out the kinks in my
scripts, and I am always able to step through each line by hitting
"Return", but for some reason, in the scripts I'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
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