similar to: virtlogd.socket: Failed to listen on sockets: Permission denied

Displaying 20 results from an estimated 10000 matches similar to: "virtlogd.socket: Failed to listen on sockets: Permission denied"

2012 Nov 06
1
Failed to bind socket to '/var/run/libvirt/libvirt-sock': Permission denied
Hi all, When I start self-built libvirtd by "libvirtd -d -l -f libvirtd.conf", it shows that error : virNetSocketNewListenUNIX:346 : Failed to bind socket to '/var/run/libvirt/libvirt-sock': Permission denied I have removed some requested comments in libvirtd.conf. The key settings are shown as below: listen_tcp = 1 tcp_port = "16509"
2008 Oct 05
2
problem talking to server postgrey/socket: Permission denied
Hi folks, I have installed postgrey from the rpmforge repo, but it does not work well with postfix from CentOS 5.2: I always get the error: warning: connect to postgrey/socket: Permission denied problem talking to server postgrey/socket: Permission denied But the permissions on the socket seem okay (postfix could write to it): srw-rw-rw- 1 postgrey postgrey 0 4. Okt 14:48 socket I
2013 Mar 04
1
Qemu-1.4.0-2 and Qemu-1.4.0-1 is broken on virt-preview and rawhide
All, Our testing seems to indicate that Qemu-1.4.0-2 and Qemu-1.4.0-1 is broken on virt-preview and rawhide. I'm getting undefined symbol: usbredirparser_send_start_bulk_receiving when running qemu-system-x86_64 -version.. Do others see this issue? Is there a known solution? Harald Failing cases:
2003 Jun 17
3
[Bug 597] X11 Forwarding: sshd doesn't listen on unix domain sockets
http://bugzilla.mindrot.org/show_bug.cgi?id=597 Summary: X11 Forwarding: sshd doesn't listen on unix domain sockets Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo:
2003 Jul 23
3
[Bug 597] X11 Forwarding: sshd doesn't listen on unix domain sockets
http://bugzilla.mindrot.org/show_bug.cgi?id=597 cheako911 at yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cheako911 at yahoo.com ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the
2014 Mar 11
1
Can I create multiple sockets and listen on them in parallel.
I currently have a setup which is postfix -> dovecot via lmtp over a unix socket. The socket is located at /var/spool/postfix/private/dovecot-lmtp I am calling dspam as a milter from postfix. However I am struggling with getting dspam knowing the correct user for the incoming mail, because after its been through the milter, the virtual alias maps etc end up turning it into my
2015 Aug 06
2
CentOS 5 grub boot problem
On Thu, Aug 6, 2015 at 3:19 PM, Chris Murphy <lists at colorremedies.com> wrote: > On Thu, Aug 6, 2015 at 2:59 PM, Gordon Messmer <gordon.messmer at gmail.com> wrote: >> On 08/05/2015 10:23 AM, Chris Murphy wrote: >>> >>> Nothing about hd0 or hd1 gets baked into the bootloader code. It's an >>> absolute reference to a physical drive at the moment
2003 Nov 25
1
rsync : permission denied
I have 2 servers I'm keeping synch'ed via rsync intel rh9 boxes with 2.4.20 kernel with xfs (1.3.0), acl, quota... and ootb rsync 2.5.5 rpm it works fine since a while recently I created a directory with restricted access, and I get "permission denied" error messages. this directory named RESTRICTED belongs to user "user1" group "group1" and has drwxrwx---
2024 Jan 10
1
Access to sockets denied in Termux
Is anyone familiar with using a samba server in Android Termux? It works OK for an smbmount in a Linux qemu VM, in the instance started by the -nic smb=$PATH option of qemu (both qemu-system-x86_64 and samba installed to Termux) but smbd -D fails with this log: [2024/01/06 11:46:54.038658, 0] ../../source3/smbd/server.c:1741(main) smbd version 4.16.11 started. Copyright Andrew Tridgell and the
2024 Jan 24
1
Access to sockets denied in Termux
On Sun, 21 Jan 2024 12:45:09 +0000 Mike Yates via samba <samba at lists.samba.org> wrote: > Is there a way to start smbd when ports < 1024 are unavailable? > It seems that qemu does it, because the -nic smb=<path> provides a > working smbd instance available to smbmount, if not win9x. So what > smb.conf options does qemu use? > smbd -D crashes in Termux, as shown
2003 Aug 05
1
How do I make R listen to a Unix domain socket?
Respected r-help readers, I am a bit uncomfortable because my favourite text editor vim does not speak statistics. So I obtained a perl-script made to get vim to interact with a lisp interpreter and had it set up so vim sends text to a socket and R executes - but there are some irreproducible errors and I don't understand the perl-script. Could someone show me an alternative method to start
2024 Jan 21
1
Access to sockets denied in Termux
Is there a way to start smbd when ports < 1024 are unavailable? It seems that qemu does it, because the -nic smb=<path> provides a working smbd instance available to smbmount, if not win9x. So what smb.conf options does qemu use? smbd -D crashes in Termux, as shown below. ---------- Forwarded message --------- From: Mike Yates <myates23 at gmail.com> Date: Wed, 10 Jan 2024, 17:41
2024 Jan 10
1
Access to sockets denied in Termux
On Wed, 10 Jan 2024 16:25:57 +0000 Mike Yates via samba <samba at lists.samba.org> wrote: > Is anyone familiar with using a samba server in Android Termux? > It works OK for an smbmount in a Linux qemu VM, in the instance > started by the > -nic smb=$PATH option of qemu (both qemu-system-x86_64 and samba > installed to Termux) but smbd -D fails with this log: > >
2024 Jan 10
1
Access to sockets denied in Termux
No, I don't have root in my Android. I understand that prevents access to ports below 1024 but I find that Linux clients can mount Termux qemu-started Samba shares nevertheless. I need to prevent smbd crashing for want of low sockets and wonder if win9x can mount without them. On Wed, 10 Jan 2024, 17:07 Rowland Penny via samba, <samba at lists.samba.org> wrote: > On Wed, 10 Jan 2024
2002 Mar 18
2
[Bug 173] sshd does not listen on tcp-socket, though GatewayPorts yes
http://bugzilla.mindrot.org/show_bug.cgi?id=173 ------- Additional Comments From stevesk at pobox.com 2002-03-19 08:31 ------- see sshd.8 X11UseLocalhost ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2017 Jul 10
0
using samba with bind dlz
I found the file /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py I was looking through it and seemed to come across the area where I am having problems. In the create_dns_dir function I wanted to see what paths.dns had and what dns_dir where getting set to. so I did a simple print and found paths.dir is set to /var/lib/samba/private/dns/fedora.methanemaker.mooo.com.zone and
2017 Jul 10
0
using samba with bind dlz
On Mon, Jul 10, 2017 at 9:45 AM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > In /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py > > Update: It is failing in create_samdb_copy specifically here: > > # Copy root, config, schema partitions (and any other if any) > # Since samdb is open in the current process, copy them in a child > process
2017 Jul 10
0
using samba with bind dlz
dnf install tdb-tools and wala it finishes as expected. :-) On Mon, Jul 10, 2017 at 10:58 AM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > OK so I don't have a program tdbbackup. Where do I get it? > > On Mon, Jul 10, 2017 at 10:38 AM, Jeff Sadowski <jeff.sadowski at gmail.com> > wrote: > >> >> >> On Mon, Jul 10, 2017 at 9:45 AM, Jeff
2017 Jul 10
2
using samba with bind dlz
OK so I don't have a program tdbbackup. Where do I get it? On Mon, Jul 10, 2017 at 10:38 AM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > > > On Mon, Jul 10, 2017 at 9:45 AM, Jeff Sadowski <jeff.sadowski at gmail.com> > wrote: > >> In /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py >> >> Update: It is failing in
2017 Jul 10
3
using samba with bind dlz
On Mon, Jul 10, 2017 at 8:02 AM, Rowland Penny via samba < samba at lists.samba.org> wrote: > On Mon, 10 Jul 2017 06:43:37 -0600 > Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > > > Bind-9.11 is installed. How do you configure it? Does it need anything > > special in the config for samba to build the ...samba.../named.conf > > file that I should be able