[Bug 1449046] [NEW] needing non existed file

2015-04-27 Thread melter
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 14.04.2 LTS
Release:14.04

$ sudo apt-cache policy ocfs2-tools
[sudo] password for termant: 
ocfs2-tools:
  Installed: 1.6.4-3ubuntu1
  Candidate: 1.6.4-3ubuntu1
  Version table:
 *** 1.6.4-3ubuntu1 0
500 http://fi.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status


I have installed the following packages:

apt-get install drbd8-utils corosync pacemaker dlm clvm ocfs2-tools


Then in my pacemaker configuration (using crm) I have defined

primitive p-drbd ocf:linbit:drbd \
params drbd_resource="md2" \
op monitor interval="50" role="Master" timeout="30" \
op monitor interval="60" role="Slave" timeout="30" \
op start interval="0" timeout="240" \
op stop interval="0" timeout="100"
ms ms-drbd p-drbd \
meta master-max="2" clone-max="2" notify="true" interleave="true"

primitive p-dlm ocf:pacemaker:controld \
op monitor interval="120" timeout="30" \
op start interval="0" timeout="90" \
op stop interval="0" timeout="100"

primitive p-clvm ocf:lvm2:clvmd \
   params daemon_timeout="30" \
   op monitor interval="60" timeout="30" \
   op start interval="0" timeout="90" \
   op stop interval="0" timeout="100"

primitive p-o2cb ocf:pacemaker:o2cb \
op monitor interval="120" timeout="30" \
op start interval="0" timeout="90" \
op stop interval="0" timeout="100"

group g-lock p-dlm p-clvm p-o2cb
clone c-lock g-lock \
meta globally-unique="false" interleave="true"
colocation col-drbd-lock inf: c-lock ms-drbd:Master
order ord-drbd-lock inf: ms-drbd:promote c-lock


When I started my cluster with two nodes, output of the crm_mon tool was
following:

Last updated: Mon Apr 27 16:25:46 2015
Last change: Mon Apr 27 16:14:07 2015 via cibadmin on node1
Stack: corosync
Current DC: node2 (2) - partition with quorum
Version: 1.1.10-42f2063
2 Nodes configured
10 Resources configured


Online: [ node1 node2 ]

p-ipmi-stonith-node1 (stonith:fence_ipmilan):Started node2
p-ipmi-stonith-node2   (stonith:fence_ipmilan):Started node1
 Master/Slave Set: ms-drbd [p-drbd]
 Masters: [ node1 node2 ]

Failed actions:
p-o2cb_monitor_0 (node=node1, call=275, rc=5, status=complete, 
last-rc-change
=Mon Apr 27 16:25:45 2015
, queued=18ms, exec=0ms
): not installed
p-o2cb_monitor_0 (node=node2, call=66, rc=5, status=complete, last-rc-chang
e=Mon Apr 27 16:25:45 2015
, queued=21ms, exec=0ms
): not installed


What I expected was:

Online: [ node1 node2 ]

Master/Slave Set: ms-drbd [p-drbd]
 Masters: [ node2 node1 ]
Clone Set: c-lock [g-lock]
 Started: [ node1 node2 ]


/var/log/syslog indicates that file /usr/sbin/ocfs2_controld.pcmk is
missing (ERROR: Setup problem: couldn't find command:
/usr/sbin/ocfs2_controld.pcmk). Then I searched a package which contains
this file but I couldn't find a match for Ubuntu 14.04. But, there had
been a file ocfs2-tools-pacemaker which includes this file, which is now
missing.

** Affects: ocfs2-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cluster corosync ocfs2 pacemaker

** Tags added: cluster corosync pacemaker

** Tags added: ocfs2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ocfs2-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1449046

Title:
  needing non existed file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ocfs2-tools/+bug/1449046/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1248054] Re: dlm package installation fails

2014-06-08 Thread melter
** Summary changed:

- dlm package doesn't install
+ dlm package installation fails

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dlm in Ubuntu.
https://bugs.launchpad.net/bugs/1248054

Title:
  dlm package installation fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dlm/+bug/1248054/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 228391] [NEW] /etc/aliases not updated

2008-05-08 Thread melter
Public bug reported:

Binary package hint: postfix

Ubuntu Server 8.04
postfix 2.5.1-2ubuntu1

After a fresh install of Ubuntu Server 8.04, the file /etc/aliases
exists with a mapping from root to the user name I set up during
installation:

$ cat /etc/aliases
root: mylogin

If I install Postfix according to the instructions at
https://help.ubuntu.com/8.04/serverguide/C/postfix.html, I install and
configure it separately:

$ sudo apt-get install postfix
$ sudo dpkg-reconfigure postfix

During the configuration, I'm asked:

Mail for the 'postmaster', 'root', and other system accounts
needs to be redirected to the user account of the actual
system administrator.

If I enter a value other that the one already in /etc/aliases, that
value isn't saved. For example, if I specify "yourlogin", I still see
"mylogin" in the aliases file:

$ cat /etc/aliases
root: mylogin

If I delete /etc/aliases before configuration, it works as expected:

$ sudo rm /etc/aliases
$ sudo dpkg-reconfigure postfix
$ cat /etc/aliases
postmaster: root
root: yourlogin

** Affects: postfix (Ubuntu)
 Importance: Undecided
 Status: New

-- 
/etc/aliases not updated
https://bugs.launchpad.net/bugs/228391
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs