Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) March 16, 2011 04:28AM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) March 16, 2011 10:58AM |
Registered: 13 years ago Posts: 20 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) March 16, 2011 07:09PM |
Registered: 14 years ago Posts: 128 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) March 16, 2011 08:07PM |
Admin Registered: 14 years ago Posts: 304 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) March 17, 2011 02:15AM |
Registered: 13 years ago Posts: 20 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) March 30, 2011 10:51AM |
Registered: 13 years ago Posts: 1 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) April 18, 2011 11:00AM |
Registered: 14 years ago Posts: 136 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) April 18, 2011 12:12PM |
Registered: 14 years ago Posts: 107 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) April 18, 2011 11:04PM |
Registered: 14 years ago Posts: 406 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) April 18, 2011 11:06PM |
Registered: 14 years ago Posts: 136 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) July 26, 2011 06:53AM |
Registered: 14 years ago Posts: 136 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) July 26, 2011 10:51PM |
Registered: 14 years ago Posts: 264 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) July 27, 2011 06:22AM |
Registered: 14 years ago Posts: 136 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) July 29, 2011 07:38PM |
Registered: 14 years ago Posts: 132 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) July 29, 2011 09:37PM |
Registered: 14 years ago Posts: 128 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) July 29, 2011 11:55PM |
Registered: 14 years ago Posts: 264 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) July 31, 2011 05:09PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) July 31, 2011 10:49PM |
Registered: 14 years ago Posts: 264 |
But, I'm sure you already knew that.Quote
Fix to allow thumbdrive to be moved from one Dockstar to another:
http://forum.doozan.com/read.php?3,323,2038#msg-2038
# vi /etc/udev/rules.d/70-persistent-net.rules
/* comment out line: SUBSYSTEM=="net",...NAME="eth0" */
# vi /lib/udev/rules.d/75-persistent-net-generator.rules
/* change line: KERNEL!="eth*... to KERNEL!="Eth*... */
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) August 01, 2011 05:32PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) August 01, 2011 06:22PM |
Registered: 14 years ago Posts: 264 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) August 01, 2011 11:33PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) August 06, 2011 12:01AM |
Registered: 13 years ago Posts: 47 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) August 30, 2011 08:53PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) August 30, 2011 09:57PM |
Registered: 14 years ago Posts: 264 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) August 30, 2011 11:32PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) August 31, 2011 11:13PM |
Registered: 13 years ago Posts: 47 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) September 01, 2011 02:12PM |
Registered: 14 years ago Posts: 264 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) September 05, 2011 09:40AM |
Registered: 14 years ago Posts: 128 |
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) September 07, 2011 12:02AM |
Admin Registered: 13 years ago Posts: 19,102 |
# cat /sys/class/leds/plug:green:health/trigger none nand-disk timer [default-on] mmc0
# cat /etc/rc0.d/K08halt
#! /bin/sh
### BEGIN INIT INFO
# Provides: halt
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop: 0
# Short-Description: Execute the halt command.
# Description:
### END INIT INFO
NETDOWN=yes
PATH=/sbin:/usr/sbin:/bin:/usr/bin
[ -f /etc/default/halt ] && . /etc/default/halt
. /lib/lsb/init-functions
do_stop () {
if [ "$INIT_HALT" = "" ]
then
case "$HALT" in
[Pp]*)
INIT_HALT=POWEROFF
;;
[Hh]*)
INIT_HALT=HALT
;;
*)
INIT_HALT=POWEROFF
;;
esac
fi
# See if we need to cut the power.
if [ "$INIT_HALT" = "POWEROFF" ] && [ -x /etc/init.d/ups-monitor ]
then
/etc/init.d/ups-monitor poweroff
fi
# Don't shut down drives if we're using RAID.
hddown="-h"
if grep -qs '^md.*active' /proc/mdstat
then
hddown=""
fi
# If INIT_HALT=HALT don't poweroff.
poweroff="-p"
if [ "$INIT_HALT" = "HALT" ]
then
poweroff=""
fi
# Make it possible to not shut down network interfaces,
# needed to use wake-on-lan
netdown="-i"
if [ "$NETDOWN" = "no" ]; then
netdown=""
fi
log_action_msg "Will now halt"
halt -d -f $netdown $poweroff $hddown
echo none > /sys/class/leds/plug:green:health/trigger
}
case "$1" in
start)
# No-op
;;
restart|reload|force-reload)
echo "Error: argument '$1' not supported" >&2
exit 3
;;
stop)
do_stop
;;
*)
echo "Usage: $0 start|stop" >&2
exit 3
;;
esac
:
# cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
echo default-on > /sys/class/leds/plug:green:health/trigger
#echo none > /sys/class/leds/plug:orange:misc/trigger
/root/usb-storage.pmount
exit 0
Re: Latest Dockstars Deals, Post your findings here! (Updated 01 Jan 11) September 07, 2011 01:25PM |
Registered: 13 years ago Posts: 47 |