Displaying 20 results from an estimated 73 matches for "kontos".
Did you mean:
contos
2014 Nov 19
0
Aktualisieren Sie Ihr Konto Sicherheits-informationen
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20141120/70c4acda/attachment.html>
2020 Oct 20
0
Problem with LDAP-query (Active Directory) on filter by memberOf
Hi list!
We have a Dovecot 2.3.4 (from Debian 10 repository) that should connect
to our AD to authenticate the users.
It works, but now we would like to restrict using IMAP to all users in
the Group "Funktion - E-Mail-Konto".
So I changed the query from:
(&(sAMAccountName=%n)(objectClass=user)(homeMDB=*))
to
2008 Feb 11
1
Multiple homedir entries in smb.conf ?
Hi list,
is it possible to add multiple homedir templates to smb.conf ?
I have a running linuxsystem where homefilesets are mounted
from different windows-servers to subdirs like:
/home/server01/home/USERNAME
/home/server02/home/USERNAME
/home/server03/home/USERNAME
The users come via winbind. In the smb.conf the entry for the
homedir:
template homedir = /home/%U
So how is it possible to
2002 Aug 05
3
Two versions of Samba?
Which tool/command can I use to see if I installed two versions of Samba and
what should I do to get one of them working...Im using SuSE 7.0 and tried to
install a new Samba version but it still uses the old one. Could i just
redirect a link or???
THX/Jens
_________________________________________________________________
MSN Hotmail ?r v?rldens popul?raste e-posttj?nst. Skaffa dig ett eget
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Hi
I'm compiling: /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp on
MinGW. However, it stops complaining about that SIGALRM is undeclared:
--------------------------
@ /usr/local/build/llvm/mklib --tag=disable-shared --silent --tag=CXX
--mode=compile g++ -c -I/usr/local/build/llvm/lib/Support
-I/usr/local/src/llvm/lib/Support -I/usr/local/build/llvm/include
2018 Jun 13
5
new problem
...Qd>: open(/u/ulw/Mail/dovecot.index.log)
failed: Permission denied (euid=503(ulw) egid=100(users) UNIX perms
appear ok (ACL/MAC wrong?))
Also, when I start Thunderbird I get the following error message:
"der aktuelle Vorgang in "Posteingang" ist fehlgeschlagen. Der Server
des Kontos antwortete (Serverbug) Internal error ocurred. Refer to
server log
WHERE IS THE SERVER LOG?
--
--
Best Regards, Walter Ulmke
Ulmke Machine Tools, 48496 Hopsten, Germany
Tel. ++49/5458/93345-0 Fax. ++49/5458/93345-45
Mobile: ++49/172/5357999 eMail: ulw at ulmke.com
Dipl.-Ing. Walter Ulm...
2008 Dec 10
3
AFR healing problem after returning one node.
I've got configuration which in simple includes combination of afrs and
unify - servers exports n[1-3]-brick[12] and n[1-3]-ns and client got
cluster configuration:
volume afr-ns
type cluster/afr
subvolumes n1-ns n2-ns n3-ns
option data-self-heal on
option metadata-self-heal on
option entry-self-heal on
end-volume
volume afr1
type cluster/afr
subvolumes n1-brick2
2011 Jun 02
0
Martin T soovib vestelda
-----------------------------------------------------------------------
Martin T soovib m?ningaid Google'i uusi lahedaid tooteid kasutades
t?husamalt suhelda.
Kui teil on juba Gmail v?i Google Talk, k?lastage:
http://mail.google.com/mail/b-b1582f7c47-bb95c4c048-xaFhqyy53hFz38AqKrnAp3IUOaM
Kasutajaga Martin T vestlemiseks peate kl?psama seda linki.
Selleks, et hankida endale Gmail ? rohkem
2002 Jul 31
2
PDC samba
Hi,
Got two questions.
1. If I'd added a machine to my domain (using samba as pdc) with the
followig commands:
/usr/sbin/useradd -g machines -c XPMachine -d /dev/null -s /bin/false $1$
/usr/bin/smbpasswd -a -m $1$
How should I then remove one of them if made a mistake osv?
2. How can I change the adminpassword for PDC?
/Jens THX
2004 Sep 01
1
[LLVMdev] Type uint64_t required but not found
Reid,
>Well, if it doesn't break anything else, I'd fix the header file. The
>standard type name is supposed to uint64_t not u_int64_t. I would just
>change the header file to define both of them, something like:
>
>typedef u_int64_t uint64_t;
>
>You could do that in /usr/include/types.h,
I've tried it and it doesn't break anything, but ...
>or we could
2004 Sep 04
1
[LLVMdev] Which files does ./config.status -d produce?
Hi
Can someone tell me, which files you get in the confstat* directory, when
running:
./config.status -d
/Henrik
---
Got Freedom?
Software Freedom Day 2004 - 28th of August
http://www.softwarefreedomday.org/
---
_________________________________________________________________
Opret en gratis Hotmail-konto http://www.hotmail.com med udsigt til 250 MB
lagerkapacitet
2004 Sep 08
1
[LLVMdev] Changes to configure to recognize MinGW Win32 platform
Hi
I've started to port LLVM to the MinGW Win32 platform.
To successfully recognize the platform, following statements should
be inserted into the configure script:
----------
Index: configure
==================================================================
RCS file: /var/cvs/llvm/llvm/configure,v
retrieving revision 1.114
diff -u -r1.114 configure
--- configure 7 Sep 2004 18:04:45 -0000
2004 Sep 18
1
[LLVMdev] MAXPATHLEN' undeclared (first use this function)
Hi,
I get below error:
---------------------------------
In file included from /usr/local/build/llvm/lib/System/platform/Path.cpp:23,
from /usr/local/src/llvm/lib/System/Path.cpp:27:
/usr/local/build/llvm/lib/System/platform/../Unix/Path.cpp: In member
function
`bool llvm::sys::Path::create_directory(bool)':
/usr/local/build/llvm/lib/System/platform/../Unix/Path.cpp:343:
2004 Jul 21
1
[LLVMdev] FileUtilities.cpp:72: error: aggregate `stat s' has incomplete type and cannot
Hi
As shown below, the .\configure script found a version of stat.h:
---------------------
configure:4382: checking for sys/stat.h
configure:4399: gcc -c -g -O2 conftest.c >&5
configure:4402: $? = 0
configure:4405: test -s conftest.o
configure:4408: $? = 0
configure:4419: result: yes
---------------------
However, I got this error when compiling:
---------------------
FileUtilities.cpp:
2004 Oct 25
1
[LLVMdev] Link error with TOOLLINKOPTS=-ldbghelp on MinGW
Yes, that's my understanding, too. But I'm not controlling where my library
-ldbghelp is put when g++ is called. I just put it in the TOOLLINKOPTS
variable in Makefile.config.
Henrik
>From: Reid Spencer <reid at x10sys.com>
>
>John Criswell wrote:
>>
>>It seems that the -L path options are specified before the LLVM libraries
>>(libSystem and
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Henrik Bach wrote:
> Hi
>
> I'm compiling: /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp
> on MinGW. However, it stops complaining about that SIGALRM is undeclared:
Is there an alarm() syscall on MinGW? And if so, what signal does it
send (according to the MinGW docs)?
-- John T.
> --------------------------
> @ /usr/local/build/llvm/mklib
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Ultimately, this is another function that needs to go into lib/System. An
alternate approach is to fork a thread, sleep, and when the thread wakes up,
"ring the alarm".
Reid.
John Criswell wrote:
> Henrik Bach wrote:
>
>> Hi
>>
>> I'm compiling:
>> /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp on MinGW.
>> However, it stops
2004 Oct 06
2
[LLVMdev] Compiling errors from UnixLocalInferiorProcess.cpp when compiling on MinGW
Hi
When compiling UnixLocalInferiorProcess.cpp, I get these errors:
-----------------------
C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:41:22:
sys/wait.h: No such file or directory
C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:
In
member function `void <unnamed>::IP::startChild(llvm::Module*, const
2004 Jul 26
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function)
Hi,
I get this error:
------------------
ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function)
ToolRunner.cpp:396: error: (Each undeclared identifier is reported only once
for each function it appears in.)
------------------
And the config.log shows that configure has detected that ld on my platform
(Interix) doesn't support shared libraries:
------------------
2004 Jul 27
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (firstuse this function)
Hi again
Does cygwin support shared libraries. And if not, how did you port llvm on
this issue?
/Henrik
>From: "Henrik Bach" <henrik_bach_llvm at hotmail.com>
>Date: Tue, 27 Jul 2004 00:41:53 +0200
>
>Hi,
>
>I get this error:
>------------------
>ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function)
>ToolRunner.cpp:396: