Rescue V3.0 : A work in progress ... wanna help? June 08, 2012 06:00PM |
Registered: 13 years ago Posts: 501 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 11, 2012 12:15AM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 11, 2012 11:18AM |
Registered: 13 years ago Posts: 501 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 12, 2012 02:14AM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 12, 2012 09:39AM |
Registered: 13 years ago Posts: 501 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 12, 2012 05:45PM |
Registered: 13 years ago Posts: 501 |
/etc/init.d/S70inadyn stop/start
rescue:/var/log# cat messages | grep inadyn Jun 12 22:35:50 rescue user.info inadyn[140]: Inadyn version 1.98.1 -- Dynamic DNS update client. Jun 12 22:35:50 rescue user.info inadyn[140]: Resolving hostname test.homeip.net => IP# 31.60.248.2 Jun 12 22:35:51 rescue user.info inadyn[140]: Checking for IP# change, connecting to checkip.dyndns.org(216.146.38.70) Jun 12 22:35:51 rescue user.warn inadyn[140]: Update needed for alias test.homeip.net, new IP# 184.60.70.80 Jun 12 22:35:51 rescue user.info inadyn[140]: Sending IP# update to DDNS server, connecting to members.dyndns.org(204.13.248.111) Jun 12 22:35:51 rescue user.info inadyn[140]: Successful alias table update for test.homeip.net => new IP# 184.60.70.80 Jun 12 22:45:52 rescue user.info inadyn[140]: Checking for IP# change, connecting to checkip.dyndns.org(216.146.39.70) Jun 12 22:45:52 rescue user.info inadyn[140]: No IP# change detected, still at 184.60.70.80 Jun 12 22:55:53 rescue user.info inadyn[140]: Checking for IP# change, connecting to checkip.dyndns.org(216.146.38.70) Jun 12 22:55:53 rescue user.info inadyn[140]: No IP# change detected, still at 184.60.70.80 Jun 12 23:05:53 rescue user.info inadyn[140]: Checking for IP# change, connecting to checkip.dyndns.org(91.198.22.70) Jun 12 23:05:53 rescue user.info inadyn[140]: No IP# change detected, still at 184.60.70.80 ... Jun 13 04:16:03 rescue user.info inadyn[140]: Checking for IP# change, connecting to checkip.dyndns.org(216.146.39.70) Jun 13 04:16:04 rescue user.info inadyn[140]: No IP# change detected, still at 184.60.70.80 Jun 13 04:26:04 rescue user.info inadyn[140]: Checking for IP# change, connecting to checkip.dyndns.org(216.146.38.70) Jun 13 04:26:04 rescue user.info inadyn[140]: No IP# change detected, still at 184.60.70.80 Jun 13 04:36:04 rescue user.info inadyn[140]: Checking for IP# change, connecting to checkip.dyndns.org(216.146.38.70) Jun 13 04:36:04 rescue user.info inadyn[140]: No IP# change detected, still at 184.60.70.80...seems to work OK... but this is with a dummy/test account...
Re: Rescue V3.0 : A work in progress ... wanna help? June 13, 2012 01:49AM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 13, 2012 02:17PM |
Registered: 13 years ago Posts: 501 |
#!/bin/sh # # Start the inadyn client # case "$1" in start) echo "Starting inadyn." start-stop-daemon -S -x /usr/sbin/inadyn ;; stop) echo "Stopping inadyn." start-stop-daemon -K -x /usr/sbin/inadyn rm -f /tmp/inadyn/inadyn.pid #### <<<<<--------add this line-----<<<< ;; restart|reload) "$0" stop "$0" start ;; *) echo $"Usage: $0 {start|stop|restart}" exit 1 esac exit $?
Re: Rescue V3.0 : A work in progress ... wanna help? June 14, 2012 01:16AM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 15, 2012 04:17AM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 15, 2012 09:52AM |
Registered: 12 years ago Posts: 12 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 25, 2012 05:37AM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 26, 2012 10:49PM |
Registered: 13 years ago Posts: 501 |
Re: Rescue V3.0 : A work in progress ... wanna help? June 26, 2012 11:33PM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? July 15, 2012 11:00AM |
Registered: 13 years ago Posts: 23 |
Re: Rescue V3.0 : A work in progress ... wanna help? July 16, 2012 05:37AM |
Registered: 13 years ago Posts: 21 |
TJ
Re: Rescue V3.0 : A work in progress ... wanna help? July 21, 2012 02:12AM |
Liz
Re: Rescue V3.0 : A work in progress ... wanna help? July 22, 2012 05:25AM |
Liz
Re: Rescue V3.0 : A work in progress ... wanna help? July 22, 2012 06:13AM |
TJ
Re: Rescue V3.0 : A work in progress ... wanna help? July 22, 2012 06:59PM |
I just copied the whole shadow file from another system and added the passwd lines that were missing. That worked.Quote
i tried copying the hash of a known password into /etc/shadow
TJ
Re: Rescue V3.0 : A work in progress ... wanna help? July 22, 2012 08:09PM |
TJ
Re: Rescue V3.0 : A work in progress ... wanna help? July 22, 2012 09:37PM |
Quote
You'd need something uclibc-based feed .
Re: Rescue V3.0 : A work in progress ... wanna help? August 22, 2012 09:51PM |
Registered: 13 years ago Posts: 501 |
Re: Rescue V3.0 : A work in progress ... wanna help? August 22, 2012 10:26PM |
Registered: 13 years ago Posts: 501 |
>Quote
You'd need something uclibc-based feed
> .
>
Re: Rescue V3.0 : A work in progress ... wanna help? August 22, 2012 11:37PM |
Registered: 13 years ago Posts: 501 |
usb-rescue:/# flash_erase /dev/mtd1 0 0 Erasing 128 Kibyte @ 3e0000 -- 100 % complete usb-rescue:/# nandwrite /dev/mtd1 uImage-mtd1.img Writing data to block 0 at offset 0x0 Writing data to block 1 at offset 0x20000 Writing data to block 2 at offset 0x40000 ... Writing data to block 25 at offset 0x320000 Writing data to block 26 at offset 0x340000 Writing data to block 27 at offset 0x360000 usb-rescue:/# flash_erase /dev/mtd2 0 0 Erasing 128 Kibyte @ 1fe0000 -- 100 % complete usb-rescue:/# ubiformat /dev/mtd2 -s 512 -f rootfs-mtd2.img -y ubiformat: mtd2 (nand), size 33554432 bytes (32.0 MiB), 256 eraseblocks of 131072 bytes (128.0 KiB), min. I/O size 2048 bytes libscan: scanning eraseblock 255 -- 100 % complete ubiformat: 256 eraseblocks are supposedly empty ubiformat: flashing eraseblock 226 -- 100 % complete ubiformat: formatting eraseblock 255 -- 100 % complete
mount -o remount,rw / # make whatever changes you want to inadyn.conf mount -o remount,ro / /etc/init.d/S70inadyn start #start it up
Re: Rescue V3.0 : A work in progress ... wanna help? August 23, 2012 03:21AM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? August 24, 2012 10:09AM |
Registered: 13 years ago Posts: 501 |
openvpn --version OpenVPN 2.2.2 arm-linux [SSL] [LZO2] [EPOLL] built on Aug 24 2012 Originally developed by James Yonan Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
Re: Rescue V3.0 : A work in progress ... wanna help? August 27, 2012 02:24AM |
Registered: 13 years ago Posts: 21 |
Re: Rescue V3.0 : A work in progress ... wanna help? August 27, 2012 08:19AM |
Registered: 13 years ago Posts: 501 |
mknod /dev/net/tun c 10 200or something similar... perhaps it would be /dev/tun instead of /dev/net/tun, or /dev/net/tun0, or /dev/tun0 ?
Re: Rescue V3.0 : A work in progress ... wanna help? September 03, 2012 12:43AM |
Registered: 13 years ago Posts: 21 |