Hi Rasto, Thanks for the release again, great work!
I'm a sudo user and found a few things not working when in sudo mode: 1) In the Storage (DRBD, LVM) section when I click on /proc/drbd I get: /usr/local/bin/lcmc-gui-helper-1.0.2 proc-drbd bash: /usr/local/bin/lcmc-gui-helper-1.0.2: Permission denied I think LCMC forgot to add the sudo command before the actual command When I do: sudo /usr/local/bin/lcmc-gui-helper-1.0.2 proc-drbd at the command line it works likes it should. 2) When I want to view a (service) log I always get: grep: /var/log/messages: Permission denied I guess LCMC should add a sudo command before as well when in sudo mode and an entry in the /etc/sudoers file: /bin/grep * /var/log/messages 3) About the logging, it always greps /var/log/messages but I'm using Debian 5 and 6 machines which log most stuff (HA related) in /var/log/syslog in stead of /var/log/messages so I guess that only grepping /var/log/messages misses a lot of valuable logging info on my systems. Kind regards, Caspar Smit 2011/10/24 Rasto Levrinc <[email protected]> > Hi, > > Here is a new release LCMC (Linux Cluster Management Console) 1.0.2. > > There is new LCMC logo provided by Linux-HA Japan. Check it out > on the web page. > > The showing of popups with left click was disabled. It turned out to > be very unpopular feature, although some hypothetical touch screen users > may miss it. Some options for (not so hypothetical) Xen users were added. > > The most important changes: > * add maven pom.xml file > * fix installation of DRBD on centos5 > * @SuppressWarnings in the 3rd party libs > * change directory structure to the latest standard > * add options in VM wizard for XEN > * search for brctl in /usr/sbin /sbin and /usr/local/sbin dirs > * change some old names to LCMC > * make it compile with Java 7 > * don't let the left click to show a popup > * fix the "after" DRBD option in DRBD < 8.4 > * use units for all DRBD numeric fields > * change application icon > * add LCMC startup script > > What is LCMC? > > LCMC is a GUI application that configures, manages and visualizes Linux > HA clusters. It is written in Java, so it runs everywhere. Specifically it > helps administrators to create and manage clusters that use one or more > of these components: Pacemaker, Corosync, Heartbeat, DRBD, KVM, XEN and > LVM. > > Where can I get it? > http://lcmc.sf.net > > Screenshots: > https://sourceforge.net/apps/gallery/lcmc/ > > Source code: > https://github.com/rasto/lcmc > > Rasto Levrinc > > > -- > Dipl.-Ing. Rastislav Levrinc > [email protected] > Linux Cluster Management Console > http://lcmc.sf.net/ > _______________________________________________ > drbd-mc mailing list > [email protected] > http://lists.linbit.com/mailman/listinfo/drbd-mc >
_______________________________________________ drbd-mc mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-mc
