int13h

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by int13h

  1. It is not available in the current version 1.0.5. I have created a new "preclear disk" plugin which works together with the latest version of SimpleFeatures (not released yet). This plugin adds the possibility to do a preclear operation using the GUI on any of the disks which are not part of the array (unassigned disks are optionally displayed in the next SF version). Progress of the preclear operation is shown in real-time in the GUI and runs in the background of the server. This eliminates the need of having a telnet session open for the duration of the preclear. One can leave the preclear page or even close the browser and return later to the preclear page to see and further follow the current state. The plugin acts as a front-end to the (modified) "preclear_disk" script, courtesy of Joe L. To make things work I needed to add 2 more optional switches to the command line of preclear_disk, which allow for auto-answering and output redirection. It is written in such a way that multiple (new) disks can be precleared simultaneously, provided you have enough memory to do so. Glad to know that. I will have to add a new disk in a few weeks, I hope it will be released soon
  2. + I use a gmail account, so that emails from unRaid pile up in the same thread.
  3. AFAIK, Plus license = 6 drives : 5 data, 1 parity (and 1 optional cache drive)
  4. Ok I found some additional informations : Did you setup your time machine using some sort of wizard, using predefined names ? It seems possible to edit "Sara's Macbook". See here : http://pondini.org/TM/C9.html
  5. Oh. Right. Well, since the Mover relying on rsync seems to have problem with this character... is it possible for you to *not* use the cache when writing to the 'timemachine' user share ? (Use Cache = No) Anyway, this character is not a regular apostrophe. Sara’s MacBook -> curly apostrophe Sara's Macbook -> THE apostrophe APPLE, Y U NO SELL FRUITS ?
  6. In the "unRaid Stats" page, I do have CPU and memory monitoring. But the Network graph is always empty, as if there was no I/O, no activity, nothing. Is it broken ?
  7. That's right, you have to edit the code as specified in the thread you refered to. I forgot that part of the story, sorry
  8. Oh, I see. Well, another idea would be to force unRaid to mount shares like this : mount -t cifs -o utf8,other,options,here //server/share /path/to/mount/point but so far I don't know how to, and I don't know the consequences.
  9. Or you can use the anetwait.plg plugin in Influencer's repository. https://github.com/Influencer/UNplugged/blob/master/anetwait.plg
  10. You're experiencing character encoding problems (UTF-8/ISO-8859-15) If you remove the apostrophe, I guess it should be fine.
  11. I'd say by setting the allocation method to "Most-free" on the considered User Share. Then you copy data from the disk shares to your cache. The mover will finally redistribute data among all your disks.
  12. Using oom_adj : Oct 24 18:49:26 Tower emhttp: unRAID System Management Utility version 5.0-rc8a Oct 24 18:49:26 Tower emhttp: Copyright (C) 2005-2012, Lime Technology, LLC Oct 24 18:49:26 Tower emhttp: Plus key detected, GUID: 090C-6300-AA00-000000168261 Oct 24 18:49:26 Tower kernel: go (11365): /proc/11363/oom_adj is deprecated, please use /proc/11363/oom_score_adj instead. Using oom_score_adj : Oct 25 22:50:49 Tower emhttp: unRAID System Management Utility version 5.0-rc8a Oct 25 22:50:49 Tower emhttp: Copyright (C) 2005-2012, Lime Technology, LLC Oct 25 22:50:49 Tower emhttp: Plus key detected, GUID: 090C-6300-AA00-000000168261 Better So we should use oom_score_adj, at least for unraid 5.0 branch.
  13. I'm running unRaid version 5.0-rc8a. I saw this line in the syslog trying to grep something else. I'll post my syslog tonight (if I'm home early).
  14. My syslog says : /proc/1245/oom_adj is deprecated, please use /proc/1245/oom_score_adj instead Ok now, if I write a value in oom_score_adj file, do I have to use the same scoring system (from -17 to 17) ? Or is it expecting different kind of values ? autoreply : Actually, the "new" scoring system uses range [-1000;+1000] So I'll add to my GO file these three lines : # OOM daemon trick : do not kill unRaid WebUI and SMB shares too easily. pgrep -f "/usr/local/sbin/emhttp" | while read PID; do echo -1000 > /proc/$PID/oom_score_adj; done pgrep -f "/usr/local/sbin/smbd" | while read PID; do echo -1000 > /proc/$PID/oom_score_adj; done I'll see how it goes.
  15. The webUI *may* have been killed by the OOM, see here for further informations : http://lime-technology.com/forum/index.php?topic=22971.msg203593#msg203593
  16. Gasp ! I'm in the same situation. I expected to easily reinstall pyload with the new packages tonight. Now I expect headaches and dependencies imbroglio
  17. Okay I'll check later, no problem. You can have some rest now.
  18. .conf files updated : fresh reboot. These modules are installing flawlessy now But tesseract maybe needs to be fixed too ? tesseract - tesseract (an ocr engine) Installed, but version is different. Current version='/usr/lib/libstdc++.so.6:' expected '3.00' it does'nt survive a reboot and keeps asking for being installed :'( Also later with pyload itself : pyload-src-v0.4.7.zip installation: Fatal Python error: pycurl: libcurl link-time version is older than compile-time version Archive: /boot/packages/pyload-src-v0.4.7.zip inflating: /boot/packages/pyload/LICENSE inflating: /boot/packages/pyload/pyLoadGui.py (..blabla...) inflating: /boot/packages/pyload/module/lib/SecureXMLRPCServer.py Installed pyload to /boot/custom/pyload pyLoad pyload.conf file already exists Created unraid.d directory Created init script, /etc/rc.d/unraid.d/rc.unraid_pyload Created unmenu start script, /boot/unmenu/43-unmenu_user_script_start_pyload Created unmenu start script, /boot/unmenu/43-unmenu_user_script_stop_pyload /etc/rc.d/unraid.d/rc.unraid_pyload: line 1: 11135 Aborted python /boot/custom/pyload/pyLoadCore.py --daemon >/dev/null 2>&1 pyLoad started as root. Please go Here to setup pyLoad the rest of the way pyLoad Installed, but version is different. Current version='' expected '0.4.7' ... and I can't reach pyload on port 8085