Displaying 5 results from an estimated 5 matches for "mountin".
Did you mean:
mounting
2003 Sep 11
2
DNS related ports from ports/net/ to ports/dns
...is the first time it's has taken this long for a new category to show
up. There is also the fact it's missing from the example files, which
should be fixed prior to 4.9R (cross posting to -stable). What needs to be
done in such cases should be in the Porter's Handbook. 8-/
Jeff Mountin - jeff@mountin.net
Systems/Network Administrator
FreeBSD - the power to serve
2008 Mar 11
2
Problems mountine lustre thru an ib2ip gateway
Hello,
I am trying to mount a lustre filesystem thru an ib2ip gateway.
The MDS''s have infiniband connections. The client nodes are tcp/ip
connections. I am able to route between the client nodes and the MDS''s.
I have the following in /etc/fstab:
abe-mds1 at o2ib0,abe-mds2 at o2ib0:/home/client /abehome lustre
_netdev,flock 0 0
I get the following when trying
2006 Jul 14
2
RESTful thinking - Need some guidance.
...to access
Google''s geocoding service using HTTP. Here''s the code I have so far:
require ''open-uri''
require ''rexml/document''
include REXML
url=''http://maps.google.com/maps/geo?''
address = ''q=1600 Amphitheatre Parkway Mountin View,CA''
address1 = URI.escape(address)
googleoutput = ''&output=xml''
googlekey = ''&key=mykey''
result=URI(url+address1+googleoutput+googlekey ).read
doc = Document.new result
r=doc.elements["/Response/Point"]
@googlresult = r.attributes[...
2020 Sep 06
2
pam_mount in 'newer samba'...
...\\fileserver.ad.domain.test\IPC$ ioctl error in smb2_get_dfs_refer rc=-22
Sep 5 12:38:11 pc1labinf17 kernel: [ 322.016522] CIFS VFS: cifs_mount failed w/return code = -2
clearly i've tried some vers= and sec= combination, with no clue.
If i use pam_mkhome (eg, i create the home instead of mountin it)
clearly i can login (so PAM, NSS/Winbind and kerberos are setup
correctly), and via nautilus i can mount the share, the system
does not ask the passord (so i suppose they use kerberos).
Some hint on how to debug this? Thanks.
--
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
Associ...
2020 Sep 07
0
pam_mount in 'newer samba'...
...or in
> smb2_get_dfs_refer rc=-22
> Sep 5 12:38:11 pc1labinf17 kernel: [ 322.016522] CIFS VFS:
> cifs_mount failed w/return code = -2
>
> clearly i've tried some vers= and sec= combination, with no clue.
>
>
> If i use pam_mkhome (eg, i create the home instead of mountin it)
> clearly i can login (so PAM, NSS/Winbind and kerberos are setup
> correctly), and via nautilus i can mount the share, the system
> does not ask the passord (so i suppose they use kerberos).
>
>
> Some hint on how to debug this? Thanks.
>
> --
> dott. Marco Gaiar...