similar to: virtio channel socket bind error

Displaying 20 results from an estimated 500 matches similar to: "virtio channel socket bind error"

2013 Sep 25
0
Re: virtio channel socket bind error
I am assuming source mode is for the host. Bind means server and connect would mean client. The other part is still pending. On host, when I run cat it gives no such device or address Or a python program to bind the socket (in my case /tmp/appl_port) it gives 'unable to connect to virtio-serial port. Error: %s', error(111, 'Connection refused')) Am I missing something?
2013 Sep 26
0
Re: virtio channel socket bind error
On 25.09.2013 19:17, Chunduru Venkata, Ravi wrote: > Hi All, > My intent is to make virtio unix channel work. I could configure the > XML and launch VM and could see the port in /dev/virtio-ports > > <channel type='unix'> > <source mode='bind' path='/tmp/appl_port'/> > <target type='virtio'
2017 Jun 06
4
CVE-2017-7494 patches
Hi Rowland, Thanks for the update. The setup we have is unaltered from long time. Now we are asked to install the patch for CVE-2017-7494, since we are not running the affected version its fine for now. But can you please let me know what are vulnerabilities in 3.0.28 and any patches available for it. I will try to update it to the latest version on our dev servers first. Moreover we have the
2017 Jul 03
3
Authentication issues with Samba 4.3.8
Hi Rowland, Thanks for the help. Could you please let me know what would be the passwd database if I update my smb.conf. I have created the user locally and in samba using the steps given by you. And it seems it's working fine. The authentication is successful, but I was wondering why it was working in earlier version without adding user in samba database. I'm having around 100+
2003 Jul 14
1
for loop problem
Dear list, Here's a function that works fine when I assign one value to i. qx, ax and gr are vectors. ax.to.nax <- function(qx, ax, gr=c(0,1,5,10)){ px <- 1 - qx last.n <- gr[length(gr)] - gr[length(gr) - 1] all.bounds <- c(gr, gr[length(gr)] + last.n) n <- diff(all.bounds) # i <- 1 # this i should loop through the values of # gr: i=0, i=1, i=5 and i=10. # testprod
2019 Jul 13
4
Need help on Samba authentication with ldap
Hi Team, Hope you are doing great !! We are planning to migrate our Samba shares from Aix to Linux, so that we can use ldap for authentication. Initially we planned the add the server to AD domain for authentication, but is not possible in our case. So we are having only option to authenticate users with ldaps. We have installed openldap-clients, openldap and nss_ldap packages and are stuck
2017 Aug 17
1
FW: Samba access problem after upgrading the host OS
On Thu, 17 Aug 2017 22:32:52 +0530 "Chunduru, Krishnachaithanya" <Krishnachaithanya.Chunduru at broadridge.com> wrote: > Hi All, > > Can someone please help me on the below errors. > > Regards, > Krishna > > -----Original Message----- > From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of > Chunduru, Krishnachaithanya via samba Sent:
2017 Jul 04
2
Authentication issues with Samba 4.3.8
Hi, The users are created locally, each user have their own workstation. The workstation id and the unix id are different. Users will try to access the share with the unix local account only. All the VM's are part of domain, so users will first login to their stations using domain id and then will access the share using unix local id. Thank you. Regards, Krishna -----Original
2017 Jun 30
2
Authentication issues with Samba 4.3.8
Hi All, Can someone kindly help on my issue. I'm almost stuck and couldn't proceed further on my samba migration project. Thanks, Krishna Sent from my BlackBerry 10 smartphone. From: Chunduru, Krishnachaithanya Sent: Tuesday 27 June 2017 18:20 To: Rowland Penny; samba at lists.samba.org Subject: RE: [Samba] Authentication issues with Samba 4.3.8 Hi Rowland/All, I have tried upgrading
2017 Aug 16
2
FW: Samba access problem after upgrading the host OS
Hi, I didn't updated my samba version on this server. I was using the same old version pware.samba-3.0.28.rte. Nothing was changed from the samba side. -bash-4.2$ cat /usr/local/samba/lib/smb.conf [global] workgroup = ICCAN server string = XXXX encrypt passwords = No passdb backend = tdbsam log file = /var/log/samba/%m.log log level = 2
2017 Aug 04
3
Authentication issues with Samba 4.3.8
Hi Rowland/All, I want to sync the local /etc/passwd to smbpasswd database in Aix. Can someone please help with any tools or scripts available to proceed further. Setting up a domain level user for all the samba users is tough for us right now. Regards, Krishna -----Original Message----- From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny via samba Sent: Tuesday,
2011 Sep 19
14
gmaps4rails "acts_as_gmappable" error
Hi all, I started to see fun of gmaps4rails gem from https://github.com/apneadiving/Google-Maps-for-Rails. After everything done. When visited the locahost, i got the following error. undefined local variable or method `acts_as_gmappable'' for #<Class: 0x31a9da8> the error is due to i have line "acts_as_gmappable" in my model. Anybody knows how this is
2017 Jun 27
1
Authentication issues with Samba 4.3.8
Hi Rowland/All, I have tried upgrading our Samba from 3.0.28 to 4.3.8. I didn't wanted to remove my old working version, so I just stopped my samba service and installed new version. I have overwritten the new smb.conf with our existing smb.conf and tried restarting with the new startup scripts. 4.3.8 is having three startup scripts smbd, nmbd, winbindd and I tried restarting all of them.
2016 Jun 30
2
CentOS-7 Screen black after boot
On 30 Jun 2016 09:34, "Venkata Balaji N" <nag1010 at gmail.com> wrote: > > Hello Community, > > This is my first ever email to CentOS community. Firstly, CentOS is a great > open-source operating system. I have been using it for years and > recommending the same for production use to our customers. > > I have installed CentOS-7 operating system couple of
2017 May 26
2
Connectivity issues with Samba 3.0.24 on Aix 6.1
Hi All, I'm having Samba version 3.0.24 running on our Aix 6.1 servers. I have created a new samba share and given permission for a particular user and restricted access to only his group. We are able to access the share only from a particular subnet but not from all. I have added the desired subnet to allowed networks in global configuration, but still it's not allowing. Tried to
2017 May 26
1
Connectivity issues with Samba 3.0.24 on Aix 6.1
Hi Andrew, Thanks a lot for the prompt response. This is the same initial setup being used from more than 3 years, no one of the users reported any issues until now as they were able to access the shares with their unix passwords. The share is successfully being accessed from a particular subnet (10.77.*.*) alone with same settings, but not from any other subnets. And there is no firewall in
2009 Jan 16
6
reading data from Excel Spread sheet
Hi all, I tried to read data from Excel spread sheet with using read.csv(file.choose()) and read.delim(file.choose()) but its showing " *ÐÏ.à.*." and also i tried with read.table(file.choose()) then its showing " * V1 1 ÐÏ\021ࡱ* " can any one suggest how to read data from Excel Spread sheet
2016 Jul 07
2
CentOS-7 Screen black after boot
On Thu, Jul 7, 2016 at 10:31 AM, Frank Cox <theatre at melvilletheatre.com> wrote: > On Thu, 7 Jul 2016 10:16:23 +1000 > Venkata Balaji N wrote: > > > i left the system locked overnight. > > What are you using to lock the screen? Some of the screensavers can be > bad news on certain video cards (as I've learned the hard way) and can > cause just exactly that
2008 Jul 18
6
Xen-3.2.1 Build Error
This is the error I get while building Xen-3.2.1 when I do a make =============================================== make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check'' LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008 Checking check_crypto_lib: OK Checking check_curl: unused, OK Checking check_openssl_devel: *** Check for openssl
2017 Jun 06
2
CVE-2017-7494 patches
Hi All, Can someone please confirm if Samba 3.0.28 is vulnerable to CVE-2017-7494. If yes, please let me know where I can get the patches for this. I have already checked samba site for patches but couldn't find any. Regards, Krishna This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the