Search results for "ch3snas NFS"

HellaVCR with CH3SNAS / CH3MNAS

Written on May 22nd, 2010 by Dennis7 shouts

Find here my hellavcr configuration I used with the CH3SNAS / CH3MNAS with the nzbget newsbin configuration I created.
the configuration contains mainy, if not all, tv shows I followed or am following

Just unpack the rar file in a folder and copy it in the /web/ folder of your nzbget installation so that you can access it with http://nas-device:8000/hellavcr

of course you have to create a crontab or manually execute the hellavcr.php script with: php hellavcr.php
note: hellavcr is depending on nzbmatrix and you need a vip account. Unfortunately the search api is offline so this script will not download any valid nzbfile.
But as I got some requests to share my config. Here it is.

Note the download is taken from the w00ty github repository. Where ‘my patch’ for not gzipped nzbfiles is added

Filed under Life Tags: , , , ,

CH3HNAS: Beta firmware 2.3.44

Written on May 14th, 2010 by Dennis12 shouts

CH3HNAS V2.3.44

  1. Changed: NFS Service default path from /Public to /home.
  2. Changed: nmbd start sequence.
  3. Fixed: Incorrect Hostname
  4. Fixed: when HDD goes into suspend mode the web gui could not be accessed anymore.
  5. Fixed: rootfs string error from /devnull to /dev/null
  6. Fixed: lmhosts was not correct
  7. Fixed: UPnP keeps enabled after a system reboot
  8. Fixed: html title strings

Download here the Release Candidate firmware

Filed under Work Tags: , ,

CH3HNAS: Beta firmware 2.3.40

Written on May 4th, 2010 by Dennis2 shouts

Beta firmware: Conceptronic CH3HNAS V2.3.40
1. Modified text for jumbo frames, was incorrect
2. Add WebGUI Save configuration settings download button, this was unclear
3 Changed behaviour of the NTP server cron.
4. Changed NFS service share folder path, default /home, but also possible /home/Public and /home/Media

Known issues: wierd things happen with FTP, when enabled the GUI jumps to disabled, but server is enabled, also proftd daemon cannot start according to logfile..
Restart will not load correct settings made into GUI (FTP, UPnP)

download here the 2.3.40 firmware

Filed under Weblog, Work

Conceptronic: CH3HNAS firmware 2.3.37

Written on April 23rd, 2010 by Dennis32 shouts

RFR (Ready For Release) Beta firmware 2.3.38 for CH3HNAS

1. Fixed: Add device name and group name setting page. Lost in previous firmware
2. Add NFS Service.
3. Fixes HDD suspend mode where the web gui cannot be displayed anymore
4. Add option for dhcp server: “auto”
5. New Function: Web admin password and ssh user password are combined
6. New Function: when changing the device name the browser redirects to the new device name.
7. Fixed: webgui could not be accessed when HDD was in suspend mode
8. Fixed: network start cannot get correct BOOTPROTO.
9. New Function: DHCP service can set correct DNS address
10. Changed ssh user to admin (combining web admin user with ssh user): advise to change default admin password.
11. Modified: smbpasswd to support admin user.
12. Modified: UPnP folder select button was not correct
13. Sort the rootfs.(/var/www/iTunes_server)
14. Modified udhcpd start sequence.
15. Add lmhosts.
16. Fixed: uShare and iTunes cannot keep status.
17. New Function: add a disable option for UPnP rescan time.
18. Add new option: rescan times for for iTunes.
19. Modified that when DHCP Server disconnects, auto reset IP to 169.254.0.253
20. Modified: increasing the samba performance.
21: Fixed: cannot use device name to access device

download here

Filed under Work Tags: ,

CFULLHDMA(i): official release 1.24.03

Written on March 5th, 2010 by Dennis12 shouts

Fixed: NFS issue (could browse but not play)
Fixed: the crash issue when changing subtitles between SRT and IDX+SUB
Fixed: some .ts files not being played smoothly
Fixed: wrong time estimation on some mpegs
Fixed: Skip Vista 2nd login/password request
Fixed: cannot show subtitle file with multiple lines unicode
Fixed: AVI issue
Fixed: Some MKV files could not being able to be played
Fixed: UTF8 detection issue
Fixed: Playlist sorting issue
Fixed: DLNA mp3 ordering issue
Fixed: internet playlist crash issue
Fixed: some M-JPEG not to play issue (not all M-JPEGS can be supported)
Fixed: some TRP bug
Fixed: BIG5 samba share name not to work issue
Fixed: some subtitle crashed
Fixed: no saving when sub/lang toggle
Fixed: Picture Rotate issue
Fixed: DLNA total file number not to update issue in thumbnail mode
Fixed: UTF8 Greek subtitle issue
Added:Set the biggest font size to 102
Added: Support .smi subtitle
Added: Support MKV embedded subtitle changing font size, color, and position
Added: manual aspect ratio option for video
Changed BT engine as Transmission BT
Changed: the way Samba client was operated
Changed: Speed up the playback time
If the firmware is upgraded from v01.21, need to ResetToDefault to clear the bad BT setting file. Otherwise, BT won’t work untill ResetToDefault (CFULLHDMAi only)

As this is a really large update: reset to factory defaults after upgrading !

Filed under Weblog Tags: , , ,

CFULLHDMA(i): Beta Firmware Release 1.23

Written on February 8th, 2010 by Dennis16 shouts

Firmware 1.23.03 for 06/09/10

Do not use this firmware if you use NFS, cause NFS seems not to work correctly (no playback).

  • New Feature: manual aspect ratio option for video (CFULLHDMAi only)
  1. 1:1
  2. Full
  3. 4:3 LB
  4. 4:3 PS
  5. 16:9
  6. 16:9 PS
  7. 2.35:1
  8. 1.85:1
  • Improved: Speed up the process of starting a movie
  • Fixed: some MKV files could not be played
  • Fixed: UTF8 detection issue
  • Fixed: Playlist sorting issue
  • Fixed: DLNA mp3 ordering issue
  • Added: Playlist icon
  • Fixed: internet playlist crashed
  • Fixed: some M-JPEG files could not play
  • Fixed: some TRP bug
  • Fixed: BIG5 samba share name cannot work
  • Fixed: some subtitle crashes
  • Fixed: no saving when sub/lang toggles
  • Fixed: Playlist was not ordered correct
  • Fixed: Pictures could not Rotate
  • Fixed: when using UPnP (DLNA) mode, the total file numbers where not updated when in thumbnail mode
  • Fixed: UTF8 Greek subtitle issue
Filed under Work

Amazon S3 – Backup

Written on January 3rd, 2010 by Dennisno shouts

draft:

I am trying to migrate away from my home server and getting the daily / weekly backups from my various websites of the main webserver onto the Amazon S3 service.

For this I am using a tool s3cmd (Python needed) and a simple bin/bash script. First test from my CH3SNAS showed that python and s3cmd is working, so than the main Linux webserver should do it as well. Great…

Now doing some speed testing for upload / download to measure crontab scheduling … more later when I have more detailed info ..

note: on plesk there is no backup tool where you can ‘remove’ server repository files, a rm -rf will do the job as well (read in forum plesk).

Filed under Weblog Tags: ,

Beta Firmware CFULLHDMA(i) 1.21.01

Written on November 26th, 2009 by Dennis6 shouts

Due to limited flash memory in CFULLHDMA some features cannot be implemented. As Flash for CFULLDHMAi is bigger some features will only be available for CFULLHDMAi.

  • Fixed: CFULLHDMA:  SUB/LANG hang issue (back to older setting)
  • Fixed: Internet upgrade sometimes could hang sometimes
  • Fixed: Turkish subtitles
  • Fixed: avi av unsync issue when switching audio
  • Fixed: some internet radio stations could hang when pressing back/stop
  • Fixed: Added Support for undocumented E-AC3 audio
  • Fixed: Disabled Pause function to avoid hang issue for M-JPEG
  • Added: Update audio settings (CFULLHDMAi only)
  • Fixed: S/PDFI as S/PDIF 
  • Updated: some german text strings
  • Updated: reset & reset imedia & youtube search string

Only available for beta testers.

Please reset to factory defaults to have the new firmware with the settings correctly applied.

note: it could be possible that the USB upgrade seems to stall just before the screen blanks (5 second interval)
if the screen stalls (so it will not turn to the screen where the actuall progress is seen) it is probably due to the fact that some services like the UPnP server cannot be stopped. Please disconnect the LAN cable, restart the CFULLHDMA(i) and upgrade again.

The procedure for upgrading is:
the device will first load the whole firmware from USB disk into memory. Than all services will be stopped, TV screen will be turned off (no signal), than TV screen will be turned on again and the upgrade will start.
do not turn off the power during the 2nd sequence. Cause than you will brick your device.

Filed under Work Tags: , ,

Just a howto for a Tweaker

Written on November 14th, 2009 by Dennis20 shouts

Do not use this howto if you are using fun_plug or nzbget already! [updated 01-03-2010]

this howto is a first test for me to see if I can write a howto out of experience and without the need to do a complete install myself (No NAS available to do it).

updated: 17-11-2009

Enjoy!, This howto should be working now.

(more…)

Grappig: Fannetjes

Written on November 12th, 2009 by Dennis3 shouts

Grappig,

fannetjes

lees ik vandaag op een forum (tweakers) dat de fan van de CH3SNAS veel beter aanschreven wordt als de fan van de CH3MNAS ..

Gelukkig bezit ik natuurlijk de CH3MNAS en de Ch3SNAS .. en kan ik een fotootje maken. Zoek de verschillen zou ik zeggen.

Exact dezelfde type fans .. Dus als er een fan zou ‘janken’ lijkt het mij exemplarisch … Daarnaast gaat de fan ook uit als de temperatuur dat toelaat en/of de HDD’s in ruststand zijn.

Filed under Work Tags: , ,