Questions tagged [namespaces]

75 questions
1
vote
1 answer

How to cleanup namespace in kubernetes?

We have one cluster in aks. Where we deployed consul helm chart in consul namespace. It created many CRDs. The using these CRDs internally created one more namespace applicationns When we deleted consul, it deleted. Then, when we trying to delete…
user2331760
  • 155
  • 4
  • 12
1
vote
1 answer

namespace - nobody to root mapping

I'd like to create new user namespace being root with the command: # unshare -U bash $ echo $$ 3500 $ id uid=65534(nobody) ... etc After that I edit /proc/3500/uid_map im my initial namespace as root: # echo "0 100000 65536" >…
pawel__86
  • 11
  • 2
1
vote
0 answers

Copy file from real home into DynamicUser home

I am working on restricting the permssions of user units in SystemD. One of the things that I want to do is set ProtectHome=yes (or DynamicUser=yes), but the process needs access to the .Xauthority file (as it needs to communicate with X). I…
rhbvkleef
  • 136
  • 5
0
votes
0 answers

Communicating across macvlan network namespaces

Let's create two macvlan's and attach network namespaces to them: $ sudo ip link add macvlan1 link eth0 type macvlan mode bridge $ sudo ip link add macvlan2 link eth0 type macvlan mode bridge $ sudo ip netns add net1 $ sudo ip netns add net2 $ sudo…
adam-m-hanna
  • 113
  • 6
0
votes
1 answer

Kubernetes, partitioning around clusters and namespaces

Let's say we have 2 subsystems: A & B. And we have 2 env: QA & Prod. What would be a better way to organize it around cluster & namespace?. Is it: One cluster for subsystem A, another cluster for subsystem B. And within each cluster, we partition…
Cokorda Raka
  • 101
  • 3
0
votes
1 answer

Linking a domain name to a web server without full masking

I'm currently trying to deploy my first website and I ran trough a small issue with DNS. I have my website www folder available (hosted on atlantic.net cloud) and I registered a domain through godaddy. However it only gives me 2 options there: - to…
0
votes
1 answer

publish DFS namespaces?

We have multiple domain controllers and file servers, and have recently begun migrating to DFS. Everything works quite well, but one thing has me scratching my head... DFS namespaces not found on the AD/DNS server responding are not displayed when…
ltwally
  • 315
  • 2
  • 7
  • 23
0
votes
0 answers

DFS Namespace is inaccessible when DC4 is up and running

DC1, DC2 and DC3 are at site A. DC4 and DFS server (2008 R2) are at Site B. DC4 is Server 2003 and not a Global Catalog. DC1, DC2 and DC3 all are Server 2003, FSMO role holders and a Global Catalog. DC1 is Master DNS (SOA) for the Domain, All DC's…
0
votes
1 answer

Creating VLANs between network namespaces

I want to implement the topology shown in the figure below using network namespaces (ns1 to ns4).                        I can implement the above topology without splitting the network into two different VLANs using the following commands (based on…
Vasilis
  • 293
  • 1
  • 4
  • 13
0
votes
1 answer

PHP xpath: extract all nodes, even with namespaces

I am new to PHP's simplexml and xpath implementation, but here's what I want to do: I have this XML file (excerpt from a youtube API response):
Mad_Ady
  • 475
  • 1
  • 6
  • 14
0
votes
1 answer

Exchange 2010 - smtp namespace sharing

I'm setting up SMTP namespace sharing between two different Exchange 2010 organizations/forests that are connected via an AD trust. I'm using these 2 articles as references: Configure Exchange to Route Messages for a Shared Address Space Configure…
TheCleaner
  • 32,627
  • 26
  • 132
  • 191
0
votes
1 answer

Open File dialog shows a renamed folder

I recently renamed a directory in the "My Pictures" folder from "ghostAlbum" to "imageAlbum" Explorer shows what I would expect (the new folder) as does the command line "dir" command. Excel's and Word's open file dialog show the same thing explorer…
Sam Axe
  • 163
  • 6
0
votes
2 answers

What is the importance of the .DFSFolderLink

I am currently building a new DFS namespace setup. My folder E:\CommonStuff\ is already shared on the fileserver. And now it is also shared as \DOMAIN\CommonStuff I got 3 questions: I see .DFSFolderLink records in all folders I create in the…
Swift
  • 101
  • 1
  • 1
0
votes
2 answers

SBS 2003 share SMTP address space with multiple internal mail servers

We currently have an 11 user SBS 2003 server which handles our e-mail, however I'm trying to setup a test migration to Zimbra. For this test migration I'd like to have some e-mail addresses moved over to Zimbra but the rest remaining on SBS 2003,…
batfastad
  • 456
  • 1
  • 11
  • 22
0
votes
0 answers

Dovecot: doveadm sync namespace | single folder

I am trying to make sync (or sync -1) for single folder. Forwarding the manuals, we can use -x flag to exclude folders - it works fine. Also, there is -n flag to sync namespaces. As i see, there is no way to sync folders like with -x flag, but i…