jkingeek

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by jkingeek

  1. What is the recommended procedure for upgrading dual parity drives to larger drives? I've read that you can replace both at the same time, but is it safer or even possible to do one at a time?
  2. Issuing the echo "Hello, World" | mail -s "My email check" [email protected] command is successful while logged into the docker. Wouldn't that prove credentials are good? Maybe I don't know what else you are referring to.
  3. Ok, I knew it had to be something along those lines... I got logged into the docker and can send test email manually but when I set up a filter to email on an event (which I'm not sure I did correctly) I get the following message in the syslog inside the docker: Dec 5 22:15:45 aeb2d1aae291 zmfilter[601]: ERR [Can't send email: SMTP Failed to connect to mail server: Connection refused at /usr/bin/zmfilter.pl line 817.]
  4. I've tried following the email setup that you linked to in your original post. I can not send email from my unraid CLI with the "mail" command but can with this: echo "Subject: Test message" echo "test text" | ssmtp [email protected]
  5. Has anyone gotten email (gmail) to work in ZM 1.30.4 docker?
  6. I've had this problem too but not with that docker. stop/start array doesn't help, always have to reboot.
  7. It happened again, this time I've attached the diagnostics file. In the log file the [email protected] email was at Sep 25 00:18:10. I've noticed one other person on the forum seems to be having the same issue. Today before I rebooted I checked if the disk shares were gone as well, the disk shares are still accessible, so I can still get to them via CLI. For example cd /mnt/disk1/folder it just seems to be the virtual user shares that disappear until I reboot the server. oraid-diagnostics-20170925-0708.zip
  8. Having an issue where my shares disappear. The server continues to run, I'm not seeing anything obvious in the syslog. The shares are just gone at some point... if I go to the /shares tab in the GUI there is nothing listed. If I try to go to /mnt/user in the CLI, it's gone too. I've attached the syslog from tonight. I have a cron job that runs at *:18 which moves files it finds in an "inbound" folder on the cache and moves them to the array. I also have a cron that runs at *:33 checking to see if my /mnt/user folder is still there and notifies me via prowl if it's not. When that happens I download the syslog and then have to reboot the server to get the shares back online. At the end of the syslog there is always this "sent mail for [email protected]" it seems to be when the move at *:18 tries to execute but probably can't because the shares have disappeared. Ideas? syslog3.txt
  9. I took a second look... I figured out why it wasn't working after I re-installed the docker. my /var/cache/zoneminder was mapped to the wrong folder. Still not sure why it broke during the update though. Does the update try to change the /var/cache/zoneminder mapping to a default or something? Mine is mapped to /mnt/cache/.apps/zoneminder/data when I reinstalled it wanted to default map it to /mnt/cache/appdata/zoneminder/data
  10. Just upgraded your docker. Just reinstalled your docker to and it doesn't seem to be working.... events show as "new event" seconds =0 frames are null/null and score is 0/0. Sent from my iPhone using Tapatalk
  11. I applied the latest update a few days ago when it popped up... everything "seemed" to go ok. I could see live video again after the upgrade however all events showed up as null length etc. I can't play any of them... I'm just going to reinstall the docker but wondered if I was supposed to upgrade some other way when the updates show up. I thought I read something in this thread about dlandon getting the updates working.
  12. You da man CHBMB! I wasted so much time on this.... it's working now, something so simple. Thanks 1000x
  13. I really need some help, I've gone over the setup video several times, tried building the docker several times, formatted drives etc... My docker mappings do not seem to be taking effect. I have an 120g SSD drive (unassigned device) which I have formatted (XFS) via unassigned devices and mounted as /mnt/disks/myth my docker mappings are: /home/mythtv <-> /mnt/disks/myth /db <-> /mnt/disks/myth/db /var/lib/mythtv <-> /mnt/disks/myth/recordings I connect to the docker using guacamole, I configure it, I map the Default storage directory to /var/lib/mythtv/recordings as in the video, I exit the myth config, I click no, I click no, I shutdown the docker, I start the docker. I check the logs of the mythtv docker but I don't get all the printouts that SB gets in his video. I can connect to the backend with my kodi, I can see live tv... however, it is recording to INSIDE the docker file. I can not get the mappings to take effect. When I open mythweb and check status it shows the disk as about 8gig. Maybe I've been staring at this from the same angle for too long, I need some ideas.... thanks.
  14. Thanks for your answer, DB modification is beyond my level of troubleshooting. I'll mark this thread as solved and hope it helps someone else in the future.
  15. I recently went through the hassle of having to recreate my mariadb and scanning kodi library back in. When I recreated the mariadb I used the "linuxserver" version of the docker. One thing I noticed eventually was that in kodi, once all episodes in a TV show were watched and marked as watched. The "thumbnail" view in kodi of the TV shows would not show the "watched" check mark on that fully watched show. This feature has become relied upon in this household. After a few days of deleting and starting over several times, I decided to try the "needo" version of mariadb. Well this did the trick for some reason. I used MySQL workbench to run the two commands below to create the kodi user in the db: CREATE USER 'kodi' IDENTIFIED BY 'kodi'; GRANT ALL ON *.* TO 'kodi'; I did exactly the same thing several times but only when I switched to the needo version of mariadb docker did it fix my problem. I'm wondering if there is a MySQL version difference between the two that was not allowing kodi to mark a show as "fully" watched for some reason. Does anyone have the answer?
  16. Which unraid user account will the headless-kodi docker use to scan media shares, does it use root?
  17. Just upgrade from 4.7 to 5.0 rc12a. syslog attached. I have not started the array yet because a disk1 shows red ball and says "wrong" below it. My drive in the drop down box shows as: WDC_WD1001FALS-40U9B0_WD-WMATV3946610 (sdb) 976761496 Next line says "wrong" and shows: WDC_WD1001FALS-4_WD-WMATV3946610 What should I do from here? thanks. syslog.txt
  18. Update-- I ran reiserfsck on the other disk5 and recovered some more movies. I had a couple that recovered the movie but no audio... all in all I lost about 10 of my 40 HD movies. Still don't know exactly what happened, but will mark thread as solved since I was able to recover some data. Thanks for the help!
  19. Update- I've backed up my disk3 and run reiserfsck --rebuild-tree --scan-whole-partition on it. The result was MANY numbered files in the lost+found folder. I have been able to rename the larger files with a .mkv extension and recover a few files. There are many more smaller files that I assume are fragments that I will not be able to recover. I plan to repeat this procedure on the other disk that may have had HD_Movies on it.
  20. ok, thanks for letting me know. I was really starting to feel stupid.... Anyway, I've run the reiserfsck --check on 4/5 drives and it hasn't reported any problems. Am I going to have to proceed with the backup and then the --rebuild-tree option? Not sure I have enough room to do a backup since I'm not 100% sure which drive the stuff was on. If I copy to that drive the deleted files will get over written wont they?
  21. I believe it has more free space now. I remember thinking I was getting close to 50% but now I'm at about 44% used.
  22. Next drive: ########### reiserfsck --check started at Tue Apr 2 18:47:01 2013 ########### Replaying journal: Done. Reiserfs journal '/dev/md5' in blocks [18..8211]: 0 transactions replayed Checking internal tree.. finished Comparing bitmaps..finished Checking Semantic tree: finished No corruptions found There are on the filesystem: Leaves 203716 Internal nodes 1260 Directories 4469 Other files 73867 Data block pointers 193991447 (64 of them are zero) Safe links 0 ########### reiserfsck finished at Tue Apr 2 19:18:33 2013 ########### most likely my HD_Movies folder was on one of these two drives. Suggestions based on my reiserfsck --check results so far???
  23. Hey Automatic, I think I deleted your post accidentally. (I realize the irony given my unraid issue) But the "/etc/rc.d/rc.samba stop" worked and I got the drive unmounted and ran reiserfsck --check on that drive resulting in the following: ########### reiserfsck --check started at Tue Apr 2 18:32:00 2013 ########### Replaying journal: Done. Reiserfs journal '/dev/md3' in blocks [18..8211]: 0 transactions replayed Checking internal tree.. finished Comparing bitmaps..finished Checking Semantic tree: finished No corruptions found There are on the filesystem: Leaves 216188 Internal nodes 1309 Directories 2172 Other files 26212 Data block pointers 216348041 (57059 of them are zero) Safe links 0 ########### reiserfsck finished at Tue Apr 2 18:40:14 2013 ########### I fairly sure this is the correct drive, will run it on the others. I only have 5 drives other than my parity drive.
  24. Thanks for the suggestions. I'm running 4.7 so I'm trying to follow the instructions on: http://lime-technology.com/wiki/index.php/Check_Disk_Filesystems It says if you are running an UnRAID version 4 or version 5 up to v5.0-beta8c, start the array and then, from the console or in a Telnet session, type this: cd [this will make sure you are in the /root directory] samba stop [all your shares will disappear from network] umount /dev/md1 ['md1' corresponds to disk1, 'md2' to disk2, etc. note: it is 'umount', not 'unmount'] So, I cd / to root dir, then type in "samba stop" and it just responds "bash: samba: command not found" What am I missing? Thanks again!