Glenn Amerine napisal(a):
[...]
: If you call the script "test", you would need to do "./test" to run
: it.
Yes, I know :]
: It is best to stay away from the command "test" when writing "test"
: software. :-)
But try do this. Any other name ... maybe abcd ...
And look at result ...
--
Daniel
> "Daniel" == Daniel Podlejski <[EMAIL PROTECTED]> writes:
Daniel> Kenneth Scharf napisal(a): [...] : 3: script starting
Daniel> pppd must be suid (I think)
Daniel> Script ? Suid shouldn't work with shell scripts :)
Daniel> # chmod a+x test
Daniel> # chmod u+s test
Kenneth Scharf napisal(a):
[...]
: 3: script starting pppd must be suid (I think)
Script ? Suid shouldn't work with shell scripts :)
For example:
# cat > test
#!/bin/sh
id
^D
# chmod a+x test
# chmod u+s test
And run test as any user ...
pppd must be suid.
--
Daniel Podlejski [EMAIL PROTE
[EMAIL PROTECTED] wrote:
>
> Paul Miller writes:
> > Upon attempting to run pppd I get the following:
>
> > This system lacks kernel support for PPP.
>
> This is one of pppd's favorite error messages, and it is almost always
> wrong. There are several possible problems that can mislead pppd int
I remember getting that error message. The problem was not related to
the kernel.
1: make sure that you are a member of the group owning rights to
execute ppp. (I think it was dial)
2: make sure you are using the right serial device. such as
/dev/ttyS1 (the S is in CAPS!!!) I got that exact
Paul Miller writes:
> Upon attempting to run pppd I get the following:
> This system lacks kernel support for PPP.
This is one of pppd's favorite error messages, and it is almost always
wrong. There are several possible problems that can mislead pppd into
saying this.
> Any thoughts on this one
I have just installed the lastest stable kernel 2.0.36 and PPP does not
work for me. I have compiled it into the kernel. The version is the
2.2.0 version of PPP. I have tried patching the kernel to PPP v2.3.3 to
no avail.
I am using the Debian PPP package 2.3.5-2. I am running the Hamm version
of
7 matches
Mail list logo