similar to: Tracking or checking backported kernel patches from upstream

Displaying 20 results from an estimated 4000 matches similar to: "Tracking or checking backported kernel patches from upstream"

2020 Sep 02
0
Tracking or checking backported kernel patches from upstream
On 9/2/20 9:46 AM, Carlos A. Carnero Delgado wrote: > Hi! > > I'm interested in finding out if a couple of upstream kernel patches were > backported into CentOS (RHEL), in particular this one > <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=512ac999d27> > and this one >
2015 May 14
4
Delaying systemd reboot for a while
Hi, I'm in need of rebooting a server 1 minute after I give the command. I'm used to shutdown -r +1 which works as advertised. Now that shutdown is part of systemd <http://www.freedesktop.org/software/systemd/man/shutdown.html> and it is actually a link to it in CentOS 7, I've seen in the documentation
2017 Aug 07
4
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
All,This happens on all of our CentOS 7 VMs.? but as stated in the email trail, the file softlockup_thresh does not exist.? Should it be added?? What is the best way to get rid of this behavior. Thanks in advance and sorry if I missed something along the way.KM From: correomm <correomm at gmail.com> To: CentOS mailing list <centos at centos.org> Sent: Thursday, August 18,
2002 Jan 25
2
[Bug 82] New: scp: Command not found errors
http://bugzilla.mindrot.org/show_bug.cgi?id=82 Summary: scp: Command not found errors Product: Portable OpenSSH Version: -current Platform: All OS/Version: other Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: steve_dum at
2004 Aug 06
2
Re [ogg]
At 08:42 AM 12/11/2002 -0800, you wrote: >Ok the link works. I have a thousand files. Do I have to create a >thousand mount points or is there a better way? > If you just want to make static files available for playing individually, you should use a web server such as apache instead. Michael <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project
2006 Jan 23
4
Using :id=>''something'' vs :mid=>''something'' params
Is there any reason for using :id=>''something'' instead of :mid=>''something'' in link_to or link_to_remote? (well other than generating a nicer link) My tool for analysing apache logs is considering /controller/action/4 as a different link than /controller/action/5, so instead of counting /controller/action it will count every variation of that parameter.
2006 Dec 06
2
Getting kernel source for 2.6.9-42.ELsmp
Hello! I need to get an arcnet device driver up and running. Normally it appears to be distributed with linux, but not installed. So, I need to compile and install it, naturally. So, where is the kernel souce for 2.6.9-42.ELsmp? I can find kernel source for 2.6.9. BTW, I obtained 2.6.9 and tried compiling it, but all I got was *.o files and insmod: error inserting 'arcnet.o`: -1
2016 Aug 18
4
BUG: soft lockup - CPU#0 stuck for 36s! [swapper/0:0]
This bug is reported only on the VM's with CentOS 7 running on on VMware ESXi 5.1. The vSphere performance graph shows high CPU consume and disk activity only on VM's with CentOS 7. Sometimes I can not connect remotely with ssh (timeout error). The details of last issues was reported to retrace.fedoraproject.org. ?Do you have a hint? [root at vmguest ~]# abrt-cli list id
2008 Jul 17
2
Custom CentOS iso's
I have a consulting client who has a Linux based storage appliance which is based on Fedora Core 2. I'll pause here while you laugh... They need to upgrade to something more easily supported and CentOS is the chosen distro. They have the source RPM's for their old system stored in CVS and have a very weird/complicated build system to turn it all into an iso which I am still figuring
2001 Dec 14
3
RtlGetNtVersionNumbers
Hey, all. I'm rather new to wine development, so please point me at the right place to post diffs if this isn't it. This patch implements RtlGetNtVersionNumbers, called by lots of windows XP apps (including winver, cmd.exe, and regedit). BTW, are we just not bothering to match ordnals on our exports, or is there some deeper reason for using @s? As the patch says, the API is
2010 Jan 04
2
I have finished compiling of R 64 bit on 64 bit Windows use MINGW64
hi ,everyone I have finished compiling of R 64 bit on 64 bit Windows system by using MINGW64, include the standard and recommended packages.tested it on Windows 2008 server R2 X64.it run very well.I wander anyone interested in it ,and anyone who want to continue testing  it with me?  and who can provide a space let me upload the R files Best wishes!                    2010/1/4                    
2017 Jan 26
2
[EL6] How to follow upstream updates?
Sorry, if it was answered already elsewhere. Where exactly are the current EL6 builds done? Or rephrased: I would like to look into the state of following security update: mysql-5.1.73-8.el6_8.src.rpm Looking into https://git.centos.org/repositories/ http://cbs.centos.org http://buildlogs.centos.org/ shows mostly EL7 stuff. Just curious, LF
2004 Aug 06
1
Re [ogg]
Raymond wrote: > Does Apache stream ogg/vorbis format files? > For instance I use icecast to stream because of the quality and its > dependability in maintaining a connection druing playing. > Like with mp3 files and icecast I can have many many files available as > links that open nicely into a player like WinAmp or real or xmms. > If Apache streams ogg/vobis I'll certianly
2016 May 15
3
[x-post] Upstream possible patches to libvirt to enable building upstream libvirt packages with libxl
On 05/14/2016 07:16 AM, Le Nucksi wrote: > Hello list, > > is there a way to get more recent libvirt builds for CentOS 7 that include > support for the xl (modern Xen) toolstack? > > I tried to build libvirt from the SRPM, which succeeded, however, without > the mentioned Xen parts. > I have also found two repos from people who provide upstream libvirt builds > for
2016 Sep 12
2
[PATCH] v2v: ova: Make OVA directory public readable to work around libvirt bug (RHBZ#1375157).
Only do this if running as root and if the backend is set to libvirt. --- v2v/input_ova.ml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml index 4f848e2..bb9cb1b 100644 --- a/v2v/input_ova.ml +++ b/v2v/input_ova.ml @@ -104,6 +104,19 @@ object (* Exploded path must be absolute (RHBZ#1155121). *) let exploded = absolute_path exploded
2016 Aug 08
1
[PATCH] sparsify, v2v: use Common_utils.absolute_path
Use the common function for ensuring a path is absolute; it should not change the behaviour at all. --- sparsify/cmdline.ml | 6 +----- v2v/input_disk.ml | 4 +--- v2v/input_ova.ml | 4 +--- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/sparsify/cmdline.ml b/sparsify/cmdline.ml index 3eb0d5b..523d612 100644 --- a/sparsify/cmdline.ml +++ b/sparsify/cmdline.ml @@ -142,11
2005 Jun 21
1
Tracking down a Samba problem under load
We use Samba as an interop file sharing solution for the ClearCase version control system. Unfortunately we have run into a problem after a recent upgrade to RedHat Enterprise 3. This problem occurs both with the RedHat included 3.0.9-1.3E.3, and a custom compile of the latest 3.0.14a direct from Samba. The symptoms are: under high load, such as during a build, new samba processes will
2008 Aug 08
2
Good reference for dkms?
I've just built the nvidia driver for my home machine for the third time and I'd like to put it into a dkms format, but I'm not entirely clear on what goes where to make this work. I googled for a good primer on dkms, but what I'm finding is essentially equivalent to the man page, which, like most Unix/Linux man pages, doesn't really tell you "how to do this from
2016 Apr 26
2
doveadm search when using solr problems
Is there a way when using doveadm to search a users mailbox to disable using solr plugin (without changing config file). We have found that solr does not work well with certain search types and reverting to non solr searching works much better.
2004 Jan 22
4
Gsm + snom phones
Hi. I'm not using snom phones for a while, but now I want to test again them and I'm gonna buy a snom 200 & 105 . Some times ago I had a snom 100 , and gsm wasn't working with *. How's now the situation? the snom gsm works well with * ? Thanks for any info, Matteo. -- Matteo Brancaleoni Espia System Administrator Email : mbrancaleoni@espia.it Web : http://www.espia.it