[expert] Raw_add: partition table full error

2002-04-26 Thread db
I have been struggling with getting two linux's (Mandrake 8.1 RH 5.1) set up on my machine and have been back and forth so many times on the partitioning of this drive that apparently I filled up the partition table or something ... it won't let me finish any partitioning now ...when I try to go

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread Dianne Marie Montesa
hi db it seems that your partition table is already fscked up ... i would suggest *really* zapping the boot sector (usually sector 1) that contains partition and booting info about your disk. to delete info on your boot sector as if your disk is new, boot on rescue mode: dd if=/dev/zero

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread Ron Stodden
db wrote: I have been struggling with getting two linux's (Mandrake 8.1 RH 5.1) set up on my machine and have been back and forth so many times on the partitioning of this drive that apparently I filled up the partition table or something ... it won't let me finish any partitioning now

[expert] make bzImage errors

2002-04-26 Thread Phil R Lawrence
I'm getting Multiple definition of `[subroutine]' errors. The tail of the output follows... any ideas? make[1]: Entering directory `/usr/src/linux-2.4.18-6mdk' ld -m elf_i386 -T /usr/src/linux-2.4.18-6mdk/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o

Re: [expert] Mdk Update Locking!

2002-04-26 Thread Mark Williamson
Hello Richard, Have a look in /var/cache/urpmi/ and /var/cache/urpmi/rpms directorys, and you may see either 0 bytes files or incomplete downloads, just delete them and try again..yes this will also cause a problem in 8.2.. if the PC locks, or something happens during the update process..

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread Bill Kenworthy
Use fdisk to check the partitions. On a recent install of 8.2, I slid the slider for disk size in diskdrake to the far right (allocate all disk space) and ended up with a partition that went past the end of the disk. Was the devils job fixing it. Did not think it was a Mandrake problem at the

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread Ron Stodden
Bill Kenworthy wrote: Use fdisk to check the partitions. On a recent install of 8.2, I slid the slider for disk size in diskdrake to the far right (allocate all disk space) and ended up with a partition that went past the end of the disk. Was the devils job fixing it. A valuable tip is

[expert] Boot problem

2002-04-26 Thread Paul Stear
Hi all, I have updated 8.1 to 8.2 and all seemed to go well except when I rebooted after update and selected linux from the menu I was left with an 'S' on the screen, the hard disk activity light a constant red and no response. I tried various things like nodevfs and just text lilo. I then

Re: [expert] Boot problem

2002-04-26 Thread kwan
On Fri, 26 Apr 2002, Paul Stear wrote: Hi all, I have updated 8.1 to 8.2 and all seemed to go well except when I rebooted after update and selected linux from the menu I was left with an 'S' on the screen, the hard disk activity light a constant red and no response. I tried various

[expert] RAID

2002-04-26 Thread Robert Boggs
Do any of you folks know how to install Mandrake 8.2 on a raid system? How much is involved? I have a hpt 370 controller on my motherboard. RB Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread dbota
I'm using discdrake from Mandrake 8.1. I'm trying to re-partition the drive properly to add Mandrake and RedHat 5.1 (for a deadended legacy app.) along with the win98 that is already loaded. I think 5.1 has to be on primary along with windows. Not sure what I did wrong ... maybe I tried to

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread dbota
hi db Hi Dianne! it seems that your partition table is already fscked up ... i would suggest *really* zapping the boot sector (usually sector 1) that contains partition and booting info about your disk. to delete info on your boot sector as if your disk is new, boot on rescue mode:

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread Nicolas ROBAUX
Le Vendredi 26 Avril 2002 15:43, vous avez écrit : Bill Kenworthy wrote: I don't consider diskdrake mature enough to trust yet - this experience confirms that. I still will not use any partitioning tool but Partition Magic, despite its few problems. The Ranish Partition So do I... Once,

[expert] dialog, script error -- maybe OT

2002-04-26 Thread kwan
Hello All: I'm trying to diagnose a problem I'm having with the Mandrake 8.2 supplied version of the dialog utility (cdialog 0.9a). I have the following section of script which copies from one directory to another: for item in `cat ${HOME}/tmp/FILELIST` do dialog

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread Dianne Marie Montesa
hi dan ok, now that you said you have an ATA100, the situation is different. i think for such hard disk controllers, you need to do a reverse detection. its important that your regular ide controllers are detected as hda-hdd and that your ATA controllers are detected as hde-hdh then you install

Re: [expert] make bzImage errors

2002-04-26 Thread kwan
On 26 Apr 2002, Phil R Lawrence wrote: I'm getting Multiple definition of `[subroutine]' errors. The tail of the output follows... any ideas? [snip] make[1]: *** [kallsyms] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.18-6mdk' make: *** [vmlinux] Error 2 Try the following:

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread civileme
Dianne Marie Montesa wrote: hi db it seems that your partition table is already fscked up ... i would suggest *really* zapping the boot sector (usually sector 1) that contains partition and booting info about your disk. to delete info on your boot sector as if your disk is new, boot on

[expert] Fwd: [newbie] msec settings

2002-04-26 Thread Fred Fraley
I have a single machine, no local network, with a broadband (cable modem) connection. Using msec,level 3, which uses a default umask of 022. Is there any reason to create a perm.local file rather than simply edit the settings in the /usr/share/msec/perm.xx files? I want to

[expert] MSEC - edit perm.xx or create perm.local?

2002-04-26 Thread Fred Fraley
I have a single machine, no local network, with a broadband (cable modem) connection. Using msec,level 3, which uses a default umask of 022. Is there any reason to create a perm.local file rather than simply edit the settings in the /usr/share/msec/perm.xx files? I want to

Re: [expert] Boot problem

2002-04-26 Thread Paul Stear
On Friday 26 April 2002 16:54, you wrote: On Fri, 26 Apr 2002, Paul Stear wrote: Hi all, I have updated 8.1 to 8.2 and all seemed to go well except when I rebooted after update and selected linux from the menu I was left with an 'S' on the screen, the hard disk activity light a constant

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread db
Sorry Dianne that I led you to believe the machine has ATA controllers. It doesn't. We just bought a new large drive to install these mulitple OS's on: a WD ATA 100 40g drive. The machine is a Dell Dimension XPS T-450 PIII. The Dell website shows the controllers to be EIDE. The data cables

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread db
Hi Civileme! I believe I did both! :( I was trying tomake the linux 8.1 /root be a ext3 type as suggested and chose extended 0x85 under preferences. And the first time I tried to format the various partitions with diskdrake, it wouldn't accept 2 swaps so I thought making one of them primary

Re: [expert] Mandrake 8.2 and Wordperfect 8

2002-04-26 Thread kwan
On Fri, 26 Apr 2002, Brian Schroeder wrote: ...path.../xwp: file not found (or words to that effect). The actual executable xwp does exist where it always did, and is executable. Any hints would be appreciated. This often indicates that the program is linked against libraries that do

[expert] RAID

2002-04-26 Thread Robert Boggs
Has anyone ever tried to put mandrake on a raid system. My system is highpoint raid on a epox board. I would like to try to put 8.2 on this system. I have 2 20 g IBM hard drives. They are on raid0. Please help. RB Want to buy your Pack or Services from MandrakeSoft? Go to

[expert] GUI for Oggenc?

2002-04-26 Thread Sevatio
Any recommendations for a frontend to Oggenc? This is for converting wav - ogg. -Sevatio Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [expert] GUI for Oggenc?

2002-04-26 Thread Dave Sherman
On Fri, 2002-04-26 at 17:54, Sevatio wrote: Any recommendations for a frontend to Oggenc? This is for converting wav - ogg. grip -- Dave Sherman Beware the wrath of dragons, MCSE, MCSA, CCNAfor you are crunchy,

Re: [expert] KDE 3 and Konsole...

2002-04-26 Thread Joseph Braddock
Actually, I removed it from the task bar as directed and added it to the desktop and then dragged it back onto the task bar and it works like a charm! Joe On Thu, 25 Apr 2002 08:24:11 +0100 Tony S. Sykes [EMAIL PROTECTED] wrote: This is on the mandrake web site, and you just need to remove

Re: [expert] Mdk Update Locking/stalling!

2002-04-26 Thread Ricardo Castanho de O. Freitas
On 26 Apr 2002, Mark Williamson wrote: Tks! but MdkUpdate is still stalling! I've seen another message about a fellow with the same problem! It hangs on 43% Hello Richard, Have a look in /var/cache/urpmi/ and /var/cache/urpmi/rpms directorys, and you may see either 0 bytes files or incomplete

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread Ron Stodden
[EMAIL PROTECTED] wrote: I didn't know this Ranish Partition Manager... do you recommand it ? What are these problems with PM ? When creating Linux partitions or when resizing ? All those 1xx numbered problems with the partition table where PM lights up that disk in yellow and gives up.

Re: [expert] How do I stop Apache advertising its version

2002-04-26 Thread Paul Cox
On Friday, Apr 19, 2002, Chris Slater-Walker wrote: I tried the Netcraft webserver survey (www.netcraft.com/survey) to check if it could tell which software my web site is running, and it told me the exact version of Apache I am running together with some other details. Is there any way I

Re: [expert] making nautilus not popup when mounting a CD

2002-04-26 Thread Paul Cox
On Thursday, Apr 25, 2002, Vincent Danen wrote: I hate supermount, so I disable it. I don't know if this behaviour is related to it or not, but I get really aggravated with nautilus when it always opens up a new window whenever I mount a new CD. If I wanted to view the CD with nautilus,

[expert] Kernel Headers

2002-04-26 Thread nDiScReEt
Anybody know how to generate and create kernel headers from a vanilla kernel source? I use lilo with GUI to boot into my system and I would like to have kernel headers for a 2.5.10 kernel that I had configured and installed. I did the usual: cd to /usr/src remove linux symlink (rm -f linux)

Re: [expert] RAID

2002-04-26 Thread Robert
Conventional wisdom (Civilme) has it that the highpoint raid controller will not offer any more gains than a linux software raid.i too have the same controller on a Abit board, I used it in raid 0 with windows b4 I turned to linux. Under windows the benchmarks are great but real life gains are

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread db
I'm not sure who is following this string but I have apparently fouled up the boot sector of the partition table while partitioning with Mandrake 8.1's Diskdrake and cannot procede with adding Mandrake 8.1 and Redhat 5.1 partitions my HD which presently contains a windows98 partition. (40G, ATA

[expert] dial daemon cuts me off when restarting X server

2002-04-26 Thread Robert
Out of the box it is possible to resart the X server without dropping your dial up connection. This is true for all the versions of mandrake I have used to date including my current 8.2 install That is untill I installed KDE3. Now when ever I need to restart the X server which is not uncommon

Re: [expert] Raw_add: partition table full error

2002-04-26 Thread KevinO
1) Can you delete all of the partitions except the first ( windows C: ) and then commit the changes to disk or will that fail also ? You can always abort the install and then restart the install later. 2) During the install, can you use one of the other vitual consoles to execute the fdisk