Re: [SLUG] linux gateway

2003-07-05 Thread dazza
On Sat, 5 Jul 2003, Shaun Oliver wrote:

 there's one thing I don't quite get though,
 smoothwall, is it a totally independant system or does it require an
 underlying GNU/Linux system

I run it on Mandrake, so I guess not. :-)

Smoothwall is merely a set of scripts/wrappers which invoke the inbuilt
iptables firewalling within Linux. I'd hazard a guess there are installs
for most popular distributions.

DaZZa

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


RE: [SLUG] linux gateway

2003-07-05 Thread Jon Biddell
-= I run it on Mandrake, so I guess not. :-)
-= 
-= Smoothwall is merely a set of scripts/wrappers which invoke 
-= the inbuilt iptables firewalling within Linux. I'd hazard a 
-= guess there are installs for most popular distributions.

And there are a few good alternatives, like Shorewall
(www.shorewall.net) - works kinda like Smoothwayy, or IP-Cop which is a
bootable CD with Linux and the iptables stuff all ready to go.

Jon

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] urgent request

2003-07-05 Thread benedict . moful
sir,

  I need your help, i am  Benedict moful, the son of a

Late minister during the reign of mobutu seseko,
  I came to know you in the course of my search for
  a reliable and God fearing partner and I decide
   to contact you because I believe you are a reputable

person and I felt you can help us over this
confidential
  matter. I count on your intergrity and honesty to be
   able
  to handle this business.


  My father was a minister in Democratic Republic of
   Congo during the reign of Late President Mobutu.
   Our father was killed during the rebel attack and
   our house was burnt. We  manage to escape to Ghana
 with  my mother and two of my sisters
   where we are now taking refuge.Before the death of
  my father he deposited US50 MILLION, with a
   security
   company in Europe.The money is kept in a trunk boxes

  and was registered as precious substance. Thus there
   is
  nobody that knows that it is money that is in the
box.

   All the document with which the money was deposited
  is
with us. I am lookinf for somebody to that is
  capable
  and willing to travel to any part of   Europe to
receive the two trunk boxes of money on behalf of my
  family from the security company.

 We need a trust worthy and experience person that
will

   help us to invest this money in your country  and
take
   us as one family  and will also buy a house for us
   over
 there where we can live safely.


  We are expecting to hear from you.Please contact me
   on

this Email Address:[EMAIL PROTECTED]
  Thanks for your  anticipated cooperation.please
  include your telephone number and fax number in
your reply
  Best Regards,

  BENEDICT MOFUL

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] urgent request

2003-07-05 Thread Bret Comstock Waldow
Oh, thank goodness we finally received one of these.  I was worried
eveyone else was going to get rich and we were going to miss out...


On Sat, 2003-07-05 at 13:34, [EMAIL PROTECTED] wrote:
 sir,
 
   I need your help, i am  Benedict moful, the son of a
 
 Late minister during the reign of mobutu seseko,
   I came to know you in the course of my search for
   a reliable and God fearing partner and I decide
to contact you because I believe you are a reputable
 
 person and I felt you can help us over this
 confidential
   matter. I count on your intergrity and honesty to be
able
   to handle this business.
 
 
   My father was a minister in Democratic Republic of
Congo during the reign of Late President Mobutu.
Our father was killed during the rebel attack and
our house was burnt. We  manage to escape to Ghana
  with  my mother and two of my sisters
where we are now taking refuge.Before the death of
   my father he deposited US50 MILLION, with a
security
company in Europe.The money is kept in a trunk boxes
 
   and was registered as precious substance. Thus there
is
   nobody that knows that it is money that is in the
 box.
 
All the document with which the money was deposited
   is
 with us. I am lookinf for somebody to that is
   capable
   and willing to travel to any part of   Europe to
 receive the two trunk boxes of money on behalf of my
   family from the security company.
 
  We need a trust worthy and experience person that
 will
 
help us to invest this money in your country  and
 take
us as one family  and will also buy a house for us
over
  there where we can live safely.
 
 
   We are expecting to hear from you.Please contact me
on
 
 this Email Address:[EMAIL PROTECTED]
   Thanks for your  anticipated cooperation.please
   include your telephone number and fax number in
 your reply
   Best Regards,
 
   BENEDICT MOFUL
-- 
bwaldow at alum.mit.edu


-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


[SLUG] Gentoo/Redhat: time

2003-07-05 Thread Brett
Greetings,
I am currently attempting to install Gentoo, over a modem, using Redhat 
boot disks (Gentoo doesn't have a boot disk option as yet, though some 
poeple have had success in building Gentoo using other distro bootdisks 
(slackware/redhat)). I am trying to bootstrap the distro (bootstrap.sh), 
however, due to a buggy motherboard/BIOS the build is failing due to 
incorrect time (the hardware clock will not keep dates after Y2K, the clock 
is reset to 1994 dates after every reboot).

The redhat bootdisk I am using has a program clock but I am not sure of 
the exact argument format to pass to set the clock to a reasonable time. An 
example is as follows:

{
# clock --set --date=01012003
BusyBox v0.60.5 (2003.01.24-24:44+) muti-call library
Usage: date [OPTION]... [+FORMAT]

The date command issues by hwclock returned with unexpected results.
The command was:
date --date=01012003 +seconds-into-epoch=%s
The response was
No usable set-to time. cannot set clock.
}
Redhat uses Busybox as part of their boot disk image(as above?), 
unfortunately busybox does not have documentation for the clock command 
(http://www.busybox.net/downloads/BusyBox.html)

Output of clock --help (of which I can be bothered to type...):
{
Usage hwclock [function] [options...]
Funtions:
--help 		...
--show 	...
--set		set the rtc to the time given with --date
--hctosys	...
--systobc	...
--getepoch	print out the kernel hardware clock epoch value
--setepoch	set the kernel hardware clock epoch value to the value given 
with --epoch
--version	...

Options:
--utc		...
--localtime	...
--direction	...
--badyear	Ignores rtc's year because the bios is broken
--date		specifies the time to which to set the hardware clock
--epoch=year 	specifies the year which is the beginning of the hardware 
clock's epoch value
--noadjfile	...
}

I have also tried the following (where XX is a time/number):
{
#clock --badyear
/var/lib/lastdate: No such file or directory
#echo Wed Jul 6 11:11:11 2003 -0.175775 seconds lastdate
#clock --badyear
Wed Jul 6 XX:XX:XX 1994 -0.175775
}
But that doesn't seem to work either (and gives no reason why it shouldn't)
Please, somebody put me out of my misery, I don't want to have to 
re-install redhat :-)

Brett

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Re: [SLUG] Gentoo/Redhat: time

2003-07-05 Thread Brett
At 11:32 AM 6/07/2003, you wrote:
Greetings,
I am currently attempting to install Gentoo, over a modem, using Redhat
boot disks (Gentoo doesn't have a boot disk option as yet, though some
poeple have had success in building Gentoo using other distro bootdisks
(slackware/redhat)). I am trying to bootstrap the distro (bootstrap.sh),
however, due to a buggy motherboard/BIOS the build is failing due to
incorrect time (the hardware clock will not keep dates after Y2K, the clock
is reset to 1994 dates after every reboot).
And in reply to myself;

I have found some documented examples of using clock and hwclock (it's 
amazing what you find after a computer break:-) , but they still do not 
seem to work (and give the same I gave previously). I have tried the following:

hwclock --set --date=7 Jul 2003 14:32
hwclock --set --date=07 Jul 2003 14:32
clock --set --date=7 Jul 2003 14:32
clock --set --date=07 Jul 2003 14:32
AFAIK these commands are valid, can anybody tell me why they might not be 
OR does anybody know of a statically linked binary of a network time program?

TIA
Brett
--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug