Jump to content

CyberMew

Members
  • Posts

    409
  • Joined

Everything posted by CyberMew

  1. Today all of a suddenly I had 33 errors on my 6.1.3 unraid, 2tb red drive WDC_WD2002FAEX. I just started running a smart long test. This is the disk info: Will I need to replace my drive? Not sure if my drive is still under warranty, is there anyway I can check without opening up the system case? The above drive aside, I also got another 4tb drive with 1 error, the smart short test seems ok, I'm still running the long test (it's been a whole day and it's only 90% ).
  2. First time trying VM, installed Ubuntu 14 Desktop. Basically I just wanted to host a game server for now, but my router doesn't assign it an ip? The ip is weird and I can't see it. Here are my network settings. And here are my xml? <domain type='kvm' id='1'> <name>Gaming and Media Player</name> <uuid>84a846d5-e3b6-dbc3-083f-5ca39cd95add</uuid> <description>Game server</description> <metadata> <vmtemplate name="Custom" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.3'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/cache/apps/VirtualMachines/vdisk1.img'/> <backingStore/> <target dev='hdb' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk1'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/iso/ubuntu-14.04.3-desktop-amd64.iso'/> <backingStore/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <alias name='sata0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:b2:25:84'/> <source bridge='virbr0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/Gaming and Media Player.org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='vmvga' vram='16384' heads='1'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </memballoon> </devices> </domain> am I doing it correctly? edit: how stupid of me, fixed! https://lime-technology.com/forum/index.php?topic=39734.0 edit2: I'm now having trouble accessing the ports of the VM, I can ping the ip no issues. Any ideas why? Is it a OS specific issue or a VM configuration issue? It's as if all the ports are rejected? edit3: realised that the server claims to be running when it isn't lol. netstat -ntlp | grep LISTEN showed me the truth
  3. I tried bridge (this was the default!) mode and change port to 81 (i couldn't use 8080) and it couldn't connect to PMS (I used localhost). So I changed to 127.0.0.1, also didn't work. So I switched to HOST mode, localhost didn't work, so I used 127.0.0.1 and it worked (weird huh?). But because of the mode, I couldn't select the port to use - I had to use the defaulted 8080... 2 questions: 1. why can't we select port? 2. why did localhost not work, but 127.0.0.1 did?
  4. Yea I used it and it link me here actually... :lol: Anyway for this issue for Airvideo server is now solved!
  5. Just upgraded from 5.0.6 to 6.1.3 from scratch, no issues with the plugins however the default password fields are like this "'password'" which might cause problems if the user didn't restore and instead setup the cfg files from scratch. Hope the dockers versions are made soon! Also, will a Subliminal plugin be made in the future? I just realise that I could no longer follow my old way of running it..
  6. Yes it is my first time trying out dockers.. I am using the Airvideo Server, and it doesn't seems to let me configure it. I can see a file inside the application directory, however edits will just be overwritten when the docker starts. Apparently I am not alone, on the docker's website someone posted the same question as well.. I have tried to install needo's PlexWatch(Web) docker without much changes, however I'm getting a unable to access Plex Media Server error message in it - I'm assuming the app is unable to access outside of it's own container and hence "localhost" nor "myserverip" will not work? My PlexMediaServer is from Phaze's plugin (not docker) edit: OH didn't realise that there's a advanced view, now I got it!
  7. Is there only 2 folders that we can choose? Not more?
  8. Apparently it's working now. I need to click on the tab, and the UI will appear. However it will not work - blocked by the done text and cubes thingy. I just had to press back and go forward again to dismiss the loading overlay that's blocking. HTML problems? Secondly is the queues in sabnzbd. They aren't working even though it is in Play/Resume mode. I had to pause all of them and individually click on the Play button in order for them to resume downloading. Not sure why
  9. I was using the plugin for sabnzbd made in May. And yesterday I installed the sabnzbd beta version 8.0 for the first time. I uncheck the https option in special options and the app could load the nzb but couldn't download from newsgroup. Just sort of hangs there. Not sure what is happening? So I tried to stop and upgrade the plugin. Now the settings page in tower doesn't load the various options. Neither can I connect to sabnzbd too. How can I fix it? I can't even revert the plugin if I wanted to. Should I restart the tower?
  10. Yup they did on rc-1 http://lime-technology.com/forum/index.php?topic=39948.msg374680#msg374680
  11. I'm on v5. I might have downloaded several videos files all over my user shares and for some of them they could be the same source exactly (identical files). I need to clear them so i don't waste anymore space. Is there a way for me to find and list them in a txt file? I could use some windows program and scan them over the network but it will probably be ultra slow as compared to running it on the terminal directly. Is there something like this in unraid already?
  12. I don't remember clearly, but I believe the field was blank after I unticked and submitted the page. So I didn't know where to find the 'default' directory. I didn't start the server then because I was working on stuff and I simply just restored a backup after finding the folder wasn't there (thought it was deleted). Just wanted to bring it up in case the behaviour wasn't intended.
  13. For one of the plugins (Couchpotato i think), when I unselected the checkbox for using a config directory, I would have expected my current existing folder to remain there. However, upon submit, the folder was removed/deleted. I dont' think that should be the correct behaviour though. It should be as less destructive as possible.
  14. Any plugins available for unraid 5 that allows us to backup a specific set of folders daily?
  15. Oh this is unraid 5.x support forum. yea unraid 6 has them so there aren't any more https issues, but im wondering if 5.x series is capable of that, especially now some services are https only and things wont work
  16. However the ones that I can find are for slackware 14.0 and above, and apparently unraid is 13.37 and below. If I installed the ones for 14.0 it will not be able to identify openssl. wget https://github.com wget: error while loading shared libraries: libssl.so.0: cannot open shared object file: No such file or directory
  17. Does anyone know of any apps (plugins) that will do a daily backup of my folders? Once bitten, better to do backups now!
  18. Yup it was a fresh reboot. I had some issues with my databases (either they were corrupted or pointing in the wrong directory) after some issues with mover. I've since deleted/restored the offending databases and the apps seems to be starting properly again. Thanks for telling me where the logs are!
  19. Hi, sorry to bother you again. I'm having troubles starting Couchpotato and Sonarr...pid failed to create. are there any logs that I can see so that i can find out why it's failing?
  20. Thanks guys. Appreciate the help. Im not sure why the syslog is 0kb and isn't being written, but I've restarted and it seems to be working again. Now I'm slowly restoring back the apps. so far only couchpotato and sonarr wouldnt start for some reason but they are not important (for now).
  21. so if I wanted to store my config files in /mnt/cache/apps/pluginhere, i need to make sure all my /mnt/disk* does not contain /mnt/disk*/apps? if I specific /mnt/cache i don't have to deal with any of the shares folder stuff right?
  22. You are right. The mover MOVED MY FILES! OMG IM SO HAPPY... BUT HOW? WHY? It was on cache all the while!
  23. The only thing I haven't tried yet is restarting the system. IF there is anything I can do to debug it before I try and restart the system now would be a good time.. if not I'll try to restart it and see what happens
  24. Yea I have been using it for a long time without any issues now with plex, transmission, sickbeard etc. It's definitely a cache folder/drive that I'm using and I don't think it's the mover moving my app files away. Moreover, it doesn't make sense if my syslog is 0kb after a whole night/day.. Something scary is going on around here..
×
×
  • Create New...