Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5279 Обсуждение

Not able start vtune on AS 2.1

vadib
Начинающий
2 404Просмотр.
When I tried to execute the vtune from the command line I get this error. Can some please tell me if I had done
something wrong.

VTune Performance Analyzer 1.0 for Linux*
Copyright (C) 2000-2003 Intel Corporation. All rights reserved.

[ERROR] unable to access /dev/vtune_d (error = -1)
Can't initialize collector properties

Thanks
Vadi
0 баллов
7 Ответы
Paul_P_Intel1
Сотрудник
2 404Просмотр.
Hi Vadi. Have you submitted a support request at http://premier.intel.com ? They should be able to help you with this issue.
vadib
Начинающий
2 404Просмотр.
No. This is just a beta version. I didn't get access to
the primier support site.
Daniel_B_Intel2
Сотрудник
2 404Просмотр.
the problem may be that the "user" have not enough permissions.

to run vtl smoothly "user" has to be the member of "vtune" group.
("vtune" is the default name for the group. another name can be chosen during the installation).

to check this run
> groups

you'll get the list of the groups the "user" belongs to.
if "vtune" is not listed - this may be the problem.

try to add the "user" to the group "vtune". there are several ways to do this. one (if root password is available) is to edit the /etc/group file.

after joining to the vtune group a user should login again. check that "vtune" appears in the list of groups:
>groups

and then run VTune again.

Does it help?

-Daniel
vadib
Начинающий
2 404Просмотр.
Thanks for your reply. Problem was that for some reason
'analyzer driver' was not installed as part of the original installation. I had to manually build the driver and install it. Doc is in
/analyzer/drivers/src/doc/

Vadi
Daniel_B_Intel2
Сотрудник
2 404Просмотр.
OK, I see...

Did you also rebuild the kernel, or building the driver was enough?
vadib
Начинающий
2 404Просмотр.
I just built the driver. All though it said in the instruction to rebuild the kernel, I didn't do it and looks like it was not required. Intel is very poor in documentation. It is very hard to find things that are related.

Vadi
Daniel_B_Intel2
Сотрудник
2 404Просмотр.
agree with what you are saying regarding the documentation...
Ответить