[SLUG] Serial Laplink

2003-01-22 Thread Chris Collins
Hey Folks!

I got me a little problem!  See what you make of it.

I'm trying to set up a serial cable connection between a PC and a laptop
both running Mandrake 8.2.  I've followed all the advice in the
Serial-Laplink Howto, and everything seems ok.  I can create a
connection between the two boxes.  Trouble is, once I try to copy
information between them, one or both of them usually lock up.

Anybody got any ideas?

-Chris

-- 
Chris Collins

e: [EMAIL PROTECTED]
w: http://www.skynet.ie/~whiz
m: +61 422 677630
gpg key available from http://www.skynet.ie/~whiz/gpgkeys/skynet.asc



signature.asc
Description: This is a digitally signed message part


Re: [SLUG] USB external disk - what am I missing?

2003-01-22 Thread Peter Hardy
On 22 Jan 2003 18:12:10 +1100, Andrew Fries [EMAIL PROTECTED]
wrote:
 Host: scsi1 Channel: 00 Id: 00 Lun: 00
 Vendor: EagleTec Model: External Hard Di Rev: 0002
 Type: Direct-Access ANSI SCSI revision: 02

This looks like the device described at
http://www.qbik.ch/usb/devices/showdev.php?id=1303
, but I can't be sure without checking the device ID.  Use lsusb from a
sommand line, or the usbview tool to get the ID for your drive and
compare.  If not, searching the working devices list for that ID should
hopefully dig up what you're looking for.

If that is it, then according to that page the device works well after
editing a source file and compiling a new kernel.

 So why can't I find it under /dev ? Shouldn't it appear as sda, or sdb
 or some such? (I don't have any actual scsi devices on this system,
 but there is another emulated one, IDE cd burner)

The device it is allocated appears in the log messages when the drive
is recognised.  Libranet is Debian-based, from memory, so plug the
drive in and look in /var/log/syslog to see what your kernel thinks of
it.

 Hmm... I also looked at Preferences-information-block devices. It
 doesn't appear there...
 
 So I'm stumped now. And rather frustrated, I must admit.

The working devices list at http://www.qbik.ch/usb/devices/index.php is
invaluable.  So is the Linux USB Guide at
http://www.linux-usb.org/USB-guide/book1.html , and the rest of
www.linux-usb.org in general.

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



Re: [SLUG] USB external disk - what am I missing?

2003-01-22 Thread Andrew Fries
On Wed, 2003-01-22 at 20:15, Peter Hardy wrote:

 This looks like the device described at
 http://www.qbik.ch/usb/devices/showdev.php?id=1303
 , but I can't be sure without checking the device ID.  Use lsusb from a
 sommand line, or the usbview tool to get the ID for your drive and
 compare. 
yes, device ID checks out. This must be it.

 The device it is allocated appears in the log messages when the drive
 is recognised.  Libranet is Debian-based, from memory, so plug the
 drive in and look in /var/log/syslog to see what your kernel thinks of
 it.

I did as you suggested and syslog produced some interesting messages:

Jan 22 20:32:55 senator kernel: WARNING: USB Mass Storage data integrity
not assured
Jan 22 20:32:55 senator kernel: USB Mass Storage device found at 3
Jan 22 20:32:55 senator /etc/hotplug/usb.agent: Setup usb-storage for
USB product 5e3/702/2
Jan 22 20:32:55 senator /etc/hotplug/usb.agent: missing kernel or user
mode driver usb-storage

I suppose if I'm to have any hope of getting this drive to work I will
have to follow that tip from qbik.ch; remove those offending lines from
source file and recompile my kernel. I can't say I'm especially happy
about this, but at least now I've got something to go on. Thank you very
much!


-
Freedom of the press is guaranteed only to those who own one.
  -- A.J Liebling, media critic
-- 17:45:56 up 4:09, 1 user, load average: 0.00, 0.03, 0.00--

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



Re: [SLUG] USB external disk - follow up

2003-01-22 Thread Andrew Fries
... and now that I knew what the problem was, I suddenly had a hunch: I
took that drive and hooked it up to my experimental system, running a
very recent version of Knoppix - and bingo! Knoppix took it in its
stride and the drive appeared on /dev/sda with no complaining, no errors
and no work on my part. 

Knoppix rocks, and that's the truth. The amount of goodness this guy
manages to squeeze into one CD is truly astounding!


-
Freedom of the press is guaranteed only to those who own one.
  -- A.J Liebling, media critic
-- 21:13:46 up 7:37, 1 user, load average: 0.00, 0.00, 0.00--

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



Re: [SLUG] USB external disk - what am I missing?

2003-01-22 Thread Peter Hardy
On 22 Jan 2003 20:40:48 +1100, Andrew Fries [EMAIL PROTECTED]
wrote:
 Jan 22 20:32:55 senator kernel: WARNING: USB Mass Storage data
 integrity not assured

That's fairly normal.  I've seen the same message on my zip drive, and
USB floppy and memorystick drives.  Haven't lost any data since the
middle of the 2.3 kernel series, though.  Of course, quite a few builds
flat-out failed to work, but that's different. :-)

 Jan 22 20:32:55 senator /etc/hotplug/usb.agent: missing kernel or user
 mode driver usb-storage

And, considering the usb-storage driver isn't working for it, that's
also normal.

 I suppose if I'm to have any hope of getting this drive to work I will
 have to follow that tip from qbik.ch; remove those offending lines
 from source file and recompile my kernel. I can't say I'm especially
 happy about this, but at least now I've got something to go on. Thank
 you very much!

Hopefully Libranet uses debian's kernel-package system.  It makes
compiling and installing a kernel a 2 step process, and one of them is
the dpkg -i.

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



Re: [SLUG] USB external disk - what am I missing?

2003-01-22 Thread Ben Buxton
Peter Hardy [EMAIL PROTECTED] uttered the following thing:
 On 22 Jan 2003 20:40:48 +1100, Andrew Fries [EMAIL PROTECTED]
 wrote:
  Jan 22 20:32:55 senator kernel: WARNING: USB Mass Storage data
  integrity not assured
 
 That's fairly normal.  I've seen the same message on my zip drive, and
 USB floppy and memorystick drives.  Haven't lost any data since the
 middle of the 2.3 kernel series, though.  Of course, quite a few builds
 flat-out failed to work, but that's different. :-)

I was curious about this a while ago and checked out the
source. Turns out that it's just a standard message that
appears whenever a new usb-storage device is added. It
doesnt depend on any flags or the like.

Basically it means this is a removable device, I cant
guarantee your data because there's nothing to stop
you from disconnecting it before the VFS write cache is
flushed. Sync and unmount properly and your data will be as
ok as bugs will allow.

-- 
Ben Buxton - Random Network Person

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



[SLUG] winbind services

2003-01-22 Thread mkraus
G'day...

I use my Samba box as a PDC, however I don't use winbind.

I don't really have an understanding of it. What is winbind used for, and 
under what conditions would it be used?

Any help, references, pointers appreciated.

Thanks...

Mike
---
Michael S. E. Kraus
Administration
Capital Holdings Group (NSW) Pty Ltd
[EMAIL PROTECTED]
phone (02) 9955 8000 fax (02) 9955 8144
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] winbind services

2003-01-22 Thread Tony Green
On Thu, 2003-01-23 at 09:31, [EMAIL PROTECTED] wrote:
 G'day...
 
 I use my Samba box as a PDC, however I don't use winbind.
 
 I don't really have an understanding of it. What is winbind used for, and 
 under what conditions would it be used?
 
 Any help, references, pointers appreciated.
 

The GDP [1] responded to what is winbind with this (amongst other)
page.

http://www.advogato.org/proj/winbind/
Project info for winbind
Page created 3 Apr 2000 by lkcl (Master)

Homepage: http://samba.org

Winbind is an nss switch module to map Windows NT Domain databases to
Unix. 

In combination with Samba and pam_ntdom, a Unix box will be able to
integrate straight into a full Windows NT Domain environment, without
needing a Unix Account database. 


Google is your friend

Greeno

[1] Google Documentation Project

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



Re: [SLUG] winbind services

2003-01-22 Thread Robert Collins
On Thu, 2003-01-23 at 08:35, Tony Green wrote:


 Winbind is an nss switch module to map Windows NT Domain databases to
 Unix. 
 
 In combination with Samba and pam_ntdom, a Unix box will be able to
 integrate straight into a full Windows NT Domain environment, without
 needing a Unix Account database. 

In addition to that, winbind also allows squid and apache to perform
NTLM handshaking, with chosen challenges. That is *very* useful for
performance and MS-integration.

Rob
-- 
GPG key available at: http://users.bigpond.net.au/robertc/keys.txt.



signature.asc
Description: This is a digitally signed message part


Re: [SLUG] Serial Laplink

2003-01-22 Thread Dave Airlie


 I'm trying to set up a serial cable connection between a PC and a laptop
 both running Mandrake 8.2.  I've followed all the advice in the
 Serial-Laplink Howto, and everything seems ok.  I can create a
 connection between the two boxes.  Trouble is, once I try to copy
 information between them, one or both of them usually lock up.

 Anybody got any ideas?

Hey Chris, (another skynet user in Sydney I see :-), we do get
everywhere...)

lock up as in hard lock no mouse no keyboard, or one of them stops on the
serial line?

what kernel you running (stock MDK8.2?) first things is to set hdparm
for your hard disk for u1 to unmask interrupts.. this will at least speed
up a serial link a bit hdparm -u1 /dev/hd[abcd] depending on your
system...

then run it from the virtual terminal and see does the kernel produce
anything of interest.. ( I assume you are running from X ).. you might get
some info on the screen that X is hiding...

Dave.

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / [EMAIL PROTECTED]
pam_smb / Linux DecStation / Linux VAX / ILUG person


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



[SLUG] Have I been Hacked ???

2003-01-22 Thread Stephen Grady
Good Morning to all,

I have received some strange entries in my secure log from snort that is
a concern to me.

I have been receiving an IMAP overflow attacks on my mail server but the
source IP in on my private network.
The log entries are below

Jan 19 09:22:54 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
92.168.1.2:49289 - 192.168.1.1:143
Jan 19 11:52:55 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.2:49289 - 192.168.1.1:143
Jan 19 13:02:55 gateway last message repeated 3 times
Jan 19 13:12:55 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.2:49289 - 192.168.1.1:143
Jan 19 14:12:55 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.2:49289 - 192.168.1.1:143
Jan 19 19:14:52 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.2:49289 - 192.168.1.1:143
Jan 19 21:32:56 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.2:49289 - 192.168.1.1:143
Jan 19 21:42:56 gateway last message repeated 3 times
Jan 19 23:12:56 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.2:49289 - 192.168.1.1:143
Jan 20 00:52:56 gateway last message repeated 3 times
Jan 20 07:23:20 gateway snort: [117:1:1] (spp_portscan2) Portscan
detected from 192.168.1.2: 6 targets 9 ports in 76 seconds {UDP}
192.168.1.2:137 - 192.168.1.255:137
Jan 20 11:02:59 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.2:49289 - 192.168.1.1:143
Jan 20 11:22:59 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.2:49289 - 192.168.1.1:143
Jan 20 11:22:59 gateway last message repeated 2 times


According to SnortSnaff these attacks and portscans started Jan 18 02:02
to Jan 21 15:53 Output Below


Jan 18 02:02:50 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 18 08:22:51 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 18 09:12:51 gateway snort: [117:1:1] (spp_portscan2) Portscan
detected from 192.168.1.2: 6 targets 7 ports in 58 seconds {TCP}
203.16.214.248:110 
01/18-09:12:51.206034 TCP 203.16.214.248:110 tgts: 6 ports: 7 flags:
**S* event_id: 0 
01/18-09:12:51.206034 TCP 203.16.214.248:110 tgts: 6 ports: 7 flags:
**S* event_id: 0 
Jan 18 14:22:51 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 18 14:42:51 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 18 18:52:52 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 18 20:32:52 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 18 22:12:52 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 18 22:22:52 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 19 01:22:52 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 19 09:22:54 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 19 11:52:55 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 19 13:12:55 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 19 14:12:55 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 19 19:14:52 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 19 21:32:56 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 19 23:12:56 gateway snort: [1:1845:4] EXPERIMENTAL IMAP list
overflow attempt [Classification: Misc Attack] [Priority: 2]: {TCP}
192.168.1.1:143 
Jan 20 

[SLUG] IPTABLES/RH8

2003-01-22 Thread Peter Vogel
I am trying to configure a firewall for my new Reddhat 8 installation,
operating as a masquerading internet gateway.

I have tried various IPTABLES scripts I have found on the net, but they
generate lots of errors when I  try to run them; some examples:

Unkown arg --sport
--state Command not found
-j Command not found
DNAT command not found

Iptables version is V1.2.6a

Any suggeestions what I've done wrong? 

Can anyone direct me to a script that would be a suitable template (for
an  internet server/gateway connected to a lan)?

Thanks

Peter


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



Re: [SLUG] IPTABLES/RH8

2003-01-22 Thread Robert Collins
On Thu, 2003-01-23 at 13:29, Peter Vogel wrote:
 I am trying to configure a firewall for my new Reddhat 8 installation,
 operating as a masquerading internet gateway.

You might try firestarter - its quite nice. (If you don't want to get
down to the metal, that is)

Rob
-- 
GPG key available at: http://users.bigpond.net.au/robertc/keys.txt.



signature.asc
Description: This is a digitally signed message part


Re: [SLUG] IPTABLES/RH8

2003-01-22 Thread Erik de Castro Lopo
Hi Peter,

On Thu, 23 Jan 2003 13:29:42 +1100
Peter Vogel [EMAIL PROTECTED] wrote:

 I am trying to configure a firewall for my new Reddhat 8 installation,
 operating as a masquerading internet gateway.
 
 I have tried various IPTABLES scripts I have found on the net, but they
 generate lots of errors when I  try to run them; some examples:

 Unkown arg --sport
 --state Command not found
 -j Command not found
 DNAT command not found
 
 Iptables version is V1.2.6a
 
 Any suggeestions what I've done wrong? 

If the Monmotha scripts (see below) don't work, there is a good chance 
that you may not have all the necessary iptable and NAT stuff compiled 
into your kernel.

Is your's a custom kernel or the default Redhat one?

 Can anyone direct me to a script that would be a suitable template (for
 an  internet server/gateway connected to a lan)?

I found the Monmotha firewall script very easy to set up. Its available
here:

http://monmotha.mplug.org/firewall/index.php

Its basically a shell script with some configuration stuff at the top
and a whole bunch of stuff below that should be ignored :-).

Cheers,
Erik (Fairlight ESP employee from 1995 to 2000 :-))
-- 
+---+
  Erik de Castro Lopo  [EMAIL PROTECTED] (Yes it's valid)
+---+
Two hands working can do more than a thousand clasped in prayer. 
-- anonymous
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] IPTABLES/RH8

2003-01-22 Thread Adam Hewitt
Hi Peter,

Have a look at the HOWTO (firewall iirc) under the documentation section
at linux.org, you can cut and paste that script and it will work and you
will learn nuts and bolts while you are reading throught the
documentation...

Adam.

On Thu, 2003-01-23 at 13:29, Peter Vogel wrote:
 I am trying to configure a firewall for my new Reddhat 8 installation,
 operating as a masquerading internet gateway.
 
 I have tried various IPTABLES scripts I have found on the net, but they
 generate lots of errors when I  try to run them; some examples:
 
 Unkown arg --sport
 --state Command not found
 -j Command not found
 DNAT command not found
 
 Iptables version is V1.2.6a
 
 Any suggeestions what I've done wrong? 
 
 Can anyone direct me to a script that would be a suitable template (for
 an  internet server/gateway connected to a lan)?
 
 Thanks
 
 Peter
 
 
 -- 
 SLUG - Sydney Linux User's Group - http://slug.org.au/
 More Info: http://lists.slug.org.au/listinfo/slug


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



[SLUG] MS access file convert to text file

2003-01-22 Thread Kevin Saenz
Hi all,

I have been sent a MS access file and I can't read
it can i convert it to .sql ?

thanks

-- 
Kevin Saenz [EMAIL PROTECTED]

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



RE: [SLUG] MS access file convert to text file

2003-01-22 Thread Rowling, Jill
Don't know, but you may be able to open it with Open Office's database then
save it as something else.

-- 
Jill Rowling, System Administrator
Eng. Systems Dept, Aristocrat Technologies Australia
Level 2, 55 Mentmore Ave Rosebery NSW 2018
Phone: (02) 9697-4484 Fax: (02) 9663-1412 Email: [EMAIL PROTECTED]
 


-Original Message-
From: Kevin Saenz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 23 January 2003 15:28
To: [EMAIL PROTECTED]
Subject: [SLUG] MS access file convert to text file


Hi all,

I have been sent a MS access file and I can't read
it can i convert it to .sql ?

thanks

-- 
Kevin Saenz [EMAIL PROTECTED]

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

--
IMPORTANT NOTICES
This email (including any documents referred to in, or attached, to this
email) may contain information that is personal, confidential or the subject
of copyright or other proprietary rights in favour of Aristocrat, its
affiliates or third parties. This email is intended only for the named
addressee. Any privacy, confidence, copyright or other proprietary rights in
favour of Aristocrat, its affiliates or third parties, is not lost because
this email was sent to you by mistake.

If you received this email by mistake you should: (i) not copy, disclose,
distribute or otherwise use it, or its contents, without the consent of
Aristocrat or the owner of the relevant rights; (ii) let us know of the
mistake by reply email or by telephone (+61 2 9413 6300); and (iii) delete
it from your system and destroy all copies.

Any personal information contained in this email must be handled in
accordance with applicable privacy laws.

Electronic and internet communications can be interfered with or affected by
viruses and other defects. As a result, such communications may not be
successfully received or, if received, may cause interference with the
integrity of receiving, processing or related systems (including hardware,
software and data or information on, or using, that hardware or software).
Aristocrat gives no assurances in relation to these matters.

If you have any doubts about the veracity or integrity of any electronic
communication we appear to have sent you, please call +61 2 9413 6300 for
clarification.
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] IPTABLES/RH8

2003-01-22 Thread Graeme Robinson
On 23 Jan 2003, Adam Hewitt wrote:

 Hi Peter,
 
 Have a look at the HOWTO (firewall iirc) under the documentation section
 at linux.org, you can cut and paste that script and it will work and you
 will learn nuts and bolts while you are reading throught the
 documentation...

this howto appears deprecated 
http://www.linux.org/docs/ldp/howto/Firewall-HOWTO.html 
as it doesn't include information on IPTables 
configuration. 

Theres a tutorial here however;
http://www.linuxsecurity.com/resource_files/firewalls/IPTables-Tutorial/iptables-tutorial.html#STATEMACHINEINTRODUCTION


-=-=-==-=-=--=-=-=-=-=-=-=-=-=-=-=-=
Graeme Robinson - Graenet consulting
www.graenet.com - internet solutions
-=-=-=-=-=-=-=-=-=-=-==---=-=--=-=-=

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



Re: [SLUG] MS access file convert to text file

2003-01-22 Thread mlh
On Thu, Jan 23, 2003 at 03:27:45PM +1100, Kevin Saenz wrote:
 I have been sent a MS access file and I can't read
 it can i convert it to .sql ?

http://mdbtools.sourceforge.net/

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



RE: [SLUG] MS access file convert to text file

2003-01-22 Thread Dave Airlie

OO doesn't come with database I don't think.. StarOffice does..

Dave.

On Thu, 23 Jan 2003, Rowling, Jill wrote:

 Don't know, but you may be able to open it with Open Office's database then
 save it as something else.



-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / [EMAIL PROTECTED]
pam_smb / Linux DecStation / Linux VAX / ILUG person


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



[SLUG] Microsoft loses showdown in Houston(OT)

2003-01-22 Thread Jon Biddell

This is a must read.

http://story.news.yahoo.com/news?tmpl=storyu=/usatoday/20030122/tc_
usatoday/4798893

Microsoft loses showdown in Houston

Byron Acohido USA TODAY

HOUSTON -- The people who run this city recently heard a familiar
pitch 
  from Microsoft: Sign up for a multiyear, $12 million software 
licensing  plan or face an audit exposing the city's use of software
it 
hadn't  paid for.

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



RE: [SLUG] IPTABLES/RH8

2003-01-22 Thread Jon Biddell
Even better than Firestarter is ShoreWall - www.shorewall.net -
firewalling on Redhat (or anything else !!) couldn't be simpler.

Mine is running on Redhat 8 at the moment with no problems.

Jon

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
Behalf Of Robert Collins
Sent: Thursday, 23 January 2003 1:39 PM
To: Peter Vogel
Cc: [EMAIL PROTECTED]
Subject: Re: [SLUG] IPTABLES/RH8


On Thu, 2003-01-23 at 13:29, Peter Vogel wrote:
 I am trying to configure a firewall for my new Reddhat 8
installation, 
 operating as a masquerading internet gateway.

You might try firestarter - its quite nice. (If you don't want to
get down to the metal, that is)

Rob
-- 
GPG key available at:
http://users.bigpond.net.au/robertc/keys.txt.

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



[SLUG] Network Cards

2003-01-22 Thread Edwin Humphries
We're looking for someone (preferably a wholesaler) who can supply PCI-based 4-port 
hub network cards - not the type that allow bandwidth addition, but just a simple, 
cheap, on-board hub.

Does anyone know who can supply them?

Edwin Humphries,
Ironstone Technology Pty Ltd
[EMAIL PROTECTED]
www.ironstone.com.au
Phone: 02 4233 2285
Fax: 02 4233 2299
Mobile: 0419 233 051
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Microsoft loses showdown in Houston(OT)

2003-01-22 Thread mark . crisp

the story has been removed

Mark Crisp
Messaging, Hosting  Security - Asia/Pacific  Australia
Systems Engineer
Unit 8
5 Talavera Rd
North Ryde NSW 2113
Phone: 612 8876 8910
Fax:   612 8876 8899
Cell Phone: 0414 86 4031
http://www.equant.com




   
  
Jon Biddell [EMAIL PROTECTED]  
  
Sent by:   
  
[EMAIL PROTECTED] To: [EMAIL PROTECTED]  
  
23/01/2003 03:58 PMcc: 
  
   bcc:
  
   Subject:  [SLUG] Microsoft loses 
showdown in Houston(OT)  
   
  
   
  





This is a must read.

http://story.news.yahoo.com/news?tmpl=storyu=/usatoday/20030122/tc_
usatoday/4798893

Microsoft loses showdown in Houston

Byron Acohido USA TODAY

HOUSTON -- The people who run this city recently heard a familiar
pitch
  from Microsoft: Sign up for a multiyear, $12 million software
licensing  plan or face an audit exposing the city's use of software
it
hadn't  paid for.

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




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



Re: [SLUG] Microsoft loses showdown in Houston(OT)

2003-01-22 Thread Ben Leslie
On Thu, 23 Jan 2003, [EMAIL PROTECTED] wrote:

 
 the story has been removed
 
 
 This is a must read.
 
 http://story.news.yahoo.com/news?tmpl=storyu=/usatoday/20030122/tc_
 usatoday/4798893


Umm, works for me. (Note, URL is spread over two lines.)

Benno

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



RE: [SLUG] Microsoft loses showdown in Houston(OT)

2003-01-22 Thread Rowling, Jill
No, 'tis still there, but you need to stitch together the two lines that
make up the full URL. It's also on slashdot of course.

-- 
Jill Rowling, System Administrator
Eng. Systems Dept, Aristocrat Technologies Australia
Level 2, 55 Mentmore Ave Rosebery NSW 2018
Phone: (02) 9697-4484 Fax: (02) 9663-1412 Email: [EMAIL PROTECTED]
 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 23 January 2003 16:09
To: Jon Biddell
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [SLUG] Microsoft loses showdown in Houston(OT)



the story has been removed

Mark Crisp
Messaging, Hosting  Security - Asia/Pacific  Australia
Systems Engineer
Unit 8
5 Talavera Rd
North Ryde NSW 2113
Phone: 612 8876 8910
Fax:   612 8876 8899
Cell Phone: 0414 86 4031
http://www.equant.com




 

Jon Biddell [EMAIL PROTECTED]

Sent by:

[EMAIL PROTECTED] To: [EMAIL PROTECTED]

23/01/2003 03:58 PMcc:

   bcc:

   Subject:  [SLUG] Microsoft
loses showdown in Houston(OT)  
 

 






This is a must read.

http://story.news.yahoo.com/news?tmpl=storyu=/usatoday/20030122/tc_
usatoday/4798893

Microsoft loses showdown in Houston

Byron Acohido USA TODAY

HOUSTON -- The people who run this city recently heard a familiar
pitch
  from Microsoft: Sign up for a multiyear, $12 million software
licensing  plan or face an audit exposing the city's use of software
it
hadn't  paid for.

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




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

--
IMPORTANT NOTICES
This email (including any documents referred to in, or attached, to this
email) may contain information that is personal, confidential or the subject
of copyright or other proprietary rights in favour of Aristocrat, its
affiliates or third parties. This email is intended only for the named
addressee. Any privacy, confidence, copyright or other proprietary rights in
favour of Aristocrat, its affiliates or third parties, is not lost because
this email was sent to you by mistake.

If you received this email by mistake you should: (i) not copy, disclose,
distribute or otherwise use it, or its contents, without the consent of
Aristocrat or the owner of the relevant rights; (ii) let us know of the
mistake by reply email or by telephone (+61 2 9413 6300); and (iii) delete
it from your system and destroy all copies.

Any personal information contained in this email must be handled in
accordance with applicable privacy laws.

Electronic and internet communications can be interfered with or affected by
viruses and other defects. As a result, such communications may not be
successfully received or, if received, may cause interference with the
integrity of receiving, processing or related systems (including hardware,
software and data or information on, or using, that hardware or software).
Aristocrat gives no assurances in relation to these matters.

If you have any doubts about the veracity or integrity of any electronic
communication we appear to have sent you, please call +61 2 9413 6300 for
clarification.
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] MS access file convert to text file

2003-01-22 Thread Matthew Palmer
On 23 Jan 2003, Kevin Saenz wrote:

 I have been sent a MS access file and I can't read
 it can i convert it to .sql ?

I've got VBA code to extract all the data out of an Access DB.  However, it
needs Access to run (I've got it going under Access 97, but it's pretty
general) and takes time.  Remember, also, that the tables are typically only
a smallish part of a full Access DB, and I doubt most of the rest of it will
be easily convertable by anything.  Of course, if you do find something,
please let me know - I'm currently rewriting the Access DB from hell in
something sensible...


-- 
---
#include disclaimer.h
Matthew Palmer, Geek In Residence
http://ieee.uow.edu.au/~mjp16


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



Re: [SLUG] IPTABLES/RH8

2003-01-22 Thread mlh
On Thu, Jan 23, 2003 at 01:29:42PM +1100, Peter Vogel wrote:
 I am trying to configure a firewall for my new Reddhat 8 installation,
 operating as a masquerading internet gateway.
 
 I have tried various IPTABLES scripts I have found on the net, but they
 generate lots of errors when I  try to run them; some examples:
 
 Unkown arg --sport
 --state Command not found
 -j Command not found
 DNAT command not found

You probably have something like 

$IPTABLES --state .. --sport ... -j ... blah blah

and IPTABLES var is not defined.

Set it to iptables and you should be ok, but the other
respondents on this thread had some good (better?) suggestions.

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



Re: [SLUG] MS access file convert to text file

2003-01-22 Thread Jeff Waugh
quote who=Matthew Palmer

 On 23 Jan 2003, Kevin Saenz wrote:
 
  I have been sent a MS access file and I can't read
  it can i convert it to .sql ?
 
 I've got VBA code to extract all the data out of an Access DB.

You guys might be interested in mdbtools.sf.net - there's now a GNOME
frontend, and a backend for gnome-db (for use with Mergeant).

- Jeff

-- 
How was the opera?
 The seats were very comfortable. 
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] dhcpd WinXP

2003-01-22 Thread Howard Lowndes
Does anyone know if there is an issue with running a Linux based dhcpd
server (specifically the one with RH8.0) when trying to serve IP addresses
to XP Pro boxen.

I can see the XP clients requesting DHCPDISCOVER and I can see the dhcpd
server responding with an IP and other data DHCPOFFER, but the XP then
fails to get the message and nothing happened, iow, there is no
DHCPREQUEST and subsequent DHCPACK.

The XP boxen work fine to a NT DHCP server, so I guess the problem is with
the Linux based dhcpd server.

I can see nothing in the archives that specifically addresses this
combination so is there any other info out there?


-- 
Howard.
LANNet Computing Associates - Your Linux people http://www.lannetlinux.com
--
Flatter government, not fatter government - Get rid of the Australian states.
--
There are 10 types of people in the world, those who understand binary,
and those who don't.



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



[SLUG] dhcpd WinXP

2003-01-22 Thread Howard Lowndes
Does anyone know if there is an issue with running a Linux based dhcpd
server (specifically the one with RH8.0) when trying to serve IP addresses
to XP Pro boxen.

I can see the XP clients requesting DHCPDISCOVER and I can see the dhcpd
server responding with an IP and other data DHCPOFFER, but the XP then
fails to get the message and nothing happened, iow, there is no
DHCPREQUEST and subsequent DHCPACK.

The XP boxen work fine to a NT DHCP server, so I guess the problem is with
the Linux based dhcpd server.

I can see nothing in the archives that specifically addresses this
combination so is there any other info out there?


-- 
Howard.
LANNet Computing Associates - Your Linux people http://www.lannetlinux.com
--
Flatter government, not fatter government - Get rid of the Australian states.
--
There are 10 types of people in the world, those who understand binary,
and those who don't.



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



Re: [SLUG] IPTABLES/RH8

2003-01-22 Thread Adam Hewitt
I guess it helps when I look at the info I am posting about...the HOWTO
is actually the IP-MASQ HOWTO, which does talk about iptables, and
although it is called the IP-MASQ howto, it is very easy to work out
from the info how to turn of MASQ if you don't need it.

Adam.

On Thu, 2003-01-23 at 15:41, Graeme Robinson wrote:
 On 23 Jan 2003, Adam Hewitt wrote:
 
  Hi Peter,
  
  Have a look at the HOWTO (firewall iirc) under the documentation section
  at linux.org, you can cut and paste that script and it will work and you
  will learn nuts and bolts while you are reading throught the
  documentation...
 
 this howto appears deprecated 
 http://www.linux.org/docs/ldp/howto/Firewall-HOWTO.html 
 as it doesn't include information on IPTables 
 configuration. 
 
 Theres a tutorial here however;
 
http://www.linuxsecurity.com/resource_files/firewalls/IPTables-Tutorial/iptables-tutorial.html#STATEMACHINEINTRODUCTION
 
 
 -=-=-==-=-=--=-=-=-=-=-=-=-=-=-=-=-=
 Graeme Robinson - Graenet consulting
 www.graenet.com - internet solutions
 -=-=-=-=-=-=-=-=-=-=-==---=-=--=-=-=
 


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



Re: [SLUG] dhcpd WinXP

2003-01-22 Thread Adam Hewitt
I have this senario running on my home network without any dramas at
all...

Adam.


On Thu, 2003-01-23 at 17:10, Howard Lowndes wrote:
 Does anyone know if there is an issue with running a Linux based dhcpd
 server (specifically the one with RH8.0) when trying to serve IP addresses
 to XP Pro boxen.
 
 I can see the XP clients requesting DHCPDISCOVER and I can see the dhcpd
 server responding with an IP and other data DHCPOFFER, but the XP then
 fails to get the message and nothing happened, iow, there is no
 DHCPREQUEST and subsequent DHCPACK.
 
 The XP boxen work fine to a NT DHCP server, so I guess the problem is with
 the Linux based dhcpd server.
 
 I can see nothing in the archives that specifically addresses this
 combination so is there any other info out there?
 
 
 -- 
 Howard.
 LANNet Computing Associates - Your Linux people http://www.lannetlinux.com
 --
 Flatter government, not fatter government - Get rid of the Australian states.
 --
 There are 10 types of people in the world, those who understand binary,
 and those who don't.
 
 
 
 -- 
 SLUG - Sydney Linux User's Group - http://slug.org.au/
 More Info: http://lists.slug.org.au/listinfo/slug


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