search for: multidev

Displaying 20 results from an estimated 34 matches for "multidev".

Did you mean: multidef
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
...]> Allow a guest to access specific physical IRQs. diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c index ef17f05..6cb586b 100644 --- a/tools/libxl/libxl_create.c +++ b/tools/libxl/libxl_create.c @@ -963,6 +963,24 @@ static void domcreate_launch_dm(libxl__egc *egc, libxl__multidev *multidev, } } + for (i = 0; i < d_config->b_info.num_iomem; i++) { + libxl_iomem_range *io = &d_config->b_info.iomem[i]; + + LOG(DEBUG, "dom%d iomem %"PRIx64"-%"PRIx64, + domid, io->start, io->start + io->number...
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 upgraded. Need to get 2,739 kB of archives. After this operation, 8,103 kB o...
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 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 > upgraded. Need to get 2,739 kB of archives. &g...
2016 Dec 19
1
Building on debian 8.6
...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 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 >> upgraded. Need to get...
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
...pendencies for the Debian samba source package, including docbook-xsl. I don't know which wiki page you are referring to but I didn't look at anything on the samba wiki. Build-Depends: bison, comerr-dev, debhelper (>> 9), docbook-xml, docbook-xsl, faketime, flex, heimdal-dev, heimdal-multidev (>= 1.6~), libacl1-dev, libaio-dev [linux-any], libattr1-dev, libblkid-dev, libbsd -dev, libcap-dev [linux-any], libctdb-dev (>= 2), libcups2-dev, libgnutls28-dev, libheimntlm0-heimdal (>= 1.6~), libldap2-dev, libldb -dev (>= 2:1.1.20~), libncurses5-dev, libntdb-dev (>= 1.0), libpam0...
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
...gt; certainly oddities and unexpected failures with this setup - this included. I didn't thought that I had some kerberos dev librairies on my debian wheezy compilation server where I run my build script. But after double-checking, I realized that libcups2-dev brings in libkrb5-dev and krb5-multidev (I use the same package build for both DC and member servers). However those packages are for MIT kerberos libraries I think and there should be no heimdal inside. I'm going to check that kind of setup with sernet packages and see if it gets any better. By the way, the issue can be reproduc...
2020 Jan 10
0
GPO
...; acl \ > apt-utils \ > attr \ > autoconf \ > bind9utils \ > binutils \ > bison \ > build-essential \ > curl \ > debhelper \ > dnsutils \ > docbook-xml \ > docbook-xsl \ > flex \ > gcc \ > gdb \ > git \ > glusterfs-common \ > gzip \ > heimdal-multidev \ > hostname \ > htop \ > krb5-config \ > krb5-kdc \ > krb5-user \ > lcov \ > libacl1-dev \ > libaio-dev \ > libarchive-dev \ > libattr1-dev \ > libavahi-common-dev \ > libblkid-dev \ > libbsd-dev \ > libcap-dev \ > libcephfs-dev \ > libcups2-dev \ &g...
2015 Feb 22
1
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
...etup - this >>> included. >> >> I didn't thought that I had some kerberos dev librairies on my debian >> wheezy compilation server where I run my build script. But after >> double-checking, I realized that libcups2-dev brings in libkrb5-dev >> and krb5-multidev (I use the same package build for both DC and >> member servers). However those packages are for MIT kerberos >> libraries I think and there should be no heimdal inside. >> >> I'm going to check that kind of setup with sernet packages and see if >> it gets any b...
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
...ted failures with this setup - this >> included. > > I didn't thought that I had some kerberos dev librairies on my debian > wheezy compilation server where I run my build script. But after > double-checking, I realized that libcups2-dev brings in libkrb5-dev > and krb5-multidev (I use the same package build for both DC and member > servers). However those packages are for MIT kerberos libraries I > think and there should be no heimdal inside. > > I'm going to check that kind of setup with sernet packages and see if > it gets any better. By the way, t...
2012 Sep 21
8
PATCH [base vtpm and libxl patches 4/6] add iomem support to libxl
...<irqs=[ NUMBER, NUMBER, ... ]> Allow a guest to access specific physical IRQs. diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c --- a/tools/libxl/libxl_create.c +++ b/tools/libxl/libxl_create.c @@ -963,6 +963,24 @@ static void domcreate_launch_dm(libxl__egc *egc, libxl__multidev *multidev, } } + for (i = 0; i < d_config->b_info.num_iomem; i++) { + libxl_iomem_range *io = &d_config->b_info.iomem[i]; + + LOG(DEBUG, "dom%d iomem %"PRIx64"-%"PRIx64, + domid, io->start, io->start + io->number...
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
...; all Configuration files for Kerberos Version 5 > ii krb5-kdc 1.17-3 > amd64 MIT Kerberos key server (KDC) > ii krb5-locales 1.17-3 > all internationalization support for MIT Kerberos > ii krb5-multidev:amd64 1.17-3 > amd64 development files for MIT Kerberos without > Heimdal conflict > ii krb5-user 1.17-3 > amd64 basic programs to authenticate using MIT Kerberos > ii libacl1:amd64 2.2.53-4...
2020 Sep 14
0
DNS problems when adding samba DC to win2008R2
...ation files for Kerberos Version 5 > > ii krb5-kdc 1.17-3 > > amd64 MIT Kerberos key server (KDC) > > ii krb5-locales 1.17-3 > > all internationalization support for MIT Kerberos > > ii krb5-multidev:amd64 1.17-3 > > amd64 development files for MIT Kerberos without > > Heimdal conflict > > ii krb5-user 1.17-3 > > amd64 basic programs to authenticate using MIT Kerberos > > ii libacl1:amd64...