Displaying 19 results from an estimated 19 matches for "conflics".
Did you mean:
conflicts
2009 Mar 10
2
[LLVMdev] Stack smashing
On Tuesday 10 March 2009 21:47:59 someguy wrote:
> From a cursory glance, it looks like something is messing with the
> stack canarys. Probably a stack buffer overflow.
In case it is relevant, HLVM uses libsigsegv to detect stack overflows and
that stack handler is initialized in my JITted code which LLVM's runFunction
should be calling.
Could libsigsegv be conflicing with the stack
2009 Mar 10
0
[LLVMdev] Stack smashing
On Mar 10, 2009, at 3:07 PM, Jon Harrop wrote:
> On Tuesday 10 March 2009 21:47:59 someguy wrote:
>> From a cursory glance, it looks like something is messing with the
>> stack canarys. Probably a stack buffer overflow.
>
> In case it is relevant, HLVM uses libsigsegv to detect stack
> overflows and
> that stack handler is initialized in my JITted code which
2008 Aug 12
1
Avoid resources(disks) conflict on a multiserver envorioment
...SAN (EVA 4100) providing my xen disks.
If I try to run two machines with conflict access in the same server,
xen shows me an erros and quits. However, I can still bring up the
same virtual machine on two servers, which migth lead to some disk
problems :-)
Is there any way to automagicly avoid xen conflics over some dom0
servers? (not letting me turn on one vm if it is up in another server)
I''m trying to implement some checks on the vm config file (as it is
python) and using file-based locks on a ocfs2 partition. It''s not
quite clear
but it is the best I found until now.
Any bette...
2004 Dec 16
1
address space of Pxelinux
Hi,
I have on my machine the hardware that uses address space from
CS=2000h:IP=0200h till CS=6000h:IP=0200h.
With this hardware I can not load linux kernel with pxelinux.0. The
loading stops with:
Loading vmlinuz-2.2.20....(4 dots)
Without this hardware loading is successful.
Is my problem caused by address space conflic? Please, give me a hand.
Igor
2005 Feb 13
1
bad sound ISDN bristuff
...o "make load" in the bristuf.xx zaphfc dir then sound quality
drops directly.
Even if I don't load the chan_zap in the modules.conf
I use this config on more (even old 400Mhz machines) and works correctly.
Looks like an hardware problem but I can't find it.
I don't see any conflics on IRQ or interupts
Using :
Asterisk 1.0.1-BRIstuffed-0.2.0-RC1
ISDN HFC cologne cards
If you have any solutions I would like to hear it.
cat /proc/interupts
---------------------------------------------------
CPU0
0: 32065843 XT-PIC timer
1: 2 XT...
2016 Sep 21
3
Propagation of debug information for variable into basic blocks.
Adrian,
I am currently investigating issues where variables that one would expect to be available in a debugger are not in code that is compiled at optimisations other than -O0
The main problem appears to be with the LiveDebugValues::join() method because it does not allow variables to be propagated into blocks unless all predecessor blocks have an Outgoing Location for that variable.
As a
2020 Apr 08
0
Samba 4.12.1 for Debian Buster available in buster-samba412 repo (amd64/i386/armhf)
...do tee -a /etc/apt/sources.list.d/van-belle.list
And install as you normaly would do. Tip, upgrading these packages, use :
apt update && apt dist-upgrade --autoremove --purge
If packages are replaced with higher version and it can leave older packages on the system..
Well, that can give conflics, this is mainly in transition from LDB1.X to LDB2.X.
Have fun with these.
Greetz,
Louis
2004 Jul 01
2
R can't find some functions in assist package
Oh yes. The "load package" under the "packages menu" in the Windows version
does that. To check I typed "library(assist)" after starting R. Same
behavior, ssr is found, but others like predict.ssr, and plot.ssr, give a
"not found" message.
Thanks for the suggestion.
Mike
2006 Apr 11
1
ODBC and Mysql
G'day
Just for the record, I have wine and foxpro working fine with one small
exception.
I have followed the instructions from "3.3.6.1 Configuring ODBC on unix"
and understand from the docs that this is all wine needs.
I have a DSN called "tuna" to a MySql database called "dolphin" which I
can use isql to connect to no problem. However, when I use the ODBC
2007 Apr 26
0
Sortables no longer working
I recently added MochiKit to my server for the key event monitor thing
and now my sortable isn''t working. I get
Sortable is not defined
(Sortable.create(''item_list'', {tag : ''li'', overlap : ''horizontal'',
onUpdate :...)
They told me I had to move MochiKit''s script src reference above
scriptaculous to get it to work right. Well
2005 May 26
2
mouse issues in centos 4
Hi all,
I am the IT department here at my office, I take care of everything
pretty much. I chose Centos4 to deploy to my 50 workstations as it was
the most compatible with the RHEL. We need the RHEL compatibility for
support contract for different tools we use. So far it has been great.
I have noticed a few issues since having 50 machines all exactly the
same installed with centos 4. I have
2019 Aug 07
3
best practice for domain admins
I expect the next "you should know" here.
How do you handle administrative accounts in your samba/windows domains?
I have to provide some accounts for the so-called admin users at the
customer ... in some cases they learned the main admin pwd (yes, bad)
and used it for installing this and that.
Add their own users to group "domain admins"?
I'd like to take away the main
2009 Mar 10
0
[LLVMdev] Stack smashing
>From a cursory glance, it looks like something is messing with the
stack canarys. Probably a stack buffer overflow.
On Tue, Mar 10, 2009 at 11:41 PM, Jon Harrop <jon at ffconsultancy.com> wrote:
>
> Someone is trying to work on HLVM with me but they're hitting a problem that
> we have not been able to resolve. Specifically, GCC seems to be performing
> some kind of
2016 Sep 21
2
Propagation of debug information for variable into basic blocks.
>
>
> Conceptually, the LiveDebugValues data flow analysis should be using
> three-valued logic arranged in a lattice
>
> ⊥ (uninitialized / don't know)
> / \
> true false (is (not) available)
>
> where join(x, ⊥) = x, otherwise it behaves like boolean &.
>
> All debug variable values are initialized to the bottom element first.
> After
2009 Mar 10
2
[LLVMdev] Stack smashing
Someone is trying to work on HLVM with me but they're hitting a problem that
we have not been able to resolve. Specifically, GCC seems to be performing
some kind of sanity check for "stack smashing" and is calling abort because
it is unhappy with something that the code is doing. However, I am not sure
what and cannot reproduce the problem.
The stack trace they have given me is:
2004 Mar 10
1
Having problems uninstalling Samba 2.2.7a in RH 9
Dear all,
Many months ago John Terpstra took time and helped this newby get samba
3.0 installed and working really well on my server at the time.
Unfortunately the server died on me. Now I have a new one I am attemping
to install Samba 3 on but i get this conflict with version 2.2.7a that
came with RH 9. I can not remove it.
I have tried several methods and it still there cause 3.0 will not
2019 May 19
3
Dict issue with PostgreSQL for last_login plugin (duplicate key)
On 19/05/2019 20:31, mabi via dovecot wrote:
>
> ??????? Original Message ???????
> On Sunday, May 19, 2019 7:36 PM, John Fawcett via dovecot
> <dovecot at dovecot.org> wrote:
>>
>> Attached is a tentative patch. I've verified no regression for mysql.
>> There should be no regression for sqlite as the code path is identical.
>>
>> Are you able to
2012 Jun 21
0
[RFC PATCH V2] Btrfs: introduce extent buffer cache for each i-node
This patch introduce extent buffer cache for every i-node. By this
way, we can save the search time and reduce the lock contention of the root
because we needn''t search the item from the root of b+ tree.
Implementation:
- add two pointers of extent buffer into btrfs_inode struct, one for
nodes/leaves of fs/file tree, the other for nodes/leaves of the log tree.
- add a variant to tell
2013 Jul 23
73
Bug: Limitation of <=2GB RAM in domU persists with 4.3.0
I just built 4.3.0 in order to get > 2GB of RAM in domU with GPU
passthrough without crashes. Unfortunately, the same crashes still
happen. Massive frame buffer corruption on domU before it locks up
solid. It seems the PCI memory stomp is still happening.
I am using qemu-dm, as I did on Xen 4.2.x.
So whatever fix for this went into 4.3.0 didn''t fix it for me.
Passing less than 2GB