search for: nenvironment

Displaying 7 results from an estimated 7 matches for "nenvironment".

Did you mean: environment
2017 Feb 21
2
Offical RHEL AD DC on RHEL
...%else -Epoch: 2 +Epoch: 4 %endif %if 0%{?epoch} > 0 @@ -879,7 +879,7 @@ %endif install -d -m 0755 %{buildroot}%{_unitdir} -for i in nmb smb winbind ; do +for i in nmb smb winbind samba ; do cat packaging/systemd/$i.service | sed -e 's@\[Service\]@[Service]\nEnvironment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba at g' >tmp$i.service install -m 0644 tmp$i.service %{buildroot}%{_unitdir}/$i.service done @@ -1515,6 +1515,7 @@ %{_datadir}/samba/setup %{_mandir}/man8/samba.8* %{_mandir}/man8/samba-tool.8* +%{_unitdir}/samba.service %else # with_dc...
2017 Feb 21
0
Offical RHEL AD DC on RHEL
...; %endif > > %if 0%{?epoch} > 0 > @@ -879,7 +879,7 @@ > %endif > > install -d -m 0755 %{buildroot}%{_unitdir} > -for i in nmb smb winbind ; do > +for i in nmb smb winbind samba ; do > cat packaging/systemd/$i.service | sed -e 's@ > \[Service\]@[Service]\nEnvironment=KRB5CCNAME=FILE:/run/ > samba/krb5cc_samba at g' >tmp$i.service > install -m 0644 tmp$i.service %{buildroot}%{_unitdir}/$i.service > done > @@ -1515,6 +1515,7 @@ > %{_datadir}/samba/setup > %{_mandir}/man8/samba.8* > %{_mandir}/man8/samba-tool.8* > +%{_unitdi...
2017 Feb 19
3
Offical RHEL AD DC on RHEL
On Sat, 2017-02-18 at 19:47 -0500, Nico Kadel-Garcia wrote: > On Sat, Feb 18, 2017 at 12:58 PM, Andrew Bartlett via samba > <samba at lists.samba.org> wrote: > > On Sat, 2017-02-18 at 10:36 +0100, Dario Lesca via samba wrote: > > > > > > Centos [6,7]* however does not have into current samba 4.x > > > version > > > fully support to AD DC
2012 Sep 16
3
Remaining syntax-check errors in libguestfs
...is a deficit of %Ld bytes (%s). You need to make the target disk larger by at least this amount or adjust your resizing requests.") > src/launch-appliance.c:758: error (g, _("command failed: %s\nerrno: %s\n\nIf qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\nenvironment variable. There may also be errors printed above."), > src/launch-libvirt.c-841- "'--format' option, or via the optional 'format' argument to 'add-drive'."), > src/launch.c-196- "This is a limitation of qemu."))...
2012 Jun 12
5
[PATCH 0/5] Assorted patches to add virtio-scsi support.
These assorted patches end up with adding virtio-scsi support to libguestfs. It passes libguestfs-test-tool, but I haven't yet tried to run the full set of tests. In theory > 26 devices can be added, but it's likely that certain parts of the daemon will break if you actually try this. This of course needs to be fixed. Thanks Paolo Bonzini for invaluable help. Rich.
2012 Oct 18
10
[PATCH 0/10] Add a mini-library for running external commands.
Inspired by libvirt's virCommand* internal mini-library, this adds some internal APIs for running commands. The first patch contains the new APIs. The subsequent patches change various parts of the library over to use it. Rich.
2012 Jun 12
9
[PATCH v2 0/9]
More comprehensive support for virtio-scsi. Passes all the tests. Rich.