Well after days of recovery and attempts my raid configuration failed me one too many times, it was showing a corrupted fs and sorry i did not copy all of the ways I tried to make it come back, fortunately I have really good recovery software and was able to save my data as raid wiped everything, I am now going to strictly run rsync weekly, as far as the duel card setup on here it is still runninby echowarrior108 - uBoot
bodhi Wrote: ------------------------------------------------------- > > I am glad I know where I am:) > > Be careful now, you don't want to to have to call > Tech Support to know where you are (cue Tom Cruise > running in the parking lot yelling) :D Too Funny!! :Dby echowarrior108 - uBoot
Cool and many thanks!!!! Just set this up on my other plug and used a different server, one says its in las vegas and the other is in tampa fl lol... it bypasses my router vpn which is currently in NYC. so basically I can set all my home devices manually and always have my router showing as a default vpn location. I am glad I know where I am:)by echowarrior108 - uBoot
Yes very specific to the VPN provider. It was better written to what I would have done:) lolby echowarrior108 - uBoot
I had to try the vpn setup could not wait :) https://forum.doozan.com/read.php?3,118964by echowarrior108 - uBoot
Below I copied the latest install for surfshark from their website this was not written by me but I did modify it for this forum, I copied it for those that don't feel comfortable accessing external links,I do not work for surfshark and I am a paid user of this product so be aware that if you use the product they will charge for service, I believe you can get a free version from some vpn proby echowarrior108 - uBoot
I can add that to my to do list, still working on a mail server as well, but things are busy here:) I am running surfsharkvpn on my router and I can try to put the settings into the plug as well. I will make a post when I get started and see how it goes!!!by echowarrior108 - uBoot
What is cool is I look back and see that in 2 days it will 3 years running this sandisk microsd card and it still works after running nearly 24/7!!! Was glad you posted about which brand to use and you called it right. I can't wait to see how long this runs because I run weekly debian updates as well and try to check the drive now from time to time logging in with external usb stock rootfs tby echowarrior108 - uBoot
Hi everyone, gotten a little behind on this for personal reasons, the original microsd card is still operating with no new issues and passes a fsck. I just install the latest update: Linux Kernel 5.4.101 Oxnas (OX820) Pogo V3 package and Debian rootfs ( https://forum.doozan.com/read.php?2,16044 ) everything went well without issue! Have a good day!by echowarrior108 - uBoot
I am currently working on a email server my my pogoplug pro v3 this is a work in progress and I will follow with more details as they come and try to provide a good working configuration that others may use. I will edit this as I go, got behind over the past few months but this is a work in progress so please be patient:) Just an update, I abandoned my project on this one, found out Iredmailby echowarrior108 - Debian
QuoteIf you writing code or scripts, you should really be using version control such as git or svn. And rsync backup daily using this process. only toying with a few scripts thus far, kinda new to that. actually been trying a little bit of anything to see what this device can do then if I like it i incorporate it to my main plug which right now is mostly a home server. I may try git or svn laby echowarrior108 - Debian
I can't tell you how many times I used to start all over with programming because of this or that.... I used to dd copy every so often then remove the copied usb which is effective to a certain extent however this is a much better way for sure!by echowarrior108 - Debian
I did find a little shortcut to watching by using htop.I use a second terminal then simply run htop, what I do then is hit f4 for search and type in rsync and anything running rsync will show as it runs. What is nice is that it shows how much memory is being used at the same time. It was massive on the first try for sure! it goes fast now. currently I am running an ssd on the sata drive anby echowarrior108 - Debian
see I missed it lolby echowarrior108 - Debian
bodhi, good work, here was how my rsync.backup.on demand looked on my pogoplug pro v3 test device /media/USB# /root/rsync.backup.ondemand <13>Nov 29 15:09:33 root[12560]: Started rsync on-demand backup for ppdebian <13>Nov 29 15:28:46 root[12683]: Finished rsync on-demand backup for ppdebian is there a way to show progress while running or did I miss something?by echowarrior108 - Debian
No crashes since re installing uboot. glad to get past the issue and see how long this will run till the drive actually quits. I am now running a backup straight to an sata drive which is my new failsafe, if the mpcie quits I can quickly get up and running on sata without losing anything. So for now all is good again!!by echowarrior108 - uBoot
I went as far as re-installing uboot on all my devices, cleaned up a lot of garbage, now its running fast and flawless!! Thanks!!by echowarrior108 - uBoot
bodhi, I have success, I tried something simple, I made a fresh usb and copied the two files from that to the sata drive and also copied them to my other boxes and have this working. I located the files fw_printenv and fw_setenv in the new usb drive # mount /dev/sdb1 /mnt #cd /mnt # locate fw_ /mnt/etc/fw_env.config /mnt/usr/bin/fw_printenv /mnt/usr/bin/fw_setenv /mnt/usr/share/dby echowarrior108 - uBoot
sorry . got distracted and forgot I posted this here and posted it elsewhere, lol cat /etc/fw_env.config # MTD device name Device offset Env. size Flash sector size Number of sectors # pogoplug pro /dev/mtd0 0x00100000 0x20000 0x20000 still not working will followup on, https://forum.doozan.com/read.php?3,111469 thanks!!!by echowarrior108 - uBoot
on this box i am actually running the sata ide drive, I only messed with the settings enough to get the drive to work properly and you are right it needs a bunch of cleaning up to be usable. get back to you on that:) yes it is a pro v3 followup, I think I will do a complete reinstall on this box including uboot. then I will have a full working model to use as example to repair the working oby echowarrior108 - uBoot
I am sure I am not the only one who occasionally goes too far and messes up my system to the point that the normal expected things just don't work so I will start with my current env issue and anyone who has issues in the envs can feel free to add their issues here as well. I will start with the most important thing which is my printenv which bodhi has needed to point out to me on occasion aby echowarrior108 - uBoot
Just did an fsck as suggested : ~# fsck /dev/sda1 fsck from util-linux 2.36 e2fsck 1.45.6 (20-Mar-2020) rootfs: clean, 177162/3899392 files, 4713678/15591680 blocks also went deeper with: sudo badblocks -nsv /dev/sda1 Checking for bad blocks in non-destructive read-write mode From block 0 to 62366719 Checking for bad blocks (non-destructive read-write test) Testing with randoby echowarrior108 - uBoot
Gravelrash Wrote: ------------------------------------------------------- > :) Without pictures, it didn't happen :) > > echowarrior108 Wrote: > ------------------------------------------------------- > > I know this is an old post however I used a > > similar setup wiring to sidemount an SATA drive > > (it wouldn't fit inside) I was able to cloneby echowarrior108 - Off-Topic
I'm gonna run a fresh install from the sata setup and then boot from that and test the sd fsck the original card and see if it shows any issues, thanks for feedback!by echowarrior108 - uBoot
it was still a no go, same issue.However no crash since last week!The crash may be router related:)by echowarrior108 - uBoot
Just had this issue again, glad I posted it as I had to do the same thing. I may have changed usb ports while doing upgrades on the main unit. The result was same as last time and I was able to recover doing the above steps!by echowarrior108 - Debian
Probably something I did early on when I first started, just hadn't had a need to try it for a long time mainly because I mostly use serial for almost everything, in fact all my devices have same issue and since they were copies of the original I bet I screwed it up when you first helped me get it up and running and I never tried it again,lol will I need to reboot to make it work? I goby echowarrior108 - uBoot
here is what I got: # ls -l /usr/bin/fw_printenv ls: cannot access '/usr/bin/fw_printenv': No such file or directory # echo $PATH /root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/binby echowarrior108 - uBoot
bodhi, u-boot tools shows as already installed, tried fw_printenv and still the same issue. not sure how to get it to work:)by echowarrior108 - uBoot
this is a continuation, the first is the power lead plugged in. note: it is crucial that the red is 5v, the yellow is 12v and the black are both ground! The third pic is of the back with the wiring coming out as well as the 2 5tb hdds attached, I did test the sata with an ssd drive which worked hyperfast! but for now I have my original setup with the duel mpcie setup for rootfs. Jusby echowarrior108 - uBoot