Menu

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


Commit Date  
[r8808] (86.1 kB) by zippybr

add a disk_serial field in Disk to hold serial #

2011-11-24 12:53:56 View
Download
[r8803] (86.0 kB) by jhixson

plugins jail logic.

2011-11-24 00:26:30 View
Download
[r8797] (85.1 kB) by zippybr

once again, __pipeopen does not expect a list

2011-11-23 20:55:05 View
Download
[r8796] (85.1 kB) by zippybr

__pipeopen does not expect a list

2011-11-23 20:54:39 View
Download
[r8791] (85.1 kB) by yaberauneya

Fix a regression that was introduced with the volumes branch where devices like a?cd*, the root device, etc were added to the list of available devices in the GUI and at bootup.

This just fixes the immediate breakage in the notifier code. More stuff like storage.forms, several migration scripts, and other areas of the code where we look at sysctl -n kern.disks needs to be fixed to follow this pattern (better yet.. it should potentially just be a standalone shell script or awk one liner).

This addresses ticket 998.

2011-11-23 19:24:51 View
Download
[r8774] (84.4 kB) by zippybr

lets avoid the use of django data structures in order to use python built-in (SortedDict vs OrderedDict)

2011-11-22 17:52:31 View
Download
[r8749] (84.4 kB) by zippybr

edit_url for ufs volume status as well

2011-11-21 13:52:08 View
Download
[r8745] (83.5 kB) by zippybr

When deleting multiple snapshots collectd stops & starts between each one

2011-11-21 11:05:32 View
Download
[r8720] (83.5 kB) by yaberauneya

Merge changes from ix to sf-trunk

Also, fix the column width in the email hint so it looks less braindead.

------------------------------------------------------------------------
r4129 | delphij | 2011-11-18 10:54:52 -0800 (Fri, 18 Nov 2011) | 4 lines

When starting or stopping NFS service, start statd and lockd as well.
Otherwise the user have to reboot or manually make lockd and statd
running.

2011-11-18 19:14:09 View
Download
[r8620] (83.3 kB) by yaberauneya

For some funky arse reason, subprocess.check_output with pipes doesn't work as expected (there were multiple errors with command line parsing that in reality shouldn't have been an issue). Let's hack together a real python based pipe instead of relying on subprocess.check_output by itself to do the right thing.

Also, let's pipe through stderr so that we can get some real diagnostic output if the latter command fails.

This has existed for a while because I wasn't able to upgrade an older system from the pre-8.2 switchover to an 8.2 branded image without this change, oddly enough.

This resolves ticket 996.

2011-11-10 03:31:25 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.