Displaying 20 results from an estimated 1179 matches for "boiled".
Did you mean:
boiler
2024 Jun 07
2
4.20: case (in)sensitive is broken
On Fri, Jun 07, 2024 at 04:59:29PM +0300, Michael Tokarev via samba wrote:
>07.06.2024 16:57, Michael Tokarev wrote:
>>It boils down to having wide links = yes (and wide links = no).
>
>It boils down to having wide links = yes (and UNIX EXTENSIONS = no) :)
Wide links is problematic. I'd love to just remove it :-).
2008 Jul 09
3
[LLVMdev] Refusing to store single element
Hi all,
I'm hitting the following assert in PredicateSimplifier.cpp:961 :
assert(!CR.isSingleElement() && "Refusing to store single element.");
If I ignore it the generated code appears correct so I'm not sure what this
assert is supposed to be for. Am I doing something wrong on my end or is
this a superfluous assert or it really indicates an LLVM bug?
The
2010 Mar 08
6
strange su behavior
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have a strange su hehavior on a CentOS 5.4 32Bit installation in a
VMware ESXi virtualizied environment:
If I am root and want to change the user to a non-root user, the system
prompts me for a password:
[root at halifax ~]# useradd test00
[root at halifax ~]# su - test00
We trust you have received the usual lecture from the local System
2024 Jun 07
1
4.20: case (in)sensitive is broken
07.06.2024 16:57, Michael Tokarev wrote:
> It boils down to having wide links = yes (and wide links = no).
It boils down to having wide links = yes (and UNIX EXTENSIONS = no) :)
/mjt
2006 Aug 17
8
instance variables in templates
Hey all,
Well... hmm... feeling pretty stupid here...
For some reason my controller instance variables are not displaying
in my templates. I''ve boiled it down to this test case.
class Rss::FilmController < ApplicationController
def display
@time = Time.now
end
end
and the template:
<html>
<head>
<title>Is This Ever Going To Work</title>
</head>
<body>
<p>it is now <%= @time %><...
2010 Oct 28
3
get the rows so that there is no redundant element in a certain column
Dear everyone in the Mailing list:
It is easy to get the unique elements in a column. But I would like to get rid of those rows that the elements of this column are redundant. Or sometimes, to have a look at the rows that the elements of this column are redundant is also important. I guess it boils down to throw out the index of the redundant elements.
With millions of rows, how can I
2005 Dec 05
5
What is wrong with this FOR-loop?
Hi, I have a more complex example, but the problem boils down to this
FOR-loop not filling in the res-matrix
run_rows<-seq(0,1,0.05)
run_cols<-seq(0.3,0.6,0.05)
res<-matrix(NA,length(run_rows),length(run_cols))
for(i in run_rows)
{
for(j in run_cols)
{
res[i,j]=i+j
#niether the above, nor res[[i,j]]=i+j work, why?
}
}
Thank you,
Serguei
2018 Aug 17
4
Call for testing: OpenSSH 7.8
On 13 August 2018 at 15:06, Val Baranov <val.baranov at duke.edu> wrote:
[...]
> test_utf8: ........................
> regress/unittests/utf8/tests.c:48 test #25 "c_esc"
> ASSERT_INT_EQ(len, wantlen) failed:
> len = -1
> wantlen = 5
This boils down to meaning OpenSSH's smnprintf call failed for the
string "\033x" instead of returning the
2002 Apr 11
4
X11UseLocalhost option and the DISPLAY variable
...t "X11UseLocalhost yes" setting. If I run the X
app with the display set to "localhost:16.0" it gets a "BadAccess" error,
but if I run it with the display set to "127.0.0.1:16.0" or
"realhostname:16.0" it works fine. Can someone please explain the
boiled-down version of what's going on here and save me some trouble? Is
there anything wrong with setting "X11UseLocalhost no" in sshd_config?
Thanks in advance!
Ed
Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082
Systems Programmer III, Network and Systems Serv...
2019 Apr 24
3
firewalld configuration for securing SSH
HI all,
1st time contributor here. I was using the guide on securing SSH, and
noticed that the firewall-cmd snippets for filtering by requests per
time seem somewhat outdated. From what I can tell the given snippets,
relay arguments directly down to iptables, and do not cover both IPv4
and v6. (and in fact when attempting to extend to v6 the firewall would
fail to reload). I came up with an
2016 Jul 18
2
Samba 4.2 extremely slow with (some) XP & Seven boxes
hi there,
On 07/18/2016 10:24 AM, kendell clark wrote:
> I can confirm this. […]
maybe debian bug #827141 is relevant … we've seen similiar symptoms,
recompiling samba and friends with the patch mentioned there restored
the behaviour we got with pre-badlock 4.1.17. it boils down to winbind
not re-using signed&sealed connections when pulling user information
from the ad, which seems to
2024 Jun 07
1
4.20: case (in)sensitive is broken
07.06.2024 10:34, Michael Tokarev via samba wrote:
> Hi!
>
> This is a heads-up for now, more debugging to follow.
>
> I had to downgrade samba from 4.20.1 to 4.19.6 because 4.20
> broke case insensitive file access entirely.? Only exact case
> filename works, no matter which value is set in "case sensitive"
> parameter.
>
> In 4.19, things works again.
2009 May 18
4
[LLVMdev] Getting exceptions to work?
I've been struggling for several days, trying to get native exceptions
to work in my code. I managed to boil down the IR to the simplest
possible example that I can think of.
If anyone on this list can tell me what changes I need to make to the
following code to get it to work (i.e. return 0 instead of a bus error),
it would make my life immensely better.
; ModuleID =
2007 Sep 04
7
1.05 to 1.08
Hi
We are looking at moving a project over from 1.05 to 1.08 but have a
problem with some of our helper specs
They work fine in 1.05 but error in 1.08 and it is the calls to route
helper methods that seems to be the problem.
I did some playing around .. because the code being tested is
reasonably large etc ... but this sample (using the peepcode app)
seems to boil down the problem
2017 Jul 06
5
GEP with a null pointer base
Hi everyone,
I've got a problem that I would like some input on. The problem basically boils down to a program that I am compiling, whose source I don't control, doing something like this:
p = (char*)0 + n
where 'n' is an intptr_t-sized value that the program knows is actually a valid address for a pointer.
clang translates this as
%p = getelementptr inbounds i8, i8*
2013 Dec 09
3
[LLVMdev] [cfe-dev] ARM EABI and modulo
On Mon, Dec 09, 2013 at 01:58:29PM +0000, Renato Golin wrote:
> I can see the error, and it's just a bad selection of choices. I was
> wrong in assuming that the "eabi" at the end would always force it:
>
> $ clang -target arm-elf-eabi -S mod.c -o - | grep mod
> .file "mod.c"
> bl __modsi3
> bl __umodsi3
I was discussing this with Tim on IRC and he
2020 Sep 28
1
Schema version 87 and windows Hello
...oning) process
boils down to:
- User attempts to login and provides their PIN to unlock their TPM
- Kerberos PKINIT authentication is attempted using the private
key/certificate stored in the TPM
With the above authentication process in mind, I'm thinking that the
provisioning process could be boiled down to:
- Configure the TPM to store a private key and protect it with a PIN
- Write the public key to the correct location in LDAP (AD DC)
- Configure the Windows Hello client on the PC
As Andrew said, under the covers this is really just PKINIT and an AD
schema upgrade. I think that most of t...
2017 Jul 03
3
[LLD] Adding WebAssembly support to lld
...nformation required in the wasm format. For example, as you point
> out, the type of each function. Functions also live in their own
> index space outside of the program's memory space. This means that
> the simple approach of traditional linkers where almost everything can
> be boiled down to virtual addresses don't make as much sense here.
> This is part of the reason why early attempts to use ELF as the
> encapsulation format were abandoned: wasm is different enough that is
> didn't make sense.
BTW, is that summarized somewhere?
I remember the discussion ab...
2004 Sep 24
2
Throwing expressions around
I'm trying to write some code that throws a few expressions around the
place, and I've boiled down the problem to be equivalent to this.
Consider the curve function which plots expressions in 'x':
> curve(x^2)
Now wrap that in the most naive wrapper function:
> fc=function(m){curve(m)}
and try it:
> fc(x^2)
Error in eval(expr, envir, enclos) : Object "x...
2016 Feb 26
2
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
On Thu, Feb 25, 2016 at 6:35 PM, Duncan P. N. Exon Smith
<dexonsmith at apple.com> wrote:
>> // In C
>> void foo() {
>> int c;
>> if (c) print("X");
>> escape(&c); // escape is an empty function
>> }
>>
>> which I think is not UB in C (is it?), but will boil down to the kind
>> of IR above.
>
> I'm