mayhem2408

Members
  • Posts

    101
  • Joined

  • Last visited

Posts posted by mayhem2408

  1. 15 minutes ago, Benson said:

    May be, you should check min. BIOS ver. need for 3900x at official MSI web site.

     

    Does it can boot other OS in OS installer ?

    According to MSIs website, BIOS V19 and higher support the Ryzen 9 3900x. I am running the latest V1D. I have not tried another OS but will see what I can do. This PC has no DVD drive so OS from USB only. I'll try Ubuntu Live tonight.

     

  2. I have just upgraded my unraid server to an AMD Ryzen 9 3900x. The problem I am having is that I power up the PC, unraid starts to load and within seconds I get a black screen and the hardware resets and starts all over again. This is an endless loop.

    Prior to this I was running an AMD Ryzen 7 2700 on the same motherboard and it was working fine.

    The motherboard is an MSI B450 Gaming Plus motherboard and has the latest 7B86v1D Bios that supports the 3000 series CPUs

    If I remove the Ryzen 9 3900x and reinstall the Ryzen 7 2700, unraid boots just fine.

     

    Below is a link to the video of the bootup process, at attached is a still screenshot of the last thing I see before the hardware resets. 

    https://youtu.be/Fr7Bm8Ijzao

     

    Has anyone had seen this before and know of a possible cause. Do I have a faulty CPU, or maybe the motherboard, although up to date, doesn't support the CPU correctly.

     

    unraid 6.8.3 endless loop reboot.jpg

  3. I tried running "xfs_fsr -t 18000" without specifying a /dev/md? so that it would start an automatic defrag of all xfs drives for 5 hours. I noticed it started defraging /mnt/disk1 instead of /dev/md1. Is it safe to let it continue on /mnt/disk1 ?

    I've noticed that if I specify /dev/md1 in the command line, it ignores the -t command (Which is normal apparently)

  4. Thanks for the guide. I have been having a lot of buffering problems with some of my movies of late. So I decided to check fragmentation. OMG. I was told that Linux file systems don't suffer from fragmentation like NTFS. They can't be more wrong. One of my drives is 99.87% fragmentation. That is the worst fragmentation I have ever seen, on any system. This was is a 2TB drive with 350GB free. Can anyone explain why the fragmentation is so bad?

     

    2TB HDD, 350GB Free, 99.86% Fragmentation

    root@Tower:~# xfs_db -r /dev/md6
    xfs_db> frag
    actual 462546, ideal 636, fragmentation factor 99.86%
    Note, this number is largely meaningless.
    Files on this filesystem average 727.27 extents per file
    xfs_db> frag -d
    actual 27, ideal 26, fragmentation factor 3.70%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.04 extents per file
    xfs_db> frag -f
    actual 462519, ideal 610, fragmentation factor 99.87%
    Note, this number is largely meaningless.
    Files on this filesystem average 758.23 extents per file
    xfs_db> 

     

    2TB HDD, 320GB Free, 99.33% Fragmentation

    root@Tower:~# xfs_db -r /dev/md5
    xfs_db> frag
    actual 2299335, ideal 15320, fragmentation factor 99.33%
    Note, this number is largely meaningless.
    Files on this filesystem average 150.09 extents per file
    xfs_db> frag -d
    actual 522, ideal 460, fragmentation factor 11.88%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.13 extents per file
    xfs_db> frag -f
    actual 2298813, ideal 14860, fragmentation factor 99.35%
    Note, this number is largely meaningless.
    Files on this filesystem average 154.70 extents per file
    xfs_db> 

     

    6TB HDD, 600GB Free, 95.48% Fragmentation

    root@Tower:~# xfs_db -r /dev/md4
    xfs_db> frag
    actual 15899, ideal 718, fragmentation factor 95.48%
    Note, this number is largely meaningless.
    Files on this filesystem average 22.14 extents per file
    xfs_db> frag -d
    actual 33, ideal 28, fragmentation factor 15.15%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.18 extents per file
    xfs_db> frag -f
    actual 15866, ideal 690, fragmentation factor 95.65%
    Note, this number is largely meaningless.
    Files on this filesystem average 22.99 extents per file
    xfs_db> 

     

    6TB HDD, 400GB Free, 98.56% Fragmentation

    root@Tower:~# xfs_db -r /dev/md3
    xfs_db> frag
    actual 500672, ideal 7220, fragmentation factor 98.56%
    Note, this number is largely meaningless.
    Files on this filesystem average 69.35 extents per file
    xfs_db> frag -d
    actual 391, ideal 370, fragmentation factor 5.37%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.06 extents per file
    xfs_db> frag -f
    actual 500281, ideal 6850, fragmentation factor 98.63%
    Note, this number is largely meaningless.
    Files on this filesystem average 73.03 extents per file
    xfs_db> 

     

    2TB HDD, 350GB Free, 76.99% Fragmentation

    root@Tower:~# xfs_db -r /dev/md2
    xfs_db> frag
    actual 153132, ideal 35233, fragmentation factor 76.99%
    Note, this number is largely meaningless.
    Files on this filesystem average 4.35 extents per file
    xfs_db> frag -d
    actual 1374, ideal 1354, fragmentation factor 1.46%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.01 extents per file
    xfs_db> frag -f
    actual 151758, ideal 33879, fragmentation factor 77.68%
    Note, this number is largely meaningless.
    Files on this filesystem average 4.48 extents per file
    xfs_db> 

     

    6TB HDD, 1.1TB Free, 36.5% Fragmentation (Contains all my AppData, dockers, ect and some Movies)

    root@Tower:~# xfs_db -r /dev/md1
    xfs_db> frag 
    actual 2846177, ideal 1807222, fragmentation factor 36.50%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.57 extents per file
    xfs_db> frag -d
    actual 53083, ideal 40568, fragmentation factor 23.58%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.31 extents per file
    xfs_db> frag -f
    actual 2793094, ideal 1766654, fragmentation factor 36.75%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.58 extents per file
    xfs_db> 

     

    2TB HDD, 600GB Free, 3.96% Fragmentation (This is the newest drive on the server)

    root@Tower:~# xfs_db -r /dev/md7
    xfs_db> frag
    actual 2954, ideal 2837, fragmentation factor 3.96%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.04 extents per file
    xfs_db> frag -d
    actual 122, ideal 109, fragmentation factor 10.66%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.12 extents per file
    xfs_db> frag -f
    actual 2832, ideal 2728, fragmentation factor 3.67%
    Note, this number is largely meaningless.
    Files on this filesystem average 1.04 extents per file
    xfs_db> 

     

  5. i m going to upgrade serviio from 1.2.1flash to 1.3.1 cache. Is it safe to just replace the plg file and reboot? when do i need to change the installdir?

    By changing to the cache version, from the flash version, you will either need to delete the config files in the /boot/config/plugins/serviio directory and restart the server to let it get reinstalled fresh, or copy the /boot/config/plugins/serviio to /mnt/cache/.apps/serviio and restart the server to continue using your existing configuration.

     

  6. UPDATE: Plugin for Serviio V1.3.1

     

    The best way to install this plugin if upgrading from an older version is to replace the old plg file with the new one and reboot the unraid server. The plugin can not perform the upgrade while serviio is running. Until such time as I can write some checks and shutdown code into the plugin, just overwrite the old and restart. This will upgrade the existing installation before unraid mounts the array and starts the plugins.

  7. OK. Got mine working fine on unraid. Had to make a few other changes.

     

    1/ Edit file /opt/lampp/lampp

        Line 197 will read "if testport 80"

        Change it to what ever port you want. I changed mine to "if testport 888"

     

    2a/ Edit file /opt/lampp/etc/httpd.conf

        Line 52 will read "Listen 80"

        Change it to the same port you used in the lampp file. I changed mine to "Listen 888"

    2b/ Same file, go to line 205

        Line 205 will read "ServerName localhost"

        Add the port at the end. I changed mine to "ServerName localhost:888"

     

    From here you will be able to start the apache server using the "./lampp start" command

     

    However you will not be able to configure the MySQL server using the myphpadmin page as you get an access denied error

    So you need to change the following.

     

    3/ Edit file /opt/lampp/etc/extra/httpd-xampp.conf

        Line 14-19 will read

    # since XAMPP 1.4.3
    <Directory "/opt/lampp/phpmyadmin">
        AllowOverride AuthConfig Limit
        Order allow,deny
        Allow from all
    </Directory>

        Change it to

    # since XAMPP 1.4.3
    <Directory "/opt/lampp/phpmyadmin">
        AllowOverride AuthConfig Limit
        Order allow,deny
        Allow from all
        Require all granted   # ADDED LINE
    </Directory>

     

    So far it is all working for me. Let me know how you go.

  8. hi could you release include files from your ffmpeg package ? (needed for compilation)

     

    i need compile some other stuff from other plugins but i dont want use other version of ffmpeg or compile myself

    If you already have the ffmpeg pkg file, simple use the explodepkg tool to unpack all the files.

    You can type the following

    cd /boot/packages
    mkdir exploded
    cd exploded
    explodepkg ../ffmpeglibs-1.1-i486-1jr.txz
    

    You will name have a directory in packages called exploded. In there will be all the files from the package.

    All source files used to compile the package can be downloaded from serviio's website.

     

    However, If you simple install the package using the upgradepkg tool, all the files will be automatically installed into there correct locations. There should be no need to rebuilt a new pkg.

  9. Is there a way to get Serviio and SimpleFeatures iTunes server running together on the same unRAID box?

     

    I have both installed, and both look like they are running but Serviio is not finding any new files since the iTunes server was installed.

     

    I believe this is to do with a ffmpeg clash.

    I've never used iTunes server. If it is a DLNA server, it can not run on the same server as Serviio. It's it's just an ffmpeg issue, it can be fixed. I'll look into it.

     

  10. I have finished testing and have a working method of installing the upgrade without having to reboot the server. However it will return either direct access to the unRaid console or telnet access.

    Information on accessing the unRaid TTY console can be found on the unRaid wiki pages.

    Once at the TTY prompt, first shutdown Serviio by typing

    /etc/rc.d/rc.serviio stop

    then install the new plugin by typing

    installplg /boot/plugins/serviio-1.2.1-1jr-cache.plg

    for the cache version or

    installplg /boot/plugins/serviio-1.2.1-1jr-flash.plg

    for the flash version

    Now restart the Serviio plugin by typing

    /etc/rc.d/rc.serviio start

    That's it. Let me know if anyone is having problems.

  11. I get this error with the new plugin:

     

    file /boot/config/plugins/serviio/serviio-webui-1.0.1-c_for_1.2.1.tgz: downloading from http://dl.dropbox.com/u/73389880/serviio-files/serviio-webui-1.0.1-c_for_1.2.1.tgz ... ERROR: cannot verify dl.dropboxusercontent.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3':                                                       
      Unable to locally verify the issuer's authority.                                                                            
    To connect to dl.dropboxusercontent.com insecurely, use `--no-check-certificate'.

    I'm looking into it for you, but so far haven't been able to reproduce it on my 3 test systems.

  12. UPDATE: Plugin for Serviio V1.2.1

     

    The best way to install this plugin if upgrading from an older version is to replace the old plg file with the new one and reboot the unraid server. The plugin can not perform the upgrade while serviio is running. Until such time as I can write some checks and shutdown code into the plugin, just overwrite the old and restart. This will upgrade the existing installation before unraid mounts the array and starts the plugins.

  13. I too had the same problem.  This is my first install and I'm also having problems with ffmpeg which is not installing (figured out via the forums that if ffmpeg doesn't install, your videos won't show up as ffmpeg is required to scan the files).  I tried installing ffmpeg manually using the updatepkg function but it says it is already installed yet when I go to the /config/plugins/serviio directories ffmpeg just isn't present  I also tried installing AirVideoServer since it installs ffmpeg but that didn't seem to work either.  I checked all directories on my flash drive with no signs of ffmpeg other than the ffmpeglibs-1.1-i486-1jr.txz in the /boot/packages directory.

    The files you have listed there are files used to install the plugin, not the installation itself. The cache version of the plugin will extract the above listed files into the /mnt/cache/.app/serviio directory. The flash version will extract to /boot/config/plugins/serviio

    Did you run the ffsetup.sh script in the serviio/ffmpeg directory?

    The ffsetup.sh script is no longer used as ffmpeglibs is its own installable slackware package. to install ffmpeglibs, type

    upgradepkg --install-new /boot/packages/ffmpeglibs-1.1-i486-1jr.pkg

    you can delete the ffmpeg directory from the config folder as it is no longer needed by the serviio plugin.

     

    This too is my first installation.  It says ffmpeglibs is already installed.  So, my transcoding page is still blank.  What am I doing wrong?

     

    I just download the cache version of the plug in and it appears that everything got installed on my flash drive.  My cache drive is empty.  Whats the best way to move it from the flash to the cache?

     

    root@Tower:/boot/config/plugins/serviio# ls -l

    total 16616

    -rwxrwxrwx 1 root root    6653 2013-03-10 21:41 consolewebgui.png*

    -rwxrwxrwx 1 root root 16435375 2013-03-10 21:40 serviio-1.2-linux.tar.gz*

    -rwxrwxrwx 1 root root      16 2013-03-10 21:44 serviio-version.cfg*

    -rwxrwxrwx 1 root root  304410 2013-03-10 21:40 serviio-webui-1.0.1-c_for_1.2.tgz*

    -rwxrwxrwx 1 root root      58 2013-03-10 21:44 serviio-webui.cfg*

    -rwxrwxrwx 1 root root    4329 2013-03-10 21:40 serviio.png*

    -rwxrwxrwx 1 root root  210315 2013-03-10 21:41 serviio_plugins_1.2.tgz*

    -rwxrwxrwx 1 root root    14756 2013-03-10 21:41 serviiomediabrowser.png*

    The files you have listed here are the files used to install the plugin. The installation itself will be in the /mnt/cache/.apps/serviio directory

  14. Same issue here.  Per an earlier post, you have to use the apps (I used the android app) to access the transcoding settings.

    There are some issues with the 1.01 webgui when it comes to Serviio 1.1 and 1.2 support. The Developer of the webgui will be updating it, but until then, not all of the features may work as expected. As soon as the webgui is updated, I will update the plugin to support it.

  15. I too had the same problem.  This is my first install and I'm also having problems with ffmpeg which is not installing (figured out via the forums that if ffmpeg doesn't install, your videos won't show up as ffmpeg is required to scan the files).  I tried installing ffmpeg manually using the updatepkg function but it says it is already installed yet when I go to the /config/plugins/serviio directories ffmpeg just isn't present  I also tried installing AirVideoServer since it installs ffmpeg but that didn't seem to work either.  I checked all directories on my flash drive with no signs of ffmpeg other than the ffmpeglibs-1.1-i486-1jr.txz in the /boot/packages directory.

     

    Did you run the ffsetup.sh script in the serviio/ffmpeg directory?

    The ffsetup.sh script is no longer used as ffmpeglibs is its own installable slackware package. to install ffmpeglibs, type

    upgradepkg --install-new /boot/packages/ffmpeglibs-1.1-i486-1jr.pkg

    you can delete the ffmpeg directory from the config folder as it is no longer needed by the serviio plugin.

  16. Installed the new plugin, rebooted, everything installed fine, however, in the console when I try to open the transcoding tab, it's just a blank page.  Anyone else experience this?

    I have the same problem. I can access it from the android app though but can't from the console

    I too had the same problem.  This is my first install and I'm also having problems with ffmpeg which is not installing (figured out via the forums that if ffmpeg doesn't install, your videos won't show up as ffmpeg is required to scan the files).  I tried installing ffmpeg manually using the updatepkg function but it says it is already installed yet when I go to the /config/plugins/serviio directories ffmpeg just isn't present  I also tried installing AirVideoServer since it installs ffmpeg but that didn't seem to work either.  I checked all directories on my flash drive with no signs of ffmpeg other than the ffmpeglibs-1.1-i486-1jr.txz in the /boot/packages directory.

    The ffmpeg package will be on your flash drive, but when installed will put ffmpeg into you /usr/bin directory on the unraid server.

  17. I have found a bug when upgrading from an older version to the newer one. If you manually run installplg to install the plugin, it may not work correctly if serviio is currently running.

     

    At the moment, to get around this, remove the old Serviio plugin file and reboot the unRaid server. You will then be able to manually run the new Serviio plugin file. Alternatively, just replace the old Serviio plugin file with the new and reboot the server.

     

    I plan to address this in the next version of the plugin, but probably will not be for another week or so.

  18. That's awesome! What a fast update!

     

    Thanks, will give it a try

     

    Edit: Installed it. Plugin seems to work great. Serviio versions in settings says version 1.2 but the Serviio console/about says version 1.1 and saying an update is available. Maybe I had to delete some folders\packages first?

     

    Edit 2: nevermind I had to reboot the server. It's now showing 1.2. I guess only running the command wasn't installing 1.2 completely. Probably services still running.

    Opps. Sorry. Maybe I was a little to fast. Just uploaded the fixed plugin. Please download it again :)