search for: access_typ

Displaying 11 results from an estimated 11 matches for "access_typ".

Did you mean: access_type
2006 May 02
1
SOAP client not seeing all of my AWS service methods
Hi all, Ruby 1.8.4 Rails 1.1.2 I''m a newb when it comes to SOAP, but I thought I''d give it a shot. I have several web services defined. However, when I try to connect with a SOAP client it seems the client is only picking up one of the services, called Hardware. require ''soap/wsdlDriver'' wsdl_url =
2008 Mar 31
2
Allow_nets + MySQL failing when using range notation
...es should be more explanatory. I am using 1.0.rc15 patched as for last week as distributed in Debian etch. First of all, everything related to this is stored in a MySQL database, here is my password query: password_query = SELECT u.password as password, t.allow_nets as allow_nets FROM users u, access_type t WHERE u.ID_access_type = t.ID_access and ( t.%Ls = 1 ) and u.mail = '%u' This one should validate all mail addresses when the protocol used is marked as 1 in table access_type and when the allow_nets value in this same table contains the IP used for the access request. The, if acces...
2017 Oct 02
0
nfs-ganesha locking problems
Hi On 09/29/2017 09:09 PM, Bernhard D?bi wrote: > Hi, > > I have a problem with nfs-ganesha serving gluster volumes > > I can read and write files but then one of the DBAs tried to dump an > Oracle DB onto the NFS share and got the following errors: > > > Export: Release 11.2.0.4.0 - Production on Wed Sep 27 23:27:48 2017 > > Copyright (c) 1982, 2011, Oracle
2017 Oct 02
1
nfs-ganesha locking problems
...GLUSTER; Hostname = 10.30.28.43; Volume = ora_dump; } CLIENT { # Oracle Servers Clients = 10.30.29.125,10.30.28.25,10.30.28.64,10.30.29.123,10.30.28.21,10.30.28.81,10.30.29.124,10.30.28.82,10.30.29.111; Access_Type = RW; } } EXPORT { # Export Id (mandatory, each EXPORT must have a unique Export_Id) Export_Id = 88; # Exported path (mandatory) Path = /chzrhcvtprd04; # Pseudo Path (required for NFS v4) Pseudo = /chzrhcvtprd04; # Exporting FSAL...
2007 Nov 08
1
Printing; privileges separation
Hi list, I'm using samba 3.0.26a with cups as printing backend, which are both working fine. However, I would like to grant all users access to all print jobs, but without granting them the right to add or modify printers and printer settings. When I grant users the SePrintOperatorPrivilege privilege, they can indeed cancel other people's jobs, but then they can also rename printers
2017 Sep 29
2
nfs-ganesha locking problems
...GLUSTER; Hostname = 10.30.28.43; Volume = ora_dump; } CLIENT { # Oracle Servers Clients = 10.30.29.125,10.30.28.25,10.30.28.64,10.30.29.123,10.30.28.21,10.30.28.81,10.30.29.124,10.30.28.82,10.30.29.111; Access_Type = RW; } } [root at chvirnfsprd10 ~]# cat /etc/ganesha/ganesha-ha.conf HA_NAME="ltq-prd-nfs" HA_VOL_SERVER="chvirnfsprd10" HA_CLUSTER_NODES="chvirnfsprd10,chvirnfsprd11,chvirnfsprd12" VIP_chvirnfsprd10="10.30.201.39" VIP_chvirnfsprd11="10.30.201...
2019 Mar 06
0
[PATCH nbdkit] Add ssh plugin using libssh.
...ord (h->session, password); + if (rc == SSH_AUTH_SUCCESS) return 0; + } + + nbdkit_error ("all possible authentication methods failed"); + return -1; +} + +/* Create the per-connection handle. */ +static void * +ssh_open (int readonly) +{ + struct ssh_handle *h; + int r; + int access_type; + + h = calloc (1, sizeof *h); + if (h == NULL) { + nbdkit_error ("calloc: %m"); + return NULL; + } + + /* Set up the SSH session. */ + h->session = ssh_new (); + if (!h->session) { + nbdkit_error ("failed to initialize libssh session"); + goto err; +...
2018 Mar 06
0
NFS-Ganesha, Gluster and file creation
...over NFS, I have a gluster volume "vol1" presented via Ganesha with the following config:EXPORT{? ? ? ? Export_Id = 20;? ? ? ? Path = "/vol1";? ? ? ? FSAL {? ? ? ? ? ? ? ? name = GLUSTER;? ? ? ? ? ? ? ? hostname = "gnfs01";? ? ? ? ? ? ? ? volume = vol1;? ? ? ? }? ? ? ? Access_type = RW;? ? ? ? Disable_ACL = TRUE;? ? ? ? Squash = no_root_squash;? ? ? ? Pseudo = "/vol1";? ? ? ? Protocols = "4";? ? ? ? Transports = "UDP", "TCP";? ? ? ? SecType = "sys";} I can mount the export from an external device, see files even modify exist...
2019 Mar 06
2
[PATCH nbdkit] Add ssh plugin using libssh.
This adds a simple plugin using libssh (not libssh2). The intended use for this is with virt-v2v when sourcing guests from VMware over SSH. We've had several years of problems getting our libssh-based driver into qemu. By putting it into nbdkit instead we can bypass that. However this also lets us combine ssh access with filters, in particular the recently written ‘rate’ filter. Rich.
2012 Apr 24
1
[PATCH] [resend] xen-access: Check return values and clean up on errors during init
...s, req.gfn, 1); + { + rc = xc_hvm_set_mem_access(xch, domain_id, + after_first_access, req.gfn, 1); + if (rc < 0) + { + ERROR("Error %d setting gfn to access_type %d\n", rc, + after_first_access); + interrupted = -1; + continue; + } + } rsp.gfn = req.gfn; @@ -613,6 +663,12 @@ int main(int argc, char *argv[])...
2013 Jan 21
6
[PATCH v3 0/4] nested vmx: enable VMCS shadowing feature
Changes from v2 to v3: - Use pfn_to_paddr() to get the address from frame number instead of doing shift directly. - Remove some unnecessary initialization code and add "static" to vmentry_fields and gpdptr_fields. - Enable the VMREAD/VMWRITE bitmap only if nested hvm is enabled. - Use clear_page() to set all 0 to the page instead of memset(). - Use domheap to allocate the