Jump to content

Cannonfodder

Members
  • Posts

    2898
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Cannonfodder

  1. I've just downloaded and installed popfile.. per linuxmag its one of the top downloads from sourceforge. For those of you who are interested, here's the link. It was easy to setup and is trainable. It doesn't do bouncing but per the author he feels that bouncing only stresses the email system more (and explains why) plus spammers are ignoring bounces now. Another advantage is that popfile is crossplatform and perl based..

     

    http://sourceforge.net/projects/popfile

  2. I've been trying to get news-grabber 3 working with wine, but no luck so far. It allows me to select the database but then gives me an error message as it can't create some file or whatnot.. bother!

  3. Regarding mcc or diskdrake, when I make a partition change, diskdrake will ask me if I want to update the fstab file. I always say no so that

     

    a. My format stays as I like it.

    b. diskdrake has been known to not deal with comments very well. ;)

  4. Here's a copy of my /etc/fstab file if it helps..

     

    # Linux partitions 
    
    /dev/hdc5 / reiserfs notail 1 1 
    
    /dev/hdc6 swap swap defaults 0 0 
    
    /dev/hdc7 /usr reiserfs notail 1 2 
    
    /dev/hdc8 /home reiserfs notail 1 2 
    
    
    
    # CD/DVD 
    
    none /mnt/cdrom supermount dev=/dev/hdb,fs=auto,ro,user,--,iocharset=iso8859-1,codepage=850 0 0 
    
    none /mnt/cdrom2 supermount dev=/dev/scd0,fs=auto,ro,user,--,iocharset=iso8859-1,codepage=850 0 0 
    
    none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850 0 0 
    
    
    
    # FAT32 partitions 
    
    /dev/hda1 /mnt/win2k vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0 
    
    /dev/hda5 /mnt/software vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0 
    
    /dev/hda6 /mnt/windev vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0 
    
    /dev/hdc9 /mnt/wintemp vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0 
    
    /dev/hdc10 /mnt/winrip vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0 
    
    
    
    # Some dev 
    
    none /dev/pts devpts mode=0620 0 0 
    
    none /proc proc defaults 0 0

  5. Honestly I don't know if Mac OS X can run on a linux machine. I remember looking a while back and not being able to find a link. I would be surprised if it did since Mac is a hardware company as well as a software company.

     

    As far as iMovie/iPhoto, there is plenty of photo and movie software. A good place to start looking is www.freshmeat.net or www.sourceforge.net. Make an account and you can search for keywords to locate projects.

  6. Browse: [About the FAQ Forum] [Table of Contents] [FAQs] [Contribute] [RPM: About rpm usage (urpmi, rpmbuild...)]

     

    TR-03: How can I rebuild my RPM databases?

     

    Sometimes you try to add a new package using RPM or URPMI and end up getting a database error or some other "odd" error. Usually the first thing you should try to do is rebuild your RPM database. Here's a simple one liner to do so..

     

    rm -f /var/lib/rpm/__db* && rpm --rebuilddb

     

    This command will remove the database files and then issue a database rebuild command.

  7. I realize what I did wrong. Nothing.. :) I thought it was a 600 meg plus cd when its really only 6 meg or so. I couldn't figure why the command was operating that fast. Thanks for your help and glad to learn something new (dd command). :wink:

  8. Can anyone tell me what I'm doing wrong here?

     

    mkisofs -o partimage.iso -R -J /mnt/cdrom

     

    It runs about 1-2 seconds and gives me a large 600 meg plus file.. Output is:

     

    Total translation table size: 0

    Total rockridge attributes bytes: 1318

    Total directory bytes: 4096

    Path table size(bytes): 38

    Max brk space used 7064

    2944 extents written (5 Mb)

  9. You can also make sure you have all the mandrake documentations installed.

     

    E.g.

     

    Look for packages with mandrake_doc

     

    such as

     

    mandrake_doc-drakxtools-en-9.1-2mdk

    mandrake_doc-en-9.1-2mdk

  10. Have you considered purchasing a second hard drive to put linux on? If you do so, you can rest assured that your first hard drive containing windows98 will not be affected by anything you do. Otherwise, its a chance you take.. Like you I started with one drive and managed to hose my system a number of times. I know why I hosed it and can avoid it but I decided to get a second drive and feel more secure in experimenting with linux, partitions, and other projects.

×
×
  • Create New...