Re: [xcat-user] Timezone settings: how it works?

2019-12-13 Thread Nathan A Besaw
The timezone files for the diskless image come from within the rootimg
directory, not /usr/share/zoneinfo on the management node.

For your situation below, I would expect that the correct file is:
/install/netboot/centos7.6/x86_64/compute/rootimg/usr/share/zoneinfo/America/Sao_Paulo

Check to see if this checksum matches:
md5sum /install/netboot/centos7.6/x86_64/compute/
rootimg/usr/share/zoneinfo/America/Sao_Paulo



From:   "Vinícius Ferrão via xCAT-user"

To: "xcat-user@lists.sourceforge.net"

Cc: "Vinícius Ferrão" 
Date:   12/13/2019 02:31 PM
Subject:[EXTERNAL] [xcat-user] Timezone settings: how it works?



Hello,

I’m with an issue with timezone settings of xCAT.

I do have the configuration in place on xCAT:
[root@headnode etc]# lsdef -t site clustersite | grep timezone
timezone=America/Sao_Paulo

But when I run packimage it gets a timezone file from a place that I don’t
know which is.

Here’s the md5 of /etc/localtime inside the image:
md5sum /install/netboot/centos7.6/x86_64/compute/rootimg/etc/localtime
346a7b10fbc17af944896bad4d093568

It should be this one:
md5sum /etc/localtime
339ff8dbd88e39f59b2fd4ee57b1fdb1  /etc/localtime

I even tried search for this specific md5 on /usr/share/zoneinfo but I was
unable to find it:
find . -type f -exec md5sum {} + | grep 346a7b10fbc17af944896bad4d093568

So the question is, from where xCAT gets the zone info when running
packimage?

Thanks,


___
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_xcat-2Duser=DwIGaQ=jf_iaSHvJObTbx-siA1ZOg=95pZYYPXXV-5mn9YO7FX6q2JdbPYeCR6fMnFTgqZ_M8=mz0ZfcfbWmFbjqRybKLAobvz8CDP0lt2s3Tv-Yfgg3k=Pn0ROvmesCsHa6zxgW8I7g_py5x8cWoRCBfSyErsAOc=




___
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user


[xcat-user] Timezone settings: how it works?

2019-12-13 Thread Vinícius Ferrão via xCAT-user
Hello,

I’m with an issue with timezone settings of xCAT.

I do have the configuration in place on xCAT:
[root@headnode etc]# lsdef -t site clustersite | grep timezone
timezone=America/Sao_Paulo

But when I run packimage it gets a timezone file from a place that I don’t know 
which is.

Here’s the md5 of /etc/localtime inside the image:
md5sum /install/netboot/centos7.6/x86_64/compute/rootimg/etc/localtime 
346a7b10fbc17af944896bad4d093568

It should be this one:
md5sum /etc/localtime 
339ff8dbd88e39f59b2fd4ee57b1fdb1  /etc/localtime

I even tried search for this specific md5 on /usr/share/zoneinfo but I was 
unable to find it:
find . -type f -exec md5sum {} + | grep 346a7b10fbc17af944896bad4d093568

So the question is, from where xCAT gets the zone info when running packimage?

Thanks,


___
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user


Re: [xcat-user] Debus Failure

2019-12-13 Thread Kevin Keane
I would check the passwd and shadow entries in the nsswitch.conf file. They
should have "files" listed as the first entry. Oh, and also make sure that
the /etc/shadow file exists and contains a root entry. And that it isn't
disabled.

Next, check the pam configuration (in /etc/pam.d). It may be missing a
module to retrieve the root user.

Of course, I could be way off base with those suggestions, somebody else
may have better ideas. But your problem sounded like a low-level
authentication issue.

___
Kevin Keane | Systems Architect | University of San Diego ITS |
kke...@sandiego.edu
Maher Hall, 192 |5998 Alcalá Park | San Diego, CA 92110-2492 | 619.260.6859
| Text: 760-721-8339

*REMEMBER! **No one from IT at USD will ever ask to confirm or supply your
password*.
These messages are an attempt to steal your username and password. Please
do not reply to, click the links within, or open the attachments of these
messages. Delete them!




On Fri, Dec 13, 2019 at 10:26 AM Squaire, Stephen 
wrote:

> Yes, both files are present. The passwd file contains the root user. Is
> there something I should be looking for in the nsswitch.conf file?
>
>
>
> *From: *Kevin Keane 
> *Reply-To: *xCAT Users Mailing list 
> *Date: *Friday, December 13, 2019 at 12:09 PM
> *To: *xCAT Users Mailing list 
> *Subject: *Re: [xcat-user] Debus Failure
>
>
>
> Does your stateless image (on the management node somewhere under your
> /install directory) contain a /etc/passwd file? Is there an
> /etc/nsswitch.conf file?
>
> ___
> Kevin Keane | Systems Architect | University of San Diego ITS |
> kke...@sandiego.edu
> Maher Hall, 192 |5998 Alcalá Park | San Diego, CA 92110-2492 | 619.260.6859
> | Text: 760-721-8339
>
> *REMEMBER! **No one from IT at USD will ever ask to confirm or supply
> your password*.
> These messages are an attempt to steal your username and password. Please
> do not reply to, click the links within, or open the attachments of these
> messages. Delete them!
>
>
>
>
>
>
>
> On Fri, Dec 13, 2019 at 9:14 AM Squaire, Stephen 
> wrote:
>
> Hello,
>
>
>
> I am rather new to xCAT, so this may be a stupid question (and if so
> apologies in advance). I checked the archives and was unable to find
> anything related, so now I’m writing here.
>
>
>
> I am building a CentOS 7.7 stateless instance. When I deploy to a node,
> the node will boot but I am unable to log in as root from the console. I
> also added a user (via doing a chroot into rootimg and adding a user), but
> when I attempt to log in via said user on the console I get the error
>  “User not known to underlining authentication module”. When I check the
> logs I get the below logs.
>
>
>
> Any help on this would be greatly appreciated.
>
>
>
> Thank you!
>
>
>
>
>
> Dec 12 17:21:00 cn1 systemd: INFO  Starting Update UTMP about System
> Runlevel Changes...
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 systemd: INFO  Started Update UTMP about System
> Runlevel Changes.
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username 

Re: [xcat-user] Debus Failure

2019-12-13 Thread Squaire, Stephen
Yes, both files are present. The passwd file contains the root user. Is there 
something I should be looking for in the nsswitch.conf file?

From: Kevin Keane 
Reply-To: xCAT Users Mailing list 
Date: Friday, December 13, 2019 at 12:09 PM
To: xCAT Users Mailing list 
Subject: Re: [xcat-user] Debus Failure

Does your stateless image (on the management node somewhere under your /install 
directory) contain a /etc/passwd file? Is there an /etc/nsswitch.conf file?

___
Kevin Keane | Systems Architect | University of San Diego ITS | 
kke...@sandiego.edu
Maher Hall, 192 |5998 Alcalá Park | San Diego, CA 92110-2492 | 619.260.6859 | 
Text: 760-721-8339

REMEMBER! No one from IT at USD will ever ask to confirm or supply your 
password.
These messages are an attempt to steal your username and password. Please do 
not reply to, click the links within, or open the attachments of these 
messages. Delete them!




On Fri, Dec 13, 2019 at 9:14 AM Squaire, Stephen 
mailto:squai...@illinois.edu>> wrote:
Hello,

I am rather new to xCAT, so this may be a stupid question (and if so apologies 
in advance). I checked the archives and was unable to find anything related, so 
now I’m writing here.

I am building a CentOS 7.7 stateless instance. When I deploy to a node, the 
node will boot but I am unable to log in as root from the console. I also added 
a user (via doing a chroot into rootimg and adding a user), but when I attempt 
to log in via said user on the console I get the error  “User not known to 
underlining authentication module”. When I check the logs I get the below logs.

Any help on this would be greatly appreciated.

Thank you!



Dec 12 17:21:00 cn1 systemd: INFO  Starting Update UTMP about System Runlevel 
Changes...

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 systemd: INFO  Started Update UTMP about System Runlevel 
Changes.

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 systemd: INFO  Startup finished in 4.923s (kernel) + 
31.755s (initrd) + 32min 58.284s (userspace) = 33min 34.963s.

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  

Re: [xcat-user] Debus Failure

2019-12-13 Thread Kevin Keane
Does your stateless image (on the management node somewhere under your
/install directory) contain a /etc/passwd file? Is there an
/etc/nsswitch.conf file?

___
Kevin Keane | Systems Architect | University of San Diego ITS |
kke...@sandiego.edu
Maher Hall, 192 |5998 Alcalá Park | San Diego, CA 92110-2492 | 619.260.6859
| Text: 760-721-8339

*REMEMBER! **No one from IT at USD will ever ask to confirm or supply your
password*.
These messages are an attempt to steal your username and password. Please
do not reply to, click the links within, or open the attachments of these
messages. Delete them!




On Fri, Dec 13, 2019 at 9:14 AM Squaire, Stephen 
wrote:

> Hello,
>
>
>
> I am rather new to xCAT, so this may be a stupid question (and if so
> apologies in advance). I checked the archives and was unable to find
> anything related, so now I’m writing here.
>
>
>
> I am building a CentOS 7.7 stateless instance. When I deploy to a node,
> the node will boot but I am unable to log in as root from the console. I
> also added a user (via doing a chroot into rootimg and adding a user), but
> when I attempt to log in via said user on the console I get the error
>  “User not known to underlining authentication module”. When I check the
> logs I get the below logs.
>
>
>
> Any help on this would be greatly appreciated.
>
>
>
> Thank you!
>
>
>
>
>
> Dec 12 17:21:00 cn1 systemd: INFO  Starting Update UTMP about System
> Runlevel Changes...
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 systemd: INFO  Started Update UTMP about System
> Runlevel Changes.
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message
> bus configuration file
>
> Dec 12 17:21:00 cn1 systemd: INFO  Startup finished in 4.923s (kernel) +
> 31.755s (initrd) + 32min 58.284s (userspace) = 33min 34.963s.
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database
> information for UID of current process: User "???" unknown or no memory to
> allocate password entry
>
> Dec 12 17:21:00 cn1 dbus-daemon: INFO  Failed to start message bus: Could
> not get UID and GID for username "dbus"
>
> Dec 12 17:21:00 cn1 systemd: NOTICE  dbus.service: main process exited,
> code=exited, status=1/FAILURE
>
> Dec 12 17:21:00 cn1 systemd: 

Re: [xcat-user] No nic found in deploy network

2019-12-13 Thread Thomas HUMMEL

On 12/12/19 3:40 PM, Casandra H Qiu wrote:

check this link:
_https://xcat-docs.readthedocs.io/en/stable/QA/makehosts.html_


So I think I've digested this not so easy (for me who come from a quite 
straightforward setting) doc. I still have to try the 2 node objects 
strategy. I've got 2 questions the doc though :


1) when the ip does not match any network defined in the 'networks' table

-> a domain name still can be generated in /etc/hosts :

for instance with hosts.otherinterfaces == "shortname:ip-in-no-networks"

makehosts generates :

ip shortname shorname.

where does this domain come from (it does not seem to come from site 
neither resolv.conf) ?


2) when I tried - granted weird - setup of hosts.otherinterfaces like this :

"maestro-300","192.168.153.48",,maestro-300:192.168.10.10,,

makehosts generates

192.168.10.10 maestro-300 maestro-300.maestroprov.pasteur.fr

while I'd hoped it would generate

192.168.153.48 maestro-300 maestro-300.maestro.pasteur.fr
AND
192.168.10.10 maestro-300 maestro-300.maestroprov.pasteur.fr

(the 2 networks maestro_net (domain == maestro) and maestro_prov (domain 
== maestroprov) are defined and, without using otherinterfaces I get, as 
expected


192.168.153.48 maestro-300 maestro-300.maestro.pasteur.fr

Is that legit ?

Thanks

--
Thomas H.


___
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user


[xcat-user] Debus Failure

2019-12-13 Thread Squaire, Stephen
Hello,

I am rather new to xCAT, so this may be a stupid question (and if so apologies 
in advance). I checked the archives and was unable to find anything related, so 
now I’m writing here.

I am building a CentOS 7.7 stateless instance. When I deploy to a node, the 
node will boot but I am unable to log in as root from the console. I also added 
a user (via doing a chroot into rootimg and adding a user), but when I attempt 
to log in via said user on the console I get the error  “User not known to 
underlining authentication module”. When I check the logs I get the below logs.

Any help on this would be greatly appreciated.

Thank you!



Dec 12 17:21:00 cn1 systemd: INFO  Starting Update UTMP about System Runlevel 
Changes...

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 systemd: INFO  Started Update UTMP about System Runlevel 
Changes.

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

Dec 12 17:21:00 cn1 systemd: INFO  Startup finished in 4.923s (kernel) + 
31.755s (initrd) + 32min 58.284s (userspace) = 33min 34.963s.

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Failed to start message bus: Could not 
get UID and GID for username "dbus"

Dec 12 17:21:00 cn1 systemd: NOTICE  dbus.service: main process exited, 
code=exited, status=1/FAILURE

Dec 12 17:21:00 cn1 systemd: NOTICE  Unit dbus.service entered failed state.

Dec 12 17:21:00 cn1 systemd: WARNING  dbus.service failed.

Dec 12 17:21:00 cn1 systemd: INFO  Started D-Bus System Message Bus.

Dec 12 17:21:00 cn1 systemd: ERR  Failed to connect to system bus: Resource 
temporarily unavailable

Dec 12 17:21:00 cn1 systemd: ERR  Failed to initialize D-Bus connection: 
Resource temporarily unavailable

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Could not get password database 
information for UID of current process: User "???" unknown or no memory to 
allocate password entry

Dec 12 17:21:00 cn1 dbus-daemon: INFO  Unknown username "root" in message bus 
configuration file

___
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user