-
I tried FreeNAS about 6 months ago with the same hardware, including my USB drive, and had some success. I just upgraded to 0.69, using a CF based system with a 1TB USB drive. The kernel sees the drive as /dev/da0 at boot up. However, the WebGUI, just shows the "Must choose one" disk pull down with no disks on every web page associated with disks. I have logged in as root and done...
2009-02-02 06:58:10 UTC in FreeNAS
-
I just reinstalled 0.69b1 from scratch. Its supposed to have some AFP fixes. AFP has now stopped working, period. Is 0.69b2 the nightly build?.
2008-07-07 00:21:38 UTC in FreeNAS
-
As far as user permissions, I used the command line to 'mkdir /mnt/drive1/user_name'. Used the gui to define groups for each user. Used the gui to add each user, with the users' home directories pointing a the correct /mnt/drive1/user_name directory. Finally, I went back and did a 'chown user_name:user_name /mnt/drive1/user_name', and a 'chmod 770 /mnt/drive1/username'.
2008-07-03 20:23:14 UTC in FreeNAS
-
I just did some more experiments. I deleted all AFP shares except my wife's. Her share started working. I added a share for me and everything still worked. I added a share for another user on my mac and all shares stopped working, including the two that were working. I deleted the newest share and nothing worked. I deleted my share and my wife's share worked again. I added my share and...
2008-07-03 20:16:57 UTC in FreeNAS
-
Took a lot longer, but I get the same result. I'm beginning to think I defined the user's shares wrong. I used the command line after I defined each user. How does one define share directories with the web GUI?.
2008-07-03 19:38:37 UTC in FreeNAS
-
I just put up my 0.686.4 FreeNAS server last night. I've enabled the AFP, NFS and SMB servers. As a trial, I logged into my Leopard 10.5.4 system as my wife. Enabled her share on all the above servers. All of the servers showed up in her finder window. I connected to her share from via the Finder and successfully copied her home directory to it for backup. The files were accessible via AFP,
2008-07-03 18:05:33 UTC in FreeNAS
-
goldharv committed patchset 295 of module IPCopDoc to the IPCop Firewall CVS repository, changing 3 files.
2008-05-08 19:16:30 UTC in IPCop Firewall
-
goldharv committed patchset 294 of module IPCopDoc to the IPCop Firewall CVS repository, changing 9 files.
2008-05-05 17:45:43 UTC in IPCop Firewall
-
XRC requires name= parameters for most widgets it creates. Several widgets, including toolbar buttons do not even have Name entry fields in their dialogs.
2008-02-01 19:25:44 UTC in wxGlade
-
wxGlade generates XRC files that contain a comment as the second line, indicating when the file was generated. pywxrc uses the Python minidom parser to parse XRC files. The parser generates a COMMENT_NODE as the first XML element, followed by the expected ELEMENT_NODE for the rest of the XRC file.
pywxrc analyzes only the first XML node (the comment node) it finds, and then outputs an...
2008-01-24 18:26:13 UTC in wxPython