Broadband Problem

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
3XTORTION
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 246
Joined: 29 Jul 2007, 16:00
16
Contact:

Broadband Problem

Post by 3XTORTION »

I just booted Fedora 13 from the Live CD to try the network Manager since i had problems connecting to the internet in F12. I'm completely positive that the username/service/pass are correct.

Here's the output in var/log/messages after trying to establish a connection.



Any input is be appreciated.

User avatar
hpprinter100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 214
Joined: 19 Oct 2007, 16:00
16
Contact:

Post by hpprinter100 »

Code: Select all

Warning: can't open options file /root/.ppprc: Permission denied
Maybe you need to run the command as root as its getting "Permission denied"

User avatar
3XTORTION
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 246
Joined: 29 Jul 2007, 16:00
16
Contact:

Post by 3XTORTION »

Ok, I created the file .ppprc since it wasn't in found /root and made it writable (chmod 777).

And still the problem persists and the same warning appears "Warning: can't open options file /root/.ppprc: Permission denied".


User avatar
John_W
forum buddy
forum buddy
Posts: 24
Joined: 02 May 2010, 16:00
13
Contact:

Post by John_W »

since the file is in /root/ it can't be read, because /root/ is only readable and accessible by root.
actually you should never change this behaviour, but you can try to "chmod 0755 /root".

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Post by leetnigga »

John_W wrote:but you can try to "chmod 0755 /root".
That's the worst advice I've ever heard in my life.

Put the configuration file some place where the user that runs your ppp daemon can read it, i.e not /root.

User avatar
John_W
forum buddy
forum buddy
Posts: 24
Joined: 02 May 2010, 16:00
13
Contact:

Post by John_W »

I know it's a bad advice, but since we don't know the configuration, it was the easiest advice to give.
And i said that you "actually [...] should never change this behaviour", so it's up to him to decide whether he wants to tests this.
When it works, he can change the configuration, move the file and "chmod 0700 /root/.
If it doesn't, he knows that this file is not the cause of the problem.

Post Reply