Hi Rasto,<br><br>Thanks for the release again, great work!<br><br>I&#39;m a sudo user and found a few things not working when in sudo mode:<br><br>1) In the Storage (DRBD, LVM) section when I click on /proc/drbd I get:<br>
<br>/usr/local/bin/lcmc-gui-helper-1.0.2 proc-drbd<br>bash: /usr/local/bin/lcmc-gui-helper-1.0.2: Permission denied
<br><br>I think LCMC forgot to add the sudo command before the actual command<br><br>When I do: sudo /usr/local/bin/lcmc-gui-helper-1.0.2 proc-drbd<br>at the command line it works likes it should.<br><br>2) When I want to view a (service) log I always get:<br>
<br>grep: /var/log/messages: Permission denied<br><br>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<br><br>3) About the logging, it always greps /var/log/messages but I&#39;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.<br>
<br>Kind regards,<br><br>Caspar Smit<br>
<br><br><div class="gmail_quote">2011/10/24 Rasto Levrinc <span dir="ltr">&lt;<a href="mailto:rasto.levrinc@gmail.com">rasto.levrinc@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
Here is a new release LCMC (Linux Cluster Management Console) 1.0.2.<br>
<br>
There is new LCMC logo provided by Linux-HA Japan. Check it out<br>
on the web page.<br>
<br>
The showing of popups with left click was disabled. It turned out to<br>
be very unpopular feature, although some hypothetical touch screen users<br>
may miss it. Some options for (not so hypothetical) Xen users were added.<br>
<br>
The most important changes:<br>
* add maven pom.xml file<br>
* fix installation of DRBD on centos5<br>
* @SuppressWarnings in the 3rd party libs<br>
* change directory structure to the latest standard<br>
* add options in VM wizard for XEN<br>
* search for brctl in /usr/sbin /sbin and /usr/local/sbin dirs<br>
* change some old names to LCMC<br>
* make it compile with Java 7<br>
* don&#39;t let the left click to show a popup<br>
* fix the &quot;after&quot; DRBD option in DRBD &lt; 8.4<br>
* use units for all DRBD numeric fields<br>
* change application icon<br>
* add LCMC startup script<br>
<br>
What is LCMC?<br>
<br>
LCMC is a GUI application that configures, manages and visualizes Linux<br>
HA clusters. It is written in Java, so it runs everywhere. Specifically it<br>
helps administrators to create and manage clusters that use one or more<br>
of these components: Pacemaker, Corosync, Heartbeat, DRBD, KVM, XEN and<br>
LVM.<br>
<br>
Where can I get it?<br>
<a href="http://lcmc.sf.net" target="_blank">http://lcmc.sf.net</a><br>
<br>
Screenshots:<br>
<a href="https://sourceforge.net/apps/gallery/lcmc/" target="_blank">https://sourceforge.net/apps/gallery/lcmc/</a><br>
<br>
Source code:<br>
<a href="https://github.com/rasto/lcmc" target="_blank">https://github.com/rasto/lcmc</a><br>
<br>
Rasto Levrinc<br>
<font color="#888888"><br>
<br>
--<br>
Dipl.-Ing. Rastislav Levrinc<br>
<a href="mailto:rasto.levrinc@gmail.com">rasto.levrinc@gmail.com</a><br>
Linux Cluster Management Console<br>
<a href="http://lcmc.sf.net/" target="_blank">http://lcmc.sf.net/</a><br>
_______________________________________________<br>
drbd-mc mailing list<br>
<a href="mailto:drbd-mc@lists.linbit.com">drbd-mc@lists.linbit.com</a><br>
<a href="http://lists.linbit.com/mailman/listinfo/drbd-mc" target="_blank">http://lists.linbit.com/mailman/listinfo/drbd-mc</a><br>
</font></blockquote></div><br>