Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,210
» Latest member: greg22
» Forum threads: 4,029
» Forum posts: 16,404
Full Statistics
|
Online Users |
There are currently 326 online users. » 0 Member(s) | 324 Guest(s) Bing, Google
|
Latest Threads |
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 353
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 82,882
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 37,699
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,824
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,284
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,231
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 112,769
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 51,507
|
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 41,693
|
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,427
|
|
|
Grub wont boot after a kernel upgrade |
Posted by: EzMe - 2010-09-28, 08:50 AM - Forum: Gentoo
- Replies (1)
|
 |
Hi all,
I've got a weird problem with my gentooserver after upgrading my kernel with genkernel. For some reason it wont boot anymore. When i try to boot it says:
Code: Grub loading Stage1.5
Grub loading, please wait...
Then grub hangs up indefinetely.
So, i booted from a gentoo liveCD, setted up my network and sshd and logged into it. After that:
Code: swapon /dev/sda2
mount /dev/sda3 /mnt/gentoo
mount /dev/sda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
then chroot to the system
Code: chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1"
After that i updated /etc/mtab sinds Grub needs this:
Code: cp /proc/mounts /etc/mtab
My partition table:
Code: (chroot) livecd / # fdisk -l
Disk /dev/sda: 33.8 GB, 33820286976 bytes
255 heads, 63 sectors/track, 4111 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x277b277a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5 40131 83 Linux
/dev/sda2 6 37 257040 82 Linux swap / Solaris
/dev/sda3 38 4111 32724405 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdb doesn't contain a valid partition table
(chroot) livecd / #
After that i tried reinstalling Grub:
Code: (chroot) livecd grub # grub-install /dev/sda
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Unknown partition table signature
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.
(fd0) /dev/fd0
(hd0) /dev/sda
(hd1) /dev/sdb
(chroot) livecd grub #
(/boot is on sda1)
Code: grub
grub> root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 17 sectors are embedded.
succeeded
Running "install /boot/grub/stage1 (hd0) (hd0)1+17 p (hd0,0)/boot/grub/stage2
/boot/grub/menu.lst"... succeeded
Done.
grub> quit
I wiped my MBR to make sure that the new info get's installed:
Code: dd if=/dev/zero of=/dev/sda bs=446 count=1
But still the same problem.
Code: (chroot) livecd / # grub --version
grub (GNU GRUB 0.97)
Code: (chroot) livecd / # fdisk -l
Disk /dev/sda: 33.8 GB, 33820286976 bytes
255 heads, 63 sectors/track, 4111 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5 40131 83 Linux
/dev/sda2 6 37 257040 82 Linux swap / Solaris
/dev/sda3 38 4111 32724405 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdb doesn't contain a valid partition table
/boot
Code: total 7867
drwxr-xr-x 4 root root 1024 Sep 27 14:46 .
drwxr-xr-x 20 root root 4096 Mar 26 2010 ..
-rw-r--r-- 1 root root 1444015 Sep 27 14:22 System.map-genkernel-x86-2.6.34-gentoo-r6
drwxr-xr-x 2 root root 1024 Sep 27 14:24 grub
-rw-r--r-- 1 root root 3401991 Sep 27 14:22 initramfs-genkernel-x86-2.6.34-gentoo-r6
-rw-r--r-- 1 root root 3154656 Sep 27 14:23 kernel-genkernel-x86-2.6.34-gentoo-r6
drwx------ 2 root root 12288 Sep 27 14:12 lost+found
/boot/grub
Code: total 231
drwxr-xr-x 2 root root 1024 Sep 27 14:24 .
drwxr-xr-x 4 root root 1024 Sep 27 14:46 ..
-rw-r--r-- 1 root root 197 Sep 27 14:18 default
-rw-r--r-- 1 root root 45 Sep 27 14:18 device.map
-rw-r--r-- 1 root root 8692 Sep 27 14:18 e2fs_stage1_5
-rw-r--r-- 1 root root 7820 Sep 27 14:18 fat_stage1_5
-rw-r--r-- 1 root root 7088 Sep 27 14:18 ffs_stage1_5
-rw-r--r-- 1 root root 271 Sep 27 14:26 grub.conf
-rw-r--r-- 1 root root 7088 Sep 27 14:18 iso9660_stage1_5
-rw-r--r-- 1 root root 8676 Sep 27 14:18 jfs_stage1_5
lrwxrwxrwx 1 root root 9 Sep 27 14:20 menu.lst -> grub.conf
-rw-r--r-- 1 root root 7292 Sep 27 14:18 minix_stage1_5
-rw-r--r-- 1 root root 9684 Sep 27 14:18 reiserfs_stage1_5
-rw-r--r-- 1 root root 33856 Sep 27 14:24 splash.xpm.gz
-rw-r--r-- 1 root root 512 Sep 27 14:18 stage1
-rw-r--r-- 1 root root 107808 Sep 27 14:18 stage2
-rw-r--r-- 1 root root 7344 Sep 27 14:18 ufs2_stage1_5
-rw-r--r-- 1 root root 6692 Sep 27 14:18 vstafs_stage1_5
-rw-r--r-- 1 root root 9524 Sep 27 14:18 xfs_stage1_5
grub.conf
Code: default 0
timeout 10
#splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Gentoo Linux 2.6.34-gentoo-r6
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.6.34-gentoo-r6 root=/dev/ram0 init=/linuxrc real_root=/dev/sda3
initrd /boot/initramfs-genkernel-x86-2.6.34-gentoo-r6
fstab:
Code: /dev/sda1 /boot ext2 defaults,noatime 1 2
/dev/sda2 none swap swap 0 0
/dev/sda3 / ext3 noatime 0 1
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
/dev/sdb /home/big auto noatime 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
proc /proc proc defaults 0 0
lspci:
Code: (chroot) livecd / # lspci
00:00.0 Host bridge: Silicon Integrated Systems [siS] 645xx (rev 02)
00:01.0 PCI bridge: Silicon Integrated Systems [siS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [siS] SiS963 [MuTIOL Media IO] (rev 04)
00:02.1 SMBus: Silicon Integrated Systems [siS] SiS961/2 SMBus Controller
00:02.3 FireWire (IEEE 1394): Silicon Integrated Systems [siS] FireWire Controller
00:02.5 IDE interface: Silicon Integrated Systems [siS] 5513 [iDE]
00:02.7 Multimedia audio controller: Silicon Integrated Systems [siS] AC'97 Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [siS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [siS] USB 1.1 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [siS] USB 1.1 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [siS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [siS] SiS900 PCI Fast Ethernet (rev 91)
00:07.0 RAID bus controller: Silicon Image, Inc. SiI 3512 [sATALink/SATARaid] Serial ATA Controller (rev 01)
00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x] (rev a1)
file -s /dev/sd*
Code: livecd ~ # file -s /dev/sd*
/dev/sda: x86 boot sector; GRand Unified Bootloader, stage1 version 0x3, stage2 address 0x2000, stage2 segment 0x200; partition 2: ID=0x82, starthead 0, startsector 80325, 514080 sectors; partition 3: ID=0x83, starthead 0, startsector 594405, 65448810 sectors, code offset 0x48
/dev/sda1: x86 boot sector; GRand Unified Bootloader, stage1 version 0x3, 1st sector stage2 0x9041, code offset 0x48
/dev/sda2: Linux/i386 swap file (new style) 1 (4K pages) size 64259 pages
/dev/sda3: x86 boot sector, LInux i386 boot LOader
/dev/sdb: Linux rev 1.0 ext3 filesystem data (needs journal recovery) (large files)
livecd ~ #
No idea where to look for anymore :)YOu guys got any idea..? TIA!
Grt EzMe
|
|
|
Releasing beta code for selected customers (ZFS to Linux) |
Posted by: Guest - 2010-09-17, 10:24 AM - Forum: Kernel Related
- Replies (1)
|
 |
KQ Infotech Pvt. Ltd. is responsible for spamming many Linux forums. Being a clueless company, KQ believes that spamming forums advertising the company's capabilities will raise awareness of the company and drive visitors to their site. We are also firm believers in talking about ourselves in the third person, because it sounds more unbiased.
KQ’s expertise in understanding how customers react to their first post contributing nothing of value to any forums greatly undermines any standing they have in the Linux community. After dedicated effort, we have finally created a product that is available for the selected beta customers, but rather than alert those selected beta customers by using an email circular or our own customer forums, we feel the best way of communicating this information is to spam the hell out of every forum possible. Please log on to our website to apply to become one of these selected beta customers in the vain hope you will be selected, despite the fact we have already mentioned we have selected them so you've missed the boat, I'm afraid, but we can still demonstrate how effective spamming forums is. We don't work like most open-source communities that put their products live on sourceforge or available for public testing, we require that you jump through hoops to register yourself through the beta form in order to get the code for testing. Once you fill the form, we have your details, and one of our representatives will be contacting you by spamming forums once again.
As we are selecting a batch of 25 beta customers from different testing environments, please await until we get at least this number, since we have no beta testers nor public forums of our own. To allow proper support bandwidth for beta customers, we have limited the batch to 25, because we are crap at capacity planning and have no concept of using anything like torrents or network peering to make the data available. We would be increasing the bandwidth as and by the beta matures, because we treat you as paying customers, and not as testers, so expect to pay something to cover the cost of our bandwidth. We are in the process of selecting our first batch of customers, so please register yourself through the form now, otherwise we won't have any testers (sorry, customers) to run our tests.
Thank all search engines for indexing this forum post, and for showing just how many times KQ has spammed numerous forums and had their post pulled.
|
|
|
List and extract RPM files. |
Posted by: Bakshara - 2010-09-05, 05:58 PM - Forum: Package Management
- Replies (1)
|
 |
I did a lot of looking on-line and that was not helpful at all. I hope someone can explain how I can either extract all files from an RPM or only extract certain files from an RPM?
This is without installing the RPM file.
Thanks in advance,
Bakshara
|
|
|
Installing Linux, but keeping windows too |
Posted by: Basement Nerd - 2010-08-19, 02:20 AM - Forum: Just Starting Linux
- Replies (4)
|
 |
I have windows now, and lots of files/windows programs that I want to keep. However, I also want to get Linux. I don't want a special "user-friendly" edition or anything like that-- I know it'll be hard to get used to, which is why I'm keeping windows until I'm comfortable enough with Linux. If anybody can help me to install Linux without losing everything else, or recommend a good simple version to start building onto and customizing, I would really appreciate your help.
|
|
|
Change read write permission for partition |
Posted by: jc_anthro - 2010-08-19, 02:03 AM - Forum: How Do I?
- Replies (2)
|
 |
Hi,
I set my computer up as a dual vista ubuntu boot. I also created an extra partition into which I dumped all my old files from old laptops etc. At first this was all fine and I could access it no problems. However, several updates later the permission seem to have been changed and I can now no longer access the partition (although i can still see it). Bearing in mind I don't want to risk losing the data, how do i change the permissions so I can access the files again?
Thanks in advance
|
|
|
Can not log into encrypted directory after update |
Posted by: Charles Anthony - 2010-08-08, 10:33 AM - Forum: Filesystem Management
- Replies (2)
|
 |
I am in dire need of help again.
After doing the latest updates on my Eee1000 Fedora13 netbook, I get the usual screen that asks for my /home directory password:
Code: /home is password protected
but my password is not accepted. I can not get past this stage of boot up and yes, I am typing the correct password.
I booted up a live version on a USB drive and tried to read the directory but failed. As expected, I was prompted for the password, entered it and access was still denied. the message in the error window says:
Code: [b]Unable to mount location[/b]
Error unlocking device: cryptsetup exited with exit code 255: No key available with this passphrase.
Where do I go from here to get access to this partition?
Here are some more messages that might give clues:
Code: /home is password protected: *********
/dev/mapper/temporary-cryptsetup-759: lsetfilecon failed: No such file or directory
/dev/mapper/temporary-cryptsetup-759: open failed: No such file or directory
Failed to open temporary keystore device.
Failed to read from key storage.
/home is password protected:
|
|
|
disappearing Firefox |
Posted by: gmrox - 2010-07-26, 01:38 PM - Forum: How Do I?
- Replies (7)
|
 |
On my new linux mint 9 system the accidental removal of a supply plug has caused firefox to become inoperable. This happened also on my Fedora 10 system, where it was fixable by going into admin and setting firefox to activate on startup. I can't find such an option on linux mint 9. Does anyone know how to fix this?
Cheers, GM
|
|
|
skype webcam for linux mint 9 |
Posted by: gmrox - 2010-07-24, 09:58 AM - Forum: How Do I?
- Replies (3)
|
 |
I have a creative Live! Cam Vista IM webcam which works ok in linux mint 9 Cheese but doesn't work in Skype. If I press the test option in Skype the whole screen goes blank and the the options screen reappears with no test picture on it. Is this fixable or do I need to get another webcam, and if so, which webcams will work in Skype with Linux Mint 9?
Cheers, GM
|
|
|
linux on an old laptop |
Posted by: Dutch-Lin - 2010-07-15, 05:48 AM - Forum: Just Starting Linux
- Replies (4)
|
 |
hey dudes!
I got this old laptop from a friend of mine.
it;s a p3 500mhz with only 86mb's of ram.
Would it be possible to run a linux with graphical interface on it?
Reason I am asking is cause I actually don't want to put windows 98 on that machine....even though it would let me run some programs and old games which xp and up won't run....
|
|
|
I can detect wireless but I can not connect |
Posted by: Charles Anthony - 2010-07-14, 12:06 PM - Forum: Wireless
- Replies (6)
|
 |
I have no idea wjhere to start trouble shooting my problem.
My wireless card is able to detect wireless signals but I can not connect to them. I get a pop up window that asks me to enter the security passkey. I am sure I am entering the right one, I double checked the router security settings through a wired connection. However, the icon whirls around for a few seconds and then gives me the same pop up window again asking for the passkey. I can not connect to open networks either.
I am using Fedora 13 and this developed after recent updates from about two weeks ago.
|
|
|
|