Got a tip for us? Share it...

Apple Remote Desktop Client 1.2.4

Apple released an update to their Remote Desktop Client version 1.2.4 in your Mac OS X Software Update:



    The Apple Remote Desktop Client version 1.2.4 update delivers improvements to security, performance, and reliability of the Apple Remote Desktop 1.2 client software running on Mac OS X versions 10.1, 10.2 and 10.3. For more information on this update, please refer to http://www.info.apple.com/kbnum/n107670

Top Rated Comments

(View all)

107 months ago
updates always good.
Rating: 0 Positives / 0 Negatives
107 months ago
I'm always a little wary about installing ARD updates. When we first installed Apple Remote Desktop Client 1.2 at school, it didn't work and then we couldn't reinstall version 1.1 either, until I figured out to trash the version 1.2 Receipts file by hand before running the version 1.1 installer. They probably have these upgrade issues ironed out now, I suppose.
Rating: 0 Positives / 0 Negatives
107 months ago
I don't have ARD so why did it pop up in SW update for me?. Is this apart of the OS? like apache, should I install this.
Rating: 0 Positives / 0 Negatives
107 months ago
I was tricked. Got all psyched about 10.3.2 showing up in software update, and then saw Remote Desktop Client. Oh well.
Rating: 0 Positives / 0 Negatives
107 months ago

Originally posted by Mr.Hey
I don't have ARD so why did it pop up in SW update for me?. Is this apart of the OS? like apache, should I install this.


ARD client is part of Panther.
If you don't use it, no real need to install it. But I can't imagine it doing any harm... (could be forced to eat these words later on :D )
Rating: 0 Positives / 0 Negatives
107 months ago
Where's the new command line tool located:

---
Enhancements delivered with this update

...
+ Includes a new command line tool [that] can be used in lieu of the GUI preference pane.
...
---

I didn't see it in the Archive.bom

Thanks,

ber
Rating: 0 Positives / 0 Negatives
107 months ago
I just installed it, but it brings be to an annoyance I have been experiencing with SWU. I moved all of my iApps to a folder in my Applications folder to clean up the general clutter but because they are not directly in the Applications folder, I keep getting told that I need to install the latest updates for iMovie and iTunes when I already have the current versions. Is there a way to make SWU think they are already installed so they don't pop up all the time?

Back on topic, though, it seems to have worked just fine, so don't worry about the update. I haven't experienced any issues after installing perhaps 40 minutes ago.
Rating: 0 Positives / 0 Negatives
107 months ago
A problem we've been having with ARD at our 10.2.8 Server-run school with Panther clients:
Oct 30 15:57:54 localhost
/System/Library/LoginPlugins/URLMountUIProxy.loginPlugin/Contents/Resources/UIProxyServer.app/Contents/MacOS/UIProxyServer:
kCGErrorRangeCheck : Window Server communications from outside of session
allowed for root and console user only^^^
That's ARD Agent trying to launch under the wrong account at the wrong time.
That's a Panther machine that hangs at logout.
Nearly any network user that logs out will not see the login screen return.
I was so damn excited to go about installing ARD 1.2.4 on all my Panther machines...until I found out it didn't help.

10.3.2 won't help either.
Rating: 0 Positives / 0 Negatives
107 months ago
I use ARD quite a bit. It is actually faster on my 1GHz G4 than running VPC. I use it because my work makes me write in .Net still. I am hoping the new VPC on a G5 will allow me to do this without ARD (the screen redraw is still a bit slow in higher screen resolutions), but on a G4 VPC is really unusable, so ARD works well. I have never had a problem with it so if the update makes it work faster all the better.

Anyone know of a remote client for connecting to Linux?
Rating: 0 Positives / 0 Negatives
107 months ago

Originally posted by xtekdiver
I use ARD quite a bit. It is actually faster on my 1GHz G4 than running VPC. I use it because my work makes me write in .Net still. I am hoping the new VPC on a G5 will allow me to do this without ARD (the screen redraw is still a bit slow in higher screen resolutions), but on a G4 VPC is really unusable, so ARD works well. I have never had a problem with it so if the update makes it work faster all the better.

Anyone know of a remote client for connecting to Linux?


1. You're talking about RDC, not ARD. ARD is Mac-to-Mac. RDC is many-to-Windows XP/2K Terminal Server.

2. Chicken of the VNC is a Mac OS X client for VNC. (There's also a server version, OSXvnc.) If you're using a standard Linux distribution, you should be able to start a VNC server by typing "vncserver", providing a password then go into Chicken of the VNC and type the hostname and password and the display number (which will be part of the response when you start vncserver). You can kill the vncserver by typing vncserver -kill :1 (for display 1, :2 for display 2, :0 for display 0, etc.). It's best to tunnel it through SSH, but I leave that as an exercise for the reader.

3. Better for Mac to Linux is ssh+X11. If you have X11 on your computer, start it, then in THE TERMINAL THAT COMES UP IN X11, type ssh hostname -X -l username (that's a capital ex, a lower case ell; use an ip address if necessary for the hostname). This will give you the ability to run programs on your Linux computer and have the UI appear on the Mac.

4. Before doing ANY of this, go to your linux box and type man ssh and man vncserver . You should do searches on X tunneling, ssh, and vnc as well on google.
Rating: 0 Positives / 0 Negatives

[ Read All Comments ]