Recent activity
Subscribe to this feed-
Alden Stradling started following the problem "ExpanDrive doesn't like more than one connection under Snow Leopard." in ExpanDrive.
-
Alden Stradling started following the idea "Notify when a long transfer is complete" in ExpanDrive.
Alden Stradling shared an idea in ExpanDrive on July 01, 2008 17:51:
Wake remote sleeping Mac for disk connectionAllow the ssh connection to automatically wake a remote machine, with the appropriate parameters, to establish a connection to the disks.
When the "Wake on ethernet network administrator access" option in the system prefs is selected, a remote Mac can be awakened by a specially formed "magic packet". This packet can be generated (for example) by the following script:
#! /usr/bin/env python
# Copyright (C) 2002 by Micro Systems Marc Balmer
# Written by Marc Balmer, marc@msys.ch, http://www.msys.ch/
# This code is free software under the GPL
import time, struct, socket, commands
def WakeOnLan(ethernet_address, hostname):
ipaddr=commands.getoutput('host %s' % hostname).split()[-1]
print ipaddr
# Construct a six-byte hardware address
addr_byte = ethernet_address.split(':')
hw_addr = struct.pack('BBBBBB', int(addr_byte[0], 16),
int(addr_byte[1], 16),
int(addr_byte[2], 16),
int(addr_byte[3], 16),
int(addr_byte[4], 16),
int(addr_byte[5], 16))
# Build the Wake-On-LAN "Magic Packet"...
msg = '\xff' * 6 + hw_addr * 16
# ...and send it to the broadcast address using UDP
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.setsockopt(socket.SOL_SOCKET, socket.SO_BROADCAST, 1)
s.sendto(msg, (ipaddr, 9))
s.close()
# Example use
#time.sleep(60)
WakeOnLan('FF:FF:FF:FF:FF:FF','me.site.org')
The user would have to supply the MAC address of the machine to be able to do this trick. The IP address should be determined via DNS lookup.
Alden Stradling marked one of Jeff Mancuso's replies in ExpanDrive as useful. Jeff Mancuso replied to the problem "Recurrence of the access problems issue - 10.5.3 to OS X, Linux".
Alden Stradling shared an idea in ExpanDrive on June 27, 2008 23:26:
Eject All in menubarAn Eject All button in the menu bar might be nice for those of use who have 5-10 drives open at any given time.
Alden Stradling replied on June 26, 2008 16:24 to the problem "Recurrence of the access problems issue - 10.5.3 to OS X, Linux" in ExpanDrive:
Alden Stradling replied on June 25, 2008 23:31 to the problem "Recurrence of the access problems issue - 10.5.3 to OS X, Linux" in ExpanDrive:
Alden Stradling replied on June 25, 2008 23:18 to the problem "Recurrence of the access problems issue - 10.5.3 to OS X, Linux" in ExpanDrive:
Alden Stradling replied on June 25, 2008 23:05 to the problem "Recurrence of the access problems issue - 10.5.3 to OS X, Linux" in ExpanDrive:
Works from a test admin account on my laptop. Which means that there's probably a plist problem somewhere.
There's another wrinkle to my system - I have a username alias, if it matters. It has caused issues before - my home directory name is different from my username. :) For compelling historical reasons.
Alden Stradling replied on June 25, 2008 22:48 to the problem "Recurrence of the access problems issue - 10.5.3 to OS X, Linux" in ExpanDrive:
Alden Stradling replied on June 25, 2008 21:46 to the problem "Recurrence of the access problems issue - 10.5.3 to OS X, Linux" in ExpanDrive:
Alden Stradling reported a problem in ExpanDrive on June 25, 2008 20:36:
Recurrence of the access problems issue - 10.5.3 to OS X, Linux"The folder could not be opened because you do not have sufficient access privileges" pops up for all mounted drives.
My username is the same on two of the four systems. My group ID is different from three other machines' GID. Three are OS X 10.5.3, one is RHEL4.
Doing a ls -l on /Volumes shows lines like this for the disks:
d????????? ? ? ? ? SampleDisk
and for the four, the results of python -c "import os; print os.statvfs('.')"
are:
OS X: (1048576, 4096, 19453708L, 3347799L, 3283799L, 19453706L, 3283799L, 3283799L, 0, 255)
OS X: (1048576, 4096, 19453708L, 3347758L, 3283758L, 19453706L, 3283758L, 3283758L, 0, 255)
OS X: (1048576, 4096, 122012668L, 36936884L, 36872884L, 122012666L, 36872884L, 36872884L, 0, 255)
RHEL4: (4096, 4096, 12598749, 11031169, 10391180, 6406144, 6230060, 6230060, 0, 255)
This is in ExpanDrive 1.2.2, and also happens in the 6/23 nightly. I had MacFUSE installed before, but was not using it at the time of install. I did reboot the machine to see of things got better, but they still fail.
I bought a license because my boss had a problem-free experience. :) I want one too.
Loading Profile...
