unRAID Server release 4.4-beta2 available


Recommended Posts

  • Replies 67
  • Created
  • Last Reply

Top Posters In This Topic

not really as its a bit of a catch 22.

 

you really want to use wget or curl to download the packages that we want to help users install on the fly.

 

so we can handle the rest but knowing all users have one of these tools makes all subsequent sripts easier to automate

Link to comment

The thought was to have a basic method of putting/getting files from unRAID without having to install the packages via go.

At the very least curl lets us get or push files in/out of the machine in a pinch,

i.e. if you want to save a log somewhere but the flash isn't working.

(which has happened to me a number of times).

 

Another reason for the request is newer automated tools that people are building.

If curl is a basic part of unRAID, then we can code tools to grab files and/or associated packages via script, menus & programs.

If curl is not on the system, then we have to walk people through the first step of installing curl.

Other options are future possibilities of automated log postings ,etc, etc.

Link to comment
  • 2 weeks later...

Is PAE large memory support coming in the 4.4 branch?

Sure, we can enable that, but as untested feature.

 

We're soon about to release next beta, which is actually quite a bit changed from previous.  Some highlights:

- 2.6.27 kernel

- samba 3.2.3

- individual disk controls, e.g., individual disk spin-down settings

- numerous small changes

 

Link to comment

Sounds like an exciting release is coming.

 

I would be happy to buy more RAM to test with and I believe webotech already has 8GB available. It definitely wont be for everyone so if its problematic then perhaps lets not do it but cost vs. gain for me at least in the context of real world usability RAM has been a godsend.

Link to comment

Just added a new disk(disk3) to my array.

 

Was copying a lot of files from disk1 to disk3 but it was taking forever so I decided to remove parity disk while moving files. But when I clicked stop disk2 suddenly went to unformatted.

 

What shall I do ?

Whatever you do, do not reformat...

 

Instead, reboot.  It will figure it out.

 

Because the disk was "busy" it could not be un-mounted when you clicked stop.  Since it could not be un-mounted, it could not be mounted again.  unRAID figures ANYTHING it cannot mount as a reiserfs, regardless of the reason, is unformatted. (it is wrong, but it sure is disturbing, isn't it)

 

By rebooting, you will get it to figure things out.

 

Next time, stop the copy and log off the server before attempting to stop the array, as even being "cd'd" in a directory on a disk will keep it from being un-mounted.

 

Joe L.

 

 

Link to comment

I've found a minor bug I think.

 

I'm currently copying some data from a 1.5tb seagate to a 750gb seagate in the same machine running 4.4b2. Its been running for a couple of hours now, the 750gb shows free space diminishing as data is being transfered but the 1.5tb is howing as spun down and not having its space updated in the console. Its definilty running as the folders are slowly disapearing from the 1.5tb and reapearing on the 750gb.

Link to comment

I have to report an issue with v4.4-beta2 (probably beta1 too), with detecting drives that have spun up.  It appears that either my own ls loop to force certain folders to stay cached, or the kernels own logic to keep folder entries cached, is resulting (after gigabyte copies to the array) in uninvolved drives spinning up, and the unRAID Web Management page shows them still spun down.  UnMENU (with or without MyMain) shows them spun up, and my Kill-A-Watt confirms.  Very conveniently in MyMain, I can click the Spin down for the individual drives, and watch the Kill-A-Watt lose 6 to 7 watts.

 

Perhaps unRAID needs to detect drive activity at a lower level, or hook more drive activities, or poll the drives occasionally (hdparm -C /dev/sda?).

Link to comment

I have to report an issue with v4.4-beta2 (probably beta1 too), with detecting drives that have spun up.

Perhaps unRAID needs to detect drive activity at a lower level, or hook more drive activities, or poll the drives occasionally (hdparm -C /dev/sda?).

I've noticed the same thing....  emhttp  probably needs to poll using hdparm -C or equivalent every once in a while, to get its display back into sync with the drives that have spun up as a result of smartctl or other ioctl activities unrelated to reading or writing of disks.

 

Joe L.

Link to comment
  • 1 month later...

BTW, just something to file away for reference...

 

I partitioned my cache drive to be cache, rootFS, and swap.

 

Got it booting and Slackware installed, created ReiserFS on partition1.  All is fine, and unRAID sees the correct size partition for cache.

 

But since root is on the same drive, all IO to the rootfs partition shows up in the unRAID management interface.

 

Cache will never spin down if the rootFS is on another partition on the same drive.  Of course, that's OK for me, since I was going to set cache to never spin down anyway.

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.