Displaying 20 results from an estimated 37 matches for "_as".
Did you mean:
_a
2003 Apr 13
2
chroot() as non-root user?
...ry [like /tmp] on the same partition as a
setuid program.) Are there any other reasons? (Besides the issues with
fchdir() which I assume are adequately fixed). Assuming there aren't any
other issues leads to my last Q... Actually, a proposal:
Q3: Why not allow non-root users to chroot() _as long as the target dir.
is on a partition mounted nosuid_? Seems like this would be a simple
mechanism (both to understand and to implement) and would allow regular
users to take advantage of chroot to improve the security of scripts, CGIs,
etc.
Mark
2013 Aug 26
0
[LLVMdev] Building LLVM 3.3 on Win64
After some running some more tests, a weird addendum to this case: the
build also fails at the same place with the same error message if MinGW
isn't in the path. I'm not talking about MinGW instead of Microsoft C++,
it's just that the build works if and only if MinGW is in the path _as well
as_ the 32-bit version of Microsoft C++.
On Sat, Aug 24, 2013 at 8:15 PM, Russell Wallace
<russell.wallace at gmail.com>wrote:
> I'm trying to build LLVM 3.3 using cmake/nmake, Microsoft C++ 2012, on a
> 64-bit Windows 7 system. I tried it with the 32-bit compiler as a test...
2013 Aug 26
1
[LLVMdev] Building LLVM 3.3 on Win64
...running some more tests, a weird addendum to this case: the
> build also fails at the same place with the same error message if MinGW
> isn't in the path. I'm not talking about MinGW instead of Microsoft C++,
> it's just that the build works if and only if MinGW is in the path _as well
> as_ the 32-bit version of Microsoft C++.
>
>
> On Sat, Aug 24, 2013 at 8:15 PM, Russell Wallace <
> russell.wallace at gmail.com> wrote:
>
>> I'm trying to build LLVM 3.3 using cmake/nmake, Microsoft C++ 2012, on a
>> 64-bit Windows 7 system. I tried i...
2015 Apr 16
3
Availability of the 1.1.1 stable version
...if (data != NULL)
> {
> audiosize = st->frame_size;
> mode = st->mode;
> ec_dec_init(&dec,(unsigned char*)data,len);
> } else {
> audiosize = frame_size;
> mode = st->prev_mode;
>
> *_As the mode is made as prev mode now, which was a silk, this goes
> inside,_*
>
> /* SILK processing */
> if (mode != MODE_CELT_ONLY)
> {
>
> *_Then in this function called this_*,
>
> silk_ret = silk_Decode( silk_dec, &st->D...
2011 Dec 07
0
[LLVMdev] LLVM and managed languages
Would you then agree with me that "LLVM's garbage collection facilities,
_as described in the LLVM documentation_, are too difficult to use"?
On Tue, Dec 6, 2011 at 3:40 AM, Jon Harrop <
jonathandeanharrop at googlemail.com> wrote:
> Talin wrote:
> > Jon wrote:
> > > Talin wrote:
> > > > Garbage collection is still way too difficul...
2013 Aug 24
4
[LLVMdev] Building LLVM 3.3 on Win64
I'm trying to build LLVM 3.3 using cmake/nmake, Microsoft C++ 2012, on a
64-bit Windows 7 system. I tried it with the 32-bit compiler as a test case
first and that appeared to work, then with the 64-bit compiler in the hope
that would give me a 64-bit build of LLVM, but instead got this error
message:
[ 86%] Generating X86CompilationCallback_Win64.obj
Microsoft (R) Macro Assembler (x64)
2011 Dec 06
2
[LLVMdev] LLVM and managed languages
Talin wrote:
> Jon wrote:
> > Talin wrote:
> > > Garbage collection is still way too difficult.
> >
> > This is completely untrue.
>
> I'm afraid I'm going to have to disagree...
I failed to get my point across. You're still talking about the difficulty
of using LLVM's GC support. I was talking about circumventing it. The shadow
stack HLVM uses
2015 Apr 16
2
Availability of the 1.1.1 stable version
...ze = st->frame_size;
> > mode = st->mode;
> > ec_dec_init(&dec,(unsigned char*)data,len);
> > } else {
> > audiosize = frame_size;
> > mode = st->prev_mode;
> >
> > *_As the mode is made as prev mode now, which was a silk, this
> goes
> > inside,_*
> >
> > /* SILK processing */
> > if (mode != MODE_CELT_ONLY)
> > {
> >
> > *_Then in this function called this_*,...
2016 Nov 22
2
shared libraries: missing soname
Dirk,
Dirk Eddelbuettel <edd at debian.org> writes:
> On 20 November 2016 at 21:49, Joseph Mingrone wrote:
> | Hello Dirk,
> |
> | Dirk Eddelbuettel <edd at debian.org> writes:
> |
> | > On 20 November 2016 at 19:28, Joseph Mingrone wrote:
> | > | Hello,
> | > |
> | > | R's shared libraries are linked without setting the soname. This is
2023 Aug 13
0
R-4.3 version list.files function could not work correctly in chinese
...ou that there's a problem with list.files() and file names
in Chinese. There is no need for additional proof. Unfortunately, it's
impossible to fix the problem unless its source is found:
https://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html
Can you give me more examples of file names, _as text_, that I could
_copy and paste_ into my computer in order to (hopefully) reproduce the
problem here?
Alternatively, can you use a debugger for programs written in C? Do you
know someone who does?
--
Best regards,
Ivan
2016 Nov 22
0
shared libraries: missing soname
...| > libraries itself (via dlopen(3) etc).
| > |
| > | R may use dlopen() but other customers may not.
|
| > Yes, well, but are there other customers?
|
| Yes. Here is one example. https://rkward.kde.org/
Really? We had that eg in Debian too for a decade plus and it works just
fine _as is_ and finds its libraries. Without requiring a change.
It (AFAIK) just embeds R "as is" (as does my much smaller RInside).
edd at bud:~$ ldd /usr/bin/rkward | grep R # no R libs known to ldd
edd at bud:~$ ldd /usr/bin/rkward | wc -l # lots other shared libraries
40...
2004 Oct 29
0
(PR#7320) Internal function isUME() in findGeneric() is
...lear as possible from the function itself. UseMethod()
clearly tells you less than UseMethod("coef").
More practically, it's not always clear what "the name of the calling
function" is, or that such a name has anything to do with the
computation. It's the function _as an object_ that should determine
what happens. There's nothing in the language that says you shouldn't
make a vector of function objects, (f[1] <- coef; f[2] <- resid, etc. )
and then call (f[i])(myModel).
In S3 methods, the generic function is just a plain "function" o...
2012 Aug 03
1
[SOLVED] iptables rule question for Centos 5
We have a simple configuration so we could get by with this
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j
ACCEPT
-A RH-Firewall-1-INPUT -s "SOURCIPADDRESS" -j REJECT --reject-with
icmp-host-prohibited
it doesn't scale well but servies the purpose.
_____________________________________
"He's no failure. He's not dead yet."
William
2007 Nov 22
1
has_many :through questions
...collections content by deleting
and adding objects as appropriate.
That''s because I want to eliminate redundant join records, i.e., there
should be only one record in the attendees table that contains the
combination of event_id=1 and person_id=1. I took "deleting and
adding objects _as appropriate_" to mean that. Is this true?
Secondly, trying this code in class PeopleController:
@person.events = Event.find(@params[:event_ids]) if
params[:event_ids]
resulted in the following error:
undefined method `events='' for #<Person:0x6836228>
So, did I get s...
2015 Apr 16
0
Availability of the 1.1.1 stable version
...> > audiosize = st->frame_size;
> > mode = st->mode;
> > ec_dec_init(&dec,(unsigned char*)data,len);
> > } else {
> > audiosize = frame_size;
> > mode = st->prev_mode;
> >
> > *_As the mode is made as prev mode now, which was a silk, this goes
> > inside,_*
> >
> > /* SILK processing */
> > if (mode != MODE_CELT_ONLY)
> > {
> >
> > *_Then in this function called this_*,
> >
> > silk_...
2015 Mar 16
0
Fwd: Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
...linux.org/archives/2013-April/019817.html
which turned out to be a bug,
http://www.syslinux.org/archives/2013-April/019822.html
So you cannot blame me for expecting the same patience, expertise
and help in troubleshooting this new problem first with Syslinx
and, if need be, later with ArchLinux.
_As an example_, we might discover ArchLinux do not have the latest
UEFI files/docummentation from you.
So please bear with me for the time being.
2.
>> In BIOS, select ArchLinux entry
> Just a minor detail (but it helps for understanding each other)...
> You probably mean "in UEFI f...
2015 Apr 20
1
Availability of the 1.1.1 stable version
...> mode = st->mode;
> > > ec_dec_init(&dec,(unsigned char*)data,len);
> > > } else {
> > > audiosize = frame_size;
> > > mode = st->prev_mode;
> > >
> > > *_As the mode is made as prev mode now, which was a silk, this
> > goes
> > > inside,_*
> > >
> > > /* SILK processing */
> > > if (mode != MODE_CELT_ONLY)
> > > {
> > >
> > >...
2011 Sep 20
2
update.packages() as ordinary user, /usr/lib/R/site-library is not writable
I am moving from windoze on a Dell laptop to Debian but I seem to have
hit a snag for R. I managed to find the information to point an
/etc/apt/sources.list entry at my local CRAN repository and have
installed R 2.13.1 for squeeze from the Bristol UK repository.
I installed a number of the additional R packages using synaptic which
reported no errors but when I run my first
2015 Apr 21
2
Availability of the 1.1.1 stable version
...t; > ec_dec_init(&dec,(unsigned char*)data,len);
> > > > } else {
> > > > audiosize = frame_size;
> > > > mode = st->prev_mode;
> > > >
> > > > *_As the mode is made as prev mode now, which was a
> > silk, this
> > > goes
> > > > inside,_*
> > > >
> > > > /* SILK processing */
> > > > if (mode != MODE_CELT_ONLY)
> >...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...st->mode;
> > > ec_dec_init(&dec,(unsigned char*)data,len);
> > > } else {
> > > audiosize = frame_size;
> > > mode = st->prev_mode;
> > >
> > > *_As the mode is made as prev mode now, which was a
> silk, this
> > goes
> > > inside,_*
> > >
> > > /* SILK processing */
> > > if (mode != MODE_CELT_ONLY)
> > > {
>...