Jump to content

SoulSe

Global Moderator
  • Posts

    4296
  • Joined

  • Last visited

Posts posted by SoulSe

  1. I have a directory full of rpms which I am trying to add to urpmi.

     

    I give urpmi.addmedia the command and it says it has installed the new source perfectly (including building the synthesis file).

     

    But when I try to use that source it says it has problems with the synthesis file.

     

    Any ideas?

  2. The diverse horizon of the Linux universe is the reason it is so strong today.

     

    I say let there be a billion distros. If it wasn't for the slackware's, etc we wouldn't have had redhat and if it wasn't for redhat we wouldn't have mandrake.

     

    Linux breeds on diversity. It has the strongest "gene pool" of any Operating system. Standardisation may make your life easier, but will turn Linux into a cheap mimic of windoze.

  3. Linux does have a lot of options - which is why I ONLY install the ones I take a liking to and get familiar with them.

     

    So for mail, I ONLY use Evolution. Which is a great looking and very easy to use program.

     

    I'm not going to try and twist you into one desktop or another, that is a matter for personal preference, but my girlfriend hated KDE because of the "busy" desktop and preferred a minimal looking Gnome.

     

    My point: play around and remove programs not being used, etc. before breaking it on your wife and then tell her what programs to use for what and remove the rest.

     

    BTW: Gnucash is a great little money app that comes with 9.0

  4. I can't get very technical about the changes (there are people here who could though) but I also used 8.2 and gave up with it after a while.

     

    Now I am on 9.0 and loving it. I think what got me going was an instant love affair with Gnome 2.0 (which has replaced my love of KDE).

     

    It also had better support for most of my hardware and urpmi seems to give less hassles.

     

    I also discovered this board, where help is only a few clicks away. The people here are great and will solve just about any problem you encounter. Of course some learning will be required (like with anything) but I'll think you'll find the learning to require less pain.

     

    Try it I guess. ButI don't think you'll have to wait for MDK 10 to start enjoying the distro, if ya know what I mean :wink:

  5. Well, I have just recently sacked windoze once and for all. It's a good feeling.

     

    I have a girlfriend who uses my computer all the time - I sat with her and set up a cute desktop the way she wanted it (geyes and all - even Pink on the desktop :roll: ) and now she never asks for anything, just logs in and does everything she needs to without a worry in the world. We're talking about a girl here who cannot even spell pc. erm...

     

    So maybe your wife using Linux isn't so daunting. I don't know if you have used mdk 9.0 yet, but it is a big improvment on 8.2 and can be very "friendly"

     

    If, however, you decide to keep XP and do the networking option, Samba really is a dream and quite easy to use.

     

    So those are my thoughts.... :wink:

  6. Ok, let's sort this out once and for all and save you ten years on your life :wink:

     

    You only have to copy the first disc onto your computer (about 700mb). In the install, tell mandrake you only have the first disc (it can do an install + X with just the first disc).

     

    Once you have a basic install on the computer, you can at least boot into it and setup sharing properly, etc. or urpmi all the packages you need.

     

    This should be a satisfactory work around?

  7. Ok. Remove the line from your hosts file: 192.168.1.1 kirstine.lombok.org.uk kirstine

    And save it.

     

    You are right: it is connecting to be denied permission. So back to Webmin we go!

    Are you exporting to "everyone" What kind of access are you allowing? Are you requiring a secure port? What happens if you try to ssh into your machine? Does it also deny access? Are you trusting root access?

     

    If you just fiddle with your nfs settings, you will get it right. Also try chmoding the mount point.

     

    # chmod 775 -Rv mountpoint

     

    If your permissions are not right on the mount point you won't be able to mount it remotely.

  8. Your main machine has two ips because it has two network adaptors.

     

    I'm assuming you use one of them to connect to the internet and the other one to your LAN. Make sure you are using the one referring to the adaptor on your LAN.

     

    I have never done a remote install, but I am assuming that once you have done the minimal boot into the receiving machine it should have a hosts file somewhere. Mount has given me problems with machines whose host name can not be resolved, so look for the hosts file (usually /etc/hosts) on both machines and make sure that they have each other's host names and ip addresses added.

     

    You can also try mounting your NFS share manually to make sure it works:

     

    # mount -t nfs hostname:/sharename targetdirectory

     

    Or open up your MDK control Panel -> mount points -> nfs mount points and scan to see if it comes up.

  9. Ok, I downloaded the latest stuff from dri on sourceforge - crashed my X badly, my card is obviously not supported.

     

    Checked all my X log files - no clues there.

     

    Could this be a hardware problem?

     

    I thought of trying an earlier version of XFree (currently on 4.2.1) how can I do this?

     

    Would it be worthwhile trying another distro?

  10. Unfortunately you can not change the mode of files on a fat32 partition. Root will defaultly own all of them, but the fat32 system doesn't gel well enough with Linux to allow chmods.

     

    If it were a journalised filesystem, you could use the command:

     

    # chmod 775 -vR [file/directory]

     

    This is the same as 777, but excludes users from the 'other' classification from writing. I would suggest that you change the fat32 to a Reiserfs or ext3 partition or move the files to one.

×
×
  • Create New...