LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   can not access dbus-/usr/local/var/run/system_bus_socket (https://www.linuxquestions.org/questions/fedora-35/can-not-access-dbus-usr-local-var-run-system_bus_socket-906175/)

Yong_Jeon 10-03-2011 07:09 AM

can not access dbus-/usr/local/var/run/system_bus_socket
 
i am trying to solve my question.

corp769 10-04-2011 12:43 AM

Hello,

What is giving you this issue? What are you doing to get this problem? Sure, this error can occur for many issues, but without any other information, and not knowing what exactly you are trying to do, we can not troubleshoot your issue with you.

Cheers,

Josh

knudfl 10-04-2011 02:09 AM

Fedora : No system files are supposed to be located in /usr/local/.

So either you have some dbus files in /usr/local/ (which is a mistake).
Or an unknown application is by mistake searching dbus in /usr/local/.


Which Fedora is it about ? Which application causes the error ?

..

Yong_Jeon 10-04-2011 08:21 AM

i used Fedora 15 and tried to test open source code which is boc-wimax S/W.
MS simulator S/W used dbus (/usr/local/var/run/dbus/system_bus_socket) and error message (no file or directory....)
Dbus S/W version was v1.4.16
i found system_bus_socket on /var/run/dbus.
i changed confure option (./configure --localstatedir=/usr/local/var)
but i cound not solve problem

knudfl 10-04-2011 08:54 AM

"boc-wimax" http://opensource.bolloretelecom.eu/projects/boc-wimax/
git clone git://git.bolloretelecom.eu/boc-wimax.git


cd boc-wimax/ && mkdir build && cd build/ && cmake ../ : No errors.

cd src/ && ./boc-<any-command> : No errors.


Please tell how you started the install.
If dbus was missing at install time, this will do :
# yum install dbus-devel : The Fedora 15 version is 1.4.6 !
Better delete all "dbus-1.4.16".
The system version is not supposed to be changed, and also :
It is a must that the system version is used at compile time.

..

Yong_Jeon 10-04-2011 09:21 AM

There was no complie error with building boc-wimax S/W
I had a just problem when i executed boc-ms(execution file) as follows

===============================================================
ytjeon@MS-Simulator build]$ sudo src/boc-ms -f ms.conf
[sudo] password for ytjeon:
main: Reading config file ms.conf
main: Using fake R1 interface
wimax_modules_run: starting module DBus Interface
connect: Could not connect to DBus: Failed to connect to socket /usr/local/var/run/dbus/system_bus_socket: No such file or directory
wimax_modules_run: starting module EAP module
[ytjeon@MS-Simulator build]$

knudfl 10-04-2011 12:48 PM

Of course you can compile with any alien dbus, etc.
But doing so will just make it impossible to use the application.
Code:

[root@localhost ~]# cd /home/knudfl/boc-wimax/
[root@localhost boc-wimax]# ./build/src/boc-ms -f examples/ms.conf
main: Reading config file examples/ms.conf
main: Using fake R1 interface
wimax_modules_run: starting module DBus Interface
wimax_modules_run: starting module EAP module
wimax_modules_run: starting module Tunnel Interface
wimax_run: cmd: ifconfig wimax0 hw ether 00:11:22:33:44:55
wimax_ms_tun_init: opened TAP interface wimax0 (00:11:22:33:44:55)
wimax_modules_run: starting module R1 Interface
wimax_ms_r1_init: listening on R1 socket 32100

It should be no big deal to remove the alien dbus-1.4.16
and then recompile : About one minute would do.

..

Yong_Jeon 10-06-2011 07:10 AM

i removed dbus-1.4.16 and installed dbus-1.4.6

$./configure --localstatedir=/var

i could solve my problem redarding dbus

i realy appreicate your help

satya164 10-08-2011 06:05 AM

Try ./configure --prefix=/usr

upindah 06-22-2012 07:25 AM

[help] error instalation boc-wimax
 
Quote:

Originally Posted by knudfl (Post 4489725)
"boc-wimax" http://opensource.bolloretelecom.eu/projects/boc-wimax/
git clone git://git.bolloretelecom.eu/boc-wimax.git


cd boc-wimax/ && mkdir build && cd build/ && cmake ../ : No errors.

cd src/ && ./boc-<any-command> : No errors.


Please tell how you started the install.
If dbus was missing at install time, this will do :
# yum install dbus-devel : The Fedora 15 version is 1.4.6 !
Better delete all "dbus-1.4.16".
The system version is not supposed to be changed, and also :
It is a must that the system version is used at compile time.

..

I want to help something for you, I don't have any idea about how to configure AAA wimax security in opnet please help me.

i need help because i found many problems in my final study project.
I'm trying to install boc-wimax, but I met the problem,

For the first step I've managed to install support packet boc-wimax by running the command:

$ sudo apt-get install git-core git libdbus-1-dev libdbus-glib-1-2-dbg libdbus-glib-1-dev libdbus-glib-1-doc pkg-config 2.0 libglib-dev libgnutls-dev cmake libnet1-dev libpcap-dev build-essential

in the second step, when running the command:

git clone git://git.bolloretelecom.eu/boc-wimax.git

I'm having problems with error messages are as follows:
Cloning into ' boc-wimax ' ...
fatal: unable to connect to git.bolloretelecom.eu:
git.bolloretelecom.eu: Name or service not known

Yes ...

when I open http://git.bolloretelecom.eu/

Name the project his only
qnetio.git and gmppextra.git
When in the open one by one, his was no shortlog that lead to project that the boc-wimax

nothing is impossible, because the previous user and can get boc-wimax packet, possibly removed from party bollore?? why?? I'm confused. Help Me!

At the time of opening http://git.bolloretelecom.eu/boc-wimax.git,
the output is coming out
Not Found
The requested URL/boc-wimax.git was not found on this server.

Can anybody help me on this, give link to step by step documentation, hints, or suggestions?

please : palupi.indah3@gmail.com

upindah 06-22-2012 07:32 AM

[help] error instalation boc-wimax
 
Quote:

Originally Posted by Yong_Jeon (Post 4489749)
There was no complie error with building boc-wimax S/W
I had a just problem when i executed boc-ms(execution file) as follows

===============================================================
ytjeon@MS-Simulator build]$ sudo src/boc-ms -f ms.conf
[sudo] password for ytjeon:
main: Reading config file ms.conf
main: Using fake R1 interface
wimax_modules_run: starting module DBus Interface
connect: Could not connect to DBus: Failed to connect to socket /usr/local/var/run/dbus/system_bus_socket: No such file or directory
wimax_modules_run: starting module EAP module
[ytjeon@MS-Simulator build]$

Hi, Yong Jeon.
Can you help me on this, give link to step by step documentation, hints, or suggestions?
How to build boc-wimax S/W
I have problem when i cloning boc-wimax.
Thanks for advance

mosi3535 12-18-2012 03:03 AM

Guys I am new in this issue , I am appreciated if you can tell me step by step installation and configuration for boc-ASN , by the way I have all physical elements for wimax only left is ASN-GW

I have :
1- Mobile station (CPE)
2- Base Station
3- AAA Radius server

Thanks a lot

knudfl 12-18-2012 04:06 AM

Post # 12, @ mosi3535 : Welcome to LQ.

What is "boc-ASN" ? A link, please.

This thread is about the net-simulator related "boc-wimax".
If your boc-ASN is an off topic subject : Please start a new thread :
http://www.linuxquestions.org/questi...ux-software-2/ >
> http://www.linuxquestions.org/questi...=newthread&f=2

.


All times are GMT -5. The time now is 01:11 PM.