Displaying 9 results from an estimated 9 matches for "module_sig".
2014 Apr 22
0
Module building and signing
...he original kernel. Inserting the module give the
following:
Module signed with unknown public key
ksign: module signed with unknown public key
- signature keyid: 3000b37e8a34083d ver=4
I googled for a fix and tried two methods of removing the module signing
(neither worked):
objcopy -R .note.module_sig snd-hda-intel.ko
objcopy -R .module_sig snd-hda-intel.ko
(I did get finally get the audio pins re-mapped, but I had to resort to
using my newly-compiled kernel as well).
Should kmod fix my issues?
Thanks,
Chris
2011 Oct 07
3
SMB Signing issues... smbclient works, mount does not...
...2 to 130048 (int)
parm: cifs_min_rcv:Network buffers in pool. Default: 4 Range: 1 to
64 (int)
parm: cifs_min_small:Small network buffers in pool. Default: 30
Range: 2 to 256 (int)
parm: cifs_max_pending:Simultaneous requests to server. Default:
50 Range: 2 to 256 (int)
module_sig:
883f3504e66bf24104f42edc2b0f945112c79009d1e1918c363e6545d5644af26235486a0faee309e3e516f3731905cd551976d305e8c32b5f117ae9b
This works without issues:
smbclient -U username //192.168.20.129/share
But this does not work at all:
mount.cifs //192.168.20.129/share /mnt/ -o
user=username,password=XX...
2010 Jul 26
1
areca 1100 kmod / kernel support
Hi,
is the areca 1100 Raid Controller supported by CentOS 5? Or is there a
kmod rpm available?
Thanks
Juergen
2011 Apr 12
0
ksign: module signed with unknown public key
...nel with an
additional patch for one particular module, but I'm trying to load the
new module into a distribution kernel. I'm not planning to roll out the
updated kernel package.
ksign: module signed with unknown public key
- signature keyid: 92548f4d5c9c37ab ver=3
I know I can remove module_sig as a workaround.
---------------------------------------------------------------
This message and any attachments may contain Cypress (or its
subsidiaries) confidential information. If it has been received
in error, please advise the sender and immediately delete this
message.
-------------------...
2008 Oct 01
1
JFS in CentOS
Hello all,
I'm relatively new to CentOS, but I've been using linux as my main
operating system on both the desktop and server ends for the past 4 years.
I currently have a PIII server with two 160GB IDE hard drives in it, in
a virtual RAID 1 array. At the time of installation, the only FS choices
for the largest partition, 120GB, were ext2 and ext3. I chose ext3, but
now am wishing
2012 Feb 03
1
Samba 3.5 & CIFS mounts - long standing issue...
Hi.
I can see that this is a long long standing issue... Apparently things
changed in Windows 2008 R2, and after upgrade of domain from R1 to R2
cifs mounts don't work anymore between Linux servers. Windows can see
Samba shares and mount them, but CIFS on another Linux box cannot...
Here is a thread with explanation in lenght:
http://ubuntuforums.org/showthread.php?t=1178484
I get the
2015 Apr 14
4
Re: VM Performance using KVM Vs. VMware ESXi
On 4/14/2015 6:32 PM, Tom Hughes wrote:
> On 14/04/15 13:33, Jatin Davey wrote:
>
>> Thanks Dominique & Daniel.
>>
>> Looks like i need to upgrade my VMs kernel to make it aware of virtio.
>>
>> Found this information from this link:
>>
>> http://wiki.libvirt.org/page/Virtio#Disk_.28block.29_device_driver
>>
>> I tried without
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
drivers/acpi/Kconfig | 8 +-
drivers/ata/Kconfig | 12 +--
drivers/auxdisplay/Kconfig | 14 +--
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
drivers/acpi/Kconfig | 8 +-
drivers/ata/Kconfig | 12 +--
drivers/auxdisplay/Kconfig | 14 +--