Menu

/trunk/gui/middleware/notifier.py Commit Log


Commit Date  
[r9605] (112.4 kB) by zippybr

Fix name of the raised exception in the docstring

(pointed out by gcooper)

2012-01-19 12:09:16 View
Download
[r9604] (112.4 kB) by zippybr

Make sure to delete a static route using the masked version

2012-01-19 11:36:05 View
Download
[r9603] (112.3 kB) by zippybr

Make sure to try to delete a static route from the routing table

TODO:
When a static route is entered it is placed in the database as-is.
So, if you enter 10.50.50.50/8 in reality it will be 10.0.0.0/8
and then fail to be deleted from GUI because the former is not
accept for route(8)

2012-01-19 11:19:11 View
Download
[r9585] (111.9 kB) by jhixson

Remove references to jail_interface.

2012-01-18 06:11:51 View
Download
[r9507] (111.9 kB) by yaberauneya

Rework the samba services to be executed independent of one another and also to honor rc.d better.

The rc.d script reworking was submitted per PR # ports/164010, s.t. we can
now manipulate the states of the individual samba services instead of having
to restart the entire lot and kill services manually (I modified the AD and
CIFS services to follow the new world order, but I didn't change the LDAP code
as I don't have the required infrastructure to test the change, yet). This
saves time when manipulating AD and CIFS now and reduces service interruption
(CIFS shares stay up and running when AD is turned off, and now AD can be on
without having CIFS enabled).

2012-01-12 09:30:37 View
Download
[r9505] (111.8 kB) by yaberauneya

Bring back the rc.d changes for this branch.

2012-01-12 09:30:09 View
Download
[r9504] (111.8 kB) by yaberauneya

Revert to 2c0321d62f5b087ab23ca0b1185bb8222707e10d (accidentally merged the branches incorrectly).

2012-01-12 09:29:46 View
Download
[r9502] (111.8 kB) by yaberauneya

Commit working conversion of samba rc.d scripts into something a bit more
manageable and functional.

Convert notifier over to the new world order.

All that remains is converting the rc.d scripts into a patch that can be
digested by the ports compile.

2012-01-12 09:29:02 View
Download
[r9449] (111.8 kB) by yaberauneya

Push some other iX repo changes out into FreeNAS.

functions.sh:

Some versions of grep had an issue where the "iscompressed" function would fail to discern whether or not a file was compressed based on the file extension. Convert to a case statement instead of using egrep.

notifier.py:

Fix a typo and add an XXX comment in the notifier.sysctl method.

rc.conf.local:

A mostly style change to use $() instead of ``

settings.py:

Update copyright.

create_random_directory_tree.py:

Test tool that helped me reproduce the '/var too small' issue with samba in SF @ r9244.

Other files:

Move hardcoded strings outside in anticipation of pending avatar.conf
infrastructure work where they will no longer be needed.

Do-Not-Merge:

2012-01-08 02:42:41 View
Download
[r9445] (111.7 kB) by yaberauneya

Reloading samba doesn't function as expected, e.g. changing global settings, adding shares, etc don't work as expected. We need to restart nmbd and smbd in order to actually update the configuration.

The unfortunate side-effect is that service can now be interrupted (shouldn't happen unless the serving machine is sufficiently slow), but it's better to be correct, than not.

2012-01-07 17:55:23 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.