Displaying 20 results from an estimated 34 matches for "multidevic".
Did you mean:
multidevice
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
This patch adds a new option for xen config files for
directly mapping hardware io memory into a vm.
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 013270d..428da21 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -496,6 +496,17 @@ is given in hexadecimal and may either a span e.g.
2016 Dec 19
2
Building on debian 8.6
Thank you Rowland!
Running 'apt-get install <all_those_packages>' resulted in:
[...]
The following extra packages will be installed:
comerr-dev krb5-multidev libssl-doc
Suggested packages:
doc-base krb5-doc
The following NEW packages will be installed:
comerr-dev krb5-multidev libkrb5-dev libpam-krb5 libssl-dev libssl-doc
0 upgraded, 6 newly installed, 0 to remove and 0 not
2016 Dec 19
0
Building on debian 8.6
On Mon, 19 Dec 2016 11:03:16 +0000
Jonathan Hunter via samba <samba at lists.samba.org> wrote:
> Thank you Rowland!
>
> Running 'apt-get install <all_those_packages>' resulted in:
> [...]
> The following extra packages will be installed:
> comerr-dev krb5-multidev libssl-doc
> Suggested packages:
> doc-base krb5-doc
> The following NEW packages
2016 Dec 19
1
Building on debian 8.6
Thanks Rowland - that did the trick, and the build has now completed
successfully (without smb.conf, of course).
It's weird, because I've compiled Samba on Raspbian for a few years
now without any issues; this is my first try with Debian itself, I
wondered if I was missing something, as I understood Raspbian was
based on Debian.. I guess there are more differences than I had
thought.
2011 May 11
3
Issue with Bind
I followed the Howto http://wiki.samba.org/index.php/Samba4/HOWTO
Using:
-Samba4 alpha15
-Bind9.8.0
When I added an XP PC (192.168.123.244) to my domain I got this in syslog:
May 11 12:04:18 samba4 named[10705]: client 192.168.123.244#1061: update
'mydomain.com/IN' denied
May 11 12:04:18 samba4 named[10705]: tkey.c:486: ENSURE(result == (((1) <<
16) + 28) || result == 0) failed,
2015 Jul 20
1
building samba git master: error with pyldb-util/ldb
[Please CC me in reply]
On Sun, 2015-07-19 at 16:08 +0100, Rowland Penny wrote:
> Why ? is there some specific reason to not use the libraries that
> building samba will produce ?
I generally like to install things that are released separately in
separate packages. I assumed ldb was developed separately too but it
sounds like it is an internal samba-specific library?
> This could
2020 Jan 10
4
GPO
Yes, I run ./configure alone, then make and then make install
January 10, 2020 9:01 AM, "Rowland penny via samba" <samba at lists.samba.org> wrote:
> On 10/01/2020 17:54, Sandy via samba wrote:
>
>> Try answering the questions I asked you:
>> -----> OK. sorry
>>
>> How did you configure Samba when you built it ?
>>
>> -----> I
2015 Feb 16
2
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
Hi Garming,
> As far I know, all this should work as you would expect. Quite recently,
> Andrew Bartlett and I went about testing some of the behaviour of the
> KDC and confirming behaviour such as RODC ticket forwarding.
thanks for the input. It gives me hope to dig deeper! I have some more
time to spend on this issue today, I gonna try some more scenario.
> The one thing to check
2020 Jan 10
0
GPO
That is halfway there, so lets ask the second question in a different way ;-)
Did you have all these packages installed before you compiled Samba:
---------> yes, all are installed
>
> acl \
> apt-utils \
> attr \
> autoconf \
> bind9utils \
> binutils \
> bison \
> build-essential \
> curl \
> debhelper \
> dnsutils \
> docbook-xml \
> docbook-xsl
2015 Feb 22
1
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
Hi Garming,
>
> If you don't make much progress on your own, one thing you could do is
> turn up the logging level and send in some logs and network traces
> (and the steps you took). This is usually the easiest way to diagnose
> any obvious issues and gives a much better sense of what is actually
> happening.
sorry to come back to you so late... It seems inded to be some
2015 Jul 19
2
building samba git master: error with pyldb-util/ldb
Hi all,
I'm trying to build samba git master on Debian jessie with backported
ldb/talloc/tdb/tevent but am getting this error even though the
required libraries are installed. Does anyone have any suggestions
about how to debug this? I tried increasing the waf verbosity, no luck.
ERROR: Use of system library pyldb-util depends on missing system
library/libraries ['ldb']
I'm also
2015 Feb 16
0
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
Hi,
If you don't make much progress on your own, one thing you could do is
turn up the logging level and send in some logs and network traces (and
the steps you took). This is usually the easiest way to diagnose any
obvious issues and gives a much better sense of what is actually happening.
One other thing is that we generally recommend against .LOCAL domains
although I would have no
2012 Sep 21
8
PATCH [base vtpm and libxl patches 4/6] add iomem support to libxl
Add support for mapping hardware io memory into domains via domain
config files.
The syntax is
iomem=[PAGE,NUM_PAGES]
Signed off by Matthew Fioravante: matthew.fioravante@jhuapl.edu
---
Changes from previous
* Rebased onto latest xen-unstable
* Rewrote the feature to mimic the style used by iports and irqs in
current libxl
* Updated xl.cfg manpage
* removed the redundant "allow"
2013 Jan 16
3
compiling samba for ubuntu 12.4 lts
Hi,
I'm trying to create a samba4.0.1-package for ubuntu12.4. It seems
as if I've succeeded to resolve the dependencies and everything is
compiling and linking just fine until it switches to the source4
directory. There I always get these kerberos/heimdal-related linker-errors:
default/source3/libads/kerberos_57.o: In function
2016 Dec 18
5
Building on debian 8.6
Hi,
Despite having used samba for many, many years, I have not built from
source on Debian before. CentOS, yes.. Raspbian, yes.. but not Debian
itself.
I have installed Debian 8.6 from scratch:
newserver:~/download/samba-4.5.2$ cat /etc/debian_version
8.6
user at newserver:~/download/samba-4.5.2$ uname -a
Linux newserver 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2
(2016-10-19) i686 GNU/Linux
2013 Jan 10
10
[PATCH v2 1/2] xenconsoled: use grant references instead of map_foreign_range
Grant references for the xenstore and xenconsole shared pages exist, but
currently only xenstore uses these references. Change the xenconsole
daemon to prefer using the grant reference over map_foreign_range when
mapping the shared console ring.
This allows xenconsoled to be run in a domain other than dom0 if set up
correctly - for libxl, the xenstore path /tool/xenconsoled/domid
specifies the
2015 Feb 10
2
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
Hi everyone,
I would like to have some input on ressources access from a workstation
logged on a RODC server that has to connect on hub site servers.
After login in the remote windows workstation, I have LOGONSERVER
environment variable set to the local RODC server (workstation and user
credentials have been preloaded). Everything works fine on local server.
However if I want to connect to
2020 Sep 13
3
DNS problems when adding samba DC to win2008R2
Hi Rowland, thank you for your help.
I've added the include "/var/lib/samba/bind-dns/named.conf in
/etc/bind/named.conf instead of named.conf.options.
As for the link, here it goes.
https://lists.samba.org/archive/samba/2019-July/224546.html
Best regards
Rowland penny via samba <samba at lists.samba.org> escreveu no dia domingo,
13/09/2020 ?(s) 17:11:
> On 13/09/2020 16:46,
2020 Sep 14
3
DNS problems when adding samba DC to win2008R2
Hai,
See below.
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Carlos Jesus via samba
> Verzonden: maandag 14 september 2020 11:40
> Aan: Rowland penny
> CC: sambalist
> Onderwerp: Re: [Samba] DNS problems when adding samba DC to win2008R2
>
....
> >
> >
> grep: /etc/samba/smb.conf: No such file or
2020 Sep 14
0
DNS problems when adding samba DC to win2008R2
Hi Louis thanks for the help,
> > Kerberos SRV _kerberos._tcp.MyDomain.lx.pt <http://tcp.mydomain.lx.pt/> record
> verified ok, sample
> > output:
> > Server: 192.168.59.112
> > Address: 192.168.59.112#53
> >
> > _kerberos._tcp.MyDomain.lx.pt <http://tcp.mydomain.lx.pt/> service
> = 0 100 88
> > dc2.MyDomain.lx.pt