Displaying 20 results from an estimated 11000 matches similar to: "Anyone know dovecot?"
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
This is a forward of a question from the SourceForge LLVM forum. If
anyone has experience with Cygwin and building the C front-end there,
please reply and CC Alex.
--- Post by Alex Vinokur below ---
===============
Windows 2000
GNU gcc 3.3.3 (cygwin special)
===============
./configure
./make
I have got compilation error
-------------------------------
make[1]: Entering directory
2019 Oct 16
0
Can't setup kerberos auth for samba4 server?
If this is a member server.
Just install minimal debian server + ssh.
Point dns (resolv.conf) to AD-DC.
search ada.de
nameserver IP_AD_DC
Now apt-get install samba winbind acl attr krb5-user
Keep all default, you dont need to change anything..
After the install off all packages.
systemctl stop smbd winbind (optional nmbd)
(optional : systemctl disable nmbd)
Setup the correct smb.conf for a
2005 May 06
0
[fdo] Shared Mime Info
Hello
First I don't know if this is the correct list, so please point me
further if it isn't.
I noticed that the shared-mime-info contained this entry for the Ada95
programming language:
<mime-type type="text/x-adasrc">
<comment>Ada source code</comment>
<comment xml:lang="de">Ada-Quelltext</comment>
<comment
2019 Oct 16
3
Can't setup kerberos auth for samba4 server?
Hi!
Setup: Debian, Samba 4.11
After successfully setting up samba4, I want this machine to authenticate
against the running samba4-server. I've created /etc/krb5.conf:
[libdefaults]
default_realm = ADA.DE <http://ada.de/>
dns_lookup_realm = false
dns_lookup_kdc = true
kdc_timesync = 1
ccache_type = 4
forwardable = true
proxiable
2019 Oct 16
2
Can't setup kerberos auth for samba4 server?
It is not a member server it's the PDC. And after configuring
/etc/krb5.conf you'll be able to
# kinit Administrator
Passwort f?r Administrator at ADA.DE:
Warnung: Ihr Passwort wird in 39 Tagen am Mo 25 Nov 2019 08:22:41 CET
ablaufen.
And now:
# net ads join -k
Host is not configured as a member server.
Invalid configuration. Exiting....
Failed to join domain: This operation is only
2004 Aug 06
0
Anyone Know Shoutcast?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Scott,
I run a shoutcast server that uses relays. Shoutcast doesn't do
anything with mount points, to my knowledge. You connect using
ip:port format only. Feel free to email me off list with any
questions you've got.
You might also try the shoutcast discussion list, which is where its
really supported. The sign up is on the shoutcast page.
2007 Jan 11
0
[LLVMdev] Ada support for llvm-gcc4
Duncan,
It would be useful to know what motivated this work -- in particular,
is some organization (company, open source project team, research
group, any other kind) interested in having an Ada front-end? Thanks,
--Vikram
----------------------------------------------------------------------
VIKRAM S. ADVE
Associate Professor, Computer Science E-MAIL: vadve at cs.uiuc.edu
Siebel
2005 Feb 10
2
problem creating trusts between NT4 and samba
Hi,
I recently installed Samba 3.0.11 on Suse 9.2 and have managed to get a
simple domain working (people can logon, share printers etc), however,
I'm having trouble setting up trusts between the new samba domain and
the old NT domain.
I'm following this help:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/InterdomainTr
usts.html, specifically, using samba as the
2019 Oct 21
0
Problems with internal DNS
apt update
> Err:1 http://cdn-fastly.deb.debian.org/debian testing InRelease
> Could not connect to proxy.ada.de:8080 (10.169.16.3),
What is set in /etc/apt/apt.conf.d or better said, is proxy defined.
If nothing is definded, try this :
editor /etc/apt/apt.conf.d/proxy.conf
Acquire {
HTTP::proxy "http://10.169.16.3:8080";
HTTPS::proxy "http://10.169.16.3:8080";
2010 Mar 05
2
[LLVMdev] LLVM-gcc for Ada
I am trying to build llvm-gcc-4.2 but cannot figure out how to get past the problem described below.
Any help will be much appreciated.
Regards
Roger
gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c -n ada/gnat1drv.ali
error: "s-imenne.adb" must be compiled
error: ("/opt/gnat-gpl-2009/lib/gcc/i386-apple-darwin10.2.0/4.3.4/adalib/s-imenne.ali" is obsolete
2009 Apr 21
4
My surprising experience in trying out REvolution's R
I care a lot about R's speed. So I decided to give REvolution's R
(http://revolution-computing.com/) a try, which bills itself as an
optimized R. Note that I used the free version.
My machine is a Intel core 2 duo under Windows XP professional. The code
I run is in the end of this post.
First, the regular R 1.9. It takes 2 minutes and 6 seconds, CPU usage
50%
Next, REvolution's R.
2019 Oct 21
4
Problems with internal DNS
Hi!
Samba server set up for domain rufus.ada.de a proxy is reachable in
proxy.ada.de.
resolv.conf is configured to be:
domain rufus.ada.de.
search rufus.ada.de. miri.ada.de. ada.de.
nameserver 127.0.0.1
Internal servers are handled (by an external DNS, our internal samba DNS
forwards to):
# host proxy.ada.de
proxy.ada.de has address 10.169.16.3
For deb.debian.org:
# host deb.debian.org
2009 Jun 02
0
[LLVMdev] LLVM-gcc for Ada
Hi Eric,
> I'm having problems building llvm-gcc for Ada, which may or may not be
> similar to the trouble Andre was having recently. I'm trying to build
> it on Fedora 10 (32-bit), using the instructions on the web site. The
> make terminates with a gnatbind error:
>
> gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
> -I../../llvm-gcc-4.2/gcc/ada
2009 Jun 02
1
[LLVMdev] LLVM-gcc for Ada
Duncan Sands wrote:
> Hi Eric,
>
>
>> I'm having problems building llvm-gcc for Ada, which may or may not be
>> similar to the trouble Andre was having recently. I'm trying to build
>> it on Fedora 10 (32-bit), using the instructions on the web site. The
>> make terminates with a gnatbind error:
>>
>> gcc -c -g -O2 -gnatpg -gnata
2019 Oct 22
1
Problems with internal DNS
On Tue, Oct 22, 2019 at 5:07 PM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 22/10/2019 15:52, Thomas Schweikle wrote:
> >
> > On Mon, Oct 21, 2019 at 5:03 PM Rowland penny via samba
> > <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote:
> >
> > On 21/10/2019 15:47, Thomas Schweikle via samba wrote:
>
2009 Jun 02
2
[LLVMdev] LLVM-gcc for Ada
I'm having problems building llvm-gcc for Ada, which may or may not be
similar to the trouble Andre was having recently. I'm trying to build
it on Fedora 10 (32-bit), using the instructions on the web site. The
make terminates with a gnatbind error:
gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
-I../../llvm-gcc-4.2/gcc/ada ../../llvm-gcc-4.2/gcc/ada/gnat1drv.adb -o
ada/gnat1drv.o
2007 Jan 11
3
[LLVMdev] Ada support for llvm-gcc4
I'm trying to get the Ada gcc front-end to work with LLVM.
This series of patches gets things to the point where the
Ada compiler builds, though it fails to build itself or the
runtime. While I was there I resurrected fortran and
java: as with Ada, the compilers build but not the runtimes.
Also, I've replaced the gcc 4.0 Ada front-end with a back-port
of the Ada front-end from FSF gcc
2006 Jul 12
0
[Bug 1209] StrictHostKeyChecking really needs a 4th option
http://bugzilla.mindrot.org/show_bug.cgi?id=1209
Summary: StrictHostKeyChecking really needs a 4th option
Product: Portable OpenSSH
Version: 4.3p2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2003 Jul 30
0
Could this be a rights issue?
I'm pretty new to Samba, so I appologise if this is a really dumb
question, but I can't find a way through it.
I have created a samba share on my Linux box for the users home
directory, and can map a drive to the share from W2K clients and
see/open all the files, the problems arise when I try and edit or create
files, from the W2k client.
If I attempt to create a file through windows
2008 Mar 23
0
[LLVMdev] Announcement: GNAT ported to LLVM
Hi, this is to let people know that the recently released
LLVM 2.2 compiler toolkit contains experimental support for
Ada through the llvm-gcc-4.2 compiler. Currently the only
platform it works on is linux running on 32 bit intel x86.
This is because that's what I run, and I'm the only one who's
been working on this. I would appreciate help from other Ada
guys, both for porting to