Search results

  1. I

    Active Directory Woes in Panther!!!

    Using Win 2003 Server... I can not for the life of me get the domain to bind.. It keeps saying it can't find a domain controller when I try to join.. Do i need like .local at the end, or what??? how do i find the distinguished name that the name apparently needs to be in AD on OSX?
  2. I

    Set up an iTunes Radio Server?

    Is there a free/publicly available software to set up a streaming server itunes can connect to? The stations that iTunes Radio has currently doesn't have any that I like so want to make one of my own..
  3. I

    Why is postfix-wa running?

    Was messing around in terminal, did top, and saw postfix-wa running.. Why is this running? I know that postfix is the new mail server in place of sendmail.. but I am sure I haven't set it up.
  4. I

    How would Apple lose money by going to Boston MacWorld?

    I haven't been able to grasp how Apple could be losing money by going to this. From the few reports I've read it seems like they keep saying it's not in the best interest of Apple to go there... MWNY was the first expo place I'd ever been to, was really cool seeing Apple in the flesh...
  5. I

    Internal Airport only available internal for Tibook?

    I've got a TiBook and a pcmcia Broadcom 54g wireless card. This card is ok but it sucks for signal strength. I'd like to get an internall card, but I don't know if there are any other available for the TiBook aside from the airport. Is the slot that the internal airport stuck in an...
  6. I

    Can I use PCMCIA Aria Extreme + Internal Airport at same time?

    Without knowing there was no support for Broadcom in Linux or KisMAC, I got the Aria Extreme. Is it possible for me to set things up so I am using my Aria Extreme to surf the net, and then have my internal airport card (will purchase one if this will work) be set in passive mode using...
  7. I

    Where are the software updates?

    Taken from Macosrumors.com: Security Update and QuickTime 6.5 released via Software Update: Just ahead of the Keynote, Apple has released two significant Software Updates for Mac OS X.... The QuickTime Update includes "Enhanced support for iMovie, iDVD, and Final Cut," suggesting that these...
  8. I

    Can't access files from within linux, permissions problem on OS X?

    I've got my mac set up with one partition for OS X and one for Gentoo. I access my OS X partition from within gentoo by using mount hfsplus /mnt/mac /dev/hda11 (i think it's eleven, whatever it is..) Anyway, once mounted I am able to see the directories of my OS X partition, but there is...
  9. I

    what is my computer Doing with Fink??

    I am using Panther + Apple X11. Fink: Package manager version: 0.17.1 Distribution version: 0.6.2.cvs Earlier I did a fink selfupdate. I don't know what I did a fink selfupdate. I wish I hadn't. After the selfupdate it told me I should update-all my packages, so I did. I have...
  10. I

    Installing KDE.. did I make a mistake?

    So I have been playing around with fink and things and I decided to be adventurous and try to install KDE... Lot of work it was, apt-get install bundle-kde and all... Anyway.. when it installed it installed as 3.1.4-11. FinkCommand says this is outdated and the recent vers (as well as...
  11. I

    How to get multiple terminal windows in X11?

    I am slowly learning how to run/use applications through fink and x11 but there is something I've ran into that I can't figure out.. When I start Apple's X11 (I type startx in the terminal), it opens up another white terminal window in X, where I can bring up apps I've installed like...
  12. I

    USB Mouse MakeDevice error..

    This is a random occurrence, so I can't really figure out how to troubleshoot it.. Every now and then when I connect my intellimouse into my tibook, (built in usb port, not a hub) I get an error: kernel: USBF: 192.204 appleUSBOHC|[0x1a2a000]::MakeDevice error setting address...
  13. I

    Making customized Limited Users Dock/Desktop/etc?

    I want to set up a very limited account for some kids to play their games on, fixing certain games to the dock, and the desktop, and then make it so they can't change it all. Can I do this from my admin account, or do I have to take off restrictions on their account, go in, make the...
  14. I

    iMovie troubles recording audio on TiBook

    I have a TiBook (G4, 550 mhz, 512 mb ram). Using iMovie in Panther, I get this error when I try to record audio through the built in microphone on my laptop: The disk responded slowly. It may have been interrupted by something, or it may not be fast enough for your movie. if you have...
  15. I

    Can I get realtime output of another users terminal?

    Been playing around with remote login on my mac using putty on my windows computer. Tried doing the talk command between ttyp1 and ttyp2, but connection/invitation would never get made.. Wanted to be able to see if I could view another terminals output/input in an almost realtime fashion? I...
  16. I

    httpd from the command line, how do I quit it?

    Ok, for one thing.. I have to log in as root in order to start httpd? sudo -s and I can log in and start httpd.. but is this necessary? I thought I could start it since I'm an admin without logging in as root? Really though, my main question was how to stop httpd from the command...
  17. I

    iPhoto organizes as horribly as iTunes?

    When I first did the organize my music in iTunes I found that it threw my songs every which direction in various folders according to album, genre, etc. Fortunately, iTunes had an option to disable this. Then comes iPhoto.. It copies all my images to its own library area and then...
  18. I

    XchatAqua performing REALLY slow? anybody else?

    Using.. 0.11.0 I haven't been using XChatAqua very long.. got it a couple weeks ago really. Originally when I started using it, it ran smoothly without any problems. Now for some reason though it is very slow in performance. Like there is lag in text being typed even.. I'm not 100%...
  19. I

    Help making a Pure Java app..

    All I want to do is making a simple Java app. This is ALL the code to it: import javax.swing.JOptionPane; public class untitled { public static void main(String[] args) { JOptionPane.showMessageDialog(null, "Hey", "There", JOptionPane.INFORMATION_MESSAGE)...
Back
Top