[Bug 1465937] Re: Insecure directory in $ENV{PATH} while running with -T switch at /usr/bin/pg_dropcluster line 66.

2015-08-28 Thread kkumax
As a result of trial in the cut -and-try!

# cd /etc/amavis/conf.d
#cat cat 05-domain_id
...
#chomp($mydomain = `head -n 1 /etc/mailname`);
chomp($mydomain = "`head -n 1 /etc/mailname`");
...

#cat 05-node_id
...
#chomp($myhostname = `hostname --fqdn`);
chomp($myhostname = "`hostname --fqdn`");
...

It works when you change as described above .

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1465937

Title:
  Insecure directory in $ENV{PATH} while running with -T switch at
  /usr/bin/pg_dropcluster line 66.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1465937/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2015-08-28 Thread kkumax
As a result of trial in the cut -and-try!

# cd /etc/amavis/conf.d
#cat cat 05-domain_id
...
#chomp($mydomain = `head -n 1 /etc/mailname`);
chomp($mydomain = "kkuma.mydns.jp");
...

#cat 05-node_id
...
#chomp($myhostname = `hostname --fqdn`);
chomp($myhostname = "ubuntu.kkuma.mydns.jp --fqdn");
...

It works when you change as described above .

#  hostname
ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/251377

Title:
  Problems with amavisd-new: cannot start the service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/251377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs