July 7, 201213 yr Yes I believe you can. I did when I removed SNAP. You may need to reboot for it to become effective.
August 18, 201213 yr find line 109 in the plg package code="<?xml version='1.0' standalone='yes'?><PLUGIN><FILE Name='/tmp/snap/snapBundle.tar' ><URL>http://unraid-snap.googlecode.com/files/snap-$latestVersion-1.tar</URL></FILE></PLUGIN>" remove the -1 on the end. it will install but there are other problems on top of that. PeterB had a similar problem: http://lime-technology.com/forum/index.php?topic=18046.msg180047#msg180047 The link from within the plugin is correct: # Snap isn't installed yet. echo "snap not installed yet." >>/tmp/snap.log wget -O /tmp/latestSnapVer http://code.google.com/p/unraid-snap/downloads/detail?name=LatestSnapVersion&can=2&q=#makechanges sleep 1 #cat /tmp/latestSnapVer checkit=`cat /tmp/latestSnapVer| grep 'LatestSnapVersion' ` if [ -n "$checkit" ] then versionCode=`/usr/bin/grep -o 'version=[0-9].[0-9][0-9]' /tmp/latestSnapVer|head -1` latestVersion=`echo "$versionCode"|/usr/bin/cut -d'=' -f2` echo "version is=$latestVersion" |tee -a /tmp/snap.log else echo "Error: Unable to download LatestSnapVersion information from googlecode." |tee -a /tmp/snap.log exit Try again from the command line? No need for a reboot. installplg /boot/config/plugins/Snap-5.0-1.plg The only weird thing I saw was the label for the "latest" was 5.08, and the latest version is 5.09
September 28, 201213 yr Is it feasible to use SNAP to mount an internal SSD so that I can run my App's data folders (sick/sab/couch) and my XBMC library? This way I get speedy apps/DBs and can keep my 1TB black for normal array caching.
October 16, 201213 yr i cant get HFS+ TimeMachines HDD to mount. always: "Partition doesn't exist, cannot be mounted." any advices? running snap 5.08 and rc8a
October 25, 201213 yr Is it feasible to use SNAP to mount an internal SSD so that I can run my App's data folders (sick/sab/couch) and my XBMC library? This way I get speedy apps/DBs and can keep my 1TB black for normal array caching. Yes, that's what I did. Check out here: http://lime-technology.com/forum/index.php?topic=22669.0
October 25, 201213 yr So how is this working on rc8a? It is working for me. Whatever the latest version is. I've had my server online for a couple of weeks most recently, so if something has changed recently I can't tell you. I just used it to clear a couple of drives yesterday and the day before, though.
November 2, 201213 yr Any One tryed to install it in the last Days? Tryes the Tips above, like removing -1 in the SetupScript, unfortunately it does not make a difference.....for me.... Not via reboot, not via commandline..... I spent the whole afternoon, no download, no setup, no icon...... :'( I'm using 5.0r8..... Any idea??? ..does someone know something about Queeg? cu Matthias
November 28, 201213 yr When I backup file from a USB-HDD to the array will SNAP perform a checksum verification like teracopy does? I don't want to copy all files over LAN since USB is almost 5 times as fast as my 100Mbps ethernet :-( I am worried that when I copy the files to the array and remove them from the old disk I will have corrupted files when I need them and no other backup...
February 1, 201313 yr The SNAP 5.0.1 plugin is not working for me. I edit the file on the server and the line endings are fine. What am I doing wrong? root@Tower:/boot/config/plugins# installplg Snap-5.0-1.plg installing plugin: Snap-5.0-1 file /tmp/preSnapInstallCleanup.sh: already exists /bin/bash /tmp/preSnapInstallCleanup.sh ... success file /tmp/prepareForSnapInstall.sh: successfully wrote INLINE file contents /bin/bash /tmp/prepareForSnapInstall.sh ... --2013-02-01 05:08:22-- http://code.google.com/p/unraid-snap/downloads/detail?name=LatestSnapVersion Resolving code.google.com (code.google.com)... 173.194.33.37, 173.194.33.40, 173.194.33.35, ... Connecting to code.google.com (code.google.com)|173.194.33.37|:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] Saving to: `/tmp/latestSnapVer' [ <=> ] 9,661 --.-K/s in 0.002s 2013-02-01 05:08:22 (4.91 MB/s) - `/tmp/latestSnapVer' saved [9661] version is=5.08 Downloading bundle installing plugin: Download_SNAP_bundle http://unraid-snap.googlecode.com/files/snap-5.08-1.tar: 2013-02-01 05:08:23 ERROR 404: Not Found. file /tmp/snap/snapBundle.tar: downloading from http://unraid-snap.googlecode.com/files/snap-5.08-1.tar ... bad download, deleting /usr/bin/tar: snapBundle.tar: Cannot open: No such file or directory /usr/bin/tar: Error is not recoverable: exiting now cp: cannot stat `/tmp/snap/snapCode.tar': No such file or directory /usr/bin/tar: ./snapCode.tar: Cannot open: No such file or directory /usr/bin/tar: Error is not recoverable: exiting now /tmp/prepareForSnapInstall.sh: line 101: /tmp/snap/snapCode/snap-Install.sh: No such file or directory cp: cannot stat `/tmp/snap/snap_web.tgz': No such file or directory rm: cannot remove `/usr/local/emhttp/plugins/snap': No such file or directory rm: cannot remove `/usr/local/emhttp/plugins/snap_web.tgz': No such file or directory cp: cannot stat `/boot/config/plugins/snap/snap_web.tgz': No such file or directory tar (child): snap_web.tgz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now /usr/bin/tar: Child returned status 2 /usr/bin/tar: Error is not recoverable: exiting now rm: cannot remove `/usr/local/emhttp/plugins/snap_web.tgz': No such file or directory failed root@Tower:/boot/config/plugins#
February 1, 201313 yr It's trying to grab http://unraid-snap.googlecode.com/files/snap-5.08-1.tar when it should be http://unraid-snap.googlecode.com/files/snap-5.09.tar So I modified Snap-5.0-1.plg line 69 (look for wget) and commented it out with a leading # character # wget -O /tmp/latestSnapVer http://code.google.com/p/unraid-snap/downloads/detail?name=LatestSnapVersion&can=2&q=#makechanges and added wget http://unraid-snap.googlecode.com/files/snap-5.09.tar and then execute installplg Snap-5.0-1.plg Works now.
February 2, 201313 yr I believe it has been reported earlier in this thread that their are issues with SNAP and the newer RC builds. Recommendatiojn is to remove the plugin at this time. A similar plugin is being worked on Drive Mount --> http://lime-technology.com/forum/index.php?topic=14742.0 Kryspy
February 2, 201313 yr Neither one is working for me. I had to go old school and mount it myself. DriveMount does nothing when I try to set the mount point, but it is possible that the disk was bad and so an error occurred but never reported in web front-end.
February 9, 201313 yr Anyone know how to start SNAP before sab,sick etc? .. i found that sometimes sab or one of the others start before SNAP, and since snap isnt running the /mnt/disk/snap would be created in ram instead.. its driving me insane.
February 13, 201313 yr Madhouse, I went old school too when I upgraded to RC10 and mounted the drive in the go script. I've had no issues with so far, and it mounts before any plugins. sb, sab and plex are running prefectly. SNAP was great, but the old application doesn't work in v5 and the plugin doesn't seem to work anymore. Maybe Queeg is waiting for a final to update the plugin? It was great for plugging in a flash drive and have it automated to copy the contents! Anyway, here's the script I'm using. I got most of it from here http://lime-technology.com/forum/index.php?topic=22296.msg219695#msg219695 # Create apps drive for SB & SAB & Plex mkdir /mnt/apps mount -t reiserfs /dev/hdb1 /mnt/apps #echo '[apps]' >>/boot/config/smb-extra.conf #echo ' path = /mnt/apps' >>/boot/config/smb-extra.conf #echo ' read only = No' >>/boot/config/smb-extra.conf #echo 'browseable = yes' >>/boot/config/smb-extra.conf #echo 'public = yes' >>/boot/config/smb-extra.conf smbcontrol smbd reload-config echo "apps drive mounted and shared" | logger The #echo parts only need to be run once to update smb-extra.conf and then disabled. Also I tried running it with the drive serial number, but in the end hdb1 was the only thing that worked. Hope that helps.
February 13, 201313 yr thanks Lacehim, I moved away from SNAP and installed a Cache drive instead. works like a charm. just remember to name the folder .something otherwise the mover moves the scripts.
February 13, 201313 yr ...just remember to name the folder .something otherwise the mover moves the scripts. If you put it in a share set to cache-only you don't have to name the folder .something
February 13, 201313 yr ...just remember to name the folder .something otherwise the mover moves the scripts. If you put it in a share set to cache-only you don't have to name the folder .something Thanks for pointing that out, makes it much easier.
March 1, 201313 yr It seems that I have messed things up... 1) Was running SNAP 0.47 for a 250gb disk, where I had all my apps installed (sab/sick/couch/transmission). 2) Moved the disk from one sata port to another 3) When the server was up, the disk was lost 4) [Messing up begins]Many "troubleshooting" steps, finally disk put back to the sata port it initially was, installed SNAP 5.01, and disk was visible again, BUT all libraries for the apps installed were removed! The settings are kept but the libraries are lost (Wanted Series for sickbeard, wanted movies for couchpotato, torrents seeding for transmission)! Is there any way to retrieve them??? edit: Settings are lost as well for Sabnzbd, Sickbeard and transmission but are still there for Couchpotato 2. The reason for this is that after upgrading from Couchpotato v. 1 to v. 2 I left the settings files on the usb flash. It looks like I did something that seems to have erased the whole partition and created a new one. Then the apps were automatically reinstalled after reboot on the new partition. It's weird because I didn't press any Format, Erase, Delete or Destroy My Weekend button...
April 27, 201313 yr Just fed snap a EXT2 disk and it mounted RO. Likely this is a legacy thing from 4.7 days but v5.0 supports ext2 and 3 natively.
April 30, 201313 yr Here's another strange one, RC12a and SNAP from the top post. Set up a extra Samsung 120 on a spare controller. Wanted somewhere to install LMS so it didn't keep a array drive spinning all the time. Formatted a the drive, fdisk and mkreiserfs on it.. installed in server, started up shows in the main tab as a 'new' drive - ST9120822AS_5LZ1VBVP (sdh) 117220824 120 GB so far so good. installed snap, set it up as samsing1 share... SNAP shows it good, dev sdh, samsung1, Mounted, Shared, Spinnng, resierfs opened the share with windows, there it is go into it, add a folder.... all looks good putty in and take a look at /dev, there it is /sdh and /sdh1 look at /mnt not there only /disk, disk1... disk6 no samsung1 it's there as a share but not as a /mnt .. sorta precludes me putting anything on it from within UNRAID just for the hell of it, moved the install location of LMS from /mnt/disk1 to /mnt/samsung1 it says it moved it, I look under /mnt now and there is a /samsung1 full of LMS settings but nothing on the drive itself I'm confused addendum.... I put the plugin in /boot/config/plugins I just pulled up the /var/log/snap/snapSambaNotify.log nad this line repeated over and over.... /boot/config/plugins/snap/snapSambaNotify.sh: line 16: /boot/config/snap/snapCommon.sh: No such file or directory there is no snap folder under /boot/config
August 4, 201312 yr Is this plugin dead? If so ill look for an alternative, but it simply won't install and show up in settings tab, running latest RC. The plg script states it has successfully installed.
Archived
This topic is now archived and is closed to further replies.