similar to: Is there a kernel available that doesn't have kernel module signing enabled?

Displaying 20 results from an estimated 20000 matches similar to: "Is there a kernel available that doesn't have kernel module signing enabled?"

2014 Sep 23
0
CESA-2014:1281 Moderate CentOS 7 kernel Security Update
CentOS Errata and Security Advisory 2014:1281 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1281.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 535a0c607e2a0ef2f31bb8ddb0337e4eedbd9216a414f5d83642c586a14fe16d kernel-3.10.0-123.8.1.el7.x86_64.rpm
2014 Sep 23
0
CentOS-announce Digest, Vol 115, Issue 14
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2014 Oct 13
0
Re: passthrough of PCI-device
And what about IO MMU ? On 10/13/2014 12:02 PM, Weis, Michael (DWIE) wrote: > Hi Pierre, > > thanks for your reply. > > I am using kernel 3.10.0-123.8.1.el7.x86_64. > The kernel modul used after nodedev-detach is vfio-pci > > This is the output of lspci -vv after I did a virsh nodedev-detatch pci_0000_02_00_0 > > 02:00.0 Ethernet controller: PLX Technology, Inc.
2020 Mar 16
0
signing modules
Ok I tried signing a module... Did not work. + openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out MOK.der -nodes -days 36500 -subj '/CN=dahdi Modules/' Generating a 2048 bit RSA private key ......................................+++ ..............................................................................+++ writing new private key to 'MOK.priv' -----
2004 Sep 10
0
[jamie@audible.transient.net: Bug#160155: gapless playback]
Jamie, I hear what you're saying. I don't believe this *should* be a plugin's responsibility, though it sounds like with XMMS it is. But I don't know how to fix it. Probably with enough archaeology into the XMMS source and other plugins I could find out. I'll file it in the feature requests and hope someone can get to it. Josh --- Matt Zimmerman <mdz@debian.org>
2004 Sep 10
2
[jamie@audible.transient.net: Bug#160155: gapless playback]
I am forwarding your request to the FLAC development mailing list. ----- Forwarded message from Jamie Heilman <jamie@audible.transient.net> ----- Date: Sun, 8 Sep 2002 16:13:32 -0700 From: Jamie Heilman <jamie@audible.transient.net> Resent-From: Jamie Heilman <jamie@audible.transient.net> To: submit@bugs.debian.org Subject: Bug#160155: gapless playback Package: xmms-flac
2011 May 06
2
undefined method `[]' for nil:NilClass
I am getting this error on all my hosts, I can''t tell that it''s causing a problem, everything seems to be working fine. Fri May 06 12:52:16 -0700 2011 /Stage[main]// Resources[ssh_authorized_key] (err): Failed to generate additional resources using ''generate'': undefined method `[]'' for nil:NilClass We are using user and group purging for all uids/gids
2005 Oct 18
0
RE: Error: "onclick() is not a function"
I see what he is saying now. When you assign a click event with the Event.observe it does not allow you to call it with the $(''xxx'').onclick(); command as it''s looking for the onclick tag in the a tag. I''m stumped on a way to get this to work. Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623
2014 Oct 07
0
passthrough of PCI-device
Hello, I try to passthrough a PCI-card to a VM named testvm I want to do that with an xml-file named hga.xml including the following content: <hostdev mode='subsystem' type='pci' managed='yes'> <source> <address domain='0x0' bus='0x1' slot='0x00' function='0x0'/> </source> </hostdev> When I execute
2004 Mar 24
1
Access denied to share
Hi all - I'm setting up my first Samba server on an NT domain running winbindd, samba version 3.3.3-14.3e on Red Hat Linux. Here's my smb.conf: [global] workgroup = CADDOCK server string = samba server security = DOMAIN log level = 3 log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192
2015 Apr 03
4
Where's the debuginfo?
Hello all, According to [CentOS-announce] Release for CentOS Linux 7 (1503 ) on x86_64: "Debuginfo packages are also being signed and pushed. Yum configs shipped in the new release file will have all the context required for debuginfo to be available on every CentOS Linux install." Specifically, I'm looking for kernel-debuginfo-3.10.0-229.1.2.el7.x86_64, but the latest debuginfo
2014 Oct 13
2
Re: passthrough of PCI-device
Hi Pierre, thanks for your reply. I am using kernel 3.10.0-123.8.1.el7.x86_64. The kernel modul used after nodedev-detach is vfio-pci This is the output of lspci -vv after I did a virsh nodedev-detatch pci_0000_02_00_0 02:00.0 Ethernet controller: PLX Technology, Inc. Device 235e Subsystem: PLX Technology, Inc. Device 235e Control: I/O- Mem- BusMaster- SpecCycle- MemWINV-
2014 Oct 13
0
Re: passthrough of PCI-device
Dear Michael, Did you activate the Intel IO MMU (or its equivalent for AMD)? Also, did you load the pci_stub module for Linux? It is mandatory (it will replace current driver for your passed through hardware). Cheers, Pierre On 10/13/2014 07:54 AM, Weis, Michael (DWIE) wrote: > Good morning, > > there is a typo in my description; > the line > <address
2002 Oct 15
3
Share names causing big troubles
I work for a school dist, and I am having a bit of trouble with the "Student Server" We have about 3000 students all with their own accounts. I had the samba server setup to share their home directories but their home directories are the same as their login name. So jamie.mcparland would be an example of a share name. But in Win 9X it gets truncated to jamie.mcparla then we get the error
2010 Jan 30
2
drawing a line that shifts from solid to broken
I am graphing longitudinal data from three time points. I'd like to draw a solid line from point 1 to point 2, and then a dashed line from point 2 to point 3. It works if I do it in two steps: > first.vector <- c(mean(year1$variable1), mean(year2$variable1)) > second.vector <- c(NA, mean(year2$variable1), mean(year3$variable1)) > plot(first.vector, type="b",
2003 Oct 03
0
Re: LARTC digest, Vol 1 #1392 - 4 msgs
Здравствуйте lartc-request, Friday, October 03, 2003, 8:44:37 AM, you wrote: lrmdn> Send LARTC mailing list submissions to lrmdn> lartc@mailman.ds9a.nl lrmdn> To subscribe or unsubscribe via the World Wide Web, visit lrmdn> http://mailman.ds9a.nl/mailman/listinfo/lartc lrmdn> or, via email, send a message with subject or body ''help'' to lrmdn>
2007 Dec 19
2
(no subject)
Dear R Users, I am working for the United Nations to construct a complete life table from an abridged table. I want to use the code of Hydman Filter by Rob J Hydman but an error sentence always appears and it simply doesn't run-- source("C:/R/Jamie/HymanFilter.R") Error in .C("spline_coef", method = as.integer(method), n = nx, x = x, : C symbol
2002 Mar 08
0
[Bug 151] New: 3.0.2p1 and 3.1p1 fail to build.
http://bugzilla.mindrot.org/show_bug.cgi?id=151 Summary: 3.0.2p1 and 3.1p1 fail to build. Product: Portable OpenSSH Version: 3.0.2p1 Platform: MIPS OS/Version: IRIX Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2003 Jan 16
2
My Workgroup eventually disappears when I enable SAMBA!
When I enable Samba on my Linux box, the workgroup "Workgroup" eventually disappears from site in both the GUI "Network Neighbourhood" and at the W2000 cmd line "net view". It takes a little while for this to happen, and initially it works well. The Linux Box information can be found at the url below. But a short description of the setup is as follows: * Network is
2018 Mar 28
0
html5 icecast video source client
This project appears to be a fork of my Canvas Streaming Example project for Facebook: https://github.com/fbsamples/Canvas-Streaming-Example <https://l.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2Ffbsamples%2FCanvas-Streaming-Example&h=ATMcDwZSpl5j0Yw_EH8uhG4JciG9nHmZRTEYJBxZVjYA4B3UI3T5_3gYZFMANr4Lkon7gUmRpcsnKkiHZ6AWeU6JKoP4rrYXu4FSJbOfdEHTn2YNkya0wOZM1i1XVD7x1Q> I would recommend