Jump to content

Peep

Members
  • Posts

    195
  • Joined

  • Last visited

Posts posted by Peep

  1. Take that partition and give new distros a try. One thing I'd do before playing with distros too much is learn how to use grub as a bootloader--in my experience it is much easier to boot multiple distros with grub than lilo.

     

    With a computer that fast, gentoo's compile times won't be all that big a deal. It'll definitely take a while to get up and going with the initial install, but the day to day usage shouldn't be that bad. Go with phunni's advice on the stage 1 install. The install docs at gentoo.org are among the best docs I've seen.

     

    I moved to gentoo in the past month. After a year with Mandrake I was ready to get my hands dirty and try something new. For me, it's actually much easier to find software with gentoo than it was for Mandrake. With urpmi I had to worry about constantly adding new sources or downloading third party rpms (which frequently didn't work well). Portage has virtually everything I've looked for and everything installs seamlessly. For the long-term, I like the fact that gentoo doesn't have to be reinstalled to be kept up to date. With mandrake I had to reinstall every 6 months to keep up to date. This is going to be a problem for commercial distros because it's harder to make money if nobody has to re-buy your product :(

     

    The software in gentoo's portage tree also seems to be less "tinkered-with" than mandrake's software, so it all seems to work together more smoothly. I can't really explain it, but things seem to break less frequently than they did in Mandrake.

     

    Gentoo's definitely worth trying. It's got a big community of users out there so you can feel confident that if you come upon any problems, someone else has seen the problem and probably worked to fix it already, which is nice.

  2. What can yo do via ssh to get someone's attention while they're using another machine? The best I've come up with is SSH'ing to the other machine and doing an "eject" and then an "eject -t" to put the cdrom drawer in and out... but there's probably something funnier that can be done. X apps all open on the remote machine, so I'm at a loss for other ways to get a girlfriend's attention when she's in the other room playing frozen bubble or lbreakout. (killing the process works, but is unpopular) Any ideas?

  3. ok, after posting the above I went in with my digital camera and was going to take a picture of the gibberish on startup, but when I rebooted it worked just fine. I was able to start X and it looks normal.

     

    This makes me think it's definitely not a BIOS type issue. I don't think it's a heat issue since the system is generally pretty cool and the air coming out the back fan is cool. I'd love anyone's ideas :)

  4. I'm not sure where to post this. My desktop has been flaking out occasionally for a while and one of the main reasons I started using linux in the first place was trying to figure out a way to get it to behave.

     

    Yesterday it locked up hard in KDE and the only way I could get it to reboot was to ssh in from another computer to reboot. On reboot the first stuff up on the screen was pretty corrupted-looking. You could still read the words, but about half the letters had been replaced with smiley faces and weird symbols. It proceeded to boot, but X wouldn't load. When I checked from the other computer, however, I was still able to ssh in and the underlying linux system seems ok (apache's running fine, etc)

     

    1) Could this be a video card problem somehow? (Sounds unlikely, but who knows)

     

    2) Could this be a linux problem? (Sounds unlikely, since it happens before the system even gets to the hard drive and it happens for both gentoo and mandrake)

     

    3) Any ideas?

  5. I've found all sorts of weird stuff before, notably the info in /usr/share/misc, but /usr/share/state just seems a bit odd. I'm a patriotic american and all, but it seems weird that several of the distributions I've checked all have the US Constitution and Declaration of Independence hidden away.

     

    bill@pico bill $ ls -l /usr/share/state
    total 56
    -rw-r--r--  1 root root 45018 Aug 17 20:27 us-constitution
    -rw-r--r--  1 root root  9331 Aug 17 20:27 us-declaration

    Is there an interesting story behind this? Why not add documents from other countries, or something like the UN Declaration of Human Rights? Weird.

  6. i've had luck getting virtual hosts to work using the hostname rather than the ports. i don't think i used webmin when i set it up, but edited the /etc/httpd/conf/httpd.conf by hand. (not sure that webmin is a problem, but i KNOW it can be done by hand and it isn't all that tough)

     

    I would look at Apache's VirtualHost Examples to get an idea of what can be done.

     

    According to the info on Running Different Sites on Different Ports, your httpd.conf should have something that looks like this:

     

    Server configuration
    
    Listen 80
    Listen 8080
    
    NameVirtualHost 172.20.30.40:80
    NameVirtualHost 172.20.30.40:8080
    
    <VirtualHost 172.20.30.40:80>
    ServerName www.example1.com
    DocumentRoot /www/domain-80
    </VirtualHost>
    
    <VirtualHost 172.20.30.40:8080>
    ServerName www.example1.com
    DocumentRoot /www/domain-8080
    </VirtualHost>
    
    <VirtualHost 172.20.30.40:80>
    ServerName www.example2.org
    DocumentRoot /www/otherdomain-80
    </VirtualHost>
    
    <VirtualHost 172.20.30.40:8080>
    ServerName www.example2.org
    DocumentRoot /www/otherdomain-8080
    </VirtualHost>

     

    Another thing to check: have you opened those other ports in your firewall? (Configure your computer -> security -> firewall)

  7. I know MythTV is supposed to be notoriously tough to install, but I wanted to try playing with it. I installed with RPMs on 10.0 CE, and tried both the individual packages and the meta package. I can get the basic program up and running but many of the components do not work because of version conflicts like this:

     

     The mythmusic plugin was compiled against libmyth version: 0.14.20040102-1, but the installed libmyth is at version: 0.14.20040123-1.  You probably want to recompile the mythmusic plugin after doing a make distclean.

     

    I've tried searching for different versions of the library, but can't find them anywhere. Can others get this to work from RPM? Should I try compiling it from source or try the CVS? Thanks.

  8. my server had mandrake 9.1 on two different hard drives (hdc and hda). i really wasn't using hdc, so i decided to try mdk 10.0CE, as well as trying an upgrade instead of my usual clean installs.

     

    i'm 100% certain i told the installer to upgrade the 9.1 install on hdc, but upon reboot i had a new 10.0 install on hda. thankfully everything went amazingly well--everything seemed to work right away except for the nvidia driver. i haven't seen this as a "known issue" but it might be of concern to some other weirdo like me with multiple installs of 9.1 on their machines. :jester:

  9. hmm, i seem to have hit a wall. :wall: all i did so far was start the bootstrap (from within KDE, on debian) and came back a bunch of hours later and have a bunch of this:

    /usr/sbin/ebuild.sh: line 1432: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 1433: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 1434: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 1436: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 1437: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 1438: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 39: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 63: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 75: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 1225: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 1226: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 1232: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 1247: /dev/null: Permission denied
    /usr/sbin/ebuild.sh: line 690: /dev/null: Permission denied

    did i somehow mount the gentoo partition incorrectly? i had to su to root in order to chroot to the gentoo partition, but that could that be the problem? i've been following the gentoo documentation at gentoo closely, and there haven't really been enough steps for me to have gotten too confused yet, or so i thought.

  10. this is pretty cool. i decided to try to install gentoo on a spare laptop partition (it was that or slackware). i hadn't realized i could let gentoo build while in another distro--so i'll just let it chug along in the background.

     

    i know this will take a while, or "ages"... but about how long should it take on a pIII 930 starting from stage 1? all weekend? longer? thanks.

     

    Split by mystified

  11. you can do everything you mentioned in linux. easily and pain-free.

     

    i have a similar digital camera (canon elph s200). buy a $10 USB compactflash reader and it'll be easier in both windows and linux. it'll save batteries and the computer will just see the card as a little hard drive. it's MUCH better than the software that comes with cameras. i think 9.2 will automatically detect when you plug the compactflash into the reader and mount it automatically. if not, it would be as easy to mount as clicking an icon on your desktop. (There are also a lot of different utilities that might allow you to connect directly to your camer just as you do now--but i haven't used them and don't know much about them... it's possible you could just plug your camera in and it'd work.)

     

    burning cds and dvds is at least as easy in linux as in windows. k3b and similar programs have come a long way. if you build the computer, install 9.2, it should set up everything for you.

     

    if you aren't ready to go all out on a new system right now, why not just buy a new hard drive and stick it in your existing win2k box? then you could install mandrake on it and do all the neat stuff you're talking about right now, just as you do in windows!

×
×
  • Create New...