<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alexander Dalloz wrote:
<blockquote cite="mid1119991996.2083.139.camel@serendipity.dogma.lan"
 type="cite">
  <pre wrap="">Am Di, den 28.06.2005 schrieb Thomas W. Cranston um 22:17:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I went over my notes and discovered that they were not as complete as 
needed to be. As a result I decided to reinstall FC3, and get a fresh start.

I first used the network configuration application to configure the 
dialup. This time the modem came up as ttyS4.

I got mesage:Cannot activate network device xxxxxxxx Failed to activate 
xxxxxxx with error 8

Logged on yyyyyy@localhost, I opened a terminal and entered the command 
tail -f /var/log/messages, and got cannot open tail -f /var/log/messages 
for reading: Permission denied

Someone suggested that I log on to a terminal as Su_-. I entered Su_- at 
the command line and got: bash:Su_- command not found

Did they mean that I reboot, and enter Su_- at user name prompt?

How and where do I invoke Su_-?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It is "su -"! No underscore, "-" is an option and is the short for of
"-l" (-> man su). And on Linux it matters whether you use lower or
capital letters.

  </pre>
  <blockquote type="cite">
    <pre wrap="">I understand that it is not wise to make changes to wvdial logged on as 
root!

I then entered wvdial and got
-->WvDial: Internet dialer version 1.54.0
-->Warning: section[Dialer Defaults] does not exist in wvdial.conf.
-->cannot open /dev/modem: Device or resource busy
-->cannot open /dev/modem: Device or resource busy
-->cannot open /dev/modem: Device or resource busy
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You need to create a symlink: ln -s /dev/ttySX /dev/modem  (where X is
the number of the serial device).

  </pre>
  <blockquote type="cite">
    <pre wrap="">I logged out, and then tried to log in, entering Su_- at Username

That did not work, so I logged in as root.

I then entereed wvdial, and got:
-->WvDial: Internet dialer version 1.54.0
-->Warning: section[Dialer Defaults] does not exist in wvdial.conf.
-->cannot open /dev/modem: No such file or directory
-->cannot open /dev/modem: No such file or directory
-->cannot open /dev/modem: No such file or directory

I then entered: /etc/wvdial.conf , and got:
bash: /etc/wvdial.conf: Permission denied
/etc/wvdial.conf
How can I execute the command /etc/wvdial.conf with out getting 
permission denied? I am assuming that since that I am logged on as 
root@localhost that I would have the permission.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
vim /etc/wvdial.conf

It is a configuration file you need to open with an editor. It is
nothing to execute.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Is there a way to log onto a terminal as super user, while I am logged 
on as xxxx@localhost?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
See above.

Alexander


  </pre>
</blockquote>
How do I edit <br>
<pre wrap="">vim /etc/wvdial.conf?

it seems to be in a read only state
</pre>
</body>
</html>