Jump to content

Cannonfodder

Members
  • Posts

    2898
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Cannonfodder

  1. Problem with that setup is what happens if you want to add a 5th partition? You are screwed. Just designate one as the extended partition. Really, in this setup, only win98 needs to be on a primary partition, so if you set partition 1 (hda1) as primary, and then define the remainder of the hard drive as "extended", you can create any number of partitions. Why?

     

    Linux should be on several partitions rather than one. Better for backup (smaller partitions). You can define a /, an /usr, you will need a /swap, a /home..

     

    Let's say down the road, you decide to test a new version of mandrake. You can install a new version along side with your current until beta testing is done and you are ready to make a permanent change.

     

    I would define what your needs are and just define partitions sizes you need. If you have left over undefined partition space, all the better for the future.

     

    I have a set of linux partitions, a few fat32 partitions, and still have 10 gig of unallocated space for the future..

  2. I would try keeping the 10 gig, put win98 on it, make it C:. Then use the 40 gig for linux, plus additional fat32.. for D: (install software/swap/temp files). You have more than 4 partitions since you can make extended partitions.

     

    Otherwise,

     

    hda1 - win98 (3 gig)

    hda2 - extended (use diskdrake)

    hda5 - D: (software)

    hda6 - /

    hda7 - /usr

    hda8 - /home

     

    There are lots of variations depending on your needs.. Typically you really only require win98 to be in the first partition. The rest is flexible. Note to the wise, do not use windows fdisk on your hard drive after installing linux. Always use diskdrake to do the partition work.

  3. Mandrake-user,

     

    What this means is..

     

    /etc/fstab has entry for where to mount. Such as /mnt/cdrom2. If you want to mount at /mnt/dvd, then you must change /etc/fstab first!

     

    1. Make a new folder /mnt/dvd.

     

    2. Unmount /mnt/cdrom

     

    umount /mnt/cdrom

     

    3. Edit /etc/fstab. Find entry and change to /mnt/dvd.

     

    4. Now remount..

     

    mount -a

     

    Basically what ramfree17 said, but I added step numbers :P

  4. For a while we have had a personalized rank title feature available for frequent posters who have reached a posting benchmark. This has now been expanded to allow any member of this board to request a personalized rank title..

     

    If you would like a personlized rank title, just PM one of the 4 site administrators.

     

    anon

    cannonfodder

    Mystified

    Paul

     

    Guidelines for this are:

     

    1. Must be unique. If someone else is using it, you can't.

     

    2. Must follow guidelines.. We will let you know if its too far south to be used

     

    3. Must not be similar to Moderator or Admin.

     

    4. Must not be a title that may lead others to believe you are a member of a group when you are not.

     

    5. Only do this if you feel you will be regularly participating in the group. Thanks!

  5. From opera.linux newsgroup as of Monday, May 19th..

     

    Hi all,

     

    Opera 7.11 final for Linux (intel and PPC) is now available.

     

    Download at:

    http://www.opera.com/download/index.dml?platform=linux

     

     

    Please discuss this release in the opera.linux news group or opera-linux

    mail list before submitting bugs to our BTS (Bug Tracking System).

     

    When you start a thread on opera.linux news group or opera-linux mail list

    please do not reply to this message. Instead: Write a subject line that

    tells what you want to talk about. That way it is much simpler to keep

    track of everything.

     

     

    Changelog (for entire 7.11 release)

     

    http://www.opera.com/linux/changelogs/711/

     

     

    Changelog (since beta 2)

     

    - Fixed a problem when opening many pages on startup when in

      offline mode. Each OK press would toggle the online/offline state.

    - Added WM_CLASS property to javascript console

    - Do not reset checkbox settings when closing the "Edit keyboard setup"

      or "Edit mouse setup" dialog boxes.

    - Support for configurable fonts in menubar and menus, dialogs, toolbars,

      panels (hotlist) and E-Mail compose font

    - Let gestures work also right after a page has been opened from a menu

    - Do not loose mouse selection when opening file selector dialog box

    - Fixed a "delete-active-contact" crash failure.

    - Let newlines in postal-addresses in contacts be saved and parsed

      correctly so that the information is not lost.

    - Paste fix in multi line edit. The cursor would not move to the

      end of the inserted text.

    - Modified mid-click behavior to better match what was done 6.x

    - Fixed the dropdown control so that a mouse click on the "down"

      arrow of the control will not open the dropdown window if it

      is already visible.

    - "Open" from right-click menu in document would open link but Opera

      would not allow to go back to the original page without a reload

    - DnD, right-click menu and midclick activation of a link ignored anchors

      in urls.

    - Fixed redraw problems in documents with frames (occurred when changing zoom factor)

    - Automatic detection for OPERA_FORCE_JAVA_ENABLED

     

     

    Enjoy,

     

    --  

    Espen Sand

    espen@opera.com

  6. At the risk of giving you an easy answer, upgrading is probably not the best way to go. You might want to consider backing up any customizations and doing a fresh install.. or create a new /home and /whatever partition and do a fresh install there first (run 2 linux distros for a while). Test it out and bring over any customizations and then throw the old one away..

  7. Here's what man lilo says about the 40 40

     

    BOOT ERRORS

          The boot process takes place in two stages.  The first stage loader  is

          a single sector, and is loaded by the BIOS or by the loader in the MBR.

          It loads the multi-sector second stage loader, but is very  space  lim-

          ited.   When  the  first stage loader gets control, it types the letter

          "L"; when it is ready to transfer control to the second stage loader it

          types  the letter "I".  If any error occurs, like a disk read error, it

          will put out a hexadecimil error code, and  then  it  will  re-try  the

          operation.   All hex error codes are BIOS return values, except for the

          lilo-generated 40, 99 and 9A.  A partial list of error codes follows:

                                                                                                                               

                 00  no error

                 01  invalid disk command

                 0A  bad sector flag

                 0B  bad track flag

                 20  controller failure

                 40  seek failure (BIOS)

                 40  cylinder>1023 (LILO)

                 99  invalid second stage index sector (LILO)

                 9A  no second stage loader signature (LILO)

                 AA  drive not ready

                 FF  sense operation failed

                                                                                                                               

          Error code 40 is generated by the BIOS, or by LILO during  the  conver-

          sion  of a linear (24-bit) disk address to a geometric (C:H:S) address.

          On older systems which do not support lba32 (32-bit)  addressing,  this

          error  may  also  be  generated.  Errors 99 and 9A usually mean the map

          file (-m or map=) is not readable, likely because LILO was  not  re-run

          after some system change, or there is a geometry mis-match between what

          LILO used (lilo -v3 to display) and what is actually being used by  the

          BIOS (one of the lilo diagnostic disks, available in the source distri-

          bution, may be needed to diagnose this problem).

     

    Some things you could of tried is

     

    1. Default your bios.

    2. Go to the /mnt/etc/lilo.conf (if you can) and edit the lilo.conf file. Make sure it has a boot=/dev/hda in the first line. Then mount / and type lilo to process it (Or chroot /mnt).

  8. I'm having problems getting 4.09 (with xmatrix) installed. I have gotten through all the obvious ./configure errors where I was missing some lib-whatever-devel libraries. But now that I"m making it, I get errors when it attempts to make the ./po directory. I think this is some deal where it converts messages written in different languages using /usr/msgfmt.

     

    Here's my output, if anyone has any ideas?

     

    mryan /share/download/xscreensaver-4.09 $make
    
    make[1]: Entering directory `/share/download/xscreensaver-4.09/utils'
    
    make[1]: Nothing to be done for `default'.
    
    make[1]: Leaving directory `/share/download/xscreensaver-4.09/utils'
    
    make[1]: Entering directory `/share/download/xscreensaver-4.09/driver'
    
    make[1]: Nothing to be done for `default'.
    
    make[1]: Leaving directory `/share/download/xscreensaver-4.09/driver'
    
    make[1]: Entering directory `/share/download/xscreensaver-4.09/hacks'
    
    make[1]: Nothing to be done for `default'.
    
    make[1]: Leaving directory `/share/download/xscreensaver-4.09/hacks'
    
    make[1]: Entering directory `/share/download/xscreensaver-4.09/hacks/glx'
    
    make[1]: Nothing to be done for `default'.
    
    make[1]: Leaving directory `/share/download/xscreensaver-4.09/hacks/glx'
    
    make[1]: Entering directory `/share/download/xscreensaver-4.09/po'
    
    /usr/bin/msgfmt -o da.gmo da.po
    
    da.po:5846: duplicate message definition
    
    da.po:554: ...this is the location of the first definition
    
    /usr/bin/msgfmt: found 1 fatal error
    
    make[1]: [da.gmo] Error 1 (ignored)
    
    /usr/bin/msgfmt -o es.gmo es.po
    
    es.po:5818: duplicate message definition
    
    es.po:551: ...this is the location of the first definition
    
    /usr/bin/msgfmt: found 1 fatal error
    
    make[1]: [es.gmo] Error 1 (ignored)
    
    /usr/bin/msgfmt -o et.gmo et.po
    
    et.po:5288: duplicate message definition
    
    et.po:525: ...this is the location of the first definition
    
    /usr/bin/msgfmt: found 1 fatal error
    
    make[1]: [et.gmo] Error 1 (ignored)
    
    /usr/bin/msgfmt -o ja.gmo ja.po
    
    ja.po:5097: duplicate message definition
    
    ja.po:517: ...this is the location of the first definition
    
    /usr/bin/msgfmt: found 1 fatal error
    
    make[1]: [ja.gmo] Error 1 (ignored)
    
    /usr/bin/msgfmt -o ko.gmo ko.po
    
    ko.po:5106: duplicate message definition
    
    ko.po:491: ...this is the location of the first definition
    
    /usr/bin/msgfmt: found 1 fatal error
    
    make[1]: [ko.gmo] Error 1 (ignored)
    
    /usr/bin/msgfmt -o vi.gmo vi.po
    
    vi.po:5370: duplicate message definition
    
    vi.po:547: ...this is the location of the first definition
    
    /usr/bin/msgfmt: found 1 fatal error
    
    make[1]: [vi.gmo] Error 1 (ignored)
    
    /usr/bin/msgfmt -o wa.gmo wa.po
    
    wa.po:5313: duplicate message definition
    
    wa.po:540: ...this is the location of the first definition
    
    /usr/bin/msgfmt: found 1 fatal error
    
    make[1]: [wa.gmo] Error 1 (ignored)
    
    make[1]: Leaving directory `/share/download/xscreensaver-4.09/po'
    
    mryan /share/download/xscreensaver-4.09 $

×
×
  • Create New...