Displaying 4 results from an estimated 4 matches for "nameof".
Did you mean:
nameif
2016 Aug 29
6
CentOS 6: files now owned by nobody:nobody
Hi,
We are running a cluster under CentOS 6.6. We recently attached a new
NAS device, running CentOS 6.8 and rsync'd our user file system to it.
We noticed that all the files were owned by nobody (with nobody as the
group). We copied over the /etc/passwd and /etc/group files from our
front-end server to our NAS server. If we log in to the NAS server we
see the files owned by their
2016 Aug 29
0
CentOS 6: files now owned by nobody:nobody
...16 18:59:31 -0400
Pat Haley wrote:
> We noticed that all the files were owned by nobody
Here are my notes for dealing with this issue:
If all users come up as nobody on a nfs mount:
Add nfs server name to the Domain = line in /etc/idmapd.conf on both the server and the clients, i.e. Domain = nameof.server
/sbin/service rpcidmapd restart
/sbin/service nfslock restart
/sbin/service nfs restart
Also, the complete hostname as specified (nameof.server) must be in /etc/hosts on the nfs clients as well as the server
---------------
try
/usr/sbin/nfsidmap -c
on the client.
Since I put this into my...
2007 Aug 31
3
[LLVMdev] PATCH: Registry template
...leRegistryEntry, it
+ /// is necessary to define an alternate traits class.
+ template <typename T>
+ class RegistryTraits {
+ RegistryTraits(); // Do not implement.
+
+ public:
+ typedef SimpleRegistryEntry<T> entry;
+
+ /// Accessors for .
+ ///
+ static const char *nameof(const entry &Entry) { return
Entry.getName(); }
+ static const char *descof(const entry &Entry) { return
Entry.getDesc(); }
+ };
+
+
+ /// A global registry used in conjunction with static constructors
to make
+ /// pluggable components (like targets or garbage collectors)
&qu...
2002 Jul 03
1
Attempting new app - EES (Engineering Equation Solver)
I've uninstalled windows and this seems to be the
final hurdle as there doesn't seem to be a comparable
linux app (thermodynamics equation solver). I
absolutely need this program for my engineering
classes. Wine looks great, and the gui winetools is
pretty neat too. While running the program i get:
X Error of failed request: BadDrawable (invalid Pixmap
or Window parameter)
Major opcode