Questions tagged [mapping]
96 questions
54
votes
4 answers
Mapping UID and GID of local user to the mounted NFS share
I have a server with NFSv4.
I am mounting contents of the home folder of remote user to local host.
Able to read and write contents, but when I am checking ownership of files at the mounted volume from the local host, they all belongs to…
Alexander
- 643
- 1
- 6
- 7
13
votes
3 answers
KVM and virtual to physical CPU mapping
I'm a relative late comer to the virtualistion party, so you'll have to forgive me if this seems like an obvious question.
If I have a server with 12 cores available, does each KVM guest have access to all 12 cores? I understand KVM makes use of the…
Steve
- 163
- 2
- 2
- 7
13
votes
8 answers
WebDav System Error 67 in Windows XP
Issue: I'm having issues getting WebDav to work in the command line on Windows XP, both Service Pack 2 and Service Pack 3.
C:\>net use z: https://mywebsite.com/software/
System error 67 has occurred.
The network name cannot be found.
I have tested…
Nixphoe
- 4,524
- 7
- 32
- 51
4
votes
1 answer
Google App Engine | domain name mapping | Go Daddy domain name
Right now I have no ahost records set in Godaddy. I read something
that said I should set it to 64.202.189.170, but I think that's for the
case of domain name forwarding, NOT mapping, and that's not what I
want.
I already added my domain name to GAE…
saliem
4
votes
2 answers
Mapping old to new URLs with external file - configuration invalid
I'm moving an old website to a new nginx based host. To preserve the URL (which completely changed) I have a file that lists the mapping. I want to use it with map module.
Inside /etc/nginx/nginx.conf http{ ... } I refer to PERL and the lowercase…
stwissel
- 640
- 2
- 7
- 21
4
votes
2 answers
NGINX: can I use a mapping of upstream servers with proxy_pass directive?
I have an NGINX server that acts as reverse proxy to a bunch of backend IIS servers. I would like to pass each incoming HTTPS request to a certain backend (upstream) server, depending on the URI specified, WHILE keeping the same URL in the address…
user202985
- 43
- 1
- 1
- 3
4
votes
1 answer
nfs4 id->user client-side not working
The situation is an nfs4 server and client using rpc.idmapd to map ids. The id mapping is working on the client for existing files served up from the server.
On the server:
[root@server ~]# id user1
uid=500(user1) gid=502(user1)…
bee
- 148
- 1
- 8
3
votes
2 answers
How to map public domains to sites hosted in Docker on Synology NAS?
This question is about managing/administering the software of a server in a business environment, so I hope it is not off-topic.
We plan to migrate some of our websites to Docker running on our Synology NAS. However, sites running in Docker have…
Swisher Sweet
- 609
- 2
- 8
- 19
3
votes
2 answers
NFSv4 mapping UID and GID on Debian Stretch
I use the following setup:
NFS Server (Ubuntu 16.04 LTS)
nfs-common 1:1.2.8-6ubuntu1.2
nfs-kernel-server 1:1.2.8-6ubuntu1.2
user: test (uid=1300)
NFS Client
nfs-common 1:1.3.4-2.1
user: testmf (uid=1350)
On the client side, the user test exists…
Alessandro Perucchi
- 61
- 1
- 8
3
votes
1 answer
Firewall Port Mapping, Good or Bad?
Is it worth the trouble to map open ports in the firewall from some inconspicuous port number to the correct port number for a given service?
Or is it simpler and similarly secure just to present the actual port number required to the outside…
Nicholas
3
votes
2 answers
Custom domain mapping to web application
We are creating a SAAS base application, where every company get its own subdomain. But if the company wants to configure another domain with our application, they can do that.
e.g. I am a company registered with the application www.saas.com, i got…
Naveen
- 35
- 2
3
votes
3 answers
ID mapping with SSSD and SMB
I'm trying to get a samba share working with correct IDs on Windows (SID) and Linux (uid/gid) clients. The problem is that the uids and gids are not properly mapped back to SIDs and SIDs are not resolved to names. What could lead to this problem and…
Sethos II
- 497
- 4
- 7
- 18
3
votes
1 answer
How to simplify Nginx Mapping regex rules?
I don't know if this question is allowed or not. If not, forgive me :)
Anyway, I have a mapping rule for nginx redirection
/hotel/xyz/abc /hotel/xyz/abc-nana;
/hotel/xyz/abc/ /hotel/xyz/abc-nana;
~^/hotel/xyz/abc\?(.*) /hotel/xyz/abc-nana?$1;
My…
Oscar Yuandinata
- 131
- 4
3
votes
1 answer
glusterfs uid/gid mapping on Debian Wheezy
So I setup a glusterfs volume and it works all fine, but I can't seem to figure out how to mount it with permissions other than root. Supposedly there's options like translate-uid that can be configured for a volume, but that option doesn't appear…
Tom
- 31
- 2
3
votes
1 answer
How to make nginx remap a part of the URL without sending a redirection?
I have pictures on a path looking like this:
/0/1/2/3/4/01234/screenshots/1.jpg
The URL to access it looks like this:
/static/0/1/2/3/4/01234/screenshots/1.jpg
I'd like it to look like…
e-satis
- 409
- 5
- 17