Category: FreeNAS

The former name of TrueNAS CORE, FreeNAS was the original iXsystems solution for cost-effective ZFS storage.

Under the hood

Currently i’m doing much code reviews which hopefully results in better and stable code. Through this reviews i’ve found a lot of errors which have been fixed immediately. Also i want to concentrate my development for the next time to improve the FreeNAS PHP engine (the scripts behind the WebGUI :-)), there is much to […]

read more

NTFS

Yesterday i’ve upgraded the NTFS support, now we are using fusefs-ntfs v1.417 and fusefs-libs v2.6.3. There is only one problem in the WebGUI that we will hopefully fix soon.

read more

Current state

Yesterday i’ve added a nice bootsplash to make the booting process a little bit nicer 🙂 I’ve choosen a low resolution (640×480) to make sure it will be displayed on nearly every display and to keep the mem cosumption as low as possible. Also Olivier and i thinking about how to integrate plugins and additional […]

read more

At Last: FreeNAS 0.684b is out

  I’ve found two little bugs just before release it, but it’s not very important bug:   When pressing Ctrl+Alt+Del, the rc.shutdown script doesn’t work (http://pastebin.ca/417482) The French accent are not correctly displayed: I’ve have the character ‘e in the place of è and ^o in the place of ô.       I’ve added […]

read more

File permission problem

Dan just found a bug on the ‘rev 688’ of FreeNAS: Here are some command enter by a simple user (not root, not in the wheel group): > mount /dev/md0 on / (ufs, local) devfs on /dev (devfs, local) /dev/raid5/BigDiskp1 on /mnt/big_share (ufs, local, soft-updates, acls) /dev/ad0s1 on /cf (ufs, local, read-only) > ls -alh […]

read more

Add recovery tools and improve performance under VM

Yesterday I did a big mistake: I’ve upgrade my NAS server with a non-tested release of FreeNAS. And this release had a big bug that prevent me to start it again 🙁 The process for recovery my system is quite simple: 1. Boot from a working FreeNAS CDROM 2. Mount the partition where is installed […]

read more

Disable openssh-portable

I’ve disabled the openssh-portable package again because of ssh login failures. The original sshd shipped with FreeBSD6.2 is used instead, but this one has no HPN patch.

read more

LDAP will not be working for the 0.684b

Here is the actual state of the day about my works. RSYNC bug fixed : I forgot to add the hidden ‘id’ value (corresponding to the entry number) in the web form. FAT32 and EXT2 formatting: I’ve remove the BSD label creation for these filesystem (it was an old bug created when I didn’t understand […]

read more