Re: postfix problem with systemd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Am 16.06.2012 10:39, schrieb Ed Greshko:
> Heinz Diehl <htd@xxxxxxxxxx> wrote:
> 
>> On 16.06.2012, Chris wrote: 
>>
>>> # rpm -qi postfix
>>> Name        : postfix
>>> Epoch       : 2
>>> Version     : 2.9.2
>>> Release     : 2.fc17
>>> Architecture: x86_64
>> [....]
>>
>> I'm using exactly the same postfix version (on F17) and don't have a
>> "chroot-update" either.
>>
>> [root@wildsau postfix]# ls -l /etc/postfix/chroot-update
>> ls: cannot access /etc/postfix/chroot-update: No such file or directory
>>
>> Guess something went wrong. I would have removed postfix entirely,
>> deleted what is left left behind after removing, and reinstalled it.
> 
> 
> Doing that will have no effect on the message being reported. The start up script calls the nonexistent program or script. The "error " is harmless. Nothing went wrong. 

write a bugreport or replace the stupid service with a self written
in /etc/systemd/system/ - this is anotehr example where package
maintainers DO NOT test their own dogfoot nor read /var/log/messages


[Unit]
Description=Postfix MTA
After=network.target dovecot.service mysqld.service

[Service]
Type=forking
ExecStart=/usr/sbin/postfix -c /etc/postfix start
ExecStop=/usr/sbin/postfix -c /etc/postfix stop
ExecReload=/usr/sbin/postfix -c /etc/postfix reload
Restart=always
RestartSec=1

[Install]
WantedBy=multi-user.target


Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux