Jump to content

Fredrick

Members
  • Posts

    173
  • Joined

  • Last visited

Posts posted by Fredrick

  1. Hi,

     

    I just installed a new PCIe USB controller in my Proliant M350 due to needing more ports. I came from a 2 port controller to a 5 port controller.

     

    I want to pass the entire controller through to a VM like I did before. At first boot it allowed me to do it, but the VM wouldnt boot. After trying again the controller has since disappeared from the available "Other PCI devices" list.

     

    Where did it go, and how can I get it back? :)

     

    Screenshot 2019-10-25 at 10.36.07.png

  2. Hi,

     

    I'm trying to get a Stash-docker up and running, and its dependant om ffmpeg for transcodes. Didnt really know where to start, so I've installed ffmpeg in /user/local/bin/ffmpeg, and I can call the command just fine (doesnt complain about dependencies). Followed this script, just editing the link for ffmpeg.

     

    This user seems to be running the app on Unraid, but I'm not smart enough to decipher what he is doing just from this script/image.

    https://github.com/stashapp/stash/issues/30#issuecomment-477737548

     

    Im seeing this error in the docker-log, but don't understand much of this either:

    time="2019-05-22T12:05:52Z" level=error msg="ffmpeg error when running command </usr/bin/ffmpeg -v quiet -ss 131.74200000000002 -y -i /data/[MEDIAFILE].wmv -vframes 1 -q:v 2 -vf scale=1280:-1 -f image2 /generated/screenshots/77c4cca450631a7f3fec0803e9bfdbda.jpg>"
     

    My current docker setup, I've tried various things without luck

    874983427_Screenshot2019-05-22at14_56_28.thumb.png.4cba5c9c30d0c7b608e01cf185d50676.png

    2023578299_Screenshot2019-05-22at14_56_37.thumb.png.8fa445fe5b476dfcf8724910fde74c77.png

     

    mp4 and m4v play just fine, but wmv results in an error.

     

    Thanks!

  3. Access to my server via apps (Android, Libreelec) are somehow gone and I cant figure out what I can do to fix it. I can access the server fine through webui, both local and WAN. The server has green checkmark under network.

     

    I cant see anything in the log for the container, and not sure where the logs are for Android app. Maybe I could get a log for libreelec?

     

    I've tried disabling SSL on the server to rule that out, I've tried downgrading PMS and I've tried rebooting pretty much everything multiple times. 

     

    Any ideas?

  4. Anyone using end2end-encrytpion and got it working succesfully?

     

    I've got it set up, and it works for adding a small amount of data at a time. Adding multiple photos or large videos makes the entire thing crash. It seems to be unstable at best. My android client can see the files, but not delete them. Sometimes they show up as encrypted even though they should be unencrypted. It stores the files in an uaccessible tmp folder which still has the files after the upload crash.

     

    Any tips?

     

    EDIT: The github for the app also contains plenty of unresolved issues, so it might not be ready.. unfortunately.

  5. 21 hours ago, Delarius said:

    At least here's a few tips and hopefully this gives you a few ideas about how to proceed.

    Del

    Thanks for a solid answer! Unfortunately I didnt get very far. 

     

    As far as I can tell rcloneorig is the actual rclone-process which is simply just called with "rclone", I might be wrong.

     

    root@Tower:~# sed -n '21p' /usr/sbin/rclone
            rcloneorig --config $config "$@";
    
    root@Tower:~# which rcloneorig
    which: no rcloneorig in (.:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin)
    
    root@Tower:~# find / -type f -iname rcloneorig
    find: `/proc/30625/task/30625/net': Invalid argument
    find: `/proc/30625/net': Invalid argument
    find: `/proc/30626/task/30626/net': Invalid argument
    find: `/proc/30626/net': Invalid argument
    find: `/proc/30627/task/30627/net': Invalid argument
    find: `/proc/30627/net': Invalid argument
    find: `/proc/30641': No such file or directory
    find: `/proc/30666': No such file or directory

     

  6. Hi,

     

    I'm not sure this is related to my recent upgrade to 6.6.1 (from 6.5.3), but I hadn't noticed this error before. I can no longer call rclone through userscripts, even though the plugin is installed. It results in the following error message:

     

    /usr/sbin/rclone: line 21: rcloneorig: command not found

     

    I'm not sure if reinstalling the plugin will result in a loss of my configurations, or if I can simply backup the config and scripts from the plugin page to keep all necessary information.

     

    Any ideas?

  7. Hi,

     

    I'd think this should be fairly easy, but my google-skills seem to have failed me tonight. I've got a debian VM running, and simply want to mount or access /mnt/user/Downloads/youtube-dl inside this VM. How can I do this?

     

    I'm not sure how "Unraid mount tag" works inside the settings for the VM, but I cant find the share after setting it up there. Tried various mount-tags such as "/mnt/youtube"

     

    1574384110_ScreenShot2018-07-03at20_55_50.png.c35978e0a9b7132042265dfc4ce8f899.png 

  8. That seems like quite the hack just to get a (single) computer in my case to turn off in time, and turn back on when battery is good :P

     

    Had another outage today, and the server is not given enough time to gracefully shut down. It seems to force shutdown after 90s, which is not enough. I'm not really sure which setting would define this.

     

    Also my UPS has three different groups (groups of outlets in the back) which can be controlled individually through the network interface, but that data/function seems to be lost with NUT. 

  9. On 6/11/2018 at 9:09 PM, pwm said:

    I personally have a RPi as "owner" for the UPS units.

     

     

    Any tips/guides on how you set this up? I followed this guide, but that basically leaves me with my RPi as the NUT server, and I don't know how to set it up as you suggested. I've tried to read the NUT-documentation but that was some heavy stuff..

     

    Do you control the power of VMs/Unraid server from the RPi itself, or from the individual NUT-client setups on those machines? And how do you set up the RPi to wake the server when UPS is back above a given charge?

  10. Thanks, that is solid input :)

     

    Is there a way to configure this to only boot the server when UPS reached maybe 50% capacity? And I dont see how the BIOS setting would help? If Unraid shuts down before the battery is depleted, the last power state would be off, right? So it wouldnt turn back on.

     

    I guess I could somehow have a service on a secondary Raspberry Pi or similar to do the following

    1. Check if server is off
    2. Check if UPS-charge>50%
    3. Wake-On-Lan
  11. I recently bought an UPS (APC Smart UPS X 3000 VA LCD), and I'm currently testing it in use. I've got it identified by the apcupsd-daemon in Unraid, and it initiated a shutdown as I'd expected.

     

    What I want is a possibility to have the server start when main-power is resumed, but I dont know how to go about this. Any tips? This would "have" to work for both when mains is restored after the shutdown has been initated, but before the UPS is depleted entirely, and in the case where the UPS has been entirely depleted

  12. 1 hour ago, jonnypajamas said:

    On all my plex installs I get chown cannot access /opt/plexmediaserver/

     

     

    I added another path called /opt/plexmediaserver and pointed it to /appdata/binhex-plexpass/opt and the container started. Nothing in the folder atm.

     

    EDIT: Spoke too soon, container starts but crashes..

  13. Call traces does not seem to be related, actually couldnt even find them in the logs..

     

    What does seem to be the problem though is permissions. I tried moving a folder to the "VC1 Remux" folder which was my previous destination, from my windows computer.. And was denied. Turns out the folder had permissions like these (illustrated on another folder):

    image.png.bfedd81543359a7cd17369a2296ac754.png

     

    Now I dont understand why it had those permissions, why it worked for the first 40 movies and not for the latter 60, and why it doesn't warn me when there is permission issues, just throws files to limbo.

     

    Any ideas?

     

    EDIT: Well I'm practically ready to call myself mentally challenged at this point. With over 20 years of working with computers.. I just found all the missing folders, in various subdirectories of my destination folder. Turned out I hadn't moved them into the root-destination, but rather subdirectories. Thanks a lot for trying to help me. I checked the total folder size and something seemed off with that number, found them lying around.

  14. 18 hours ago, jonathanm said:

    Check through EACH of the individual disks, not just the user path. The /mnt/user is a synthetic creation, and it's possible for it to get out of synch with the real files on the disk.

     

    Also a good suggestion, but I still couldnt find any of the folders. Just checked both origin and destination folder on each drive. Both before and after the mover ran, if that could have made a difference. 

     

    18 hours ago, jonathanm said:

    Another explanation would be file system corruption. Do you have the "Fix common problems" plugin installed? I'd run it and see if it gives any clues.

    Just ran extensive test, and it came back with simple warnings (i.e. not updated dockers etc.).

     

    Also tried stopping and starting the array without luck :/

    EDIT: Fix common problems just ran after the array restart, and found call traces. Trying to check them now.

  15. 19 minutes ago, Frank1940 said:

    Double check that you haven't create two paths on the Linux side that are identical expect for the capitalization in the name of one of the folders somewhere in the path.  (As an Example---   Filmer and filmer)  While Linux is perfectly happy with this naming convention, Windows will only show you one of them as it ignores capitalization.   (File names in MS-DOS were always capitalized and it carried over into Windows as it ran as an application on top of MS-DOS.) 

     

    The way I moved the files were in Krusader, from one window to the next. I marked a batch, moved it, then marked the next batch and it got lost during movement. Thus some folder worked fine, the other got botched.. In the same kind of operation.

     

    Regardless, I just checked through terminal, and there is no ambiguity, all folders are capitalised except /mnt/user

×
×
  • Create New...