Re: [SLUG] save to disk

2000-06-27 Thread Ben Donohue



Gregg Jorgen Suaning wrote:

 Anyone know how the 'save to disk' function works on a laptop? This is the
 facility where the data in memory is saved to disk and the computer shuts
 off - when the computer is restarted, you pick up where you left off.

i've had it on a compaq before. check the compaq web site for the file name
that kicks off the save to disk function. basically it makes one big file that
it writes the memory to when the computer powers down. this file size can
change depending on the memory on your computer. i've only seen it running on
windows on a compaq before. i've never had experiance with linux on a laptop. i
don't know how it worked on linux!

i remember years ago another similar way of doing this. it used to map out part
of the hard disk and, to disk utilities like format, it would look like bad
areas mapped out unusable on the disk. in fact it was the swap to disk area.
anyway check the compaq web site and it will give you the file name and
possibly let you download it. again however, i've only seen it as a windows
executable. unless compaq and/or phoenix have another way of doing it. in which
case look in the bios setup when the computer boots up. on a compaq it's
usually press F10 when the little white square starts flashing in the top right
corner of the screen sometime after power on.

hope this helps
Ben


--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] 9:52am up 368 days, 17:37, 1 user, load average: 1.02, 1.01, 1.00

2000-06-19 Thread Ben Donohue

Happy Birthday to you...
Happy Birthday to you...

1 year old.



Ian Ward wrote:

 What a great OS!

 [root@gateway /root]# cat /etc/redhat-release
 Red Hat Linux release 5.2 (Apollo)
 [root@gateway /root]# uptime
   9:52am  up 368 days, 17:37,  1 user,  load average: 1.02, 1.01, 1.00
 [root@gateway /root]#

 --
 SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
 To unsubscribe send email to [EMAIL PROTECTED] with
 unsubscribe in the text

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] blimey! cut and paste don't work!

2000-06-15 Thread Ben Donohue

using KDE on mandrake 7.0. communicator 4.7
trying to cut from advanced editor or kedit to netscape composer or
netscape mail.
it cuts/copies but no paste into netscape. only copies to it's own
application! or from editor to editor.
not to netscape. however i can copy from netscape composer to kedit!
using CTRL+C as well as file/copy etc.

what/how is this done?
how do you copy *into* netscape?
or is it broke somewhere?


--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] ipchains stuff

2000-06-15 Thread Ben Donohue

hi slugs,

as i've spent days mucking around with ipchains and still seem to muck
things up.
i thought i'd ask a few questions to clarify my ideas on ipchains and
how it should best be set up in a particular situation.

is the following a good way to think about the ipchains rules?

define a new chain name.
ipchains -N dmz-bad

define the new chain route/direction of packets.
ie. if going from ip - from interface - to ip - jumpto dmz-bad.
ipchains -A input -s 1.2.3.4 -i eth0 -d  5.6.7.8 -j dmz-bad

define the rules for the ports in dmz-bad
ipchains -A dmz-bad -p tcp --sport 80 --dport 80 -j ACCEPT

does this make sense or is there a hole somewhere? disregarding the
default rules of course.


--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] blimey! cut and paste don't work!

2000-06-15 Thread Ben Donohue

Thanks Tom,
worked a treat!



--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] NEED a HAND - GUI problems

2000-06-14 Thread Ben Donohue

is it booting straight into gnome GUI or do you get a login prompt first and
then type startx?



Madhi and Rodney wrote:

 Dear All , Friends, Some-one,

 I am new to linux and have just installed Redhat 6.1.

 After some gliches I have finally got it running with GNOME interface but
 have a little problem.quite literally.

 everything on the desktop, including the mouse cursor is 1/4 size! And
 the 'screen' does not fit my monitor screen, its got a black stripe down
 the left side and cannot be adjust to correct size/shape/position with
 monitor controls.

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] swap file creation

2000-06-14 Thread Ben Donohue

hi slugs,
i've deleted/lost the swap partition.
there is room on the HDD for a swap partition, so how does one go about
creating a new swap partition?
ie what's the command to create a new swap partition.

i've tried fdisk.
created a new partition.
changed it's id from 83 (linux ext2) to 82 (linux swap)
but on booting the swap is not found.
what's the way forward?



--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] swap file creation

2000-06-14 Thread Ben Donohue

hi again slugs,
sorry about this,
the swap partition is not being very friendly.

i've created the swap partition with fdisk
i've changed the id to linux swap (82)
rebooted. (yeah i know... just like windows)

mkswap /dev/hda3
setting up swapspace version 0, size = 103215104 bytes

swapon -a
swapon: /dev/hda3: device or resource busy.

fstab has swap in /dev/hda3. this is where swap was origionally.
reboot again but swap failing
always busy when swapon /dev/hda3 is typed as well.

any more ideas grandmasters?


--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] ipchains rules

2000-06-08 Thread Ben Donohue

hi slugs,
i'm a bit confused with the following rules...
this is from the ipchains howto which i'm trying to understand.

please look at these two rules...
ipchains -A forward -s 192.168.1.0/24 -i eth0 -j good-dmz
ipchains -A forward -s 192.168.1.0/24 -i ppp0 -j good-bad

are the -i eth0 and -i ppp0 destination interfaces, or are they source
interfaces?
what is read between the -s 192.168.1.0/24 and the -i eth0
and,
or,
not,
what?
sorry if it's unclear as i'm trying to grasp what exactly is going on
with the packet that is traversing these rules.

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] ipchains rules

2000-06-08 Thread Ben Donohue

ah, so to clarify there is an "and" between -s 192.168.1.0/24 -i eth0 ?



"[-SwM-]" wrote:

 Hey Ben,

  please look at these two rules...
  ipchains -A forward -s 192.168.1.0/24 -i eth0 -j good-dmz

 ipchains is forwarding to the chain good-dmz anything with source address
 192.168.1.x which arrives via the eth0 interface.

  ipchains -A forward -s 192.168.1.0/24 -i ppp0 -j good-bad

 ipchains is forwarding to the chain good-bad anything with source address
 192.168.1.x which arrives via the ppp0 interface.

 Gavin Sherry
 http://LinuxWorld.com.au

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] [OT] repeaters hubs ##

2000-06-04 Thread Ben Donohue

DaZZa wrote:



 You can extend your network using hubs as well - as long as you apply the
 5-4-3 rule to the total segment length and number of repeaters.

Okay, what's the 5-4-3 rule?


--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] recognising a scsi card

2000-06-02 Thread Ben Donohue

Hi slugs,
have been going through the various list suggestions.
used the adaptec software to reconfig the card.
read all the archive list, searching for Charlie Brady and SCSI.
have progressed a little bit

i'm typing the following...
modprobe aha152x aha152x=0x140,9,7,1,1
and the tape drive lights go on and there are tape accessing sounds.
lsmod reports...
aha152x27896   0  (unused)
i've tried insmod st but nothing happens. what's supposed to happen?
how do you get the /dev/st0 device to load?
anyway any further help would be much appreciated!


George Vieira wrote:

 try looking in /proc files as there alot of info there.
 also do a lsmod and see if the modules exist..
 you might even be able to do a
 insmod st
 which might load the /dev/st0 device... c how u go...


--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] recognising a scsi card

2000-06-02 Thread Ben Donohue

Chris MacKenzie wrote:Ok, since the module loads and your tape drive
reacts, what do you have in /proc ?

Hi slugs,
here's what i have in /proc.


[root@joe /proc]# pwd
/proc
[root@joe /proc]# cd scsi
[root@joe scsi]# ls -la
total 0
dr-xr-xr-x   3 root root0 Jun  3 12:36 ./
dr-xr-xr-x  64 root root0 Jun  3  2000 ../
dr-xr-xr-x   2 root root0 Jun  3 12:36 aha152x/
-rw-r--r--   1 root root0 Jun  3 12:36 scsi

[root@joe scsi]# cat scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: SONY Model: SDT-9000 Rev: 0200
  Type:   Sequential-AccessANSI SCSI revision: 02
[root@joe scsi]#

[root@joe scsi]# cd aha152x/
[root@joe aha152x]# ls -la
total 0
dr-xr-xr-x   2 root root0 Jun  3 12:36 ./
dr-xr-xr-x   3 root root0 Jun  3 12:36 ../
-rw-r--r--   1 root root0 Jun  3 12:36 0
[root@joe aha152x]# cat 0
Adaptec 152x SCSI driver; $Revision: 1.7 $
ioports 0x0140 to 0x015f
interrupt 0x09
disconnection/reconnection enabled
parity checking enabled
synchronous transfers disabled
0 commands currently queued
enabled debugging options: (abort) (reset)

queue status:
no not yet issued commands
no current command
no disconnected commands

waiting: SCSISEQ (); SCSISIG (DATA OUT); INTSTAT (lo); SSTAT (SELINGO
BUSFREE PHASECHG ); SSTAT (); SXFRCTL0 (CH1 ); SIGNAL (); SELID (81),
SSTAT2 (SEMPTY ); SFCNT (0); SCSICNT (0), OFFCNT(0), SSTAT4 (); DMACNTRL0
(16BIT PIO READ INTEN ); DMASTAT (DFIFOEMP )

enabled interrupts ()


i suppose this looks good.
what next?


--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] recognising a scsi card SUCCESS!

2000-06-02 Thread Ben Donohue

THANK-YOU
yes it works! thanks a million. no errors, tape activity etc.
now i'll have to try a backup/restore for a real test and try to do some
automation.
thanks again to Chris and all who helped.


Chris MacKenzie wrote:


 try using the mt to get some info from the drive

 mt -f /dev/st0 status

 and if all looks ok try a small backup with tar

 cd /
 tar cvf /dev/st0 /boot/*

 then verify it with tar dvf /dev/st0
 if you don't get any errors then you can be pretty sure that you scsi
 card and dat drive are working pretty well.

 ---
 Rgds,
 Chris MacKenzie

 Windows: "Where do you want to go today?"
  Mac-OS: "Where do you want to be tommorrow?"
   Linux: "Are you comming or what?"

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] Life is a 'where is it'

2000-06-01 Thread Ben Donohue

Carlo Nizeti wrote:

 Symantec now have GHOST for netware. I also hear that a Linux version is on
 the way. Can anyone bring some light to this?


the ghost for netware will replicate one complete netware server to another,
dos partition and all.
ghost version 5 will already clone a linux partition.
runs from dos.
boot dos.
run ghost and copy your linux partition to a file. then you can put the
partition on a new disk somewhere else or keep it in case you trash your
origional one somehow. very fast. a redhat standard install will backup/restore
in about 10 mins.



--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] recognising a scsi card

2000-06-01 Thread Ben Donohue

hi slugs,
thanks for all the replies,
still trying to get this tape drive running. i've discovered that if i type...

modprobe aha152x,io=0x340h
or
modprobe aha152x,io=0x340h,irq=11

there are no complaints. seems like the comma does the trick and the command
prompt comes back.
i still don't know if the tape drive is working, but i don't know where to go
from here.
what console tape commands are there to run a simple test backup to the tape
drive?
or how do i mount it etc?
i'm a complete newbie as regards to tape backup on linux and i'm wondering
what's the next step.



--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] lost link between /boot and /

2000-05-29 Thread Ben Donohue

hi slugs,
i'm mucking around with converting from NT to linux desktop.
i've been mucking around with partitions.
i don't know the technical terms for the following but here goes...

i've got two partitions for linux. a /boot and another partition called
/ for everything else.
there are a few other partitions *between* these partitions on the hard
disk. it's a 20Gb hard disk and that's why /boot is down near the start
of the disk for 1024 cyl limitation and / is at the end of the disk.
anyway deleting a partition between /boot and / has caused linux to have
a kernal panic and error saying it can't find a console. try passing
init= to the kernel.

how do i re-link the /boot partition to the / partition? or how do you
get the /boot partition to find the / partition?
i've edited the lilo.conf but no go as lilo.conf is in the / partition
which *i guess* can't be found by the kernel from /boot.
i hope this makes sense!



--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] hard disk recovery

2000-05-25 Thread Ben Donohue

hi slugs,
to those who might be interested in a recent post about data recovery
from a hard disk, i replied that i knew of a hard disk sent out to get
it's deleted/missing data back. this wasn't a hard disk crash mind you.
just lost files on the hard disk.

a data recovery specialist engaged to retrieve files missing came back
with a 20% success rate.
ie. only 1/5 of the data was recoverable! whether they did a good job or
not i don't know.

anyway, the moral of the story is obvious!
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] .exe download

2000-05-19 Thread Ben Donohue

i've noticed that at times netscape downloads in default ascii mode
rather than binary mode. hence the file has lots of carriage
returns/line feeds inserted where just cf should be. cr/lf instead of
cr. something like this. hence the file is bigger and unusable.

you need to download the file via ftp with the "bin" mode set.


David wrote:
 
 I was in the unfortunate position of having to download a win .exe
 
 I did the 7MB download via netscape/linux thence dos ftp to winnt. It
 wouldn't execute, so I did it again from the winnt box and it worked :-(
 
 I noticed that the file I downloaded via my linux box was slightly LARGER
 than the other one. Any suggestions why the .exe wouldnt execute?
 
 PS: After installing a simple sound editing application, winNT demanded
 that I reboot the system! They call this a server? what a joke.
 
 David
 
 --
 SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
 To unsubscribe send email to [EMAIL PROTECTED] with
 unsubscribe in the text

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] newsgroups firewall port

2000-05-15 Thread Ben Donohue

hi slugs,
what is the port(s) that the newsgroups come in on - go out on that
would have to be opened on a firewall?

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] coyote linux

2000-05-15 Thread Ben Donohue

hi slugs,
just having a go with coyote linux on a floppy.
have been trying to find some in depth docs at coyote web site or the
lrp site - havent found what i need yet.

just two questions for now...
is ipchains working on the distribution? if so what's it doing, how to
change, etc.
what module do you put in if the internet connection is a modem? ie what
is the module.o name for /dev/cua0?

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] web Shopping cart software

2000-05-10 Thread Ben Donohue

try
www.minivend.com


Chris MacKenzie wrote:
 
 Hi All,
 
 I'm looking into setting up an online ordering  billing system and was
 wondering if anyone here has any recommendations for some www shopping
 carts. I seem to remember that someone who runs everythinglinux (whose
 cart software looks pretty good) hangs around here, but I can't recall
 the name !
 
 I've been trying some open source carts that I found on
 www.freecode.com, and I'm reasonably happy with one or two but I'd like
 to hear what others may have experienced and which I should avoid.
 
 --
 Rgds,
 Chris MacKenzie
 [EMAIL PROTECTED]
 
 Windows 95/NT - 32 bit extensions and a graphical shell
 for a 16 bit patch to an 8 bit operating
 system originally coded for a 4 bit
 microprocessor, written by a 2 bit company
 that can't stand 1 bit of competition.
 --
 SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
 To unsubscribe send email to [EMAIL PROTECTED] with
 unsubscribe in the text

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] SLUGgers response to RMS on Slashdot?

2000-05-02 Thread Ben Donohue

snip
  Jeff Waugh wrote:
  
   I was really inspired by RMS' responses, and I'd just like to know what
   other SLUGgers feel about him and the FS/OS arguments...
snip

RMS' opinion about free software... good
RMS' opinion about other topics... maybe not. 

he's not an expert on everything and nor am i.

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] dialin products

2000-04-28 Thread Ben Donohue

www.everythinglinux.com.au have isdn cards.


Doug Balmer wrote:
 
 what i want is either a lowend dialin server with 8 lines (4 BRI ports),
 or some ISDN cards that i can stick into a linux box,
 or any other options anyone else can offer
 
 can someone give some pointers on the ISDN cards?
 
 Dean Hamstead writes:
   What do you mean by dial in products?
   if you establish a ppp or slop connection then you have a low bandwidth
   network connection
   which will then allow any network capable program to run over it.
  
   do you need instructions as to how you should setup a small ppp server?
  
   Dean
  
 --
 SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
 To unsubscribe send email to [EMAIL PROTECTED] with
 unsubscribe in the text

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] BIOS trap for Compaq Deskpro 2000

2000-04-27 Thread Ben Donohue

i think you have to wait for the small rectangle to flash on the right
hand side upper corner of the screen. when you see this hit F10, or F12,
can't remember. this will call up the configuration screen. i think this
screen configs the bios as well.


Howard Lowndes wrote:
 
 Can someone tell me the BIOS trap key sequence for a Compaq Deskpro 2000.
 I've tried just about everything I can think of, but the only response I
 get is from ESC which stops the memory scan.
 
-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] OT - Help with Osborne 486

2000-04-21 Thread Ben Donohue

hi tom
from memory, i think it's ctrl-alt-esc. hold down ctrl-alt and keep
hitting esc while power up - after memory count of course. however you
could always hold down the space bar while powering up and hope to get a
key stick error and then it will throw up the hit blahblah to go into
setup.

also try ctrl-alt-f10 or f12. also alt-f10 maybe. 
as you can see, it's a long time since i used to set them up too.

Tom Massey wrote:
 
 Hi,
 
 This is a bit of a long shot, and kind of OT, but I'm wondering if
 anybody knows the key sequence to get into CMOS setup on an Osborne 486
 DX4-100 with Phoenix 80486 ROM BIOS PLUS Version 0.10 OLPM30-02? I'm
 trying to get the machine to recognise a CD-ROM drive so I can install
 Linux. None of the usual keys seem to work, Osborne aren't around to
 ask, Gateway no longer support them, and I can't seem to find anything
 on the Web. Any ideas? (I'd prefer not to try doing this with a bunch of
 floppies - still have to get the CD-ROM working sometime).
 
 Thanks
 --
 SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
 To unsubscribe send email to [EMAIL PROTECTED] with
 unsubscribe in the text

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] Now OT - Warning - AMP snail spam

2000-04-20 Thread Ben Donohue

well whenever i go to one of these expo's, i put myself down as director
or manager or something important.
this way when they do a database search for directors to send them the
free lunches, free passes, free whatever, etc then you get it.
has worked several times for me!

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] Linux In Schools

2000-04-20 Thread Ben Donohue



Rev Simon Rumble wrote:
 
 On Fri, 14 Apr 2000, Steve Kowalik wrote:
 
  "We have to run what the CEO (Catholic Education Office) says,"
 
 Wow there's a canonical operating system?  Does this mean I'll go to hell
 for using Linux?  cackle

No.
Actually the Vatican website uses Netscape-Enterprise/3.5.1 on Compaq
Tru64 UNIX 

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] Network Errors

2000-04-20 Thread Ben Donohue

Australian PCAuthority had a fairly good article on how and why these
sort of network errors cause problems.
April 2000 issue. page 188.

basically try manually setting the cards to half duplex first, 10mbs,
etc.
also some hubs set themselves (all their ports) to the speed and/or
duplex of the *first* network card that connects. all the others have to
conform to that. too bad if the second connecting card is switched to
full duplex, 100mbs. it will have problems connecting etc.

well this is what the article says anyway.
-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] e-commerce software

2000-04-20 Thread Ben Donohue

seen minivend?
www.minivend.com

Daniel Finn wrote:
 
 anybody know of any linux compatable e-commerce software that works with
 creditcard sales in australia which is free???
 
 Thanks
 
 Daniel Finn
 
 --
 SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
 To unsubscribe send email to [EMAIL PROTECTED] with
 unsubscribe in the text

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] vi howto

2000-03-08 Thread Ben Donohue

hi slugs,
just a quick question,
using vi how do i insert a # in the first column of a long file. such
that every line from top to bottom starts with a #

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] Data backup horror stories -was stolen compter article

2000-03-06 Thread Ben Donohue

well here's a good story.

my cluey, computer literate, sister worked for wastpac in the city a
number of years ago as a manager before the workstations were all
networked. they also had a lot of apple macs. she had all her work on
her mac along with all the other manager types. anyway one lunchtime
someone wandered in off the street and started unplugging the macs one
by one and walking off. they got away with about a dozen - including my
sisters. security was not that tight back then.

when all the managers came back they found that all their computers,
along with all their data, gone. and a general meeting for all of them
was scheduled that afternoon and they had to give presentations. no need
to say they all started panicking and swearing - except my sister, the
only female.

having been bitten before with data loss, she had got into the habit of
copying all her current stuff onto a floppy and throwing the floppy into
the drawer! she then calmly collected her floppy and went over to
another mac and printed off her talk. she was the only one who gave a
presentation that afternoon...

she made it quite high in westpac.

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



[SLUG] RE: what is a multi cast whatever.

2000-03-01 Thread Ben Donohue

please disregard. sorry about that.
-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] Imaging Software

2000-02-29 Thread Ben Donohue

there are two dos imaging software packages that i know of that will
image linux.
one, ghost
two, partition magic or the imaging bit of it.

partition magic seems more reliable with linux than the current version
of ghost. there is a gnu/linux version of imaging software, can't think
of the name at the moment. search freshmeat.


Ryan McBride wrote:
 
 Sorry I must not have been clear enuf. I want to store the current setup as
 im always tinkering and doing more damage to my box than i intended so i
 just wanna say, BUGGER IT, RESTORE IMAGE. So i need imaging software that i
 can use to image a drive over the network.
 - Original Message -
 From: Howard Lowndes [EMAIL PROTECTED]
 To: Ryan McBride [EMAIL PROTECTED]
 Cc: slug [EMAIL PROTECTED]
 Sent: Tuesday, February 29, 2000 4:16 PM
 Subject: Re: [SLUG] Imaging Software
 
  If you're looking to run Xwindows on the Windows box then there are
  Xservers for Windows available, otherwise VNC might be what you are
  wanting.
 
  Howard.
  __
  LANNet Computing Associates http://www.lannet.com.au
 
  On Tue, 29 Feb 2000, Ryan McBride wrote:
 
   Does anyone know of imaging software i can use to image my linux box
 over
   the network from my windows box???
   --
   Ryan McBride (MCSE)
  
   Excelerate Computer Services
   Ryan: 0413-984-819
   Adam: 0410-605-152
   Fax: +612-9972-1459
   E-Mail: [EMAIL PROTECTED]
   http://www.excelerate.com.au
  
   "Solution to two of the worlds greatest problems. Feed the homeless to
 the
   hungry"
  
   --
   SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
   To unsubscribe send email to [EMAIL PROTECTED] with
   unsubscribe in the text
  
 
 
 --
 SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
 To unsubscribe send email to [EMAIL PROTECTED] with
 unsubscribe in the text

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] Unix/Samba Printing

2000-02-25 Thread Ben Donohue

yes i would also like a similar solution to this problem...
an email gets sent to a destination but also comes out on the network
printer. must be easy enough i suppose, only i've never done it before.
anyone point me in the right direction?

Jeff Waugh wrote:
 
 All this talk of Unix and Samba printing is giving me ideas...
 
 Say I wanted to host a Samba printer queue on a Linux box for a
 bunch of Win9x and DOS clients, but wanted to send the jobs off to
 be printed on a 9x machine (which isn't guaranteed to be on the
 network or switched on, thus the queue on the Linux box)...
 
 Does anyone recommend some good places to rummage around in for
 good info regarding this? I know next to nothing about Unix
 printing (I have printed at Uni, which is about it!), and I've been
 using workgroup printing on Win9x networks long enough to know not
 to trust them...
 
 Thanks gurus,
 
 - Jeff
 
 ---
 
e: [EMAIL PROTECTED]
w: rsn
i: 16341281 (jdub!)
q: "The ability to procrastinate is what separates us from
the machines." - Chris Gregory, Desktop Magazine
 
 --
 SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
 To unsubscribe send email to [EMAIL PROTECTED] with
 unsubscribe in the text

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] 486 sans dial-up? No Slashdot for you... Come back, one year!

2000-02-10 Thread Ben Donohue

hi,
i had the same trouble once. turned out to be a 25-9 connecter which
didnt have all the pins. some old ones were missing some pins. swapped
it with a new fully pinned one and away she went. so check your cabling,
use connectors that have all the pins in place. even check the pinouts
with a meter etc.



Jeff Waugh wrote:
 
 Hi all,
 
 In the middle of a procrastination-induced bedroom rearrangement, I
 decided to try getting my reliable old 486 to dial up properly.
 Sadly, it's a very confused little creature.
 
 It's running RedHat 6.0, and kernel 2.2.14
 
 When issuing "ifup ppp0", the modem lights flash and finally rest
 with the three usual lights on (HS, MR and PW), plus the DTR light.
 It stays like this for a while, until the connection attempt times
 out. It doesn't even get to the dialtone.
 
 The same modem works fine on my chunky machine, so I thought
 duplicating the setup might work. I copied (and set correct
 permissions on) /etc/ppp/* and /etc/sysconfig/network-scripts/*ppp*
 but still to no avail. Same results - the DTR light goes on and
 times out.
 
 I forgot to grab a tail of the log file before I swapped the modem
 back to this machine, but it really didn't say too much beyond
 "Well, that mustn't have worked".
 
 There's essentially no difference between the setups (serial ports,
 etc). The kernel config is based on the same file, too. I'm using a
 simple ATZ for the init string.
 
 Any ideas?
 
 Jeff
 
 ---
 
e: [EMAIL PROTECTED]
w: rsn
i: 16341281 (jdub!)
q: "A rest with a fermata is the moral opposite of the fast
food restaurant with express lane."
   - James Gleick, Faster
 
 --
 SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
 To unsubscribe send email to [EMAIL PROTECTED] with
 unsubscribe in the text

-- 
  _|_
   |
Thanks,           iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text



Re: [SLUG] PPP0 Autodial

2000-02-09 Thread Ben Donohue

here's another way..., there's always another way.

run a cron job to do the following every five minutes or so.
on a redhat box...

#!/bin/bash
cd /etc/ppp
ps ax|fgrep pppd|fgrep -v fgrep/dev/null||/etc/ppp/ppp-on
exit 0

what this does is check if the process pppd is running. if it is then it
does nothing. if it is not then it runs your ppp-on script. this is
useful for the pppd coming back up when you are not there, or the
machine reboots for some reason, the machine is up but the line drops
out, etc.

just make damn sure your scripts are correct. if not you may get a phone
bill that's rung the number every five minutes, had an error in the
script and hung up, redialed, hung up, redialed...

still when it's working, it works a treat!
sorry, havent played with dial on demand.

 Ryan McBride wrote:
 
 Hi,
 
 could anyone recomend a script for making PPP0 autodial/connect on
 boot. I have tried changing
 /etc/sysconfig/networking-scripts/ifcfg-ppp0 and changing the onboot
 option to yes but for some reason it doesnt work. It dials and
 connects but you cant access the internet unless u dial with KPPP
 through xwindoz.
 
 What about dial on demand??
 
 Thanx
 
 Ryan

-- 
  _|_
   |
Thanks,   iCafe PTY Limited
Ben DonohueWeb Hosting  Design
[EMAIL PROTECTED]Small Business Office Networks
Ph. 0011 61 2 9705 7520 http://www.icafe.com.au
Mobile: 0417 018 600ACN 080 665 907

Freedom isn't doing what you want...  Freedom is knowing what to do
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text