Displaying 10 results from an estimated 10 matches for "listenstream".
2011 Feb 22
1
systemd socket and service
Hello. I'm use systemd and have some questions:
1) Why dovecot.socket contains only imap ListenStream?
[Unit]
Description=Dovecot IMAP/POP3 email server activation socket
[Socket]
#dovecot expects separate IPv4 and IPv6 sockets
BindIPv6Only=ipv6-only
ListenStream=0.0.0.0:143
ListenStream=[::]:143
ListenStream=0.0.0.0:993
ListenStream=[::]:993
KeepAlive=true
2) Does dovecot.service required to use...
2017 Jun 24
9
Limit IMAP/IMAPS listening IPs
Hello list.
I am running dovecot v2.2.13 on debian 8.8;
I tried to add a "address =" statement for only localhost and one private IP, but then I got a complaint from system:
dovecot[20515]: Error: systemd listens on port 143, but it's not configured in Dovecot. Closing.
What is the proper way to resolve this?
TIA & Regards,
Dudi
2017 Jun 25
1
Limit IMAP/IMAPS listening IPs
Hi,
>> What is the proper way to resolve this?
>
>$ mkdir -p /etc/systemd/system/dovecot.socket.d
>$ vim /etc/systemd/system/dovecot.socket.d/ports.conf
>
>content:
>
>[Socket]
># unset all ports defined in the global file ListenStream= # add our new ports
>ListenStream=[1.2.3.4]:143
>
>$ systemctl daemon-reload
>$ systemctl restart dovecot.socket dovecot.service
Thanks for the prompt reply!
How do I specify more than 1 IP? I'd like 127.0.0.1 and say 192.168.1.100 only.
Regards,
Dudi
2017 Jun 25
0
Limit IMAP/IMAPS listening IPs
...stemd listens on port 143, but it's not
> configured in Dovecot. Closing.
>
> What is the proper way to resolve this?
$ mkdir -p /etc/systemd/system/dovecot.socket.d
$ vim /etc/systemd/system/dovecot.socket.d/ports.conf
content:
[Socket]
# unset all ports defined in the global file
ListenStream=
# add our new ports
ListenStream=[1.2.3.4]:143
$ systemctl daemon-reload
$ systemctl restart dovecot.socket dovecot.service
--
openSUSE - SUSE Linux is my linux
openSUSE is good for you
www.opensuse.org
2017 Jan 31
0
[PATCH nbdkit] Add support for socket activation.
...is implied).
+
+=head2 Using socket activation with systemd
+
+To use nbdkit with socket activation from systemd, create a unit file
+ending in C<.socket> (eg. C</etc/systemd/system/nbdkit.socket>)
+containing:
+
+ [Unit]
+ Description=NBDKit Network Block Device server
+
+ [Socket]
+ ListenStream=0.0.0.0:10809
+
+ [Install]
+ WantedBy=sockets.target
+
+There are various formats for the C<ListenStream> key. See
+L<systemd.socket(5)> for more information.
+
+Also create a service unit (eg. C</etc/systemd/system/nbdkit.service>)
+containing:
+
+ [Service]
+ ExecStart=/usr/s...
2020 Feb 11
0
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
...ly.
[ 9.911947] systemd[1]: /usr/lib/systemd/system/iscsiuio.service:13: PIDFile= references a path below legacy directory /var/run/, updating /var/run/iscsiuio.pid ? /run/iscsiuio.pid; please update the unit file accordingly.
[ 9.939442] systemd[1]: /usr/lib/systemd/system/sssd-kcm.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/.heim_org.h5l.kcm-socket ? /run/.heim_org.h5l.kcm-socket; please update the unit file accordingly.
[ 9.966989] systemd[1]: initrd-switch-root.service: Succeeded.
[ 9.967102] systemd[1]: Stopped Switch Root.
[ 9.992173]...
2020 Jan 12
2
Display broken after resume from suspend
...2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 9.743794] systemd[1]: Detected architecture x86-64.
[ 9.745731] systemd[1]: Set hostname to <joyful>.
[ 9.747218] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[ 9.916428] systemd[1]: /lib/systemd/system/dbus.socket:4: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket ? /run/dbus/system_bus_socket; please update the unit file accordingly.
[ 10.036164] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.037079] systemd[1]:...
2019 Aug 17
2
nouveau: System crashes with NVIDIA GeForce 8600 GT
...RYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 151.858003] systemd[1]: Detected architecture x86-64.
[ 151.861228] systemd[1]: Set hostname to <medion>.
[ 152.041758] systemd[1]: /usr/lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 152.045084] systemd[1]: Listening on LVM2 poll daemon socket.
[ 152.045241] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 152.045709] s...
2020 Feb 07
16
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
On Fri, Feb 07, 2020 at 08:47:14AM +0100, Christian Borntraeger wrote:
> Also adding Cornelia.
>
>
> On 06.02.20 23:17, Michael S. Tsirkin wrote:
> > On Thu, Feb 06, 2020 at 04:12:21PM +0100, Christian Borntraeger wrote:
> >>
> >>
> >> On 06.02.20 15:22, eperezma at redhat.com wrote:
> >>> Hi Christian.
> >>>
> >>>
2020 Feb 07
16
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
On Fri, Feb 07, 2020 at 08:47:14AM +0100, Christian Borntraeger wrote:
> Also adding Cornelia.
>
>
> On 06.02.20 23:17, Michael S. Tsirkin wrote:
> > On Thu, Feb 06, 2020 at 04:12:21PM +0100, Christian Borntraeger wrote:
> >>
> >>
> >> On 06.02.20 15:22, eperezma at redhat.com wrote:
> >>> Hi Christian.
> >>>
> >>>