Displaying 20 results from an estimated 300 matches similar to: "samba-docs mailing list"
2014 Aug 04
3
[LLVMdev] Publication: Languages Used in LLVM During Compilation
Hello,
for one course at our Brno University of Technology, I made a
presentation about languages used in LLVM during compilation.
I think also other may find it useful, so I am sending it
here, so you can add it somewhere on the web if you will
would like to.
It is not exactly a publication, rather lecture
slides.
Title: Languages Used in LLVM During Compilation
Date: 30th April 2014
2003 Nov 27
2
Question about adding another parameter for OpenSSH
Hello,
I need to allow for some people to execute ssh with one shared private
key for remote executing command on various machines. However, it is not
possible to set group permissions for private keys and it is possible
to have just one private key file for one user. Please, is it possible
to add patches into openssh development tree like these, so that standard
behavior of ssh is not changed,
2009 Sep 14
1
Fwd: NUT and removed allowfrom/ACCEPT/REJECT support
I don't reply to messages send to me in private.
Best regards, Arjen
--
Please keep list traffic on the list
-------------- next part --------------
An embedded message was scrubbed...
From: Rudolf Cejka <cejkar op fit.vutbr.cz>
Subject: NUT and removed allowfrom/ACCEPT/REJECT support
Date: Mon, 14 Sep 2009 19:23:17 +0200
Size: 3148
URL:
2006 Jul 03
1
clamav upgrade help and info
Dear list...
In regards to recent upgrade in www.clamav.net to 0.88.3 and...
...as an example I've used this page to create a process where I can create
my own clamav programs/stuff/etc...
http://qmail.jms1.net/clamav-upgrade.shtml
and so I would go to http://crash.fce.vutbr.cz/crash-hat/4/clamav/ and snag
the source rpm that Petr made for Fedora 4.
He hasn't updated yet (pretty sure
2003 Dec 05
1
USRMGR.EXE
Hello
Is here anybody who is able to manage his NT4.0 domain on hid Samba 3
PDC with User Manager for Domains?
Can you please tell me what things must be checked to be sure USRMGR.EXE
administration (User Manager for Domains aka Domain User Manager) works?
I am unable to make it working and tried already these Samba versions:
3.0.0
3.0.0rc1
3.0.0rc2
3.0.0rc3
3.0.1pre3
3.0.1rc1
2003-12-04 head
2009 Jun 25
0
[LLVMdev] Replacing instruction in LLVM IR by an intrinsics
On Thu, Jun 25, 2009 at 12:32 AM, ihusar<ihusar at fit.vutbr.cz> wrote:
> //now i need to create an instruction that represents a call to a intrinsic
> Function* FIntr = Intrinsic::getDeclaration(&M, Intrinsic::regread_i32);
>
> // here it fails: void llvm::CallInst::init(llvm::Value*):
> //Assertion
2003 Nov 28
1
USRMGR.EXE administration: invalid syntax error message
I try to admin Samba 3.0.0 and 3.0.1pre3 (tried both versions) NT4.0
PDC with NT4.0 machine and NT4.0 USRMGR.EXE and get persistent error
message
1) The group name could not be found
2) The user name could not be found
3) The filename, directory name, or volume label syntax is incorrect.
Loggin into domain under name: root
I can see the user and group listing. When I click on a user to see
his
2004 Mar 12
1
Issues while compiling samba 3.0.2a
Dear List,
First forgive me for my RTFM question yesterday about groups not appearing
in the Windows
usermanager (Karel Kulhav?, thanks for your reply). I did read the SAMBA
HOWTO Collection
but in a more 'vertical' way. This net groupmap thing must have passed my
attention.
I installed a prebuild version of Samba for redhat 8.0. Redhat however does
not compile in
ACL's in their
2003 Nov 14
1
doc bugreport 3.0.0. install.html
samba-3.0.0/docs/htmldocs/install.html reads:
"More information about SWAT can be found in ."
I think there is missing where it can be found.
Regards,
Cl<
2004 Feb 10
1
Bad signature in samba sources?
Hello
What should I do in this case? It seems the signature of Samba sources
is bad.
I tried downloading from CZ and FI mirrors and both had the same problem.
I got this key by
bash-2.05b$ gpg --keyserver wwwkeys.pgp.net --recv-keys 2F87AF6F
gpgkeys: WARNING: this is an *experimental* HKP interface!
gpg: key 2F87AF6F: "Samba Distribution Verification Key <samba-bugs@samba.org>"
2004 Feb 12
1
What must be removed during samba reinstall
Hello
If I reinstall samba from version A to version B, what all files must be
removed to maintain correctness of the whole system?
Let's assume the reinstall is done in this way:
cd /usr/src/samba-3.0.2/source
./configure
make
make install
Is the answer to this question dependent on the pair of versions
(past version, future version)? For example:
3.0.1pre2, 3.0.2
3.0.2, 3.0.pre1
2004 Feb 12
1
pdbedit 3.0.2 segfault
Hello
I have samba-3.0.2 installed into /usr/local/samba/ by means of
cd /usr/src/samba-3.0.2/source
./configure --with-acl-support
make
make install
When I run pdbedit -L I get a segfault:
oberon root # pdbedit -L
Segmentation fault (core dumped)
This occurs after samba of unknown version from these two:
3.0.1pre2
3.0.2
has been reinstalled with samba-3.0.2
(gdb) bt
#0 0x400f9bf9 in free
2011 Feb 15
0
[LLVMdev] How to use ConstantFoldConstantExpression?
I forgot to mention, that I use LLVM release 2.8, I did not try it with the latest revision, but I expect that I
am rather doing something wrong than using non-implemented functions.
On Tue, 15 Feb 2011 14:09:57 +0100, ihusar <ihusar at fit.vutbr.cz> wrote:
> Hello,
>
> i need to fold constants, i found that a function ConstantFoldConstantExpression could be used,
> however
2009 Jun 24
4
[LLVMdev] LLVM frontend supporting arbitrary bit-width integral datatypes
On Thu, 04 Jun 2009 22:55:04 +0200, Pertti Kellomäki <pertti.kellomaki at tut.fi> wrote:
> Hi Adam,
>
> John is right, the TCE stuff would be useful for you. Our
> compiler targets a processor template that the designer can
> populate pretty freely. The compiler then reads the architecture
> description and creates an LLVM backend on the fly.
>
> Please don't
2011 Feb 15
2
[LLVMdev] How to use ConstantFoldConstantExpression?
Adam,
I just fixed this issue a few days ago. A version from the trunk should work for you.
Cheers,
Nadav
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of ihusar
Sent: Tuesday, February 15, 2011 15:52
To: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] How to use ConstantFoldConstantExpression?
I forgot to mention, that I use
2002 Sep 25
10
Reading complicated data file
Hi, I am new in R and I have problem with reading this data file
0 TITLE Title
0 XLEGEND Legend
-1 LABEL x
1 1 12
1 2 30
1 3 34
I want to read only lines starting with 1 (it indicates 1st plotting line)
and create data set from second and third value on this row.
Thank for advice
Jakub Zlamal
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list
2004 Feb 13
1
Samba as the Trusted Domain
I have samba-3.0.2 with tdbsam (I don't remember why I moved on
to tdbsam from smbpasswd but something in the past must have required
it).
When trying to add trusting domain according to Samba HOWTO Collection,
page "clxxxvii" (why the heck the pages have such strange Roman hashes
instead of numbers?):
oberon root # smbpasswd -a -i KEVF_D1
New SMB password:
Retype new SMB password:
2003 Dec 05
1
3.0.1pre3 -> 3.0.1rc1: doesn't want to connect to itself
Hello
With smb.conf below, samba 3.0.1pre3 is capable of connecting to itself
by smbclient -L oberon <empty_password>. Also domain logons work.
With 3.0.1rc1 it just writes
bash-2.05b# smbclient -L oberon
Password:<empty>
tree connect failed: Call returned zero bytes (EOF)
bash-2.05b# smbclient --version
Version 3.0.1rc1
bash-2.05b# smbd --version
Version 3.0.1rc1
bash-2.05b# which
2010 Apr 14
2
[LLVMdev] Delay Slot Filler
Hello,
I am trying to improve lib/Target/Mips/MipsDelaySlotFiller.cpp by
substituting nops emitting with instructions reordering. I need
a hazard recognizer, but I haven't found any. Do I have to create
one, or looking bad and there is any?
Thanks for any reply.
--
Filip Kocina, student FIT
Email: xkocin00 at stud.fit.vutbr.cz
2013 Jul 03
0
[LLVMdev] CallGraph in immutable pass
Your understanding is correct -- this is impossible. What are you really
trying to do?
On Jul 3, 2013 9:15 AM, "Robert Baručák" <xbaruc00 at stud.fit.vutbr.cz> wrote:
> Hello,
> is there any way I can access CallGraph from immutable pass via
> getAnalysis?
> As I understand it, this may not be possible, because immutable pass don't
> have runOn method and is