Re: [SLUG] Network card trouble

2001-06-11 Thread Crossfire

Robert Martinovic was once rumoured to have said:
 This is fairly useless information (it won't show interfaces,
 etc)... at a minimum, you should post the full output from both:
 
 iptables -t filter -nvL
[excess output snipped]

After reviewing your netfilter rules I think I've seen whats wrong.

I take it your dial up is using a dynamically allocated IP address.

Your Netfilter rules are set to do anti-spoof (which is wasteful since
rp_filter already does this), and is blocking the wrong address on
ppp0.

your ruleset could be collasped down to:

iptables -t nat -F POSTROUTING
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE

iptables -t filter -F INPUT
iptables -t filter -P INPUT ACCEPT
iptables -t filter -F OUTPUT
iptables -t filter -P OUTPUT ACCEPT
iptables -t filter -F FORWARD
iptables -t filter -P FORWARD ACCEPT

(rp_filter will do the rest, and its enabled by default)

If you want additional protection, you can make use of NetFilter's
connection tracking and state modules by patching your INPUT rule.

A simple example which blocks new inbound connections on ppp0 only
might read:

iptables -t filter -F INPUT
iptables -t filter -P INPUT DROP
iptables -t filter -A INPUT -i lo -j ACCEPT
iptables -t filter -A INPUT -i eth0 -j ACCEPT
iptables -t filter -A INPUT -i ppp0 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -t filter -A INPUT -i ppp0 -j LOG

If OTOH, you're using a static IP dialup, you should be using SNAT,
not MASQUERADE.

you should read Rusty's guides none the less.

C.
-- 
--==--
  Crossfire  | This email was brought to you
  [EMAIL PROTECTED] | on 100% Recycled Electrons
--==--

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



Re: [SLUG] parport_lowlevel module

2001-06-11 Thread John Ferlito

On Mon, Jun 11, 2001 at 05:06:41PM +1000, Murray Adelman wrote:
 I get a message that the job is queued but the daemon cannot be open.
 When I read /var/log/messages I am told that modprobe cannot find a
 module called parport_lowlevel.  As far as I can see looking at the
 sources for the kernel, there is no such module anyway.
 
You need to add something like the following to /etc/modules.conf, or
the appropriate place for your distro.

alias parport_lowlevel parport_pc

if you're not running intel then it maybe something different to
parport_pc.


-- 
John Ferlito
Senior Engineer - Bulletproof Networks
ph: +61 (0) 410 519 382
http://www.bulletproof.net.au/

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



Re: [SLUG] Hardware - Antiques

2001-06-11 Thread Nick Croft

 Q. What is the oldest / wierdest / most cantankerous piece of hardware that 
 you've ever had Linux running on ?
 
MacIIvx, 20M ram, 16mhz. Took 18 hours to install slink (cut down to 105M).
Still got it as a curiosity.

Nick


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



Re: [SLUG] parport_lowlevel module

2001-06-11 Thread Artur Hefczyc

 I am having setting up my printer for a Red Hatish version of linux.
 I am sure I have the printcap, spooling, filters, etc set up properly
 as I have done this many times and the print jobs are sent to a queue.
 
 Also I have parallel support and lpr support installed as modules.
 The devices lp0, 1, and 2 exist.
 
 Any suggestions?
send output from 
# lsmod
command

-- 
Artur Hefczyc
[EMAIL PROTECTED]



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



[SLUG] apsfilter :(

2001-06-11 Thread Michael

Hi,

Just wanted to run this by you all... I am currently reinstalling a
machine at home with apsfilter and samba etc so I can print to a HP 6L.

I've got it all setup and can print most of the time from windows to the
shared printer with no issues, although running the Test print option from
within apsfilterconfig yields the followin error scrolling on linux
console until it is broken with a control-c etc...

execstackoverflow in Unrecoverable error:

machine is debian potato with 2.2.19 kernel.

Ocassionially this error is produced on the prints sent from windows, but
not that often, and considering I have only printer about 5 items to so
far, its not a very in depth test.

Maybe if someone has some clues, I could try and investigate it all in the
coming few days.

Thanks
Michael Fox

http://cp2.org/~michaelf/


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



Re: [SLUG] software audit by the dumb side

2001-06-11 Thread Jon Biddell

On Mon, 11 Jun 2001 11:34, Ken Foskey wrote:
 I do not know what you are worried about,  back up the box before they
 arrive,  let them put in their autocheckup diskette and verify all your
 licenses.   I can guarantee that they will be very confused very quickly.

 Offer to help them out by giving them a complete printed GNU license for
 them to take away.

H... This idea has merit... I will make the necewsary arrangements...:-)

-- 

-
Fear leads to anger, anger leads to hate, hate leads to using
Microsoft products for mission-critical applications
 (What Yoda really meant to say)
-

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



Re: [SLUG] OT - Job advertisement

2001-06-11 Thread Morrissey



Jon Biddell wrote:

  You should talk to a lawyer and find out whether they are allowed to
  do that (for now, they'll change their licensing scheme the next time
  around if too many people refuse ..)

 etc. or will allow Microsoft or their Authorised Representatives access to
 such hardware and records as is needed to prove compliance


You could give them enough access to hang themselves. Get a declaration, then
after everything is finished ask for verification.

Leave the machine running, set up a script to create a username of their
choosing, with sufficient privileges to verify but not change anything.

The script to require:

I,..(full name)... of ..(personal
address),..(corporate position)...   .(Company).
.corporate address .contact numbers etc
make oath and solemnly declare
1.
That I am sufficiently qualified, current and familiar with the linux environment
to guarantee that I will not cause any damage or detriment to this system or any
connected systems if granted user access.
2.
Both I personally and  and .(company) indemnify your company for any
losses caused as a direct consequence of the users actions and can substantiate.
Further we undertake to financially compensate your company for any losses that
inadvertently occur.
3.
That I am authorised to give such an undertaking on behalf of ... companyname

4.
That I read and fully understand the above and if necessary I have consulted with
solicitors before signing etc.

Dated this 14th day of June, 2001

Signed:(name)
..

Witnessed by:   (name)


Please type ACCEPT and press enter to continue.


Declaration prints..

Please confirm your signature and that of the witness have been affixed to the
above declaration.  do so by typing SIGNED and pressing the enter key.

User is created with limited privileges.

. Audit plays out.

BTW remember the user declaration you signed, we need to verify your LPIC.

We are shocked that an AUTHORISED M$ representative would make a false
declaration.  Is this a part of some M$ plot against the open source community?


Maybe not, but its a good plot against M$.

Cheers
John




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



[SLUG] DM:$BCmL\$N0B?4$N=P2q$$%5%$%H$N$4(B$B0FFb(B

2001-06-11 Thread net-news

$B$3$s$K$A$O!EvJ}$O%M%C%HpJs$rH/9T$7$F$$$kT$G$9!#(B
$B$4ITMW$N%a!%k$G$$j$^$7$?$i?$/$*OM$S?=$7e$2$^$9!#(B

$B###P#R(B

$B:G?7%7%9%F%`!*!*L5NA$G%M%C%H$G=P2q$$%7%9%F%`$N$40FFb(B

$B(B

$B!z!z:G?7%7%9%F%`$N%a!%k$G=P2q$$$N%5%$%H$,%*!%W%s!z!z(B

$BCm!%a!%k%Q!%/$G$O!V(Bi-mode$B!W$O0BA4e$N$?$aBP1~$$$?$7$^$;$s!#(B

$B!yFC$K=w@-$N2q0wMM$NpJs4IM}$J$I$OK|A4$KBP1~$7$^$9!*(B

$BEPO?!2qHq$OL5NA$G$4MxMQ$K$J$l$k:G?70$N%5%$%H$G$9!#(B
$B!J\:Y$O$40FFb$r$4Mw2$5$$!K(B
$BBh;0T$N?3::$K$h$j!J%7%9%F%`!K8D?MpJs$O0BA4$Ki$i$l$F0B?4$G$9!#(B

http://www.mail-park.net

$B#%a!%kHs8x3+$G0B?4$7$FEPO?$G$-$^$9(B

$B#9bB.%5!%P!$G$*Ajj$N8!:w$b$9$P$d$/$G$-$^$9(B

$B#$*Ajj$N8!:w$br7o$r9J$C$F:Y$+$/8!:w$,$G$-$^$9(B


_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

 $B=P2q$$$N$?$a$N%a!%k%Q!%/(B

$B(Bhttp://www.mail-park.net/

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/




$B!!H/?.85!!%M%C%HpJs(B




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



[SLUG] CDRWs SCSI cards TNT2 Vid cards DSL modems

2001-06-11 Thread james

Does anyone know if:

Ricoh MP 7125A model CDRW
generic TNT2 32MB PCI video card
Adaptec 29160N U-160 32-bit PCI scuzzy card
LVD68/U160 SCSI disks (Seagate Cheetah  Barracuda, Quantum Atlas, IBM
Ultrastar)
[whatever] Cable or DSL modem

... works with Linux?

Also, I see some scuzzy disks say they are U160 LVD68 disks, while others
just claim to be LVD68 and others just U160... can I take it that because
some are U160 plus LVD68 that these are all the same thing? And that a U160
scuzzy card is what I need for a disk claiming to be a LVD68?

There's a beautiful 18GB Seagate Cheetah LVD68 15,000rpm SCSI disk that I'm
eyeballing... it's about time I started saving for a new computer, build the
bugger myself since can't get anywhere near what I want preconfig'd, much
less with my choice of Linux distro, disk partitioned ready also with BSD
installed too, and a cable/DSL modem... :) It would be nice if the cable or
dsl modem worked with Linux and Win 2K too.

And, what is the best 512k upstream/downstream DSL deal around, and approx
how much? What are the total costs, ballpark figures approx, for this kind
of bandwidth along with ISP charges and phone call connection costs, how are
these always-connected thingies charged by phone companies? Could I expect
$300/month or less? Is Telstra picky about where these can be installed in
Sydney suburbs?

Thanks heaps.
James



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



[SLUG] Need a roomie???

2001-06-11 Thread james

Looking for a room mate/flat mate/whatever they're called?? I'm poking
around at some options for living in Wahroonga or near there.

I'd need a room to myself with the OK to get a cable installed in there, for
a DSL modem, and to put a small fridge in there and toaster, small
microwave, plenty room for 2 or more biggish bookshelves, can't be bothered
to waste money on a bed so just room for sleeping bag OK, oh and a desk and
chair. Prefer to be able to smoke, but not essential, I'd just smoke outside
only. I don't drink and looking for non drinker/occasional social drinker,
smoker or non smoker OK, someone into computers and Linux pref.

Nothing too expensive, no $500/week mansions thanks. :) Hell, I don't care
if it's an old shed out the back, as long as I can safely keep my computer
in there and it has a lock on the door and supply of electricity of course.

James

PS.I might take a day or two to reply, I have a little travelling to do.


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



Re: [SLUG] CDRWs SCSI cards TNT2 Vid cards DSL modems

2001-06-11 Thread Jeff Waugh

quote who=[EMAIL PROTECTED]

 Ricoh MP 7125A model CDRW

Almost certainly. Search this list for ide-scsi (setup details will almost
certainly pop up).

 generic TNT2 32MB PCI video card

Sure. Proprietary drivers though; get a Matrox or ATI Radeon.

 Adaptec 29160N U-160 32-bit PCI scuzzy card

Sure. Adaptec 7xxx drivers. Recommend getting a 19160, as it'll be quite a
bit cheaper.

 LVD68/U160 SCSI disks (Seagate Cheetah  Barracuda, Quantum Atlas, IBM
 Ultrastar)

Yeah. Make sure you plug it in; then it will be compatible.

 [whatever] Cable or DSL modem

Sure. Currently, Australian ADSL providers have consumer-level routers for
which you need to use PPPOE software, and more expensive bridging routers
(or routing bridges, whatever your fantasy) that will do the PPPOE for you
(just assign an IP to the ethernet card). Cable modems are plug in and grab
your settings via DHCP. There is Free Software available to interoperate
with all of these; it's mostly a matter of software, not hardware.

 And, what is the best 512k upstream/downstream DSL deal around, and approx
 how much? What are the total costs, ballpark figures approx, for this kind
 of bandwidth along with ISP charges and phone call connection costs, how are
 these always-connected thingies charged by phone companies? Could I expect
 $300/month or less? Is Telstra picky about where these can be installed in
 Sydney suburbs?

You won't get 512/512k (that's why it's called ADSL), there are no call
charges (you're not making a phone call), and they're either
pseudo-unlimited for residential or per meg after limit for business
(Pacific Internet's top corporate deal is $169/month, 1536/256KBps, 1GB
download free, 15.9c/MB).

- Jeff

-- 
 ASCII stupid question, get a stupid ANSI.  

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



Re: [SLUG] CDRWs SCSI cards TNT2 Vid cards DSL modems

2001-06-11 Thread Andrew Macks

On Tue, 12 Jun 2001, Jeff Waugh wrote:

  generic TNT2 32MB PCI video card
 
 Sure. Proprietary drivers though; get a Matrox or ATI Radeon.

Only for 3D.  The 2D drivers are open source, well, reverse
engineered(?) anyway.

Mr Poo.

-- 

Computer games don't affect kids. I mean, if PacMan affected us as kids, we'd
 be running around in darkened rooms, munching on pills and listening to
 repetative music.


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



Re: [SLUG] PI ADSL

2001-06-11 Thread martin

On Fri, 8 Jun 2001, John Ferlito wrote:

 On Fri, Jun 08, 2001 at 04:45:27PM +1000, [EMAIL PROTECTED] wrote:
  hi guys
  
  does anyone know if setting up Pacific Internet ADSL under linux is
  idnetical to setting up telstra adsl under linux?
 
 Exactly the same, you use pppoe.

thanks for that guys.

:)

marty


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



[SLUG] minutes from slug exec meeting (2001-06-05)

2001-06-11 Thread Angus Lees

attached (as text/html)

(jamie: don't believe everything you read. we're still working out
tridge, you and this month's meeting - looks like you will be on this
month as originally planned..)

-- 
 - Gus

Title: Minutes 20010605


  

  
Minutes 20010605

Minutes - Business Arising


  Missing bank statements: Jamie Honan recommends we just make
	do with what we have.
  Treasurer's report due in next week or so. Reincorporation
	stuff after that
  Insurance has been renewed.
  Signaturies: don't have to all be at bank at same time; need
	to fill out more forms tho. The required more forms were left
	at home. Can also show ID to a JP and get him to sign
	yet another form instead.
  PO Box: 5 possible locations in CBD. 44 Market St is nearest
	central station, so probably go with that one. Look into
	redirecting from there to someone's home mailbox, too.
	(patrick)


Debian/SLUG Stand

  Apparently, Key3 Media have been in trouble with the ATO for
	not invoicing people they gave free stands to. "Solution" is
	for them to invoice us for $4000, and us to invoice them for
	the same amount.. (xfire + patrick)
  


Meetings Coordinator

  General consensus to make xfire "official meetings
	coordinator".
  Make sure all talk organisation, etc gets CC'd to committee
	so we know whats going on. jdub to update web pages as
	usual


This Month's Meeting

  Tridge is in (still to be properly confirmed tho). To talk
	about samba 2 internationalisation and samba 3. May have to
	pay his transport (possibly ~$200 if he flies).
  Since Tridge is making the trip, give him the full meeting.
	Move Jamie Honan's talk to July (with Rebecca)
  jdub to arrange BBQ King for post-meeting dinner.
  Randal Schwartz: not here in time for meeting (he'll be here
	first week of July).
	
	  Hold a social event, with Randal giving a talk.
	  Try and liaise with Sydney Perl Mongers (if they're
	still alive?).
	  Friday 6th might be a good time. xfire suggests talk at
	UTS at 6:30pm-8:20pm, then 9pm Ghangis Kahn (near Town
	Hall)
	
  


Holy Wars

  Possible: file systems, MTAs, DJB supporters vs the world,
	etc


"PubFest"

  Excessively social event
  Pub debates (rants / holy wars)
  Trivia quiz
  vi vs emacs pool comp
  Drinking game?


Web Cabal

  Meet at Craige's office (city) sometime next week. Check
	day/time with Craige.


Other

  Been complaints of disruptions during talks. We should
	decide which 2 of us are running the meeting (for our own
	coordination) and they should endevour to "neutralise
	disruptive elements".
  Urn: key is now with Tim Bayfield. Urn is now(?) level 6
	engineering somewhere.. Gus to talk to Tim and sort out latest
	arrangements.



Angus Lees


Last modified: Tue Jun 12 11:33:41 EST 2001

  



[SLUG] Recording Sound in Linux

2001-06-11 Thread Peter McCarthy

Howdy all

I was wondering if anyone has heard of any sound recording tools available for
Linux that will enable you to save them in the M$ wav format

thanx

PMc


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



Re: [SLUG] Recording Sound in Linux

2001-06-11 Thread Bevan Broun

on Tue, Jun 12, 2001 at 02:13:39PM +1000, Peter McCarthy [EMAIL PROTECTED] wrote:
 Howdy all
 
 I was wondering if anyone has heard of any sound recording tools available for
 Linux that will enable you to save them in the M$ wav format

I think you should look at

http://www.bright.net/~dlphilp/linuxsound/

sox should do any converstion to wav you need.

BB

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



Re: [SLUG] Recording Sound in Linux

2001-06-11 Thread Matthew Dalton

Peter McCarthy wrote:
 
 I was wondering if anyone has heard of any sound recording tools available for
 Linux that will enable you to save them in the M$ wav format

There are quite a few. This is a good place to start:
http://www.bright.net/~dlphilp/linuxsound/


Matthew

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



Re: [SLUG] OAMs

2001-06-11 Thread Simon Bryan

My experience with my wife's OAM is that it can actually take a couple of 
years, and the recipient is supposed to be kept in the dark, but that will 
not rule them out of receiving one.

At 14:02 12/06/2001, you wrote:
On Monday, 11 Jun 2001 at 16:00, Howard Lowndes [EMAIL PROTECTED] wrote:
  That is exactly the point.  The potential recipient MUST NOT be
  pre-advised.  The first they must know about the possibility of an award
  is an approach by the GG's Secretary asking if they would be prepared to
  accept an award.  It is a requirement of the scheme.

The two people I know who received awards were well aware
before the GG contacted them. The only requirement is that
the honours committee can independantly find a prominant
person to support the nomination. As such, it's a bad idea
to have all the prominent people sign the nomination. EG have
CLUG OR SLUG nominate, and leave them to locate a second
opinion (likely someone else from SLUG/CLUG.)

I does take several months, so start now for next year.

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



Simon Bryan

IT Manager
OLMC Parramatta
http://www.olmc.nsw.edu.au



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



Re: [SLUG] apsfilter :(

2001-06-11 Thread Steve Kowalik

On Mon, Jun 11, 2001 at 10:02:25PM +1000, Michael uttered:
 execstackoverflow in Unrecoverable error:
 
Do you have tetex-*, gsfonts, and the fonts for ghostscript installed?
I got this same error when I didn't have the necessary filters for apsfilter
installed.

-- 
Steve
  I'm a sysadmin because I couldn't beat a blind monkey in a coding contest.
--Me

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



Re: [SLUG] OAMs

2001-06-11 Thread Michael Still

On Tue, 12 Jun 2001, Ralph Wallis wrote:

 ... The only requirement is that
 the honours committee can independantly find a prominant
 person to support the nomination...

How likely is it that the GG's people would be clueful enough to identify
this sort of person? Can you give them hints?

Mikal

-- 
Michael Still ([EMAIL PROTECTED])
  http://www.stillhq.com -- a whole bunch of Open Source stuff including PDF 
software...

The Chad is great!The Chad is stuck!


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