Displaying 20 results from an estimated 6000 matches similar to: "Design library"
2004 Jul 15
2
Samba LDAP Problem
Dear Lists,
I try to configure Samba as PDC LDAP backend with Linux-Suse-9.1 and smbldap-tools form www.idealx.org,
I follow guide from SMB-3 by Example book.
Step by step installation and configuration came with no error.
except i couldnt join w2k workstation to the new domain with administrator account.
# /var/lib/samba/sbin/smbldap-usershow administrator
dn:
2008 Nov 08
4
share folder for each user
hello
we have an ldap server and a samba pdc; but our problem is that we don't
want to have a roaming profile but we want that each user have his own place
on the server that could be accessible every where but not to other users.
any help?
thanks.
2004 Jun 29
2
Dual home gateway problem with redirect page
Dear Lists,
I have problem regarding multipath connection to internet behind NAT.
I use 2.4.26 kernel in RH-9.0 with Julian Anastasov patch, and version
iproute2-ss020116 (Fedora RPM package).
Dual homing and dead gateway detection work fine as we expected, the
problem is , everytime we hit site that have redirect page address (URL
no absolute), it''s doesn''t reply. (ex:
2004 Jan 23
2
htbinit and redhat-9.0
dear All,
I'm a new student and my job is too shapping bandwith for our campus faculty network.
I want to implement htb with Redhat-9.0 distro.
does this distro kernel support htb and tc good ? or i should apply some patch or upgrade kernel ?
regards
reza
2009 Mar 01
2
vlan problem
hello,
I want to use a samba server and an ldap server in two different lans. but
win xp pc can not join to pdc domain.
i ping the ldap server and smbldap-usershow shows the users but the "net rpc
getsid" can not fetch sid and coputers can't be added to ldap.
any idea?
2008 Dec 24
4
samba server in two lans
hello
we have a samba server on centos 5.2 and 2 different lans. so we gave the
server to ips eth0:172.16.93.217 and eth1: 192.168.89.3
but after this when we tried to join clients (windows xp) to the domain the
error: "the specified domain either does not exist or could not be
contacted." what is the solution?
2008 Oct 20
2
one ldap server and multiple samba PDC domains
hello
Is it possible to have multiple samba servers so multiple samba PDC domains
but just one ldap server ? (so users in ldap can login to diffrent domains
but we add them just one time)
if yes how?
thanks.
2010 Jul 22
2
[LLVMdev] problem using LTO
Hello,
I down loaded "llvm-gcc4.2-2.7-x86_64-linux" and I built Spec2006 with it.
It is great and except for one benchmark the rest work fine. I want to build
them with LTO now. I followed the directions in "
http://llvm.org/docs/GoldPlugin.html" and built ar, nm-new, and ld-new in
binutils. I also built libLLVMgold.so.
I get the following error:
llvm-gcc: -use-gold-plugin,
2010 Jul 22
0
[LLVMdev] problem using LTO
On 21 July 2010 22:14, Reza Yazdani <ry.yazdani at gmail.com> wrote:
> Hello,
>
> I down loaded "llvm-gcc4.2-2.7-x86_64-linux" and I built Spec2006 with it.
> It is great and except for one benchmark the rest work fine. I want to build
> them with LTO now. I followed the directions in
> "http://llvm.org/docs/GoldPlugin.html" and built ar, nm-new, and
2004 Sep 10
2
Error initializing flac stream decoder.
Thanks for that email. The one lihe change I made is this :
from #define FLAC__MAX_RICE_PARTITION_ORDER (15u)
to #define FLAC__MAX_RICE_PARTITION_ORDER (6u)
and that seemed to make decoder_new() happy, but it's promptly crashing
after making a call to the read callback (below), then to the meta
callback. The meta callback did nothing but print a string and return.
I removed it, and
2004 Sep 10
1
Error initializing flac stream decoder.
I changed just the FLAC__EntropyCodingMethod_PartitionedRice struct, but
it hasn't changed a thing. I'm still getting the same behaviour.
typedef struct {
unsigned order;
unsigned parameters[1 << 6];
unsigned raw_bits[1 << 6];
} FLAC__EntropyCodingMethod_PartitionedRice;
Any other thoughts?
Thanks,
Reza
Josh Coalson wrote:
> --- Reza Naima
2000 Jun 19
2
dyn.load error:
Hi,
I have some S functions plus Fortran routines that I want to use in R.
They work in S, but when I try to use "dyn.load" to link fortran codes in
R , I get the following error.
thanks, reza
(I am using R-1.0.1 on windows NT, The name of fortran file (compiled
Ratfor) is deldirld.o and it's in the D:\Reza\476\tv.gonsrc.R\ directory)
>dyn.load("deldirld.o")
Error in
2004 Sep 10
2
Error initializing flac stream decoder.
I've cross-compiled flac for the armv4l processor (rio receiver), and
i'm trying to start up a decode thread :
#include <FLAC/stream_decoder.h>
....
FLAC__StreamDecoder *flac = NULL;
flac = FLAC__stream_decoder_new();
if (flac == NULL) {
printf("[DECODE] Unable to initalize flac object\n");
2010 Jul 20
0
[LLVMdev] LLVM and Spec2006
Hi Reza,
-O4 is the highest level of LLVM optimization that I know of. But, I
don't know
if it has been tried on Spec2006. IIRC, Dan Gohman has run Spec. tests
with LLVM,
so he can provide more info.
- fariborz
On Jul 19, 2010, at 6:06 PM, Reza Yazdani wrote:
> Hi,
>
> What are the best options to compile Spec2006 with LLVM compilers to
> get the best performance numbers
2010 Jul 22
0
[LLVMdev] fp Question
On Jul 22, 2010, at 4:18 PMPDT, Reza Yazdani wrote:
> Hi,
>
> I ran Spec2006 with -O4. All integer benchmarks passed, but only 8
> out 17 of floating point benchmarks passed. Is this normal or I
> made a mistake in my build?
Hi Reza. Somebody on Linux should answer, but I don't think it's
normal. You may have checked out the source at a moment when it had a
bug
2010 Jul 23
3
[LLVMdev] fp Question
Following is the list of fp benchmarks that fail. They all pass with -O3,
but some fail with -O4. I did the test run.
Thanks,
Reza
Estimated Estimated
Base Base Base Peak Peak Peak
Benchmarks Ref. Run Time Ratio Ref. Run Time Ratio
-------------- ------ --------- ---------
2004 Jul 07
4
tutorial for Julian Anastasov''s patches
I''m sure that I had found (and printed out ...) a really good tutorial
that explain how to use Julian Anastasov''s routing patch, but I can''t
seem to find it now.
Any pointers?
--
******************************************************************
Glen W. Mabey
Glen.Mabey@usu.edu
http://mabeys.homelinux.com/glen/
2019 Aug 20
2
Re: Compiling Libvirt on Windows for Hyper V support
Hi,
I have attached my compressed config file.
Thanks,
Reza
> On Aug 20, 2019, at 12:03 PM, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> Re-adding the mailing list CC - please don't drop it.
>
> On Tue, Aug 20, 2019 at 11:54:34AM -0400, reza shahriari wrote:
>> Hi,
>>
>> I am using msys2. When I run `./configure` without any parameters
2012 Sep 20
0
[LLVMdev] llvm-config!
Could you give us more information? If your package manager does not
have 2.8 (I would hope it doesn't! that version is very old!), I would
recommend downloading 2.8 from http://llvm.org/releases/, and then
building it yourself.
--Sean Silva
On Wed, Sep 19, 2012 at 6:31 PM, Reza Sheykhi <hajishey at msu.edu> wrote:
> Hi,
>
> I am trying to install a program that works just
2012 Oct 02
4
[LLVMdev] llvm-g++ does not work!
Hi,
I am using PinaVM which is a prototype of a SystemC front-end based on
"LLVM". The only version that it works with is 2.8. Also to test
PinaVM, we need llvm-g++ (I think clang does not work). However, when
I want to run an example, i get the following error, which i think is
related to llvm-g++:
reza at RezaUbuntu:~/pinavm-pinavm/systemc-examples/jerome-chain$ make promela