search for: insmod

Displaying 20 results from an estimated 738 matches for "insmod".

2013 Apr 12
7
Xen not seeing all the memory in the box
I''m running Xen 4.1 (4.1.3-3ubuntu1.3) on an Ubuntu 12.10 server with an AMD FX-8150 processor (8 cores) and 16 GB of RAM. When I boot the server, Xen sees only 3 GB of RAM (instead of 16 GB). If I try to create a domU with more than about 1.5 GB of RAM, the create fails with messages saying it "could not allocate memory for HVM guest". Here''s the output when I do
2018 Mar 08
0
Re: febootstrap: no ext2 root device found
...w,id=hd0, > if=none \ > -device scsi-hd,drive=hd0 \ > -drive > file=/var/tmp/.guestfs-0/root.21046,snapshot=on,id=appliance,if=none,cache=u > nsafe \ > -device scsi-hd,drive=appliance \ We present virtio-scsi disks to the appliance, but ... > febootstrap: internal insmod libcrc32c.ko > febootstrap: internal insmod crc32c-intel.ko > febootstrap: internal insmod crc-itu-t.ko > febootstrap: internal insmod crc-t10dif.ko > febootstrap: internal insmod crc-ccitt.ko > febootstrap: internal insmod crc7.ko > febootstrap: internal insmod mbcache.ko > fe...
2011 May 31
6
[PATCH 1/4] febootstrap: Look for insmod.static, mke2fs in /sbin
...files changed, 5 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index da03c9f..7606bca 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,8 @@ dnl For ArchLinux handler. AC_CHECK_PROG(PACMAN,[pacman],[pacman],[no]) dnl Required programs, libraries. -AC_PATH_PROG([INSMODSTATIC],[insmod.static],[no]) +AC_PATH_PROG([INSMODSTATIC],[insmod.static],[no], + [$PATH$PATH_SEPARATOR/sbin$PATH_SEPARATOR]) if test "x$INSMODSTATIC" = "xno" ; then AC_MSG_FAILURE([insmod.static program not found @@ -82,9 +83,10 @@ fi AC_DEFINE_UNQUOTED([INSM...
2016 Mar 20
2
Re: [PATCH supermin 5/5] init: Drop SCSI modules.
On 03/17/2016 12:07, Richard W.M. Jones wrote: > Also drop the sr_mod module used by the deprecated guestfs_add_cdrom > interface. > --- > src/ext2_initrd.ml | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/src/ext2_initrd.ml b/src/ext2_initrd.ml > index 730f806..5e841ea 100644 > --- a/src/ext2_initrd.ml > +++ b/src/ext2_initrd.ml > @@ -40,12 +40,7 @@
2003 Oct 26
1
After start Asterisk, error foung in the messages log file
Hello all After install the Asterisk, setup the configuration file in the sip.conf and extensions.conf and type "asterisk" with start program. I don't have line card yet. But I found following error in the /var/log/messages. localhost insmod: /lib/modules/2.4.18-5/misc/torisa.o: init_module: Input/output error localhost insmod: /lib/modules/2.4.18-5/misc/torisa.o: insmod char- major-196 failed (Log) localhost kernel: CSLIP: code copyright 1989 Regents of the University of California localhost kernel: PPP generic driver version...
2018 Mar 08
2
Re: febootstrap: no ext2 root device found
...trap: uptime: 0.46 0.26 febootstrap: ext2 mini initrd starting up: 3.21 zlib febootstrap: cmdline: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm febootstrap: mounting /sys febootstrap: internal insmod libcrc32c.ko febootstrap: internal insmod crc32c-intel.ko febootstrap: internal insmod crc-itu-t.ko febootstrap: internal insmod crc-t10dif.ko febootstrap: internal insmod crc-ccitt.ko febootstrap: internal insmod crc7.ko febootstrap: internal insmod mbcache.ko febootstrap: internal insmod cdrom.ko...
2009 Jan 15
2
OT - Differences between modprobe and insmod
hello, Here (http://updates.xorcom.com/astribank/bristuff/1.4/INSTALL.html) you can read : cd qozap modprobe zaptel insmod qozap.o (for kernel 2.4) insmod qozap.ko (for kernel 2.6) ztcfg I thought modprobe was a replacement for insmod. Can someone be kind enough to explain : 1. the difference between modprobe and insmod, 2. why should both commands be issued, 3. how modprobe and insmod compare with statements included...
2018 Feb 07
2
/dev/md1 => 93% Used. Warning. Disk Filling up. - what would be safe to delete in /boot ?
...saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } terminal_output console if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5 # Fallback normal timeout co...
2004 Oct 19
1
include insmod in klibc?
Hello, I feel that the klibc package should include an insmod that can be used on an initramfs. While it is possible to use an insmod built statically against glibc, such a binary is (comparatively) huge at 565K. The attached insmod.c is essentially the insmod.c from module-init-tools minus a couple of lines related to calling the old (2.4) version of in...
2002 Dec 23
1
klibc insmod for recent kernels
--9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I stripped down the insmod command from modules-init-tools for use with klibc. Rusty agreed to have this contributed to klibc. The second patch removes old style modules support. -- ciao, Marco --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="klibc.insmod.diff&...
2013 Sep 29
2
Bug#603391: Workaround PyGrub issue
..._entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(/dev/xvda,msdos1)' search --no-floppy --fs-uuid --set=root f395d5a0-4612-4872-806c-33cd37c152f0 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 load_video insmod...
2013 Sep 22
0
UEFI boot - no console will be available to OS
...diagnose this boot problem would be welcome. During the grub boot I can select the arch linux boot image or the xen boot image. /boot directory: efi/ grub/ initramfs-linux-fallback.img initramfs-linux.img vmlinuz-linux xen-4.2.2.gz xen-syms-4.2.2 grub.cfg: ### BEGIN /etc/grub.d/00_header ### insmod part_gpt insmod part_msdos if [ -s $prefix/grubenv ]; then load_env fi if [ "${next_entry}" ] ; then set default="${next_entry}" set next_entry= save_env next_entry set boot_once=true else set default="0" fi if [ x"${feature_menuentry_id}" =...
2005 May 26
2
insmod ip_conntrack_ftp
Hello CentOS, Is there a specific RPM that makes "insmod ip_conntrack_ftp" available? I've been using that on a number of servers fine, but the latest one I've built, running insmod ip_conntrack_ftp gives me: insmod: can't read 'ip_conntrack_ftp': No such file or directory -- Best regards, Mickael mailto:mike at kamloopsbc.c...
2011 Oct 09
3
GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04
Hello, I have installed the Xen 4.1.1 and a working kernel 2.6.32.43 which supports Xen on a Ubuntu Linux 10.04 LTS. However, I have never successfully booted the Hypervisor and Dom0. The screen is always black after some kernel messages rapidly go by. I think that I may pass the wrong parameters to the kernel or Hypervisor with GRUB2. Can any one share his/her working grub.cfg for GRUB2 with
2005 Aug 04
2
Can't load ocfs on ia64 EL3u3
# uname -r 2.4.21-20.ELsmp [root@hp2620-2 root]# rpm -qa | grep ocfs ocfs-tools-1.0.10-1 ocfs-support-1.0.10-1 ocfs-2.4.21-EL-1.0.13-1 [root@hp2620-2 root]# /sbin/load_ocfs /sbin/insmod ocfs node_name=hp2620-2-eth1 ip_address=10.1.2.101 cs=1913 guid=8D65C7CEECF9EBE638BD0013215BD6E9 comm_voting=1 ip_port=7000 insmod: ocfs: no module by that name found load_ocfs: insmod failed [root@hp2620-2 root]# cd /lib/modules/2.4.21-EL-ABI/ [root@hp2620-2 2.4.21-EL-ABI]# ls ocfs [root@hp2620-2...
2012 Mar 01
1
libguestfs on debian squeeze
...ting the kernel read-only data: 6144k [ 0.215967] Freeing unused kernel memory: 788k freed [ 0.219304] Freeing unused kernel memory: 696k freed febootstrap: mounting /proc febootstrap: uptime: 0.22 0.01 febootstrap: ext2 mini initrd starting up febootstrap: mounting /sys febootstrap: internal insmod libcrc32c.ko insmod: init_module: libcrc32c.ko: Unknown symbol in module febootstrap: internal insmod crc32c-intel.ko insmod: init_module: crc32c-intel.ko: No such device febootstrap: internal insmod crc16.ko febootstrap: internal insmod crc-itu-t.ko febootstrap: internal insmod crc32c.ko febootstr...
2005 Sep 23
10
Problem setting up TDM22B card
Hi All, I have the problem setting up TDM22B card. Steps what I have followed are: [1] compiled zaptel-1.0.9.2 & installed the same. [2] modprobe wcfxo /lib/modules/2.4.20-8/misc/wcfxo.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.20-8/misc/wcfxo.o: insmod /lib/modules/2.4.20-8/misc/wcfxo.o failed /lib/modules/2.4.20-8/misc/wcfxo.o: insmod wcfxo f...
2007 Sep 22
3
[git patch] module-init-tools fixes
hello hpa, quite easy to get m-i-t build against klibc, so i propose to kill the old local insmod copy. sent the only local m-i-t fix upstream, please pull: git pull git://brane.itp.tuwien.ac.at/~mattems/klibc.git maks maximilian attems (3): [klibc] klibc/socketcalls/.gitignore addition [klibc] elf.h add support for st_info field [klibc] remove local insmod.c copy and diffst...
2013 Oct 10
1
[PATCH] pygrub: Support (/dev/xvda) style disk specifications
...prev_saved_entry}" + save_env saved_entry + set prev_saved_entry= + save_env prev_saved_entry + set boot_once=true +fi + +function savedefault { + if [ -z "${boot_once}" ]; then + saved_entry="${chosen}" + save_env saved_entry + fi +} + +function load_video { + insmod vbe + insmod vga + insmod video_bochs + insmod video_cirrus +} + +insmod part_msdos +insmod ext2 +set root=''(/dev/xvda,msdos1)'' +search --no-floppy --fs-uuid --set=root f395d5a0-4612-4872-806c-33cd37c152f0 +if loadfont /usr/share/grub/unicode.pf2 ; then + set gfxmode=640x480 +...
2018 Nov 20
2
virt-df stuck at supermin: [...] waiting for /sys/block/sdb/dev to appear
This problem occurs on certain machines but I can't tell why and how exactly to fix it. The message suggests a problem with kernel modules, but they all seem to load successfully, including many virtio modules. Best Regards, Peter