Haenchensd

Members
  • Posts

    17
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Haenchensd's Achievements

Noob

Noob (1/14)

0

Reputation

  1. For anyone who may have issues with proprietary driver, this info may be helpful (if there is a foo2hp driver for you): Found this page (http://foo2hp.rkkda.com/) for my driver and followed instructions from it in the docker console. wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz tar zxf foo2zjs.tar.gz cd foo2zjs make ./getweb 1215 # Get HP LaserJet CP1215 .ICM files make install make cups This resulted in CUPS application being unresponsive with no working password. I restarted the container and was able to now add the printer with the foo driver. This was all done directly in the container so most likely this will not persist if I update the image, but at least its working for now.
  2. I have a disk that keeps getting spun up when I'm not using it and am trying to find the source. So, I would appreciate some help with an strace installation. I've downloaded strace 4.8 for slackware and gotten it installed, but when I try to run it I get "GLIBC_2.15 not found". Should I be using a different version or do you have other tips for me? Thanks.
  3. Thank you both for your help. It appears my fears may have been unnecessary. With a new power supply I have all working drives now, just need to rebuild parity.
  4. I had some kind of error that ended up disabling my parity disk (I think maybe my PSU died but can't check that out till tomorrow). Anyway, I rebooted the machine and after doing that the machine refuses to boot and one of my data disks is constantly beeping and the only way I can boot is to unplug that disk. While I'm hoping a new PSU solves these issues, how do I go about forcing it to trust the parity to recover some of this data if I have to replace both disks? Whenever I boot I get a blue dot telling me that the parity drive is new and don't see a "Trust parity" option anywhere though maybe this will show up if I had replaced the failed disk. (I'm using 5.0beta14 I believe). Thanks
  5. Due to two consecutive power failures, my parity drive died on me so I have a new one on the way (and a UPS). However, I also noticed that one of my drives has been marked read-only on me so I need to run reiserfsck and fix it up. Should I do this before my new parity gets installed, or should I wait until I can rebuild parity and then fix the file system? Thanks
  6. Have followed everything present here but still can't get things to run, getting permission denied error root@Media:~# su nobody -c "python /path/to/SABnzbd.py -d" /bin/bash: /usr/bin/python: Permission denied Any ideas? Edit: I think I got it and here's what I had to change: Instead of: mkdir /tmp/depend cp /boot/custom/packages/SABnzbdDependencies-2.1-i486-unRAID.tgz /tmp/depend cd /tmp/depend tar -zxvf SABnzbdDependencies-2.1-i486-unRAID.tgz chown -R nobody install chown -R nobody usr tar -zcvf /boot/custom/packages/SABnzbdDependencies-2.2-i486-unRAID.tgz usr install cp SABnzbdDependencies-2.2-i486-unRAID.tgz /boot/custom/packages/ Had to do: mkdir /tmp/depend cp /boot/custom/packages/SABnzbdDependencies-2.1-i486-unRAID.tgz /tmp/depend cd /tmp/depend tar -zxvf SABnzbdDependencies-2.1-i486-unRAID.tgz chown -R nobody install chown -R nobody usr chmod -R 777 . tar -zcvf /boot/custom/packages/SABnzbdDependencies-2.2-i486-unRAID.tgz usr install cp SABnzbdDependencies-2.2-i486-unRAID.tgz /boot/custom/packages/ Not sure why the change in ownership wasn't enough but it seems to be running. Will update if it's still not working for some reason.
  7. I have this manually installed, but am trying to make this run as nobody since I recently switched over to 5.0. However, I can't seem to get it to work even though I've tried to copy some commands used in prostuff's package. Could anyone provide me with some pointers? What I've tried: change ownership of directories: chown -R nobody:users /mnt/cache/.custom/sabnzbd chmod 755 /mnt/cache/.custom/sabnzbd/sabnzbd.ini chown -R nobody:users /mnt/cache/.custom/sickbeard and then some modifications to my go script: usermod -s /bin/bash nobody > /dev/null 2>&1 su nobody -c 'python /mnt/cache/.custom/sabnzbd/SABnzbd.py -d -s 192.168.1.205:8101' su nobody -c 'python /mnt/cache/.custom/sickbeard/SickBeard.py --daemon' When I manually type these commands I get told no permission or something similar to that.
  8. Normal monthly parity check started last night and after 12hours it was still at 0.0% done and had found about 35,000 errors. The array seems to be running perfectly fine other than this and I've had no problems, however after looking at my syslog it seems the error may possibly be only with the parity drive. Syslog: Feb 1 12:42:19 Media kernel: ata5.00: failed command: READ DMA EXT (Minor Issues) Feb 1 12:42:19 Media kernel: ata5.00: cmd 25/00:00:e7:5e:34/00:04:6f:00:00/e0 tag 0 dma 524288 in (Drive related) Feb 1 12:42:19 Media kernel: res 51/40:00:2c:60:34/40:00:6f:00:00/00 Emask 0x9 (media error) (Errors) Feb 1 12:42:19 Media kernel: ata5.00: status: { DRDY ERR } (Drive related) Feb 1 12:42:19 Media kernel: ata5.00: error: { UNC } (Errors) Feb 1 12:42:19 Media kernel: ata5.00: configured for UDMA/33 (Drive related) Feb 1 12:42:19 Media kernel: ata5.01: configured for UDMA/133 (Drive related) Feb 1 12:42:19 Media kernel: sd 2:0:0:0: [sdf] Unhandled sense code (Drive related) Feb 1 12:42:19 Media kernel: sd 2:0:0:0: [sdf] Result: hostbyte=0x00 driverbyte=0x08 (System) Feb 1 12:42:19 Media kernel: sd 2:0:0:0: [sdf] Sense Key : 0x3 [current] [descriptor] (Drive related) Feb 1 12:42:19 Media kernel: Descriptor sense data with sense descriptors (in hex): Feb 1 12:42:19 Media kernel: 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 Feb 1 12:42:19 Media kernel: 6f 34 60 2c Feb 1 12:42:19 Media kernel: sd 2:0:0:0: [sdf] ASC=0x11 ASCQ=0x4 (Drive related) Feb 1 12:42:19 Media kernel: sd 2:0:0:0: [sdf] CDB: cdb[0]=0x28: 28 00 6f 34 5e e7 00 04 00 00 (Drive related) Feb 1 12:42:19 Media kernel: end_request: I/O error, dev sdf, sector 1865703468 (Errors) Feb 1 12:42:19 Media kernel: ata5: EH complete (Drive related) Feb 1 12:42:19 Media kernel: md: disk0 read error (Errors) Feb 1 12:42:19 Media kernel: handle_stripe read error: 1865703400/0, count: 1 (Errors) Feb 1 12:42:19 Media kernel: mdcmd (53): spindown 1 (Routine) Feb 1 12:42:19 Media kernel: md: disk0 read error (Errors) Feb 1 12:42:19 Media kernel: handle_stripe read error: 1865703408/0, count: 1 (Errors) Feb 1 12:42:19 Media kernel: md: disk0 read error (Errors) Feb 1 12:42:19 Media kernel: handle_stripe read error: 1865703416/0, count: 1 (Errors) Feb 1 12:42:19 Media kernel: md: disk0 read error (Errors) Feb 1 12:42:19 Media kernel: handle_stripe read error: 1865703424/0, count: 1 (Errors) Feb 1 12:42:19 Media kernel: md: disk0 read error (Errors) Feb 1 12:42:19 Media kernel: handle_stripe read error: 1865703432/0, count: 1 (Errors) Feb 1 12:42:19 Media kernel: md: disk0 read error (Errors) Feb 1 12:42:19 Media kernel: handle_stripe read error: 1865703440/0, count: 1 (Errors) Feb 1 12:42:19 Media kernel: md: disk0 read error (Errors) Feb 1 12:42:19 Media kernel: handle_stripe read error: 1865703448/0, count: 1 (Errors) Feb 1 12:42:19 Media kernel: md: disk0 read error (Errors) The first few lines repeat occasionally, but the others are repeating thousands of times over. SMART report for parity: smartctl -a -d ata /dev/sdf smartctl version 5.38 [i486-slackware-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF INFORMATION SECTION === Device Model: ST32000542AS Serial Number: 5XW1PS0X Firmware Version: CC35 User Capacity: 2,000,398,934,016 bytes Device is: Not in smartctl database [for details use: -P showall] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Wed Feb 1 15:24:56 2012 MST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED See vendor-specific Attribute list for marginal Attributes. General SMART Values: Offline data collection status: (0x00) Offline data collection activity was never started. Auto Offline Data Collection: Disabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 633) seconds. Offline data collection capabilities: (0x73) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. No Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 255) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x103f) SCT Status supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 093 093 006 Pre-fail Always - 158171401 3 Spin_Up_Time 0x0003 100 100 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 095 095 020 Old_age Always - 5347 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 6 7 Seek_Error_Rate 0x000f 075 060 030 Pre-fail Always - 35584178 9 Power_On_Hours 0x0032 093 093 000 Old_age Always - 6750 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0 12 Power_Cycle_Count 0x0032 097 097 020 Old_age Always - 3341 183 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 0 184 Unknown_Attribute 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 001 001 000 Old_age Always - 1009 188 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 0 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 072 044 045 Old_age Always In_the_past 28 (0 1 34 24) 194 Temperature_Celsius 0x0022 028 056 000 Old_age Always - 28 (0 17 0 0) 195 Hardware_ECC_Recovered 0x001a 044 035 000 Old_age Always - 158171401 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 27 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 27 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 240 Head_Flying_Hours 0x0000 100 253 000 Old_age Offline - 259184096451348 241 Unknown_Attribute 0x0000 100 253 000 Old_age Offline - 1859306417 242 Unknown_Attribute 0x0000 100 253 000 Old_age Offline - 98807890 SMART Error Log Version: 1 ATA Error Count: 1009 (device log contains only the most recent five errors) CR = Command Register [HEX] FR = Features Register [HEX] SC = Sector Count Register [HEX] SN = Sector Number Register [HEX] CL = Cylinder Low Register [HEX] CH = Cylinder High Register [HEX] DH = Device/Head Register [HEX] DC = Device Command Register [HEX] ER = Error register [HEX] ST = Status register [HEX] Powered_Up_Time is measured from power on, and printed as DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes, SS=sec, and sss=millisec. It "wraps" after 49.710 days. Error 1009 occurred at disk power-on lifetime: 6748 hours (281 days + 4 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 40 51 00 7a 54 00 00 Error: UNC at LBA = 0x0000547a = 21626 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- 25 00 40 1f 52 00 e0 00 00:01:10.499 READ DMA EXT 27 00 00 00 00 00 e0 00 00:01:10.478 READ NATIVE MAX ADDRESS EXT ec 00 00 00 00 00 a0 00 00:01:10.438 IDENTIFY DEVICE ef 03 42 00 00 00 a0 00 00:01:10.420 SET FEATURES [set transfer mode] 27 00 00 00 00 00 e0 00 00:01:10.388 READ NATIVE MAX ADDRESS EXT Error 1008 occurred at disk power-on lifetime: 6748 hours (281 days + 4 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 40 51 00 7a 54 00 00 Error: UNC at LBA = 0x0000547a = 21626 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- 25 00 40 1f 52 00 e0 00 00:01:06.558 READ DMA EXT 27 00 00 00 00 00 e0 00 00:01:06.537 READ NATIVE MAX ADDRESS EXT ec 00 00 00 00 00 a0 00 00:01:06.497 IDENTIFY DEVICE ef 03 42 00 00 00 a0 00 00:01:06.483 SET FEATURES [set transfer mode] 27 00 00 00 00 00 e0 00 00:01:06.457 READ NATIVE MAX ADDRESS EXT Error 1007 occurred at disk power-on lifetime: 6748 hours (281 days + 4 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 40 51 00 7a 54 00 00 Error: UNC at LBA = 0x0000547a = 21626 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- 25 00 40 1f 52 00 e0 00 00:01:02.617 READ DMA EXT 27 00 00 00 00 00 e0 00 00:01:02.597 READ NATIVE MAX ADDRESS EXT ec 00 00 00 00 00 a0 00 00:01:02.576 IDENTIFY DEVICE ef 03 42 00 00 00 a0 00 00:01:02.485 SET FEATURES [set transfer mode] 27 00 00 00 00 00 e0 00 00:01:02.477 READ NATIVE MAX ADDRESS EXT Error 1006 occurred at disk power-on lifetime: 6748 hours (281 days + 4 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 40 51 00 7a 54 00 00 Error: UNC at LBA = 0x0000547a = 21626 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- 25 00 40 1f 52 00 e0 00 00:00:58.747 READ DMA EXT 27 00 00 00 00 00 e0 00 00:00:58.726 READ NATIVE MAX ADDRESS EXT ec 00 00 00 00 00 a0 00 00:00:58.686 IDENTIFY DEVICE ef 03 42 00 00 00 a0 00 00:00:58.671 SET FEATURES [set transfer mode] 27 00 00 00 00 00 e0 00 00:00:58.646 READ NATIVE MAX ADDRESS EXT Error 1005 occurred at disk power-on lifetime: 6748 hours (281 days + 4 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 40 51 00 7a 54 00 00 Error: UNC at LBA = 0x0000547a = 21626 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- 25 00 40 1f 52 00 e0 00 00:00:54.846 READ DMA EXT 27 00 00 00 00 00 e0 00 00:00:54.825 READ NATIVE MAX ADDRESS EXT ec 00 00 00 00 00 a0 00 00:00:54.785 IDENTIFY DEVICE ef 03 42 00 00 00 a0 00 00:00:54.774 SET FEATURES [set transfer mode] 27 00 00 00 00 00 e0 00 00:00:54.745 READ NATIVE MAX ADDRESS EXT SMART Self-test log structure revision number 1 No self-tests have been logged. [To run self-tests, use: smartctl -t] SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. All the other drives appear to be in fine working order. Is this a fixable problem or do I just need to replace the drive? Thanks
  9. Well, -prune doesn't help my situation (would exclude directories not files, could accomplish that with a leading . or _). It did however lead me on the path to find my solution, thank you. Here is what I did in case anyone else is wanting to accomplish a similar task: Original: (cd /mnt/cache ; find -depth \ \( -type f -regex '[.]/[^.].*/.*' ! -exec fuser -s {} \; -exec touch /tmp/mover.sync \; \ -print -exec rsync -i -dIWRpEAXogt --numeric-ids --inplace --remove-source-files {} /mnt/user0/ \; \) -o \ \( -type d -regex '[.]/[^.].*' \ -print -exec rsync -i -dIWRpEAXogt --numeric-ids --inplace {} /mnt/user0/ \; -empty -delete \) \ ) Modified: (cd /mnt/cache ; find -depth \ \( -type f \( -regex '[.]/[^.].*/.*' -a ! -name '*.png' \) ! -exec fuser -s {} \; -exec touch /tmp/mover.sync \; \ -print -exec rsync -i -dIWRpEAXogt --numeric-ids --inplace --remove-source-files {} /mnt/user0/ \; \) -o \ \( -type d -regex '[.]/[^.].*' \ -print -exec rsync -i -dIWRpEAXogt --numeric-ids --inplace {} /mnt/user0/ \; -empty -delete \) \ ) (only line 2 has changed) This will leave all files named *.png in their location on the cache drive. This allows them however to stay in the same path (as seen by user shares) as associated files. The purpose being that I need the *.png files in the same directory as the video files or whatever that are in my user shares (due to requirements of my video library software) but I don't want my drives spinning up all the time to access just the images when I'm just trying to browse the library. All the images remain on the cache drive so I only have to have a single drive spinning. This also serves for much faster browsing since you don't need all the drives spun or in my case the cache drive is never spun down.
  10. -prune looks like it will do the trick, thanks. Basically I want to keep metadata files on cache so I'm not unnecessarily spinning up drives. However, they all need to remain in the directory housing the files so I can't put them into a cache only share. Thanks
  11. I have files that I would like to remain on the cache drive as it is never spun down, but they need to remain in the directory structure they are currently in so I can't simply move them to a directory starting with "." or "_". Is there a way in which I could modify the mover script to exclude moving particular files? I imagine I just make a change somewhere in this line, especially in the regex part: \( -type f -regex '[.]/[^.].*/.*' ! -exec fuser -s {} \; -exec touch /tmp/mover.sync \; \ -print -exec rsync -i -dIWRpEAXogt --numeric-ids --inplace --remove-source-files {} /mnt/user0/ \; \) -o \ Thanks for any help
  12. I have a cache drive that is on its way out...gives me lots of warnings and refuses to spin down. On this disk I have sabnzbd, sickbeard, and a mysql database running. Therefore, I want to back this data all up prior to replacing the drive. Is there any particular method I should use to go about doing this? Or just copy everything to an array drive temporarily, insert new drive, assign as cache, format, and then copy all data back over? Thanks
  13. Did this, still no luck. Get the same blank after selecting install.
  14. then, to the right of that, i get an "Install AirVideoServerLinux.jar" button, and after hitting that (tried it in both Safari and Firefox - MacOSX 10.6., i keep getting a white page back that only says in the upper left: It appears that the old version of ffmpeg got installed. I have tried to work around this happening but it appears that on some systems it is not working quite correctly. Let me do some more looking and thinking on the subject NOTE: Newest version of the airvideo-unmenu-package.conf and jre-unmenu-package.conf have been added to the main unMenu distribution. PLEASE DO A CHECK FOR UPDATES AND INSTALL THE NEWEST FILES. I have same issue...and newest updates do not seem to resolve this. Any ideas? Should I manually delete the ffmpeg package and then try again? Thanks for all your hard work on this prostuff
  15. I will on Monday, out of town at the moment and I can't access my router for security reasons. Really, I think I just told it to forward all incoming traffic on port 9 to 192.168.1.254 (I think, whatever your broadcast IP is) and then just use my WOL client like normal with my DynDNS address as the IP. It works both from my iPhone WOL app and also from web page based WOL apps.