Re: [SLUG] Telstra ADSL modem recommendation

2004-07-28 Thread Voytek

Phillipus Gunawan said:
 I've got a client using telstra ADSL, 1g/month.
 Currently they using modem supplied by telstra, its a
 DASL-with RJ45 output.
 I've been asked to replace this old modem with a
 router so they can connect to internet without
 depended on 1 computer-must-be-on (as the Internet
 sharing)
 Any telstra-experienced can give me an advice about
 the router with built in ADSL modem? I know telstra
 always put some sortof software and a bit tricky to
 handle.

I have used Dlink 704P on several ocassions, with T ADSL, with no probs

(though, I'm having probs with T BP Cable and 704, and, suspect the
heartbeat problem)

-- 
Voytek
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Hot days, cool books, huge savings-plus it's all your choice.

2004-07-28 Thread Literary Guild


















To unsubscribe from Smart Reader Rewards, click here
To unsubscribe from Zooba, click here
Member Services, 1225 South Market St., Mechanicsburg, PA 17055 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Printing with Debian/Morphix

2004-07-28 Thread Simon Wong
On Tue, 2004-07-27 at 21:44, Heracles wrote:
 I have installed Morphix on a computer and upgraded the Distribution 
 with apt. All works well. I can use the net through the lan etc. but I 
 have one major problem:
 How the hell does one set up a network printer with Debian. From my SuSE 

As is typical of Debian, any number of ways!

I prefer to use CUPS so just install with apt-get install cups and
read the docos on how to setup printers etc.  You can use the web
interface localhost:631 once the daemon is running.

I have found foomatic to be a wonderful source of printer drivers so
have a look at the related packages.  If you're using Gnome then
foomatic-gui is the way to go.


-- 
Simon Wong [EMAIL PROTECTED]
Wongy.org

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: ADSL Network Monitoring Graphing

2004-07-28 Thread Ben Buxton
[EMAIL PROTECTED] uttered the following thing:
 Hey Guys,
 We are on bridged dsl, which presents a slight problem you don't know 
 when an outage occurs.
 I am creating a script that pings every minute and reports if no pings 
 were received, or if there were packet loss.
 I am just thinking whether its best to ping the dsl gateway on the other 
 side of the coppers or If I should ping their DNS servers, or another 
 ISP's DNS server.
 Which would give me the most accurate ping time and network statistics?

I would have thought that a bridged DSL modem still has an IP address
to work with (at least my pppoe client talks to the modem). Any modem
worth its salt will have an SNMP server built in through which you
should be able to determine the line state.


-- 
Ben Buxton - Random Network Person

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] tcl script - help needed

2004-07-28 Thread Ken Foskey

I need to write a tcl script to provide a GUI over a shell script.  Like
every other work project this is a yesterday project and I cannot find a
site easily on how to write tcl.  I have a sample script but it is
fairly rough, so I have the 'script structure' it is the gui elements
that I need help with.  The tcl site, scriptix i think, is a little
broken and does not give me a direct pointer to gui guides.


I need to:

Generate a file list and allow users to select a list of files from a
single user selectable directory.

If they select a single filename then the filename should be dropped
into a text box so that the user can change the filename.

suck in a list of printers from a parameter file and create a drop box
from that list of names.  Name will then be built into a command line.

Has anyone got any pointers to sample code or a tutorial that can help
me do this?

-- 
Thanks
KenF
OpenOffice.org developer

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Internet Gateway/Router

2004-07-28 Thread Malcolm V
Terry Denovan wrote:
Hi SLUG,
I am wanting to know if its possible to setup a Linux Box that will 
allow me to connect 4 ADSL Connections to my Internal Network, and use 
only 1 internal gateway. I have attached a basic diagram on what I 
would like to achieve, As you will see from diagram, I have used false 
IPs. Essentially, what I would like to do is have the following ports 
from the internal network go

SMTP (25)  eth1
FTP (21) eth2
HTTP (80) eth3
VPN (5000) eth4
And similar if you are on the internet,
I want to open port 25 (SMTP) on all the internet connections and have 
that forwarded to one Internal IP Address, and open port 80 (http) on 
eth3, and open port 5000 (VPN) on eth4.

eth2 is purely for Staff to use FTP in or Out.
So Basically, the questions are
   1. Is it possible?
   2. If Possible, What software should I be using? And is it hard?
   3. If its hard, can someone out there do it, and I pay you for it?
Yes, it is possible.
It does however sound like QOS (with a little iptables help) on a single 
connection may be more appropriate. With quality of service you can 
ensure certain protocols get a specified share of the available 
bandwidth and also ensure that any spare bandwidth is also available 
to be used by anyone who needs it. Your suggested setup could see the 
eth4 modem choked by vpn connections whilst the other three 
connections sit idle.

Cheers,
Malcolm V.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] tcl script - help needed

2004-07-28 Thread stuartc
 I need to write a tcl script to provide a GUI over a shell script.  Like
 every other work project this is a yesterday project and I cannot find a
 site easily on how to write tcl.  I have a sample script but it is
 fairly rough, so I have the 'script structure' it is the gui elements
 that I need help with.  The tcl site, scriptix i think, is a little
 broken and does not give me a direct pointer to gui guides.

http://www.tcl.tk/
seems more up to date.

There should be a pre-release PDF of the original Ousterhout
book Tcl and the Tk Toolkit somewhere in Net-land.
Happy hunting in trying to find it.

Are you sure you gotta use Tcl? You can do GUI TK stuff in Perl
and Python also. There are obviously far more resources
and developer help for these two scripting languages compared to Tcl.

Have fun,
Stuart.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] tcl script - help needed

2004-07-28 Thread Robert Thorsby
On 2004.07.29 02:37 [EMAIL PROTECTED] wrote:
 I need to write a tcl script to provide a GUI over a shell
 script. Like every other work project this is a yesterday
 project and I cannot find a site easily on how to write tcl.
 I have a sample script but it is fairly rough, so I have the
 'script structure' it is the gui elements that I need help with.
http://www.tcl.tk/
seems more up to date.
Are you sure you gotta use Tcl? You can do GUI TK stuff
in Perl and Python also. There are obviously far more
resources and developer help for these two scripting
languages compared to Tcl.
For something simple one of the dialogs might be enough. I use Xdialog 
for my shell scripting: it should handle what you describe.

HTH,
Robert Thorsby
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] tcl script - help needed

2004-07-28 Thread Graham Smith
On Wed, 28 Jul 2004 23:28, Ken Foskey wrote:
 I need to:

 Generate a file list and allow users to select a list of files from a
 single user selectable directory.

 If they select a single filename then the filename should be dropped
 into a text box so that the user can change the filename.

 suck in a list of printers from a parameter file and create a drop box
 from that list of names.  Name will then be built into a command line.

 Has anyone got any pointers to sample code or a tutorial that can help
 me do this?

 --
 Thanks
 KenF
 OpenOffice.org developer

Ken,

Maybe not what you are after but then again it may provide you with an easy 
solution if you are using kde, kdialog may suit your purposes. There are a 
number of variants of dialog available. 

This will give you an idea what can be achieved.
http://developer.kde.org/documentation/tutorials/kdialog/x85.html

-- 
Regards,

Graham Smith
-
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: [activities] Wireless fest - 14 Aug 2004 - Postponed for 5 weeks

2004-07-28 Thread Richard Hayes
On Thu, 22 Jul 2004 01:50 pm, Simon Males wrote:
 this still on ?

 if so mail acitivies again to get on the slug.org.au front page


Sorry for the delay in replying but the Wirelessfest is delayed for about 5 
weeks.

The cheapest public liability insurance quote I got was nearly $300 for the 
day and others where up to $500

Trying to get some cheaper insurance.
-- 
Richard Hayes
Nada Marketing 
2/713 Pacific Hwy Gordon Australia 2072
Phone:+(61-2) 9418 4545 Fax:+(61-2) 9418 4348 Mob:+(61) 0414 618 425
http://www.nada.com.au 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Telstra ADSL modem recommendation

2004-07-28 Thread Richard Hayes
On Wed, 28 Jul 2004 07:52 am, Voytek wrote:
 Phillipus Gunawan said:
  I've got a client using telstra ADSL, 1g/month.
  Currently they using modem supplied by telstra, its a
  DASL-with RJ45 output.
  I've been asked to replace this old modem with a
  router so they can connect to internet without
  depended on 1 computer-must-be-on (as the Internet
  sharing)
  Any telstra-experienced can give me an advice about
  the router with built in ADSL modem? I know telstra
  always put some sortof software and a bit tricky to
  handle.

Netcomm NB1300 with built-in 4 port switch.

RRP $149 Street price $100

http://www.netcomm.com.au/ADSL_Modems.php
-- 
Richard Hayes
Nada Marketing 
2/713 Pacific Hwy Gordon Australia 2072
Phone:+(61-2) 9418 4545 Fax:+(61-2) 9418 4348 Mob:+(61) 0414 618 425
http://www.nada.com.au 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: [activities] Wireless fest - 14 Aug 2004 - Postponed for 5 weeks

2004-07-28 Thread Dean Hamstead
doesnt it fall under slugs PLI?
Dean
Richard Hayes wrote:
On Thu, 22 Jul 2004 01:50 pm, Simon Males wrote:
this still on ?
if so mail acitivies again to get on the slug.org.au front page

Sorry for the delay in replying but the Wirelessfest is delayed for about 5 
weeks.

The cheapest public liability insurance quote I got was nearly $300 for the 
day and others where up to $500

Trying to get some cheaper insurance.
--
WWW: http://dean.bong.com.au  LAN: http://www.bong.com.au
EMAIL: [EMAIL PROTECTED]   or   [EMAIL PROTECTED]
ICQ: 16867613
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: [activities] Wireless fest - 14 Aug 2004 - Postponed for 5 weeks

2004-07-28 Thread Jan Schmidt
quote who=Dean Hamstead

 doesnt it fall under slugs PLI?
 

If it's a SLUG event, it sure does. I have no problem with making it an
event run by Richard, head of the SLUG wireless SIG.

J.
-- 
Jan Schmidt  [EMAIL PROTECTED]

Karaoke bars combine two of the nation's greatest evils:
people who shouldn't drink with people who shouldn't sing.
 -Tom Dreesen
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


RE: [SLUG] tcl script - help needed

2004-07-28 Thread Visser, Martin

If you have a look at your Tk installation you should find a demos
directory. On RHEL 3 it is in /usr/share/tk8.3/demos. Run wish widget
and you should get a nice array of sample apps with fairly easy to
understand code. (filebox.tcl and colrs.tcl are probably closest to your
reqs)

Martin

Martin Visser ,CISSP
Network and Security Consultant 
Consulting  Integration
Technology Solutions Group - HP Services

3 Richardson Place 
North Ryde, Sydney NSW 2113, Australia 

Phone: +61-2-9022-1670
Mobile: +61-411-254-513
Fax: +61-2-9022-1800 
E-mail: martin.visserAThp.com
 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ken Foskey
 Sent: Wednesday, 28 July 2004 11:29 PM
 To: slug
 Subject: [SLUG] tcl script - help needed
 
 
 I need to write a tcl script to provide a GUI over a shell 
 script.  Like every other work project this is a yesterday 
 project and I cannot find a site easily on how to write tcl.  
 I have a sample script but it is fairly rough, so I have the 
 'script structure' it is the gui elements that I need help 
 with.  The tcl site, scriptix i think, is a little broken and 
 does not give me a direct pointer to gui guides.
 
 
 I need to:
 
 Generate a file list and allow users to select a list of 
 files from a single user selectable directory.
 
 If they select a single filename then the filename should be 
 dropped into a text box so that the user can change the filename.
 
 suck in a list of printers from a parameter file and create a 
 drop box from that list of names.  Name will then be built 
 into a command line.
 
 Has anyone got any pointers to sample code or a tutorial that 
 can help me do this?
 
 --
 Thanks
 KenF
 OpenOffice.org developer
 
 --
 SLUG - Sydney Linux User's Group Mailing List - 
 http://slug.org.au/ Subscription info and FAQs: 
 http://slug.org.au/faq/mailinglists.html
 
 
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: [activities] Wireless fest - 14 Aug 2004 - Postponed for 5 weeks

2004-07-28 Thread Richard Hayes
On Wed, 28 Jul 2004 10:55 pm, Dean Hamstead wrote:
 doesnt it fall under slugs PLI?

I canĀ“t speak for Slug but that is a good question for the Committee.


 Richard Hayes wrote:
  On Thu, 22 Jul 2004 01:50 pm, Simon Males wrote:
 this still on ?
 
 if so mail acitivies again to get on the slug.org.au front page
 
  Sorry for the delay in replying but the Wirelessfest is delayed for about
  5 weeks.
 
  The cheapest public liability insurance quote I got was nearly $300 for
  the day and others where up to $500
 
  Trying to get some cheaper insurance.

Richard Hayes
Nada Marketing 
2/713 Pacific Hwy Gordon Australia 2072
Phone:+(61-2) 9418 4545 Fax:+(61-2) 9418 4348 Mob:+(61) 0414 618 425
http://www.nada.com.au 
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Perl and Performance !

2004-07-28 Thread Louis
Hi Sluggers:

Is there a way for me to analyse Perl performance to see which portion
takes the most CPU usage ?

The url

http://www.ccl4.org/~nick/P/Fast_Enough/

talks about a Devel::DProf (with Devel::DProfPP to decode) to check speed.
What I want is to see portion of code that takes up the most CPU usage
that I see from running top.

For scripts that runs via browser how do I check such performace criteria ?

Do I add this in the top line of the .pl script ?

#!/usr/bin/perl -d:DProf

I read the Dprofpp options, and I cannot see a switch that tells me the
CPU usage for each sub routine. This seems to work with speed only.

Is there another module for CPU usage instead of time in secs ?

Thanks.

Louis.

-- 
I'm always learning something new everyday. Thanks Sluggers.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Re: [activities] Wireless fest - 14 Aug 2004 - Postponed for 5 weeks

2004-07-28 Thread Peter Hardy
On 07/29/04 09:03, Jan Schmidt wrote:
quote who=Dean Hamstead
doesnt it fall under slugs PLI?

If it's a SLUG event, it sure does. I have no problem with making it an
event run by Richard, head of the SLUG wireless SIG.
Seconded. :-)
--
Pete
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Perl and Performance !

2004-07-28 Thread scott
[EMAIL PROTECTED] wrote on 29/07/2004 09:31:24 AM:

 Hi Sluggers:
 
 Is there a way for me to analyse Perl performance to see which portion
 takes the most CPU usage ?
 
 The url
 
 http://www.ccl4.org/~nick/P/Fast_Enough/
 
 talks about a Devel::DProf (with Devel::DProfPP to decode) to check 
speed.
 What I want is to see portion of code that takes up the most CPU usage
 that I see from running top.
 

I don't understand what you mean, top shows you what process is taking 
most of the CPU time, not which piece of code is.

The above url you mentioned looks like it will give you what you want.
The time is not actually seconds taken from execution to completion 
(Although it looks like it has that as well) it is cpu time it has taken 
to execute.
Look at the following command:

[EMAIL PROTECTED] scott]$ time sleep 2

real0m2.011s
user0m0.000s
sys 0m0.010s

Notice Real took just over 2 seconds, thats because it slept it didn't use 
any cpu cycles to sleep, but .010 seconds on sys, which states it took 
.010 seconds of the cpu time to execute.
I believe the cpu time is user + sys time. real is the actual time it took 
to run from execute to completion.

Hope this helps.

Cheers,

Scott

 For scripts that runs via browser how do I check such performace 
criteria ?
 
 Do I add this in the top line of the .pl script ?
 
 #!/usr/bin/perl -d:DProf
 
 I read the Dprofpp options, and I cannot see a switch that tells me the
 CPU usage for each sub routine. This seems to work with speed only.
 
 Is there another module for CPU usage instead of time in secs ?
 
 Thanks.
 
 Louis.
 
 -- 
 I'm always learning something new everyday. Thanks Sluggers.
 -- 
 SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
 Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Perl and Performance !

2004-07-28 Thread Louis
Hi Scott:

 I don't understand what you mean, top shows you what process is taking
 most of the CPU time, not which piece of code is.

Yes that's correct, and was noticeable from a script I wrote. So I need to
go beyond and see which portion of the code appears to consume the most
CPU time ( as u put it below) which I presume is directly proportional to
the CPU % I see from top.

Knowing that will then allow me to see how it can be improved to reduce
CPU % .

I'm not sure if it's overheads when calling 'use package' or loops,
arrays, sql processing etc.. causing the unnecessary CPU usage. Just want
to see if I can improve it.


 The above url you mentioned looks like it will give you what you want.
 The time is not actually seconds taken from execution to completion
 (Although it looks like it has that as well) it is cpu time it has taken
 to execute.
 Look at the following command:

 [EMAIL PROTECTED] scott]$ time sleep 2

 real0m2.011s
 user0m0.000s
 sys 0m0.010s

 Notice Real took just over 2 seconds, thats because it slept it didn't use
 any cpu cycles to sleep, but .010 seconds on sys, which states it took
 .010 seconds of the cpu time to execute.
 I believe the cpu time is user + sys time. real is the actual time it took
 to run from execute to completion.

Thanks for the info.

I'm yet to try this module to see if I can get it to work. I'll see how I go.

I do have another question. When multiple browser sessions on a script is
called, does the web server control the servicing of these processes. i.e
does it place them on a queue and wait until resource is available to run
the process, if CPU or memory usage is high.

If not how can I control these processes for browser based script ?

I'm thinking along the lines if CPU is say at x% then hold the incoming
processes for that script in a queue. Once CPU goes below x% then process
the next one in the queue etc ...

Does Perl have this kind of support or I don't really have to worry about
this for browser based session scripts ?

Thanks for your help.

Louis

-- 
I'm always learning something new everyday. Thanks Sluggers.

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Rebuild hda

2004-07-28 Thread Simon Bryan
Hi all,
I am getting messages that indicate that hda1 in my FC system is failing.
This machine was previously ourt proxy server and has a hard life so I
beileve the messages! Easy enough, acquire new disk and rebuild. However I
have a second HDD that is 100% full with Video files, I do not want to
delete these, I simply want to rebuild linux on the first drive and then
re-mount it and re-share back to Windows clients. I have not done it this
way before, normally I let the install delete everything on all HDD's, is
this going to be simple or are there some gotchas?

I could of course just disconnect the second HDD until the first is
re-built, but felt there had to be a more logical method.

Cheers


-- 
Simon Bryan
IT Manager
OLMC Parramatta
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Rebuild hda

2004-07-28 Thread Ian Wienand
On Thu, Jul 29, 2004 at 12:52:19PM +1000, Simon Bryan wrote:
 I could of course just disconnect the second HDD until the first is
 re-built, but felt there had to be a more logical method.

Nothing could be *more* logical that removing a drive with sensitive
data during a re-install.  Even if you know exactly what you're doing,
all it takes is a slip of the finger.  Once you're done, just plug it
back in and add it to fstab ...

-i
[EMAIL PROTECTED]
http://www.gelato.unsw.edu.au


signature.asc
Description: Digital signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Rebuild hda

2004-07-28 Thread Terry Collins
Simon Bryan wrote:
 
 I could of course just disconnect the second HDD until the first is
 re-built, but felt there had to be a more logical method.

Very logical and very safe. Highly recommended.
Just note the mounting specs and anything else you need to know.
Install new HDA, install Operating system, mount HDB.

Refer to old-HDA (mounted as HDB/C/D) if you run into problems along the
way.


-- 
   Terry Collins {:-)}}} email: terryc at woa.com.au  www:
http://www.woa.com.au  
   Wombat Outdoor Adventures Bicycles, Computers, GIS, Printing,
Publishing

 People without trees are like fish without clean water
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Rebuild hda

2004-07-28 Thread scott
[EMAIL PROTECTED] wrote on 29/07/2004 12:52:19 PM:

 Hi all,
 I am getting messages that indicate that hda1 in my FC system is 
failing.
 This machine was previously ourt proxy server and has a hard life so I
 beileve the messages! Easy enough, acquire new disk and rebuild. However 
I
 have a second HDD that is 100% full with Video files, I do not want to
 delete these, I simply want to rebuild linux on the first drive and then
 re-mount it and re-share back to Windows clients. I have not done it 
this
 way before, normally I let the install delete everything on all HDD's, 
is
 this going to be simple or are there some gotchas?
 
 I could of course just disconnect the second HDD until the first is
 re-built, but felt there had to be a more logical method.

It is a good practise, however I just usually disable it in the BIOS. I 
don't like getting my hands dirty ;)

Scott

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] G5 G4 (OSXV10) Writing to Linux Samba share. % GRe: [chat] Clueby on Mac OSX (latest)

2004-07-28 Thread Terry Collins
David wrote:

Okay, I need the next step.

 
 apple/system preferences/network
 
 I'm sure that's not what you mean though.

Acutally it is what I wanted for the G3. Now that I know that OSXV9 is
not multi-homed, I understand what and how to set this up. Ideas will be
tested soon.  
 
 If you want to connect to your linux boxen:
 
 finder/Go/connect-to-server
 
 I type in the ip number of the appropriate box. I think you can
 be much more sophisticated than that, but it works fine for me.

The problem now is enabling the G5  G4 (OSXV10) to be able to write to
the samba shares. I have no problem reading the samba shares from the G4
and a Win2K boxens. (Ignore G5 atm). The Win2k can write to any of the
shares.

Both authenticate by mounting the shares as linux users. This is enough
for the win2K boxen to be able to push stuff onto the samba shares. 

However, the G4 can not do this. It can write to the users home
directory, but not the shares.

So I am after another clueby on what to look for to fix this.

extract from smb.conf if that helps.

[shared]
path = /shared2/shared
read only = No
hosts allow = 192.168.x.19 192.168.x.20 
hosts deny = *

[downloads]
path = /downloads2/downloads
hosts allow = 192.168.x.19 192.168.27.x 
hosts deny = *


-- 
   Terry Collins {:-)}}} email: terryc at woa.com.au  www:
http://www.woa.com.au  
   Wombat Outdoor Adventures Bicycles, Computers, GIS, Printing,
Publishing

 People without trees are like fish without clean water
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Disable autostart

2004-07-28 Thread Kevin Saenz
hi all,
Just wondering how could I stop the autostart facility in kde and gnome.
I want to stop kde and gnome from playing dvds or cds when I enter them 
in their drive

Thanks
Kevin
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html