similar to: cant start bind9 after dc upgrade 4.17 > 4.18

Displaying 20 results from an estimated 20000 matches similar to: "cant start bind9 after dc upgrade 4.17 > 4.18"

2020 Oct 30
2
Fail to build libvirt upstream rpm on fedora 33
Hello, I encountered errors when building rpm on fedora33: Versions: libvirt: v6.9.0-rc2 gcc-10.2.1-5.fc33.x86_64 meson-0.55.3-1.fc33.noarch ninja-build-1.10.1-2.fc33.x86_64 binutils-2.35-11.fc33.x86_64 Steps: 1. Archive libvirt source code to ~/rpmbuild/SOURCES/libvirt-6.9.0.tar.xz 2. Copy libvirt.spec.in to ~/rpmbuild/SPECS/libvirt.spec. Then `sed -i s/@VERSION@/6.9.0/g
2014 Dec 15
1
R build failure under gcc 4.9's link time optimization
R fails to build with visibility on and gcc 4.9's link time optimzation, because of its practice of building part of it as archive first. Specifically it builds some bundled libraries as archive first, the symbols of which are then entirely invisible in gcc 4.9. The Matrix package also does this awful practice, with CHOLMOD.a COLAMD.a AMD.a SuiteSparse_config.a . One way of fixing R is:
2017 May 31
1
[Dovecot-news] v2.2.30.1 released
Am 31.05.2017 um 15:24 schrieb Timo Sirainen: > https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz > https://dovecot.org/releases/2.2/dovecot-2.2.30.1.tar.gz.sig > > Due to some release process changes I didn't notice that one important bugfix wasn't included in the v2.2.30 release branch before I made the release. So fixing it here with v2.2.30.1. Also included another
2017 May 31
2
[Dovecot-news] v2.2.30.1 released
Am 31.05.2017 um 16:35 schrieb Timo Sirainen: > On 31 May 2017, at 16.53, Reindl Harald <h.reindl at thelounge.net > <mailto:h.reindl at thelounge.net>> wrote: >> >> LTO build is as broken as 2.2.30 >> >> libtool: link: ( cd ".libs" && rm -f "lib10_quota_plugin.la" && ln -s >> "../lib10_quota_plugin.la"
2020 May 08
2
Ms Exchange vs dovecot
Am 08.05.20 um 23:52 schrieb Bernd Petrovitsch: > I assume you are aware of https://en.wikipedia.org/wiki/CLOUD_Act > so using software from (heavily) US-based companies > implies that all data (controlled by said companies) will - > sooner or later - end up in the databases of > US-3-letter-organizations. > > So forget about GDPR compliance with such software > providers.
2020 May 16
2
Intermittent permission denied when accessing share
I'm having a weird situation with a freshly installed Samba v4.12.1 compiled from source. This is a single server with DC and fileserver, I followed all the guidelines for doing things correctly in this specific situation and I hope I haven't missed anything. The server works correctly as expected, I'm managing all the permissions from Windows. Unfortunately users occasionally
2020 Oct 30
0
Re: Fail to build libvirt upstream rpm on fedora 33
On Fri, Oct 30, 2020 at 10:30:00AM +0800, Han Han wrote: > Hello, > I encountered errors when building rpm on fedora33: > > Versions: > libvirt: v6.9.0-rc2 > gcc-10.2.1-5.fc33.x86_64 > meson-0.55.3-1.fc33.noarch > ninja-build-1.10.1-2.fc33.x86_64 > binutils-2.35-11.fc33.x86_64 > > Steps: > 1. Archive libvirt source code to
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
This patch creates the shell for much of what the cloud ui will become. It is focused on layout (lightly fedora themed), accessibility, and 'bookmarkability'. This layout uses no javascript (that will be used to enhance interactivity in a future patch). It also introduces the idea of using a simple table rather than the more conplex js/json we use in the admin side. Plan here is to
2020 Aug 14
2
User doesn't exist
I try to use dovecot as a MTA with postfix. But it does not accept incoming mails. Why does it not work? [root at localhost bruno]# dovecot --version 2.3.8 (9df20d2db) /var/log/maillog Aug 14 11:03:32 localhost dovecot[566097]: lmtp(566373): Connect from local Aug 14 11:03:32 localhost dovecot[566097]: lmtp(bruno at 2c2axxx.online-server.cloud)<566373><0O+4HWRTNl9lpAgA0J78UA>: Debug:
2019 Apr 03
2
cloud-init in virt-builder images
I've noticed that none of the images from virt-builder have cloud-init in them by default.  The documentation reads to me as if the OS vendor's official cloud images are the ones used as the sources for the generated images but I'm assuming this is wrong. I know for a fact CentOS's cloud images from https://cloud.centos.org/centos/7/images/ and Ubuntu's from
2006 Dec 08
2
trouble with cloud output to bmp when in loop
I have some data that I need to view in various 3-D clouds. To better see the cloud structure on a 2-D screen I would like to output a bunch of bmp files with clouds at slightly different angles, then run them through an external program to animate them. But I'm having trouble getting cloud() from the lattice package to output to bmp files. Oddly, this is only a problem when outputting
2004 Jan 30
1
lines in 3d-cloud plot (lattice)
Hi all, I'd like to plot a set of data (x,y,z) as 3D-cloud, and add several line plots to the same 3D graph: Two questions: 1) How do I connect points to get a line? > cloud(z~x*y,data=d,zlim=c(0,1)) # works > cloud(z~x*predict(l),data=d,zlim=c(0,1),type="l") # type="l" doesn't Warning message: type = l not implemented, consider using
2016 Oct 10
5
CentOS-7-x86_64-GenericCloud.raw very unusual format
On 10/10/2016 8:28 AM, Aliaksei Sheshka wrote: > $ wgethttp://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.raw.xz > --2016-10-10 11:21:32-- > http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.raw.xz > Resolving cloud.centos.org (cloud.centos.org)... 162.252.80.138, > 2607:1680:0:1::2 > Connecting to cloud.centos.org >
2009 May 27
1
[PATCH server] UI tweaks for cloud
Initial styling for the cloud, added a few images Signed-off-by: Jeremy Perry <jeremy.perry at redhat.com> --- src/app/views/cloud/instance/index.rhtml | 2 +- src/app/views/layouts/cloud/cloud.rhtml | 9 +- src/public/images/mystery_cloud2.png | Bin 0 -> 1984 bytes src/public/images/tab_bg.png | Bin 0 -> 174 bytes src/public/stylesheets/cloud/layout.css |
2024 Mar 18
1
CentOS 7/8s EOL : infrastructure impacts (please read)
On 18/03/2024 08:43, Aleksandar Ivanisevic wrote: > Hi, > > do we know what happens with the images at major hyperscalers and when? I?m interested specifically about GCP. Who is in charge of centos-cloud project in GCP? You or Google? > > $ gcloud compute images describe centos-stream-8-v20240312 --project centos-cloud AFAIK, the team building CentOS Stream doesn't push to
2017 Mar 21
2
Plugin "mail_crypt" - using folder keys
Hi! >> 2. If move a letter to another folder (or remove it), it will be unreadable. >> Log: >> imap(cloud): Error: read() failed: >> read(/home/cloud/Maildir/.Sent.test/cur/1485528498.M838579P2267....) failed: >> Decryption error: no private key available (uid=5, box=Sent.test, read reason=) >> imap(cloud): Info: Internal error occurred. Refer to server log for
2020 Apr 13
2
cloud-init libvirt
is there any way to use cloud-init configs in python libvirt? cloud-init require to create an iso, which seems that ovirt support cloud-config: https://red.ht/2K1gBkn But how can I do that by python libvirt? I know I can mount iso by python libvirt to the VM, but the process of creating iso file is the problem which if it is possible to enter the cloud-config commands by libvirt could be better
2020 Oct 26
6
Looking for a guide to collect all e-mail from the ISP mail server
>> I would not advice any company that is continuously being fined for breaking the law. > This is not only an overstatement, it is completely irrelevant.? Given the OP problem > statement (small business, part-time admin, newbie to mail > servers), I do not think there is a better solution > A small server already costs 20 USD / month, running a mail server consumes a
2023 Jul 14
1
updated samba 4.18 & 4.17 packages for debian & ubuntu to address trust issue with windows 10/11 update 07/2023
Hi! Thank you very much for the great work and for the agility. I updated my two main DCs and it solved my problem, which was the connection from one server to another through SQL Server Management Studio using integrated login, now after the samba updater, the connection is working again. Regards; Em sex., 14 de jul. de 2023 ?s 06:57, Michael Tokarev via samba < samba at lists.samba.org>
2023 Jul 14
1
updated samba 4.18 & 4.17 packages for debian & ubuntu to address trust issue with windows 10/11 update 07/2023
Thanks Michael for doing this, I've used your patch ( fix-unsupported-netr_LogonGetCapabilities-l2.patch ) to also update my RHEL8 packages for 4.17.9 ( [1] ). With this patch of yours and these rpms the trusted connection shows up as 'Good' as it was previously. As usual, if anyone's interested in providing feedback for these rpms, I'll gladly take it. [1]: