similar to: [PATCH] Don't run new-kernel-pkg or nscd (RHBZ#557262).

Displaying 20 results from an estimated 20000 matches similar to: "[PATCH] Don't run new-kernel-pkg or nscd (RHBZ#557262)."

2017 Oct 06
0
Re: [PATCH 1/2] lib: Allow db_dump package to be a weak dependency (RHBZ#1409024).
On Fri, Oct 06, 2017 at 10:09:03AM +0200, Pino Toscano wrote: > On Thursday, 5 October 2017 15:41:31 CEST Richard W.M. Jones wrote: > > --- > > lib/inspect-apps.c | 11 ++++++++--- > > 1 file changed, 8 insertions(+), 3 deletions(-) > > > > diff --git a/lib/inspect-apps.c b/lib/inspect-apps.c > > index f0cf16b38..020a3332c 100644 > > ---
2010 Jul 07
0
[PATCH] fish: Don't fail if -m and --listen flags are both given (RHBZ#612178).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From 8161ea9bb046c8450384b5b15e1f4b2f3dca582b Mon Sep 17
2010 Oct 18
0
[PATCH] parted: Don't return "loop" for non-partitioned devices (RHBZ#634246).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From b3d27793f04ae44b2c11f6422a19b4422ac941cd Mon Sep 17
2009 Aug 22
1
[PATCH] Add waitpid along guestfs_close path (RHBZ#518747)
Not quite sure what happened to the waitpid()s which were along that path, but at some point they seem to have got deleted. This is a fix for: https://bugzilla.redhat.com/show_bug.cgi?id=518747 I haven't been able to run the tests yet however, because currently Rawhide is broken (ntfsprogs has missing dependencies). Rich. -- Richard Jones, Emerging Technologies, Red Hat
2010 Jun 04
3
[PATCH 0/3] some guestfish sub commands can not handle special files properly (RHBZ#582484)
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html
2009 Oct 30
1
[PATCH] appliance: Don't rebuild the appliance every time configure runs
Whenever config.status / configure runs it touches appliance/make.sh (even if the file hasn't changed) and that causes the appliance to be rebuilt completely. This patch breaks that dependency because building the appliance is time-consuming (since dracut was added) so we should try not to build it each time. Rich. -- Richard Jones, Virtualization Group, Red Hat
2010 Jun 10
1
[PATCH] Add error callback (RHBZ#602599).
This is a partial fix for RHBZ#602599. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From
2009 Nov 24
1
[PATCH] supermin: Die with an error if no kernels found (RHBZ#539746).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From cbe4c60e44db880b1cc4a217e0815db4b89e2041 Mon Sep 17
2010 May 18
0
[PATCH] New API: Implement pwrite system call (partial fix for RHBZ#592883).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From d634c9780b55b6bb21bffc997e483e5b12491eb8 Mon Sep 17
2010 Jun 02
0
[PATCH] daemon: Parse output of old parted which didn't support -m option (RHBZ#598309).
RHEL 5's old parted didn't have the -m option. A number of commands relied on this option and thus would break on RHEL 5: https://bugzilla.redhat.com/show_bug.cgi?id=598309 This rather large patch adds a second parsing path which allows us to parse the old text-based output (it preserves the code for parsing the output of the -m option too, since if supported, that is more accurate).
2010 Oct 18
0
[PATCH] virt-resize: Document qcow2 output format (RHBZ#642826).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From 4d88a74532b20bcb60909c0d0983cdf7498aa08c Mon Sep 17
2010 Oct 18
0
[PATCH] df: Correctly quote libvirt domain and filesystem in --csv mode (RHBZ#639986).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From f7475ec577b7ca810185e0fd70a39ac9adaae620 Mon Sep 17
2017 Oct 06
2
Re: [PATCH 1/2] lib: Allow db_dump package to be a weak dependency (RHBZ#1409024).
On Thursday, 5 October 2017 15:41:31 CEST Richard W.M. Jones wrote: > --- > lib/inspect-apps.c | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/lib/inspect-apps.c b/lib/inspect-apps.c > index f0cf16b38..020a3332c 100644 > --- a/lib/inspect-apps.c > +++ b/lib/inspect-apps.c > @@ -122,9 +122,14 @@
2008 Mar 09
0
NSCD On Linux Question
I finally ran across the following post: http://lists.samba.org/archive/samba/2006-May/120798.html Turns out my earlier post to this list for help stems from the NSCD problem like this person had. I changed the negative TTLs in nscd.conf to 3s and changed the -t argument to 15 in my add machine script. This solved my join domain problem. Before all this, NSCD was not running. When NSCD is
2012 Sep 05
1
CentOs6- Use nscd for offline LDAP
Dear All, I'm thinking about connecting the 15 or so laptops in our organisation to LDAP. Now I'm trying to use nscd in order to enable the users to work when being offline. The test laptop is installed for this occasion, updated CentOs6.3. Following the advise I found on a few posts I modified */etc/nscd.conf : * server-user nscd logfile
2003 Sep 17
0
Problems with Openldap and nscd
The problem description below is relevant for those who use samba + LDAP. We installed four Intel Xeon servers with standard SuSE 8.2, samba + ldap. The W2K client complained about very, very, very slow reponse from the server. Below is we descripe the reasons and the solution. We have big problems with openldap version 2.1.12 (standard suse 8.2 rpm) and the name server cache daemon versiom
2008 May 14
0
nscd strange behaviour
Hi there group, I have nscd running on 6.3 with backports patches, but maybe this will apply to the 7.0? What's the problem: i have nss setup with nss_pg module and authenticates passing through pam pg module. I have nscd running so I can make fewer queries to the pg server when system retrieves uid<->userid. But when I change the password in pg database, I can't get
2007 Oct 09
1
nscd segfaulting on centos 4.5
Does anyone know if there is a fix for nscd segfaulting after a short period of time. Googling for it came up with one result that suggested deleting the files in /var/db/nscd , but that didn't help. Another result was about run away processes which is not the problem I'm having. They are x86_64 boxes. output from /var/log/messages Oct 9 12:56:38 lyra kernel: nscd[11660]: segfault at
2006 Oct 07
3
nscd crashes
I've had problems with nscd crashing every few days on my CentOS 4 mail server for a while now. The problems started maybe around CentOS 4.2, although I don't remember for sure. My debugging efforts let me to disable nscd's persistent cache, and that seemed to work for a while, but since upgrading to CentOS 4.4, the crashes have started again. When nscd crashes, the rest of the
2010 Jun 01
1
[PATCH] fish: help command return error for non-existent commands (RHBZ#597145).
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://et.redhat.com/~rjones/libguestfs/ See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From ea5c6cf0341fdd8072b12723f9794506841bc688 Mon Sep 17