Menu

Code Commit Log


Commit Date  
[r4498] by votdev

Update dependencies.

2009-03-26 23:38:48 Tree
[r4497] by votdev

Rename proftpd rc.d shell script. Do not name it *.sh, otherwise it may happen that commands are executed that should be. In this case start_precmd was executed for proftpd.sh, regardless it was disabled. Variable ${name} contains 'ntpdate', so there was going something really wrong.

2009-03-26 23:28:10 Tree
[r4496] by votdev

Replace msntp with FreeBSD's ntpdate.

2009-03-26 22:20:55 Tree
[r4495] by votdev

Upgrade lighttpd to 1.4.22.

2009-03-26 20:47:09 Tree
[r4494] by votdev

Add device I/O statistics to 'Status|Disks' page (FR 2704919).

2009-03-26 20:39:49 Tree
[r4493] by votdev

Fix problem with DAAP & Mac iTunes 8.1 (BR 2701606). Thanks to Alexey Sannikov.

2009-03-25 18:39:17 Tree
[r4492] by votdev

Fix false positive bug while detecting disk mount state (BR 2706994). Thanks to desummoner for the patch.

2009-03-23 22:15:51 Tree
[r4491] by votdev

Add /usr/sbin/iostat for I/O statistics.

2009-03-23 21:29:14 Tree
[r4490] by votdev

Force line wrap in <pre> areas.

2009-03-23 20:53:52 Tree
[r4489] by votdev

Mounting NTFS on FreeNAS 0.7 fails due the following:

Note that in FreeBSD 7.x, mount(8) has a fixed (hard coded) list of external
mount_XXX programs that can be called, so to make this work you have to do one
of the following:

1. Rename /sbin/mount_ntfs, symlink ntfs-3g as the former, and use just "ntfs"
as the type in /etc/fstab.
$ mv /sbin/mount_ntfs /sbin/mount_ntfs-kern
$ ln -s /usr/sbin/mount_ntfs-3g /usr/sbin/mount_ntfs
2. ...

Reference: http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/fusefs-ntfs/files/README.FreeBSD?rev=1.2;content-type=text%2Fplain

2009-03-22 19:02:24 Tree
Older >