Search results

  1. cello

    fsck says "Disk could not be repaired"!

    nope - same problem. ran the permissions repair, then fsck'd in single-user mode, and i got the same error. Also, I'm consistently getting three overlapped extent allocation warnings, though I have a feeling that those aren't really the cause of the problem. (Also I don't have the boot disk...
  2. cello

    fsck says "Disk could not be repaired"!

    just ran fsck -f this time.... same problem. Some more details I should have mentioned earlier, though, it said "Keys out of order (4, 27)" before checking the catalog B-tree, and then saying that the disk could not be repaired. I'm not very familiar with fsck, although I am somewhat familiar...
  3. cello

    fsck says "Disk could not be repaired"!

    no - i haven't tried just fsck -f. The thing that was wrong with my disk was that it never seemed to show the appropriate amount of free space left. Plus, I hadn't run fsck in a while, so I thought it might be a good idea.
  4. cello

    fsck says "Disk could not be repaired"!

    GAH! I booted into super-user mode and ran fsck -y. It told me that the drive was logged-based, and said I should try running fsck -y -f. fsck ran, then told me that "the drive could not be repaired." Is all hope lost? <kicking myself for not running fsck more frequently>
  5. cello

    Writing an iTunes visual plugin

    I've decided to do something nerdy and build an iTunes visual plugin for fun. However, I'm having some issues. I've built a bundle in ProjectBuilder using the sample code, and now need to know how to convert this bundle into something that will be recognized by iTunes as an actual visual...
  6. cello

    bash rules, tcsh lacks... except for this...

    hmm - I tried putting them in quotes, in double quotes, and in no quotes and the same problem occurs. Let me know if it works on your mac os x box.
  7. cello

    upgrade to Jaguar - can't "su" and mysql user acct disappeared

    I'm not sure if this will answer your question, but here's an easy way to set your root password so that su recognizes it: Go to /Applications/Utilities Open NetInfo Manager Go to users -> [your username] (Make sure the lock is unlocked) Copy the (encrypted) garbage from your password...
  8. cello

    bash rules, tcsh lacks... except for this...

    This is a very strange problem that I'm having (this is running Jaguar). It seems as though when using bash, environment variable bindings are simply not recognized by any other command. For example, if you use cvs, and want to set the CVSROOT variable, typing...
  9. cello

    Anonymous FTP access

    I've been searching through the forums and can't seem to find anything that actually tells how to allow anonymous logins to the ftp server running on the computer, what directory it mounts into (and access to), and such. One of the posts referred me to the FAQ, which then didn't seem to say...
  10. cello

    mapping option to meta in XFree86

    I've been fiddling around with xmodmap to get option/alt to map to meta in X and don't seem to be having any success. Any suggestions?
  11. cello

    Compiling GAIM for OS X

    Sure, but where should I put the headers so that the make will recognize it's there? I'm bit of a newbie when it comes to using make-files and such.
  12. cello

    Compiling GAIM for OS X

    I've been trying to compile GAIM for OS X and I've been having issues. I was able to get gtk to work by setting the CFLAGS variable to -traditional-cpp. (I got gtk from www.darwinfo.org/ports.shtml ). Anyhow, ./configure on GAIM worked, but then when I tried to make it, it gave me these...
Back
Top