Jump to content

nacat78

Members
  • Posts

    303
  • Joined

  • Last visited

Everything posted by nacat78

  1. ok i will try that as well - would be nice to setup custom media shares without rebuilding image/container each time there was a change or for each persons unique unraid share structure.
  2. ok that sounds easier... but currently accessing all my media now with the tweaked properties file built in...
  3. no worries i really appreciate you getting it to work with unraid - i will continue to test around with folder settings **UPDATE** I was able to get the folders mapped to my media shares correctly - it just takes time to rebuild docker then push/pull to server to build container. currently if you want custom mapping other that Movies & TVShows you need to edit the AirVideoServerLinux.properties file and rebuild image on dockerhub with updated file. original AirVideoServerLinux.properties folder settings folders = Movies:/Movies, TVShows:/TVShows customized AirVideoServerLinux.properties folders = Movies:/Movies, TV Shows:/TV Shows, Documentaries:/Documentaries
  4. how can i assign different directories for media ie... Documentaries:/mnt/user/Documentaries, Movies:/mnt/user/Movies,TV Shows:/mnt/user/TV Shows, Kids:/mnt/user/Kids and so on... setting that would reside in airvideo.cfg or airvideoserver.properties - I tried adding them using the Docker template but only the Movies one works...
  5. will give it a go thanks - I am really looking forward to this one. - Still tinkering around with one of my own - waiting for Airvideo HD for linux to be released - you will be able to assign multiple users and be able to give each of those users specific access to content...
  6. Done! Awesome job - its working great
  7. https://github.com/menghan/airvideo-server-in-docker
  8. If it's a docker, then it already works. Are you asking someone to do it in tiny core linux or phusion instead of Ubuntu? i cannot get it to work for unraid docker - have you tried?
  9. Requesting AirVideo Docker - found this on github instructions for ubuntu cd airvideo-server docker pull ubuntu docker build -t my-airvideo-server . docker run -d -u avuser -e LANG=C.UTF-8 -p 45631:45631 -p 46631:46631 -v /path/to/my/movies:/Movies my-airvideo-server airvideo-server dockerfile # ref: http://www.inmethod.com/forum/posts/list/1856.page FROM ubuntu:14.04 MAINTAINER menghan ADD multiverse.sources.list /etc/apt/sources.list.d/ RUN apt-get update RUN apt-get -y upgrade # dependicies of airvideo RUN apt-get -y --no-install-recommends install libmp3lame0 libx264-dev libfaac0 faac openjdk-6-jre avahi-daemon # install fonts RUN apt-get -y --no-install-recommends install ttf-wqy-microhei fonts-dejavu # curl RUN apt-get -y --no-install-recommends install curl # airvideo server's files ADD AirVideoServerLinux.properties /opt/airvideo-server/ ADD airvideo-server.service /etc/avahi/services/ ADD airvideo-server /usr/bin/ RUN mkdir -p /opt/airvideo-server/bin RUN curl -s http://s3.amazonaws.com/AirVideo/Linux-2.4.6-beta3/AirVideoServerLinux.jar -o /opt/airvideo-server/AirVideoServerLinux.jar # compile avconv RUN apt-get install -y build-essential libmp3lame-dev libfaac-dev yasm pkg-config && \ cd /tmp && \ curl -s http://s3.amazonaws.com/AirVideo/Linux-2.4.6-beta3/libav.tar.bz2 -o libav.tar.bz2 && \ tar xf libav.tar.bz2 && \ cd libav && \ ./configure --enable-pthreads --disable-shared --enable-static --enable-gpl --enable-libx264 --enable-libmp3lame --enable-nonfree --enable-libfaac && \ make -j4 && \ strip -s -o /opt/airvideo-server/bin/avconv /tmp/libav/avconv && \ apt-get purge -y build-essential libmp3lame-dev libfaac-dev yasm pkg-config && \ apt-get autoremove -y && \ apt-get autoclean && \ rm -rf /tmp/libav.tar.bz2 /tmp/libav # add user RUN adduser --uid 1000 --group --system avuser RUN mkdir -p /home/avuser/.air-video-server RUN chown avuser:avuser /home/avuser/.air-video-server Is it possible to adapt this to use in unraid setup
  10. Anyone dockerized airvideo yet?
  11. Checkout out PhAZe's updates on some popular plugins http://lime-technology.com/forum/index.php?topic=33341.msg306949#msg306949
  12. No worries, i put the drive in two other systems on different cards and it starts to work then it redballs again no matter where it is - definitely the drive. thanks for feedback.... its to bad the drive is out of warranty though.... anyway thanks again.
  13. So I had a 2TB disk redball on me, reseated drive in 5 in 3 cage and cable on the back. I was able to rebuild using same drive, but then after about 30 minutes on the array after rebuild it redballed again. Anyway i have the drive replaced, but before i trash the old one, i wanted to confirm that its no longer usable for unraid. I am still in the process or going through a preclear on the drive, but syslog kicked this out about 30 min after preclear started. The same error came up before the drive reballed before. Any input before i retire this drive? Feb 12 18:54:20 SERVER kernel: sd 17:0:0:0: [sdp] Feb 12 18:54:20 SERVER kernel: Result: hostbyte=0x00 driverbyte=0x08 Feb 12 18:54:20 SERVER kernel: sd 17:0:0:0: [sdp] Feb 12 18:54:20 SERVER kernel: Sense Key : 0x3 [current] [descriptor] Feb 12 18:54:20 SERVER kernel: Descriptor sense data with sense descriptors (in hex): Feb 12 18:54:20 SERVER kernel: 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 Feb 12 18:54:20 SERVER kernel: 07 d3 d5 50 Feb 12 18:54:20 SERVER kernel: sd 17:0:0:0: [sdp] Feb 12 18:54:20 SERVER kernel: ASC=0x11 ASCQ=0x4 Feb 12 18:54:20 SERVER kernel: sd 17:0:0:0: [sdp] CDB: Feb 12 18:54:20 SERVER kernel: cdb[0]=0x28: 28 00 07 d3 d5 50 00 00 08 00 Feb 12 18:54:20 SERVER kernel: end_request: I/O error, dev sdp, sector 131323216 Feb 12 18:54:20 SERVER kernel: Buffer I/O error on device sdp, logical block 16415402 Feb 12 18:54:20 SERVER kernel: ata16: EH complete Feb 12 18:54:23 SERVER kernel: ata16: failed to read log page 10h (errno=-5) Feb 12 18:54:23 SERVER kernel: ata16.00: exception Emask 0x1 SAct 0x1 SErr 0x0 action 0x6 Feb 12 18:54:23 SERVER kernel: ata16.00: edma_err_cause=00000084 pp_flags=00000003, dev error, EDMA self-disable Feb 12 18:54:23 SERVER kernel: ata16.00: failed command: READ FPDMA QUEUED Feb 12 18:54:23 SERVER kernel: ata16.00: cmd 60/08:00:50:d5:d3/00:00:07:00:00/40 tag 0 ncq 4096 in Feb 12 18:54:23 SERVER kernel: res 41/40:04:50:d5:d3/40:00:07:00:00/40 Emask 0x9 (media error) Feb 12 18:54:23 SERVER kernel: ata16.00: status: { DRDY ERR } Feb 12 18:54:23 SERVER kernel: ata16.00: error: { UNC } Feb 12 18:54:23 SERVER kernel: ata16: hard resetting link Feb 12 18:54:24 SERVER kernel: ata16: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Feb 12 18:54:24 SERVER kernel: ata16.00: configured for UDMA/133 Feb 12 18:54:24 SERVER kernel: sd 17:0:0:0: [sdp] Unhandled sense code Feb 12 18:54:24 SERVER kernel: sd 17:0:0:0: [sdp] Feb 12 18:54:24 SERVER kernel: Result: hostbyte=0x00 driverbyte=0x08 Feb 12 18:54:24 SERVER kernel: sd 17:0:0:0: [sdp] Feb 12 18:54:24 SERVER kernel: Sense Key : 0x3 [current] [descriptor] Feb 12 18:54:24 SERVER kernel: Descriptor sense data with sense descriptors (in hex): Feb 12 18:54:24 SERVER kernel: 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 Feb 12 18:54:24 SERVER kernel: 07 d3 d5 50 Feb 12 18:54:24 SERVER kernel: sd 17:0:0:0: [sdp] Feb 12 18:54:24 SERVER kernel: ASC=0x11 ASCQ=0x4 Feb 12 18:54:24 SERVER kernel: sd 17:0:0:0: [sdp] CDB: Feb 12 18:54:24 SERVER kernel: cdb[0]=0x28: 28 00 07 d3 d5 50 00 00 08 00 Feb 12 18:54:24 SERVER kernel: end_request: I/O error, dev sdp, sector 131323216 Feb 12 18:54:24 SERVER kernel: Buffer I/O error on device sdp, logical block 16415402 Feb 12 18:54:24 SERVER kernel: ata16: EH complete
  14. @grumpybutfun Will this work on the new V6 of unraid?
  15. The cache is where i put mine as well - but virtualbox running VM's on top of unraid (Windows OS's) was kind of slow though, but still functional, worked great for the linux distros though, any of the other small os, at least until i upgrade my server or reorganize/virturalize my setup. Lately have been toying around with the PXE boot server addon for unraid to PXE boot laptops and other pcs without hard drives that will boot off of an image stored by unraid. grumpy setup a nice guide here if interested.... http://lime-technology.com/forum/index.php?topic=31297.0
  16. No worries ijuarez, that's why we have the forum - for collaboration and helping each other out. Dont forget to set your preferences for VM image storage - default location is on the thumb drive.
  17. @ijuarez Lets double check everything again in virtualbox and webserver config files /boot/config/plugins/virtualbox/virtualbox.cfg # VirtualBox plugin configuration INSTALL_ON_BOOT="true" UPGRADE_ON_BOOT="false" UPGRADE_PLG_ON_BOOT="false" START_ON_ARRAY_MOUNT="false" START_VMS_ON_START="false" VBOX_SYMLINK_LOCATION="/mnt/cache/vbox" VBOXWEBSRV_HOST_IP="127.0.0.1" VBOXWEBSRV_HOST_PORT="18083" VBOXWEBSRV_LOGFILE="/boot/config/plugins/virtualbox/vboxwebsrv.log" VBOXWEBSRV_VERBOSE="true" VBOXWEBSRV_LOGROTATE="0" VBOXWEBSRV_LOGSIZE="50000" VBOXWEBSRV_LOGINTERVAL="604800" /boot/config/plugins/dynamix/dynamix.web.server.cfg service="1" path="/mnt/cache/www" port="8089" phpError="On" error="0" access="0" phpvirtualbox contents dumped/extracted to the root directory of the web server - in my case /mnt/cache/www /mnt/cache/www/config.php /* SOAP URL of vboxwebsrv (not phpVirtualBox's URL) */ var $location = 'http://127.0.0.1:18083/'; after everything is verified correct or changes made if needed enable webserver and restart virtualbox for my setup I would access phpVirtualbox Web Console @ 192.168.0.145:8089
  18. I was just reading about that thanks - will keep researching. Does your PE work for XP, windows 7 / 8 all edititons? if so where might i find or make one that size?
  19. @Grumpy - Thanks again for posting this.... I have been using your work and customizing the PXE boot Menus and have been working on a windows installer menu. All of my installers are .iso's My question - Is there a better way/proper way to deliver the iso's or will i have to extract the files from iso to install that way via PXE. I keep getting BSOD or memory errors during install or while iso is loading due to their size, I'm assuming. I have made a separate windows.menu LABEL Install Windows XP MENU LABEL Install Windows XP KERNEL pxelinux.cfg/roms/memdisk APPEND iso raw INITRD images/Windows/XP/XP_SP3.iso TEXT HELP net use z: \\192.168.0.145\Windows ENDTEXT LABEL Install Windows 7 MENU LABEL Install Windows 7 KERNEL pxelinux.cfg/roms/memdisk APPEND iso raw INITRD images/Windows/7/Win7_SP1_AIO_Dec2013.iso TEXT HELP net use z: \\192.168.0.145\Windows ENDTEXT LABEL Install Windows 8 MENU LABEL Install Windows 8 KERNEL pxelinux.cfg/roms/memdisk APPEND iso raw INITRD images/Windows/8/Win8_x64_x86_AIO.iso TEXT HELP net use z: \\192.168.0.145\Windows ENDTEXT LABEL Install Windows Server MENU LABEL Install Windows Server KERNEL pxelinux.cfg/roms/memdisk INITRD images/Windows/WinPE_X64.iso APPEND iso raw TEXT HELP net use z: \\192.168.0.145\Windows ENDTEXT LABEL Windows Live CD MENU LABEL Windows Live CD KERNEL pxelinux.cfg/roms/memdisk APPEND iso raw INITRD images/Windows/LiveCD/livecd.iso TEXT HELP net use z: \\192.168.0.145\Windows ENDTEXT Advice or comments?
  20. Thanks grumpybutfun, looking forward to playing with this.
  21. Here's another pic of all the screens with config.php - let me know what happens after the reboot.
  22. I went back and looked at the rest of your virtualbox plugin settings, will you try something for me, change the "VirtualBox symbolic link (part of install package) - Change from default /boot/custom/vbox:" /boot/custom/vbox to something else, i have mine set to /mnt/cache/vbox or something thats not on the flash drive, then restart vbox and webserver - retry login.
  23. that should be working - make sure that the vboxserv (virtual Box service) is running. I can start and stop from the plugin page, but others have had issues so they would start and stop from command line.
  24. I dont think the webserver and virtualbox are suppose to use the same port... keep webserver with 8090 and virtualbox with 18083. then to access phpvirtualbox goto server ip:8090 checkout the pics that i posted on page 22 http://lime-technology.com/forum/index.php?topic=25715.msg277669#msg277669 and make sure that you have 127.0.01 in both the virtualbox page and config.php file... this part kicked my butt and was racking my head to get it going...
×
×
  • Create New...