Zhang,

please avoid multiple list posting for questions.
Muli list posting should be use by exception, in general for announcement where respond is not expected.

Obviously your question belong to IVI mailing list.

Regards

Dominig ar Foll
Senior Software Architect
Open Source Technology Centre
Intel SSG
Le 05/12/2014 07:01, Zhang, Zhengguang a écrit :

Hi, All

I have a question about tizen IVI boot user name, in current IVI image, when system boots up, the default login user should be “app”, but when I try to get the user name by the following code:

         Struct utmpx *utmp;

setutxent();

         utmp = getutxent();

         printf(“user name: %s”, utmp->ut_user);

         endutxent();

I get the user name “reboot” instead of “app”, can anybody help me to clarify what’s wrong with the code above or how to get the user name “app”? Who is the “reboot” user?

 

Thanks in advance!

 

 

Regards,

Zhang Zhengguang



_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev


_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to