Displaying 20 results from an estimated 1000 matches similar to: "configuration bug"
2010 Sep 16
1
[LLVMdev] Linking shared library
Hi,
I have conventional directory structure for a pass taken from project examples.
I want to build a tool which makes usage of a shared library which is included in the project.
This means that I have library here:
# lib/foo/*.cc
and after compilation the library is placed here
# Debug/lib/libfoo.so
My tool is located here:
# tool/test_foo
# cat tool/Makefile
LEVEL = ../
TOOLNAME=test_foo
2002 Jul 23
1
[BUG] libvorbisfile ov_test() ?
The folowing code donst work:
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>
#include <stdlib.h>
#include <stdio.h>
int main()
{
FILE *stdfile;
OggVorbis_File vf;
int tmp;
stdfile=fopen("./test.ogg","r");
if( ov_test(stdfile, &vf, NULL, 0) ==0)
{
tmp = ov_test_open(&vf);
2010 Mar 05
1
[LLVMdev] How to increase the size of a basic block?
Hi,
I am working on Instruction Set Extensions and I am looking for a way to increase the sizes of a basic block.
Besides the loop-unrollers is there any code laying around which could be used to that purpose (like superblock formation, hyperblocks, predicate execution ..)?
Best regards, Mariusz.
--
Mariusz Grad
2017 Dec 05
2
MMC issue
Hi
I have a strange problem with Shared folders in MMC. While I try to connect
to linux machine and list Open files or Sessions I got a message "You do not
have permission to view the list of sessions from Windows clients".
The problem exists only if I try to connect to linux machines (Windows
Server is ok),
and only for Administrator account. From other accounts with Administrator
2010 Sep 15
2
[LLVMdev] getAnalysis<LoopInfo> from ModulePass
Hi,
I wrote tiny ModulePass which iterates over functions and then uses getAnalysis<LoopInfo> in order to get informations about the loop.
It compiles smoothly, but whenever I try to run it I got error like this:
opt: .. PassAnalysisSupport.h:203: AnalysisType& llvm::Pass::getAnalysisID(const llvm::PassInfo*) const [with AnalysisType = llvm::LoopInfo]: Assertion `ResultPass &&
2017 Dec 05
2
MMC issue
Samba - General mailing list wrote
> On Tue, 5 Dec 2017 10:37:02 -0700 (MST)
> Mariusz80 via samba <
> samba at .samba
> > wrote:
>
>> Hi
>> I have a strange problem with Shared folders in MMC. While I try to
>> connect to linux machine and list Open files or Sessions I got a
>> message "You do not have permission to view the list of
2015 Apr 02
2
SMBC_LINK directory entity type
Hello,
I'm trying to write a smb client using the libsmbclient library but I
don't know how to handle the SMBC_LINK type of smbc_dirent, which is
defined in libsmbclient.h.
I've grepped through the samba source code and it doesn't seem to appear
anywhere except the mentioned header and examples.
Can I safely assume there are no files/directories of such a type?
Thanks,
2017 Dec 05
2
MMC issue
Samba - General mailing list wrote
> On Tue, 5 Dec 2017 11:11:33 -0700 (MST)
> Mariusz80 via samba <
> samba at .samba
> > wrote:
>
>> Samba - General mailing list wrote
>> > On Tue, 5 Dec 2017 10:37:02 -0700 (MST)
>> > Mariusz80 via samba <
>>
>> > samba at .samba
>>
>> > > wrote:
>> >
2008 May 08
1
[LLVMdev] PPC Isel complex patterns
Hi all,
I have problem with specifying complex patterns in PPC Isel backend.
I would like to fetch few instructions into one like that:
def MatchPAT1 : Pat<(or
(or
(shl GPRC:$rA, (i32 imm:$imm24)),
(and (shl GPRC:$rA, (i32 imm:$imm8)), 0xFF0000)
),
(or
(srl GPRC:$rA, (i32 imm:$imm24)),
(and (shl GPRC:$rA, (i32 imm:$imm8)),0xFF00)
)), (myinstr GPRC:$rA)>;
That pattern
2009 Sep 08
2
[PATCH node-image] Add ability to set persistent ssh_host_keys on the node, usefull if you run diskless instance of ovirt-node
From: root <root at chappy.(none)>
---
ovirt-node-image.ks | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks
index 802b6a5..d698497 100644
--- a/ovirt-node-image.ks
+++ b/ovirt-node-image.ks
@@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then
chmod 644
2010 Sep 15
0
[LLVMdev] getAnalysis<LoopInfo> from ModulePass
hi,
On Wed, Sep 15, 2010 at 8:21 PM, Mariusz Grad <mariusz.grad at gmail.com> wrote:
> Hi,
>
> I wrote tiny ModulePass which iterates over functions and then uses getAnalysis<LoopInfo> in order to get informations about the loop.
> It compiles smoothly, but whenever I try to run it I got error like this:
> opt: .. PassAnalysisSupport.h:203: AnalysisType&
2017 Mar 29
2
[PATCH xf86-video-nouveau] Do not register hotplug without RandR
When using Xinerama, RandR is automatically disabled, and calling RR
routines will trigger an assert() because the RR keys/resources are
not set, leading to an Xserver abort.
Hotplug makes little sense without RandR, so no need to install a
udev monitor if RandR is not available.
Ported from intel driver, original work by:
Chris Wilson <chris at chris-wilson.co.uk>
Bugzilla:
2019 Jan 06
9
[Bug 109230] New: [crash] Xorg is crashing on startup with enabled xinerama
https://bugs.freedesktop.org/show_bug.cgi?id=109230
Bug ID: 109230
Summary: [crash] Xorg is crashing on startup with enabled
xinerama
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Severity: major
Priority: medium
Component:
2016 Aug 02
6
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
With this change built ok.
But patch must be quite different on my platform (see attached) for
portable version.
And, of course, after autoreconf run.
02.08.2016 10:55, Darren Tucker ?????:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -754,6 +754,9 @@ main() { if (NSVersionOfRunTimeLibrary("System")
>= (60 << 16))
2011 May 19
1
[Bug 652] pcap plugin problem
http://bugzilla.netfilter.org/show_bug.cgi?id=652
Mariusz Kielpinski <kielpi at poczta.onet.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kielpi at poczta.onet.pl
Status|ASSIGNED |NEW
--- Comment #3 from
2013 Aug 05
4
[patch/Cygwin]: Simplify host key generation in ssh-host-config script
Hi,
as the subject says, the below patch just simplifies the host
key generation in the Cygwin-specific ssh-host-config script.
Rather than testing and generating each key, call ssh-keygen -A.
Could somebody with checkin rights please apply?
Thanks,
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file:
2008 Dec 23
4
tripwire on centos 5
Does anybody use tripwire on centos 5? Has anybody checked that: http://www.linickx.com/archives/281/tripwire-2411-rpm-for-centos-redhat-rhel-4 on centos5?
M.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Aug 30
5
[PATCH 1/2] drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)
From: Martin Peres <martin.peres at labri.fr>
Some vbioses have extra useless entries after "the end" of the table. This is
problematic since all of the vbios I found with this issue redefine the
pwm freq divider to insane levels (52750 Hz instead of 2500), thus breaking
fan management.
The first solution to solve this mess would be to change the length of the
table. The solution
2003 Oct 06
1
unexpected behaviour in OpenSSH_3.7.1
Hi,
we have installed OpenSSH_3.7.1 in /usr/local. In our environment all
machines mount /usr/local via NFS and automounter from a server. Because
every machine should use its own keys (otherwise we had to export the
directory with root priviledges so that every machine could read the
private keys from /usr/local/etc/ssh), we created the keys in /etc/ssh
and modified the configuration files
2012 Jan 04
3
server host keys for kvm clones
Respecting cloning vm guests, I see in /etc/ssh the
following:
ssh_host_dsa_key
ssh_host_dsa_key.pub
ssh_host_key
ssh_host_key.pub
ssh_host_rsa_key
ssh_host_rsa_key.pub
Is there a simple script somewhere to regenerate all the
server host keys for the new guest after cloning?
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne mailto:ByrneJB at