[newbie] Differences between linux-secure and linux

2004-02-11 Thread Marty Phee
What is in the secure kernel that isn't in the linux kernel?  I know that 
grsecurity is.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Adsl-setup

2004-02-11 Thread Marty Phee
I didn't have any problems with SBC global.

I'm using ppoe.

What problems are you having?

Marty


On Wednesday 11 February 2004 04:52 pm, Paul Smith wrote:
  I instaled the beta version of mandrake 10, ans adsl-setup is not even a
  command... I did the normal instalation... what should I do?

 I wish you good luck! I tried a million of ways to get my Speedtouch
 Adsl modem connected to the Internet and none has succeeded. I shall
 wait for an improvement in Mandrake regarding that issue. I am sure that
 better days will come, as connectivity to the Internet is an extremely
 negative point of Mandrake (and of the other Linux distributions).

 Paul

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] GrSec howto...

2004-02-09 Thread Marty Phee
How do I get grsec to allow me to execute a script file?

Some scripts work fine and others don't.  I don't get why, but I found this in 
my dmesg output:

grsec: denied exec of ./build.sh by (bash:23577) UID(501) EUID(501), parent 
(bash:30327) UID(501) EUID(501) reason: untrusted


Thanks,

Marty

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help running shell script

2004-02-08 Thread Marty Phee
I found something in dmesg:

grsec: denied exec of ./build.sh by (bash:18269) UID(501) EUID(501), parent 
(bash:21641) UID(501) EUID(501) reason: untrusted

On Sunday 08 February 2004 06:12 pm, robin wrote:
 Marty Phee wrote:
  I've had this problem with other scripts before and it's driving me nuts.
   I'm trying to compile jetspeed web portal.  The script is build.sh and
  is in the directory ~/apps/jetspeed-1.4/build/build.sh.
 
  The mode on the file is: -rwxrwxrwx
  I changed it to chmod 777 just to try to get it to work.  It isn't in DOS
  format either.  I check that.
 
  Here are the first couple lines.
  #!/bin/sh
 
  # The name of the build file to use
  BUILDFILE=build.xml
 
  # Root directory for the project
  PROJECTDIR=..
  .
  .
  .
 
  After I type ./build.sh I get:
  : bad interpreter: Permission denied
 
  If I do: sh ./build.sh I get:
  : command not found
  : command not found
  : command not found
  : command not found:
  : command not found:
  : command not found:
  : command not found:
  : command not found:
 
  '/build.sh: line 54: syntax error near unexpected token `do
  '/build.sh: line 54: `do
 
  I do develope in UNIX and haven't had problems like this.  Other things
  work fine.  It's not every script file.  JBoss 3.2.3 run.sh works fine,
  but JBoss 3.0.6 requires sh run.sh.
 
  I tried to create a test script:
 
  #!/bin/sh
 
  echo Hello World
 
  I get the same error:
  bash: ./test.sh: /bin/sh: bad interpreter: Permission denied

 Try changing the line to

 #!/bin/bash

 Sir Robin

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Help running shell script

2004-02-08 Thread Marty Phee
How do I make it trusted?


On Sunday 08 February 2004 06:49 pm, Marty Phee wrote:
 I found something in dmesg:

 grsec: denied exec of ./build.sh by (bash:18269) UID(501) EUID(501), parent
 (bash:21641) UID(501) EUID(501) reason: untrusted

 On Sunday 08 February 2004 06:12 pm, robin wrote:
  Marty Phee wrote:
   I've had this problem with other scripts before and it's driving me
   nuts. I'm trying to compile jetspeed web portal.  The script is
   build.sh and is in the directory ~/apps/jetspeed-1.4/build/build.sh.
  
   The mode on the file is: -rwxrwxrwx
   I changed it to chmod 777 just to try to get it to work.  It isn't in
   DOS format either.  I check that.
  
   Here are the first couple lines.
   #!/bin/sh
  
   # The name of the build file to use
   BUILDFILE=build.xml
  
   # Root directory for the project
   PROJECTDIR=..
   .
   .
   .
  
   After I type ./build.sh I get:
   : bad interpreter: Permission denied
  
   If I do: sh ./build.sh I get:
   : command not found
   : command not found
   : command not found
   : command not found:
   : command not found:
   : command not found:

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com