|
|||||||
| BackTrack News Updated BackTrack news from Offensive Security blog |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm a new in BT that why I'm looking for a little help...
I'm sure that somebody can help me. Don't forget that everybody was a beginner once. All the problems until now I took care myself reading the forum, but now I'm stuck. I'm trying to update the kernel to version 2.6.30.5. Everything is going perfectly until I receive an error message "Memory Low" and the process stops. I used first a 4GB USB Memory and I thought the memory stick is full, and I changed with another one of 16GB. But the same problem. In this case I think, the problem is my RAM . How can I fix it? Is it any solution or any script to create the "VAR" folder on the stick and not in RAM? I know that maybe I'm looking like a stupid, but I didn't work with Linux. Only with Windows until now. Thank's to all great peoples which are creating every day great programs like this. Sorry for my imperfect English... and thank's in advance for your help!
|
|
|||
|
I tried to update kernel to 2.6.30.5
after I execute the command dpkg -i –force all linux-image-2.6.30.5_2.6.30.5-10.00.Custom_i386.deb An Errors showed up ![]() Code:
root@awa-desktop:~# (Reading database ... 217862 files and directories currently installed.)
bash: Reading: command not found
root@awa-desktop:~# Unpacking linux-image-2.6.30.5 (from .../linux-image-2.6.30.5_2.6.30.5-10.00.Custom_i386.deb) ...
bash: syntax error near unexpected token `('
root@awa-desktop:~# Done.
bash: Done.: command not found
root@awa-desktop:~# dpkg: error processing /root/linux-image-2.6.30.5_2.6.30.5-10.00.Custom_i386.deb (--install):
bash: syntax error near unexpected token `('
root@awa-desktop:~# trying to overwrite `/lib/firmware/whiteheat.fw', which is also in package linux-image-2.6.29.4
> Running postrm hook script /sbin/update-grub.
> Searching for GRUB installation directory ... found: /boot/grub
> Searching for default file ... found: /boot/grub/default
> Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
> Searching for splash image ... found: /boot/grub/splash.xpm.gz
> Found kernel: /boot/vmlinuz-2.6.29.4
> Found kernel: /boot/memtest86+.bin
> Updating /boot/grub/menu.lst ... done
>
> Errors were encountered while processing:
> /root/linux-image-2.6.30.5_2.6.30.5-10.00.Custom_i386.deb
|
|
|||
|
Hello,
@Nokii, thanks for the write up. It works for me. However,my VMware seems doesn`t work.. It complains about not having kernel headers. So I follow a tutorial from here ... hxxp://forums.remote-exploit.org/backtrack-4-howto/26710-howto-make-vmtools-autofit-guest-work-new-kernel.html until I got "VMware Blocking Filesysytem" not working After following the Nokii`s solution, I did the following: Code:
apt-get install linux-source-2.6.30.7 cd /usr/src/ tar jxvf /usr/src/linux-source-2.6.30.7.tar.bz2 rm -f /usr/src/linux ln -s /usr/src/linux-source-2.6.30.7 /usr/src/linux cd /usr/src/linux zcat /proc/config.gz > .config make scripts make bzImage ln -s /usr/src/linux /lib/modules/2.6.30.7/build #I also did: cd linux-source-2.6.30.7 zcat /proc/config.gz > .config make menuconfig make make modules make modules_install mkinitramfs -o /boot/initrd.img-2.6.30.7 2.6.30.7 hxxp://img687.imageshack.us/img687/3245/snapshot2v.png The content of the log is: (cat /tmp/vmware-root/setup-13742.log) Code:
Nov 01 09:56:10.629: app| Log for VMware Workstation pid=5508 version=6.5.2 build=build-156735 option=Release Nov 01 09:56:10.629: app| Host codepage=UTF-8 encoding=UTF-8 Nov 01 09:56:10.629: app| Logging to /tmp/vmware-root/setup-5508.log Nov 01 09:56:22.694: app| Extracting the sources of the vmmon module. Nov 01 09:56:22.836: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmmon-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30.7/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.3.2 Nov 01 09:56:33.122: app| The vmmon module loads perfectly in the running kernel. Nov 01 09:56:33.122: app| Nov 01 09:56:33.173: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vmmon.o Nov 01 09:56:34.727: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vmmon.ko Nov 01 09:56:43.216: app| Extracting the sources of the vmnet module. Nov 01 09:56:43.317: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmnet-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30.7/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.3.2 Nov 01 09:56:53.404: app| The vmnet module loads perfectly in the running kernel. Nov 01 09:56:53.404: app| Nov 01 09:56:53.410: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vmnet.o Nov 01 09:56:53.675: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vmnet.ko Nov 01 09:56:54.411: app| Extracting the sources of the vmblock module. Nov 01 09:56:54.470: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmblock-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30.7/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.3.2 Nov 01 09:56:56.277: app| Extracting the sources of the vmci module. Nov 01 09:56:56.371: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmci-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30.7/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.3.2 Nov 01 09:57:03.316: app| The vmci module loads perfectly in the running kernel. Nov 01 09:57:03.316: app| Nov 01 09:57:03.324: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vmci.o Nov 01 09:57:03.603: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vmci.ko Nov 01 09:57:04.408: app| Extracting the sources of the vmci module. Nov 01 09:57:04.425: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmci-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30.7/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.3.2 Nov 01 09:57:06.646: app| The vmci module loads perfectly in the running kernel. Nov 01 09:57:06.646: app| Nov 01 09:57:06.655: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vmci.o Nov 01 09:57:07.049: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vmci.ko Nov 01 09:57:07.769: app| Extracting the sources of the vsock module. Nov 01 09:57:07.858: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vsock-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30.7/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.3.2 Nov 01 09:57:11.106: app| The vsock module loads perfectly in the running kernel. Nov 01 09:57:11.106: app| Nov 01 09:57:11.114: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vsock.o Nov 01 09:57:11.445: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30.7/misc/vsock.ko Nov 01 09:57:43.476: app| Extracting the sources of the vmblock module. Nov 01 09:57:43.494: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmblock-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30.7/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.3.2 Thank you
__________________
"If it doesn't sleep, doesn't eat, doesn't take **** breaks and plays poker 24 hours a day - it's a bot!" |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|