Re: [SLUG] squid without DNS?

2003-01-19 Thread John Clarke
On Mon, Jan 20, 2003 at 05:10:24PM +1100, [EMAIL PROTECTED] wrote:

> Is it possible to use squid without using DNS
> at all?

Why do you want to do this?

> I am using single parent cache, and I don't
> need names in my log files.

That's easy:

log_fqdn off

> So I don't think I _need_ DNS, but I can't see
> if there is way to tell squid not to do any
> dns lookups at all.

The only thing I can think of that *might* work is to tell squid to
send all requests to its parent cache:

cache_peer your.parent.cache parent 3128 3130 no-query
acl all src 0.0.0.0/0.0.0.0
never_direct allow all

I don't know if that's enough to stop it from doing lookups before
forwarding the requests though.  Give it a try and see what happens -
I'd test it myself if I had a machine to play with, but I can't play
with the squid config here at work without people getting upset :-p

You'll also want to start squid with `-D' to disable its initial dns
tests.


Cheers,

John
-- 
whois [EMAIL PROTECTED]
GPG key id: 0xD59C360F
http://kirriwa.net/john/
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



RE: [SLUG] SAMBA

2003-01-19 Thread Lindsay Holmwood



Greetings,When you specify "" 
in the net use command, are you specifyinga netbios name, or an IP address? 
I temporarily used your configuration on my samba server, and when 
Itried to connect to it from windows 2k by specifying the netbios 
name,windows simply refused to acknowlege that the linux box 
existed.I then specified the ip address in the net use command, and it 
workedperfectly.I think that this may be the answer to your 
problem!All the best,Lindsay


Re: [SLUG] SAMBA

2003-01-19 Thread umug
"dan" <[EMAIL PROTECTED]> writes:

> net use f: \\\share
>
> and this gives:
>
> "The remote computer is not available"

try
ping 192.168.0.1
net use f: \\192.168.0.1\temp

Check your firewall settings on linux, as well.

There is a great diagnosis doc that comes with samba,
mines located here: /usr/share/doc/samba/Diagnosis.html
(Hopefully yours isn't too far away)

Try going through the tests, if it doesn't
lead you to the problem, it might give you extra
error messages to report to the list.

There's also other troubleshooting guides at
http://au.samba.org/samba/docs/
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] squid without DNS?

2003-01-19 Thread mlh
(Apologies if you've seen this on the squid list,
but I'm a bit desperate)


Is it possible to use squid without using DNS
at all?

I am using single parent cache, and I don't
need names in my log files.

So I don't think I _need_ DNS, but I can't see
if there is way to tell squid not to do any
dns lookups at all.

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



Re: [SLUG] Laptop problem

2003-01-19 Thread Alan L Tyree
On Tue, 2003-01-21 at 06:27, James Gregory wrote:
> On Sun, 2003-01-19 at 21:57, Alan L Tyree wrote:
> > I'm having trouble with a laptop ethernet hookup. When the machine
> > boots, it fails to see eth0 but then it seems to configure it later.

I think I have fixed this. In the startup directories (/etc/rc.d/rc5.d/
in my case) the original files were:

S10network
S24pcmcia

I changed S24 to S07 so that the pcmcia stuff is executed before the
network stuff.

Seems to work.

Cheers,
Alan

> 
-- 
--
Alan L Tyree[EMAIL PROTECTED]
http://www.law.usyd.edu.au/~alant
Tel: +61 2 4782 2670
Mobile: +61 405 084 990
Fax: +61 2 4782 7092

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



Re: [SLUG] how do i detect my modemn

2003-01-19 Thread James Gregory
On Sun, 2003-01-19 at 22:49, john baird wrote:
> Dear users,
> Could you please help me.I have installed both win 98
> and Linux on the same hard drive and its working.The modem works ok
> with win 98.But in Linux it is not there.I have looked in the hardware
> browser program but it does not appear and the same if i use the
> internet connection wizard.Could you please help me.

Hi John,

First of all, you should probably send plain-text mail to this list -- a
lot of people can't read html-mail. Now, your modem, what type of modem
is it? If it's a so-called "winmodem", there's a non-trivial chance that
it may not work with linux. If it's a "normal" modem it can probably be
coerced to work. All the different distributions have different
mechanisms for configuring them though, so you'll need to let us know
what you're using (mandrake, redhat etc)

If you're talking about the mandrake internet connection wizard, you'll
probably have to manually select the modem that you want to use.

HTH

James.

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



Re: [SLUG] Telling a HP5simx where to get paper

2003-01-19 Thread Jeffrey Borg
Take at look at ifhp on the LPRNG website.

You can then use options with lpr I think it's -Z inlower,duplex etc... 
and it all just works. Also you get to see the username and job name on 
the printer screen at the same time :-)

I have used this with a 5SiMX, 8000DN, 4Si and it all works exactly the 
same way.

On Mon, 20 Jan 2003, Terry Collins wrote:

> Has anyone worked out how to tell a HP5simx which tray to get its paper
> from?
> 
> At this stage I have to manually configure the panel and pull all other
> size papers and I would like to get around doing that.
> 
> 

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



Re: [SLUG] EVMS Query

2003-01-19 Thread Jeff Waugh
On Mon, 2003-01-20 at 10:57, Steven Evans wrote:
> Just a quick question about the Enterprise Volume Management System.  
> 
> Has any one used it?  Is it stable?  
> 
> What experiences has anyone had?
> 
> Is it still deemed as being bleeding edge?

It has been passed over for LVM2 in the 2.5 development series, so it's
not the most future-proof choice.

- Jeff

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



Re: [SLUG] Knoppix and Ispell and Emacs

2003-01-19 Thread Dave Kempe
On Mon, 2003-01-20 at 13:21, Mark A. Bell wrote:
> Can anyone think of a work around to get English Ispell under Knoppix? 
> 

You could ask the knoppix list - they are very helpful there. email:
[EMAIL PROTECTED]


> Right now she's using Windows XEmacs (no Ispell) and I hesitate to
> recommend doing a full Linux installation just to get a spell-checker.

the only other thing I can add is that the knoppix-hdd install is very
easy and a great way to get a full debian based linux distro off 1 cd.

knoppix rocks.


dave

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



[SLUG] Telling a HP5simx where to get paper

2003-01-19 Thread Terry Collins
Has anyone worked out how to tell a HP5simx which tray to get its paper
from?

At this stage I have to manually configure the panel and pull all other
size papers and I would like to get around doing that.

-- 
   Terry Collins {:-)}}} email: terryc at woa.com.au  www:
http://www.woa.com.au  
   Wombat Outdoor Adventures 

 "People without trees are like fish without clean water"
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] how do i detect my modemn

2003-01-19 Thread Sebastian Welsh
John

First: what type (brand and model) of modem is it?
Second: what version of linux are you using? 

There are a few types of modems out there that just dont work with
linux, a few others that work after you do all sorts of painful and
arcane stuff, and a lot that work without any trouble at all.

One of the more common problems you can encounter is if you are using a
softmodem (aka winmodem). These beasties require drivers tailored to the
hardware to work. Some manufacturers have made drivers available, some
have been puzzled out by third parties, and others just don't exist.

To help people here answer your question, you need to give us some more
info. My guess is that you have a winmodem, and some pretty specific
searching will be needed to find out if this one will run under linux. 

Regards, Seb

On Mon, 2003-01-20 at 14:49, john baird wrote:
> Dear users,
> Could you please help me.I have installed both win 98
> and Linux on the same hard drive and its working.The modem works ok
> with win 98.But in Linux it is not there.I have looked in the
> hardware browser program but it does not appear and the same if i use
> the internet connection wizard.Could you please help me.
>  
> yours hopefully
>  
>  john baird  
-- 
Sebastian Welsh <[EMAIL PROTECTED]>

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



Re: [SLUG] Laptop problem

2003-01-19 Thread Alan L Tyree
On Tue, 2003-01-21 at 06:27, James Gregory wrote:
> On Sun, 2003-01-19 at 21:57, Alan L Tyree wrote:
> > I'm having trouble with a laptop ethernet hookup. When the machine
> > boots, it fails to see eth0 but then it seems to configure it later.

Sounds like it is worth a look - many thanks,

> 
> I haven't played much with it, but my laptop purports to have recently
> installed a thing called ifplugd which detects when I plug in an
> ethernet cable and runs dhcpd when I do. It's all ready to go in the
> initscripts package currently in mandrake cooker.
> 
> Anyway, it might be a solution - ifplugd would probe the device, which
> would get the module loaded (assuming your modules.conf is configured
> and so forth) and once it figured out it was plugged into something it
> would set up the interface with dhcp.
> 
> HTH
> 
> James.
> 
> -- 
> SLUG - Sydney Linux User's Group - http://slug.org.au/
> More Info: http://lists.slug.org.au/listinfo/slug
> 
-- 
--
Alan L Tyree[EMAIL PROTECTED]
http://www.law.usyd.edu.au/~alant
Tel: +61 2 4782 2670
Mobile: +61 405 084 990
Fax: +61 2 4782 7092

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



[SLUG] how do i detect my modemn

2003-01-19 Thread john baird



Dear users,
        
        Could you please help me.I have installed 
both win 98 and Linux on the same hard drive and its working.The modem works ok 
with win 98.But in Linux it is not there.I have looked in the 
hardware browser program but it does not appear and the same if i use 
the internet connection wizard.Could you please help me.
 
        
                
                
    yours hopefully
 
        
                
                
         john 
baird  


Re: [SLUG] SAMBA

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

Just check that your interfaces are ok... or even temporarily remove the 
line (don't have the network connected to the internet at the time).

When you do a net use f: \\\temp - what are you specifying as  ?

All the best...

Mike
---
Michael S. E. Kraus
Administration
Capital Holdings Group (NSW) Pty Ltd
[EMAIL PROTECTED]
phone (02) 9955 8000 fax (02) 9955 8144




"dan" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
20/01/2003 02:30 PM

 
To: 
cc: <[EMAIL PROTECTED]>
Subject:Re: [SLUG] SAMBA


Hi,

Thanks for the reply.

Sorry I slight mistake in what I was doing:

I have setup a share called "temp" in smb.conf and it looks like this:

[temp]

  path = /tmp
  read only = no
  guest ok = yes

I have now set the global setting to:

[global]
   workgroup = Workgroup
   server string = Linux Box
   interfaces = 192.168.0.1/255.255.255.0
   security = share
   encrypt passwords = yes
   netbios name = Linuxbox
   wins support = yes

I have stopped and restarted samba and I still get the same error from my
windows box i.e.:

net use f: \\\temp

gives:

"The remote computer is not available"

Do you know if I am missing anything in terms of the windows box because
samba is up and running and I can connect okay from linux so could the
problem be windows?

Thanks

Dan
- Original Message -
From: <[EMAIL PROTECTED]>
To: "dan" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 3:09 PM
Subject: Re: [SLUG] SAMBA


> Hi Dan,
>
> Ok... If its a share you want to export *from* your MS Windows box *to*
> your GNU/Linux box, then you do not need to set up your smb.conf on your
> GNU/Linux box.
>
> I believe you need an entry in your fstab using smbfs... Check out the
> tools for mounting a windows share in your samba package.
>
> If you want to export a share from GNU/Linux to MS Windows then you need
> to set up your smb.conf correctly. You want at least a default share.
>
> You can use tools such as SWAT and Webmin to set up your smb.conf
>
> Please note that "share" is an abstraction, and should be substituted 
with
> an actual share name, not used directly.
>
> For example, if  you've got a directory on you linux box under
> /home/samba/linux_stuff that you want to share with your Windows box you
> would have a section like:
>
> ---START---
> [linux_stuff]
> comment = Stuff on my GNU/Linux server
> path = /home/samba/linux_stuff
> browseable = yes
> writeable = yes
> create mask = 7775
> directory mask = 7775
> ---END---
>
> as part of your smb.conf
>
> >From your windows box, you would mount it as your F: drive via:
>
> net use f: \\\linux_stuff
>
> It takes a little while to get your head around Samba, but it's worth it 
-
> just need to keep reading documentation, and keep it simple for 
yourself.
>
> All the best...
>
> Mike <-- suffering lack of sleep, and hoping he is making sense.
> ---
> Michael S. E. Kraus
> Administration
> Capital Holdings Group (NSW) Pty Ltd
> [EMAIL PROTECTED]
> phone (02) 9955 8000 fax (02) 9955 8144
>
>
>
>
> "dan" <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 20/01/2003 01:44 PM
>
>
> To: <[EMAIL PROTECTED]>
> cc:
> Subject:[SLUG] SAMBA
>
>
> Hi,
>
> I have trying to get samba working so I can map a new network drive on 
my
> Windows 2000 box through to my linux box.  So far I have installed and
> setup
> a really basic configuration and have started the samba server.  I can
> successfully logon from with the linux box so at least I know the server
> is
> working.  However, I still cannot see the linux box in the network
> neighbourhood and cannot work out why?
>
> How can I test to see if the linux box is visible from the windows box. 
I
> have tried:
>
> net use f: \\\share
>
> and this gives:
>
> "The remote computer is not available"
>
> I have the following in my smb.conf file:
>
> [global]
>   workgroup = Workgroup
>   server string = Linux Box
>   interfaces = 192.168.0.1/255.255.255.0
>   security = share
>   encrypt passwords = yes
>
> [temp]
>   path = /tmp
>   read only = no
>   guest ok = yes
>
> I am using samba version 2.2.0 on SuSE 7.2
>
> Can anyone help me work out why I cannot see the linuc box from Windows
> 2000?
>
> Thanks
>
> Dan
>
> --
> 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 - 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] Laptop problem

2003-01-19 Thread James Gregory
On Sun, 2003-01-19 at 21:57, Alan L Tyree wrote:
> I'm having trouble with a laptop ethernet hookup. When the machine
> boots, it fails to see eth0 but then it seems to configure it later.

I haven't played much with it, but my laptop purports to have recently
installed a thing called ifplugd which detects when I plug in an
ethernet cable and runs dhcpd when I do. It's all ready to go in the
initscripts package currently in mandrake cooker.

Anyway, it might be a solution - ifplugd would probe the device, which
would get the module loaded (assuming your modules.conf is configured
and so forth) and once it figured out it was plugged into something it
would set up the interface with dhcp.

HTH

James.

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



Re: [SLUG] SAMBA

2003-01-19 Thread dan
Hi,

Thanks for the reply.

Sorry I slight mistake in what I was doing:

I have setup a share called "temp" in smb.conf and it looks like this:

[temp]

  path = /tmp
  read only = no
  guest ok = yes

I have now set the global setting to:

[global]
   workgroup = Workgroup
   server string = Linux Box
   interfaces = 192.168.0.1/255.255.255.0
   security = share
   encrypt passwords = yes
   netbios name = Linuxbox
   wins support = yes

I have stopped and restarted samba and I still get the same error from my
windows box i.e.:

net use f: \\\temp

gives:

"The remote computer is not available"

Do you know if I am missing anything in terms of the windows box because
samba is up and running and I can connect okay from linux so could the
problem be windows?

Thanks

Dan
- Original Message -
From: <[EMAIL PROTECTED]>
To: "dan" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 3:09 PM
Subject: Re: [SLUG] SAMBA


> Hi Dan,
>
> Ok... If its a share you want to export *from* your MS Windows box *to*
> your GNU/Linux box, then you do not need to set up your smb.conf on your
> GNU/Linux box.
>
> I believe you need an entry in your fstab using smbfs... Check out the
> tools for mounting a windows share in your samba package.
>
> If you want to export a share from GNU/Linux to MS Windows then you need
> to set up your smb.conf correctly. You want at least a default share.
>
> You can use tools such as SWAT and Webmin to set up your smb.conf
>
> Please note that "share" is an abstraction, and should be substituted with
> an actual share name, not used directly.
>
> For example, if  you've got a directory on you linux box under
> /home/samba/linux_stuff that you want to share with your Windows box you
> would have a section like:
>
> ---START---
> [linux_stuff]
> comment = Stuff on my GNU/Linux server
> path = /home/samba/linux_stuff
> browseable = yes
> writeable = yes
> create mask = 7775
> directory mask = 7775
> ---END---
>
> as part of your smb.conf
>
> >From your windows box, you would mount it as your F: drive via:
>
> net use f: \\\linux_stuff
>
> It takes a little while to get your head around Samba, but it's worth it -
> just need to keep reading documentation, and keep it simple for yourself.
>
> All the best...
>
> Mike <-- suffering lack of sleep, and hoping he is making sense.
> ---
> Michael S. E. Kraus
> Administration
> Capital Holdings Group (NSW) Pty Ltd
> [EMAIL PROTECTED]
> phone (02) 9955 8000 fax (02) 9955 8144
>
>
>
>
> "dan" <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
> 20/01/2003 01:44 PM
>
>
> To: <[EMAIL PROTECTED]>
> cc:
> Subject:[SLUG] SAMBA
>
>
> Hi,
>
> I have trying to get samba working so I can map a new network drive on my
> Windows 2000 box through to my linux box.  So far I have installed and
> setup
> a really basic configuration and have started the samba server.  I can
> successfully logon from with the linux box so at least I know the server
> is
> working.  However, I still cannot see the linux box in the network
> neighbourhood and cannot work out why?
>
> How can I test to see if the linux box is visible from the windows box.  I
> have tried:
>
> net use f: \\\share
>
> and this gives:
>
> "The remote computer is not available"
>
> I have the following in my smb.conf file:
>
> [global]
>   workgroup = Workgroup
>   server string = Linux Box
>   interfaces = 192.168.0.1/255.255.255.0
>   security = share
>   encrypt passwords = yes
>
> [temp]
>   path = /tmp
>   read only = no
>   guest ok = yes
>
> I am using samba version 2.2.0 on SuSE 7.2
>
> Can anyone help me work out why I cannot see the linuc box from Windows
> 2000?
>
> Thanks
>
> Dan
>
> --
> 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 - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Laptop problem

2003-01-19 Thread Alan L Tyree
On Mon, 2003-01-20 at 14:01, Dave Airlie wrote:
> >
> 
> what distribution are you using, I know on my laptop,MDK 8.1 used to bring
> up eth0 before it existed and then pcmcia would bring it up when it
> spotted the card, but used to send packets before the link was negotiated
> with the switch and I still ended up doing it by hand ..

RH8 - and it does sound like the same problem. During boot it reports
"failed" when it tries to bring up the eth0; pcmcia starts later and
eth0 is up when I first log in - just not with a network IP address.

I'm using this machine for my wife's email, so I really need the thing
to start properly.

> 
> Dave.
> 
> 
>  > Unfortunately, it doesnt' then do the right DHCP thing. If
> I >
> > # ifconfig eth0 down
> > # ifconfig eth0 up
> > # dhclient
> >
> > Then it connects to the network the way that it should. Any suggestions?
> > Any other information that would be helpful?
> >
> > Thanks,
> > Alan
> >
> 
> -- 
> 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
> 
-- 
--
Alan L Tyree[EMAIL PROTECTED]
http://www.law.usyd.edu.au/~alant
Tel: +61 2 4782 2670
Mobile: +61 405 084 990
Fax: +61 2 4782 7092

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



Re: [SLUG] SAMBA

2003-01-19 Thread mkraus
Hi Dan,

Ok... If its a share you want to export *from* your MS Windows box *to* 
your GNU/Linux box, then you do not need to set up your smb.conf on your 
GNU/Linux box.

I believe you need an entry in your fstab using smbfs... Check out the 
tools for mounting a windows share in your samba package.

If you want to export a share from GNU/Linux to MS Windows then you need 
to set up your smb.conf correctly. You want at least a default share.

You can use tools such as SWAT and Webmin to set up your smb.conf

Please note that "share" is an abstraction, and should be substituted with 
an actual share name, not used directly.

For example, if  you've got a directory on you linux box under 
/home/samba/linux_stuff that you want to share with your Windows box you 
would have a section like:

---START---
[linux_stuff]
comment = Stuff on my GNU/Linux server
path = /home/samba/linux_stuff
browseable = yes
writeable = yes
create mask = 7775
directory mask = 7775
---END---

as part of your smb.conf

>From your windows box, you would mount it as your F: drive via:

net use f: \\\linux_stuff

It takes a little while to get your head around Samba, but it's worth it - 
just need to keep reading documentation, and keep it simple for yourself.

All the best...

Mike <-- suffering lack of sleep, and hoping he is making sense.
---
Michael S. E. Kraus
Administration
Capital Holdings Group (NSW) Pty Ltd
[EMAIL PROTECTED]
phone (02) 9955 8000 fax (02) 9955 8144




"dan" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
20/01/2003 01:44 PM

 
To: <[EMAIL PROTECTED]>
cc: 
Subject:[SLUG] SAMBA


Hi,

I have trying to get samba working so I can map a new network drive on my
Windows 2000 box through to my linux box.  So far I have installed and 
setup
a really basic configuration and have started the samba server.  I can
successfully logon from with the linux box so at least I know the server 
is
working.  However, I still cannot see the linux box in the network
neighbourhood and cannot work out why?

How can I test to see if the linux box is visible from the windows box.  I
have tried:

net use f: \\\share

and this gives:

"The remote computer is not available"

I have the following in my smb.conf file:

[global]
  workgroup = Workgroup
  server string = Linux Box
  interfaces = 192.168.0.1/255.255.255.0
  security = share
  encrypt passwords = yes

[temp]
  path = /tmp
  read only = no
  guest ok = yes

I am using samba version 2.2.0 on SuSE 7.2

Can anyone help me work out why I cannot see the linuc box from Windows
2000?

Thanks

Dan

-- 
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] Laptop problem

2003-01-19 Thread Dave Airlie
On 20 Jan 2003, Alan L Tyree wrote:
> I'm having trouble with a laptop ethernet hookup. When the machine
> boots, it fails to see eth0 but then it seems to configure it later.
>

what distribution are you using, I know on my laptop,MDK 8.1 used to bring
up eth0 before it existed and then pcmcia would bring it up when it
spotted the card, but used to send packets before the link was negotiated
with the switch and I still ended up doing it by hand ..

Dave.


 > Unfortunately, it doesnt' then do the right DHCP thing. If
I >
> # ifconfig eth0 down
> # ifconfig eth0 up
> # dhclient
>
> Then it connects to the network the way that it should. Any suggestions?
> Any other information that would be helpful?
>
> Thanks,
> Alan
>

-- 
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] EVMS Query

2003-01-19 Thread Steven Evans
Hey Guys,

Just a quick question about the Enterprise Volume Management System.  

Has any one used it?  Is it stable?  

What experiences has anyone had?

Is it still deemed as being bleeding edge?

Cheers,
Steve


Netway Networks Pty Ltd 
(T) 8920 8877 
(F) 8920 8866 


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



[SLUG] Laptop problem

2003-01-19 Thread Alan L Tyree
I'm having trouble with a laptop ethernet hookup. When the machine
boots, it fails to see eth0 but then it seems to configure it later.

Unfortunately, it doesnt' then do the right DHCP thing. If I

# ifconfig eth0 down
# ifconfig eth0 up
# dhclient

Then it connects to the network the way that it should. Any suggestions?
Any other information that would be helpful?
 
Thanks,
Alan
-- 
--
Alan L Tyree[EMAIL PROTECTED]
http://www.law.usyd.edu.au/~alant
Tel: +61 2 4782 2670
Mobile: +61 405 084 990
Fax: +61 2 4782 7092

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



RE: [SLUG] SAMBA

2003-01-19 Thread Rational Customer Services (APAC)


Add the following to the [global] section of smb.conf:
   netbios name = linuxbox   
   wins support = yes


That way when samba sees a WINS broadcast packet saying "will linuxbox
please tell me its IP address?" it will respond with "I'm right here!"*

 - Doug

*(actual contents of packets may vary)



-Original Message-
From: dan [mailto:[EMAIL PROTECTED]] 
Sent: Monday, 20 January 2003 1:45 PM
To: [EMAIL PROTECTED]
Subject: [SLUG] SAMBA


Hi,

I have trying to get samba working so I can map a new network drive on my
Windows 2000 box through to my linux box.  So far I have installed and setup
a really basic configuration and have started the samba server.  I can
successfully logon from with the linux box so at least I know the server is
working.  However, I still cannot see the linux box in the network
neighbourhood and cannot work out why?
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] SAMBA

2003-01-19 Thread dan
Hi,

I have trying to get samba working so I can map a new network drive on my
Windows 2000 box through to my linux box.  So far I have installed and setup
a really basic configuration and have started the samba server.  I can
successfully logon from with the linux box so at least I know the server is
working.  However, I still cannot see the linux box in the network
neighbourhood and cannot work out why?

How can I test to see if the linux box is visible from the windows box.  I
have tried:

net use f: \\\share

and this gives:

"The remote computer is not available"

I have the following in my smb.conf file:

[global]
  workgroup = Workgroup
  server string = Linux Box
  interfaces = 192.168.0.1/255.255.255.0
  security = share
  encrypt passwords = yes

[temp]
  path = /tmp
  read only = no
  guest ok = yes

I am using samba version 2.2.0 on SuSE 7.2

Can anyone help me work out why I cannot see the linuc box from Windows
2000?

Thanks

Dan

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



[SLUG] Knoppix and Ispell and Emacs

2003-01-19 Thread Mark A. Bell
Hi,

I have a friend who just got a Knoppix CD because she needs to edit
LaTex files with Emacs. She's a Windows user. The problem is that the
Ispell on the Knoppix CD seems to be German only - even with the option
'lang=us'. It throws the error  'can't find file american.hash' I can
only find (-iname '*.hash') a deutch.hash file on the CD.

Can anyone think of a work around to get English Ispell under Knoppix? 

Right now she's using Windows XEmacs (no Ispell) and I hesitate to
recommend doing a full Linux installation just to get a spell-checker.

thanks

mark 

=
mark a. bell
http://www.users.bigpond.com/m487396

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Netmask calculations.

2003-01-19 Thread Tim White

> I'm wanting to restrict web access, using squid's acl, on two machines in 
> the local network here - 192.168.100.20 and 192.168.100.30

just use 
acl restrict src 192.168.100.20/255.255.255.255
192.168.100.30/255.255.255.255
http_access deny restrict

or you can put the ips/host names (one per line) in a file and reference
it as;

acl restrict src "/usr/local/squid/restrict"

You can get netmask calculators, I have one for my Palm and it comes in
handy from time to time.


Tim White

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



Re: [SLUG] mysterious Linux kernel crashes

2003-01-19 Thread Danny Yee
I wrote:
> > Both machines
> > had EE Pro 100 onboard ethernet controllers, I've also tried using
> > a 3com ethernet card without any improvement.
 
David Fitch wrote:
> up until this bit I thought I may have had a suggestion
> for you, it was: the eepro100 is crap, download the e100
> driver from the intel website and use that instead.

I switched to the e100 driver a while back (it comes with recent RH
kernels, btw).  That was of the times I was sure I'd found and fixed
the problem, only to be sorely disappointed several days later.

Danny.

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



[SLUG] Netmask calculations.

2003-01-19 Thread mkraus
G'day all...

I'm wanting to restrict web access, using squid's acl, on two machines in 
the local network here - 192.168.100.20 and 192.168.100.30

My theory on netmask addresses is poor, and I've been specifying the 
addresses and netmask as 192.168.100.20-192.168.100.30/255.255.255.0

This is wrong - squid reports the error:

aclParseIpData: WARNING: Netmask masks away part of the specified IP in 
'192.168.100.20-192.168.100.30/255.255.255.0'

The result is that this blocks more than the intended IP addresses. :(

What should I be specifying as a netmask, and how do I calculate 
appropriate netmasks.

Any help, pointers, references appreciated.

TIA

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] recommend

2003-01-19 Thread Terry Collins
Andrewd wrote:
> 
> Is there a copy of Linux that will run on a 486 dx 4/100 with 24mg ram and 600
> mg HD (yes I know that I can get a command line only working but I need a gui
> frontend)

Look at the fwvwm (?) window manager or similar. These and earlier WM
were very light impact. Try an installation of RH5.0 epoch. 

But, a cheap P200+ would be a good idea. I occassionally run t on a
P100 and it is painfully slow.

-- 
   Terry Collins {:-)}}} email: terryc at woa.com.au  www:
http://www.woa.com.au  
   Wombat Outdoor Adventures 

 "People without trees are like fish without clean water"
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] recommend

2003-01-19 Thread Broun, Bevan
Is it really worth doing? I picked up a PII-350 with 128MB, 3GB HD (no
monitor, keyboard mouse) via this list for $135. (Thanks richard). With a
low resource window manager and browser this sort of system would be quite
usable for only a little outlay. The frustrations the 486 would give the
end user are just not worth it.

BB

on Mon, Jan 20, 2003 at 11:15:19AM +1100, Andrewd <[EMAIL PROTECTED]> wrote:
> Is there a copy of Linux that will run on a 486 dx 4/100 with 24mg ram and 600
> mg HD (yes I know that I can get a command line only working but I need a gui
> frontend)
> 
> Basically I nees it to run X (someone please rocommend an frontend that is lite
> but easy for someone to use), have a dial up connection with browser (I was
> thinking Opera) and wordprocessor and spreadsheet. Currently the computer is
> running Windowz 95.
> 
> The computer is to be used as a desktop for my mum.
> 
> Thanx
> Andrew D
> 
> -- 
> 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] recommend

2003-01-19 Thread mlh

Buy as much memory as you can afford; 24m is not really
enough to be comfortable.

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



Re: [SLUG] recommend

2003-01-19 Thread Patrick Kelso
Hello Andrewd,

Monday, January 20, 2003, 11:15:19 AM, you wrote:

A> Is there a copy of Linux that will run on a 486 dx 4/100 with 24mg ram and 600
A> mg HD (yes I know that I can get a command line only working but I need a gui
A> frontend)

A> Basically I nees it to run X (someone please rocommend an frontend that is lite
A> but easy for someone to use), have a dial up connection with browser (I was
A> thinking Opera) and wordprocessor and spreadsheet. Currently the computer is
A> running Windowz 95.

A> The computer is to be used as a desktop for my mum.

I would look @ using blackbox, its a very small windowmanager, and you
can easily create a simple menu that will launch the programs you
mother uses. Its what I use for my mum and so far its being running
for 2years without me having to look @ it once.

A> Thanx
A> Andrew D




-- 
Best regards,
 Patrickmailto:[EMAIL PROTECTED]

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



[SLUG] recommend

2003-01-19 Thread Andrewd
Is there a copy of Linux that will run on a 486 dx 4/100 with 24mg ram and 600
mg HD (yes I know that I can get a command line only working but I need a gui
frontend)

Basically I nees it to run X (someone please rocommend an frontend that is lite
but easy for someone to use), have a dial up connection with browser (I was
thinking Opera) and wordprocessor and spreadsheet. Currently the computer is
running Windowz 95.

The computer is to be used as a desktop for my mum.

Thanx
Andrew D

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



RE: [SLUG] Strange thing with /

2003-01-19 Thread Stalker, Doug


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Subject: Re: [SLUG] Strange thing with /

> This is, I presume, for historical compatibility.  Certain versions of 
> Unix, and early network file systems, used paths of the form
//hostname/path 
> to access `path' on server `hostname'. "

It also has the beneficial side effect of not causing shell scripts to fail
if an extra backslash gets put in by accident.

DIR="/usr/bin/"
CMD="echo"
${DIR}/${CMD} "Hello World"


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



Re: [SLUG] Strange thing with /

2003-01-19 Thread Paul Robinson
Cheers and thanks for the link to the faq. It just caught my attention :)
- Original Message - 
From: <[EMAIL PROTECTED]>
To: "Paul Robinson" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, January 19, 2003 1:07 PM
Subject: Re: [SLUG] Strange thing with /


> "Paul Robinson" <[EMAIL PROTECTED]> writes:
> 
> > is there any reason why // works?
> 
> http://www.faqs.org/faqs/unix-faq/shell/bash/
> 
> "
> E10) Why does `cd //' leave $PWD as `//'?
> 
> POSIX.2, in its description of `cd', says that *three* or more leading
> slashes may be replaced with a single slash when canonicalizing the
> current working directory.
> 
> This is, I presume, for historical compatibility.  Certain versions of
> Unix, and early network file systems, used paths of the form
> //hostname/path to access `path' on server `hostname'.
> "
> 
> E11 always bugged me. Lots of good stuff in the faq.
> 

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



Re: Fwd: Re: [SLUG] scsi and LVD disks

2003-01-19 Thread Gerard Blacklock
On Fri, 2003-01-17 at 18:12, Matt M wrote:
> Err, appears that link is wrong (scsifaq.org is right), and the site's
> down, anyway. Try here: http://scsifaq.paralan.com/

thanks everyone who replied, this faq is the type of thing
I've been trying to find!

ta,
Dave.

--
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] Backup System

2003-01-19 Thread Matt M
I've just been involved in a network project that's considered backups 
around the 300GB mark. In the end we decided it was too expensive to setup 
and run, and led us to review exactly what data we need to back up. This is 
the smartest thing to do in any backup situation, given the ratio of backup 
media cost (per GB) versus that of disks (per GB).

No company produces a system where you can get 1TB onto a single tape, 
though several companies market libraries which allow you to get 1TB (or 
more) onto multiple tapes. These are becoming more mainstream, and more 
affordable, from what I have seen, with the introduction of LTO tapes 
(100GB native; and Ultrium2 (200GB native (I *think*) is just around the 
corner) and SDLT (160GB native, in it's largest capacity).

Quantum, in particularly produces some nice looking library solutions in 
the 1-40TB range. The ATL superloader with the 16 Tape SDLT320 option looks 
nice, with a 2.56TB native capacity. Things scale from there dramatically.

The higher end of the market is your storageteks and the like, which'll 
charge you a bunch for the system, probably starting around the $100,000 
mark, but perhaps provide a more integrated solution.

Expect to pay ALOT of money (at minimum, $30,000) for a library, and then 
more for the media. Media is typically $1-200 per tape, so if you need to 
keep it for three years, you'll be paying loads for that too.

Finally, don't underestimate the importance of your backup / storage 
management software. A good piece of software is a must. This will cost a 
pretty penny too (A bog standard version of CA ArcServe 9 is ~$3000, 
without the extra options needed for a tape library of the size you talk 
about).

My suggestion is like all the others. Hire a specialist.

Cheers,

Matt


At 23:05 13/01/2003, you wrote:
Hello Sluggers,

I will like an advise on a backup system, I need to back up about 300GB now
and in about 11 months time, it will add up to 4/5 TerraB. This data needs
to be kept safe for about 3 years. And there after it will be the same every
year or potentially  increase by about 30% or more.

I thought of tapes, is there ( Market) tapes that can hold at least 1
TerraB? What is the highest available?
Also thought of hot swappable SCSI drives? is there any IDE drives that are
also hot swappable? This last one seems to be cheaper than SCSI.

Can you guys please suggest me a couple options that are upgradable? and
maybe a bold figure as to how much will I be looking at?

Thanking you in advice.

John

--
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] Debian + Mozilla

2003-01-19 Thread Matthias Oertli
Thanks for the replies.

I sort of figured the tarball would be the only solution. I would've 
preferred .debs though, but definitely not at the cost of upgrading the 
entire system to unstable.

Java works, I installed the blackdown stuff with no trouble. So off to 
pay my bills via the Commonwealth Bank java applet...

Best regards,
Matthias

CaT schrieb:
On Sun, Jan 19, 2003 at 08:59:10AM +1100, Matthias Oertli wrote:


I'm running woody which comes with mozilla 1.0. I would like to use 
1.2 which is in unstable but appears to depend on lots of unstable 
libraries including libc6. I don't want to use the unstable libs.
Compiling from source is a problem as well because that depends on 
libs that don't yet exist in woody...
What would be the best approach here?


Download the tarball. It all installs in the one dir (/usr/local/mozilla
by default) so you should be fine. It's the way I do it.



Which debian package provides a java plugin for mozilla? I've tried to 
copy the sun java plugin into the plugin directory along with the 
acrobat plugin/flash plugin/real player plugin. But about:plugins 
reveals that even though all the other plugins are loaded, java ist not.


http://mozilla.weebeastie.net/java.shtml





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



Re: [SLUG] NTFS resizing without partition magic

2003-01-19 Thread Jason Frank
Give this a go..

http://linux-ntfs.sourceforge.net/info/ntfsresize.html

I haven't tried it as yet, but plan to in about a week's time..


Jason

Kevin Saenz wrote:


Hi all,

I am after a tool that will allow me to resize an NTFS partition with
out loosing data. I am trying to get Linux and XP to co-exist on my
laptop, but this won't happen thanks to the HP recovery disks and the
partition wizard on mandrake. :(

I have tried fips it doesn't understand NTFS. I really don't want to
buy Partition Magic.

Thanks

 



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



[SLUG] NTFS resizing without partition magic

2003-01-19 Thread Kevin Saenz
Hi all,

I am after a tool that will allow me to resize an NTFS partition with
out loosing data. I am trying to get Linux and XP to co-exist on my
laptop, but this won't happen thanks to the HP recovery disks and the
partition wizard on mandrake. :(

I have tried fips it doesn't understand NTFS. I really don't want to
buy Partition Magic.

Thanks

-- 
Kevin Saenz <[EMAIL PROTECTED]>

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