Re: High memory kernel support

2005-03-18 Thread Fred
On Thu, 2005-03-17 at 23:18 -0500, Randy Edwards wrote:
>  > My problem is that some of the drivers I need aren't keeping up with the
>  > kernel releases, like the NVIDIA drivers, for instance.
> 
>The driver issue in 2.6 has impacted me, though in the other direction.  
> 2.6 includes some new mouse drivers and I've had issues with those in oldish 
> touchpad laptops (though more recent releases have been better).

I despise touchpads. I use a wireless mouse with my laptop. 

In any event, I used to have issues with touchpads under the 2.4 kernel.
The 2.6 kernel has cleared up those issues for me. I would imagine a lot
of backporting has taken place by now, anyway.

Now, if we can just get NVIDIA to keep more up to date and do releases
more often than once a quarter -- if that much.

Back to the kernel -- what I'd like to do evenutally is build a 64-bit
machine with perhaps 16Gbytes of ram, and make /tmp a ramdisk so I can
store all sorts of potentially sensitive information there that I don't
wish to keep on the harddrive, such as file caches and the like. Also, I
want to eliminate the paging file altogether -- don't see a point for it
when you have that much RAM.

Are there any issues with having a kernel running without a paging file
outside of giving you "extra" memory to swap out least-used pages?

Also, are there any issues with getting 32-bit drivers to work in a 64-
bit environment? Especially proprietary ones like NVIDIA?

-- 
-Fred
Your government delights in doing things "for" you.
By the time it's too late, you'll realize it's being done *to* you.


___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: High memory kernel support

2005-03-18 Thread Kenneth E. Lussier
On Thu, 2005-03-17 at 17:05 -0500, Paul Lussier wrote:
> "Kenneth E. Lussier" <[EMAIL PROTECTED]> writes:

> 
> Mmmm, what reasons are there for upgrading to 2.6 at this point.  I've
> thus far treated 2.6 as 'testing/unstable' kernel, and since many of
> it's nicer features (like SATA) are getting backported to the 2.4
> series, I haven't had a reason to venture into 2.6 land yet.

In the driver sense, I originally moved to 2.6 because 2.4 was lacking
drivers for GigE cards such as the Intel 10/100/1000 (which I believe
has since been back ported). Also, the SCSI sub-system has been
re-vamped to make it more secure and robust (and break cd writing in
some cases). There is also the cryptography support. Gone are the
days of having to patch the kernel for IPSec. As well as the usual
refinements and fixes that one would expect to see in the newer
kernels. 

However, there have been some issues. I had some problems with 2.6.8 and
2.6.8.1. But those issues were fixed two days later when 2.6.9 came
out. 

FYI,
Kenny



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


Re: High memory kernel support

2005-03-18 Thread Derek Martin
On Fri, Mar 18, 2005 at 08:23:47AM -0500, Kenneth E. Lussier wrote:
> There is also the cryptography support. Gone are the
> days of having to patch the kernel for IPSec.

Interesting indeed.  I recently got wireless working on both my
laptops, though I don't currently have any enryption going on the wifi
network.  I believe the Linux driver for the Intel 2100 doesn't
support WPA, meaning the best I could do anyway is WEP, which isn't
very good.  I was thinking about using IPSec to solve that...

Are you using IPSec now?  I heard that FreeS/Wan forked...  What code
base are you using?  Pointers would be useful.  =8^)

-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail.  Sorry for the inconvenience.  Thank the spammers.



pgpow6fMj7iKF.pgp
Description: PGP signature


Re: High memory kernel support

2005-03-18 Thread Kenneth E. Lussier
On Fri, 2005-03-18 at 10:15 -0500, Derek Martin wrote:
> On Fri, Mar 18, 2005 at 08:23:47AM -0500, Kenneth E. Lussier wrote:
> > There is also the cryptography support. Gone are the
> > days of having to patch the kernel for IPSec.
> 
> Interesting indeed.  I recently got wireless working on both my
> laptops, though I don't currently have any enryption going on the wifi
> network.  I believe the Linux driver for the Intel 2100 doesn't
> support WPA, meaning the best I could do anyway is WEP, which isn't
> very good.  I was thinking about using IPSec to solve that...

WPA, 802.1x authentication, etc. requires a few things in addition to
the driver. Check out http://hostap.epitest.fi/wpa_supplicant/ for more
info on that. 

> Are you using IPSec now?  I heard that FreeS/Wan forked...  What code
> base are you using?  Pointers would be useful.  =8^)

I haven't done much with IPSec recently (in the last 3 months). However,
when FreeS/WAN shut down due to political reasons, I started looking
into OpenS/WAN http://www.openswan.org/. I was impressed by the rapid
development on the project. It has developed much faster then FS did
because it isn't encumbered by the political and ideological issues that
FS had. There is also a better effort for client interop.

HTH,
Kenny
  
-- 
Kenneth E. Lussier 
Sr. Systems Administrator
Sentito Networks




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


automount on debian help

2005-03-18 Thread Kenny Donahue
Hi all,
I just switched from RH 7.2 to the latest debian.
Everything seems to be fine except that I can't seem to
automount to the Solaris exported directories on our network.
Google searches have been useless. Tons of hits, zero content.
I have access to a machine with working automount so if I had
a list of files that need to be changed, I could figure it out from there.
Thanks in advance,
Kenny
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Michael ODonnell


More info, please...

For starters, which automounter thingy are
you trying to use?   The amd?  autofs?

How do you configure automounting in your
environment?  NIS?  files?
 
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Derek Martin
On Fri, Mar 18, 2005 at 12:15:24PM -0500, Kenny Donahue wrote:
> Hi all,
> I just switched from RH 7.2 to the latest debian.
> Everything seems to be fine except that I can't seem to
> automount to the Solaris exported directories on our network.

So you're probably using autofs and NIS, right?

> Google searches have been useless. Tons of hits, zero content.  I
> have access to a machine with working automount so if I had a list
> of files that need to be changed, I could figure it out from there.

First, look at /etc/nsswitch.conf and check the entry for automount.
If you're using NIS, you'll probably have to insert nis at the
beginning of the line.  Of course, your system will need to be an NIS
client...

If you're relying on files, you'll need to copy /etc/auto.* from a
working machine.  It's been a long while since I supported autofs and
NIS, but I think that'll do it.

-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail.  Sorry for the inconvenience.  Thank the spammers.



pgpJyK0KoEsfC.pgp
Description: PGP signature


Re: automount on debian help

2005-03-18 Thread Kenny Donahue
I know diddly about network stuff so I'll do my best to answer.
I'm using NIS, autofs and amd (I think).
automounting is configured to use files.
Thanks,
Kenny
Michael ODonnell wrote:
More info, please...
For starters, which automounter thingy are
you trying to use?   The amd?  autofs?
How do you configure automounting in your
environment?  NIS?  files?
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
 

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Kenny Donahue
Derek Martin wrote:
On Fri, Mar 18, 2005 at 12:15:24PM -0500, Kenny Donahue wrote:
 

Hi all,
I just switched from RH 7.2 to the latest debian.
Everything seems to be fine except that I can't seem to
automount to the Solaris exported directories on our network.
   

So you're probably using autofs and NIS, right?
 

u.ok...
 

Google searches have been useless. Tons of hits, zero content.  I
have access to a machine with working automount so if I had a list
of files that need to be changed, I could figure it out from there.
   

First, look at /etc/nsswitch.conf and check the entry for automount.
If you're using NIS, you'll probably have to insert nis at the
beginning of the line.  Of course, your system will need to be an NIS
client...
 

I have files nisplus nis for automount
If you're relying on files, you'll need to copy /etc/auto.* from a
working machine.  It's been a long while since I supported autofs and
NIS, but I think that'll do it.
 

That's what I did I even copied his /etc/nsswitch.conf.
No good.
Thanks,
Kenny
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Derek Martin
On Fri, Mar 18, 2005 at 02:00:37PM -0500, Kenny Donahue wrote:
> I know diddly about network stuff so I'll do my best to answer.
> I'm using NIS, autofs and amd (I think).

That seems really unlikely; autofs (automounter) and amd are two
different methods of accomplishing the same thing...  It would be
strange to be using both at the same time.  autofs is generally
considered to be the better of the two, so chances are that's what
you're using, not amd.

What is the output of the following command on both
boxes?  

  ls /etc/rc.d/rc3.d |egrep "autofs|amd" 

I don't have a debian box handy to check, but the path might be
/etc/rc3.d on Debian...  If the above gave you an error, try that
instead.

> automounting is configured to use files.

How was it configured on your old box?  Can you look in
/etc/nsswitch.conf on the old machine?

-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail.  Sorry for the inconvenience.  Thank the spammers.



pgp9hdXcHB3sC.pgp
Description: PGP signature


Re: automount on debian help

2005-03-18 Thread Derek Martin
On Fri, Mar 18, 2005 at 02:06:58PM -0500, Kenny Donahue wrote:
> >If you're relying on files, you'll need to copy /etc/auto.* from a
> >working machine.  It's been a long while since I supported autofs and
> >NIS, but I think that'll do it.
>
> That's what I did I even copied his /etc/nsswitch.conf.
> No good.

Ok, let's backtrack a couple of steps...

Can you mount the exported filesystems manually?

Is automounter running on your system?

What is the output of this command:

  ps aux |grep '[a]utomounter'

What is the output of this command:

 ypwhich


We'll get it solved, eventually!

-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail.  Sorry for the inconvenience.  Thank the spammers.



pgpRKxHGM16lS.pgp
Description: PGP signature


Re: automount on debian help

2005-03-18 Thread Kenny Donahue
Derek Martin wrote:
On Fri, Mar 18, 2005 at 02:00:37PM -0500, Kenny Donahue wrote:
 

I know diddly about network stuff so I'll do my best to answer.
I'm using NIS, autofs and amd (I think).
   

That seems really unlikely; autofs (automounter) and amd are two
different methods of accomplishing the same thing...  It would be
strange to be using both at the same time.  autofs is generally
considered to be the better of the two, so chances are that's what
you're using, not amd.
What is the output of the following command on both
boxes?  

 ls /etc/rc.d/rc3.d |egrep "autofs|amd" 

 

S20autofs
Thanks,
Kenny
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Kenny Donahue
Derek Martin wrote:
On Fri, Mar 18, 2005 at 02:06:58PM -0500, Kenny Donahue wrote:
 

If you're relying on files, you'll need to copy /etc/auto.* from a
working machine.  It's been a long while since I supported autofs and
NIS, but I think that'll do it.
 

That's what I did I even copied his /etc/nsswitch.conf.
No good.
   

Ok, let's backtrack a couple of steps...
Can you mount the exported filesystems manually?
Is automounter running on your system?
What is the output of this command:
 ps aux |grep '[a]utomounter'
 

Nothing
What is the output of this command:
ypwhich
 

hades
Does this help?
Thanks,
Kenny
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Michael ODonnell


Try saying "ypcat auto.master"

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Michael ODonnell


To find out what's installed on a Debian
box, I often define this function:

   function dlgrep()  {
   # dpkg list grep
   COLUMNS=300 dpkg -l | tr -s '[:blank:]' ' ' | grep $*
   }

...which you could use thus:

   dlgrep -i autofs
   dlgrep -i amd


If you have NIS installed you should (by convention) be
able to say:

   ypcat auto.master

...to see which maps are available for your use.
 
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Kenny Donahue
Michael ODonnell wrote:
Try saying "ypcat auto.master"
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
 

auto_usr   -bg
-host-bg
auto_home   -bg
auto_os   -bg
auto_web -bg
Thanks,
Kenny
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Michael ODonnell


> That seems really unlikely; autofs (automounter) and amd are two
> different methods of accomplishing the same thing...  It would be
> strange to be using both at the same time.  autofs is generally
> considered to be the better of the two, so chances are that's what
> you're using, not amd.


Although I'd agree it's an unnatural act, it's not unheard of for
both to be running - my current workplace is the second one where
I've see such weirdness.  We're officially an autofs-oriented
shop but we're running ClearCASE and the automounted-VOB trickery
relies on amd.  It seems like somebody ought be be able to sit down
and get ClearCASE to work with autofs but I don't think it'd be easy...
 
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Derek Martin
On Fri, Mar 18, 2005 at 02:50:08PM -0500, Kenny Donahue wrote:
> >Ok, let's backtrack a couple of steps...
> >
> >Can you mount the exported filesystems manually?

You didn't answer this question...  It's important.  If you can't
mount the filesystem manually, you're never going to get autofs to do
it for you...

If you're not sure how to mount the files manually, the format is like
this:

  # mount servername:/path/to/fs /path/to/local/mountpoint

You need to know the path of the filesystem on the server, and you
need a directory on which to mount the filesystem.

Which raises another point: do your mount points exist on your new
machine?  Autofs normally creates the last part of the path for you...
So if you have an automounted filesystem in /nfs/auto/blah, then on
your local system, /nfs/auto better exist.  If it doesn't, you're not
going to get your files.

> >What is the output of this command:
> >
> > ps aux |grep '[a]utomounter'
> > 
>
> Nothing

So the automount processes either aren't starting, or they're exiting
due to errors.  Another place to look is in your system's syslog to
see if there's anything in there about automount errors.

> >What is the output of this command:
> >
> >ypwhich
> >
> > 
> >
> hades

Your system is definitely an NIS client -- that's good.  It rules out
one potential problem...

On Fri, Mar 18, 2005 at 02:58:58PM -0500, Kenny Donahue wrote:
> Michael ODonnell wrote:
> 
> >Try saying "ypcat auto.master"
>
> auto_usr   -bg
> -host-bg
> auto_home   -bg
> auto_os   -bg
> auto_web -bg

Your maps are being provided via NIS.  This may or may not mean you
shouldn't be using files, but instead you should be using NIS.  I'd
like to suggest that you edit /etc/nsswitch.conf and remove files and
nisplus from your automount line.  Then restart automounter.

Let us know if any of that helped.


-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail.  Sorry for the inconvenience.  Thank the spammers.



pgpjtXP4rGfx3.pgp
Description: PGP signature


Re: automount on debian help

2005-03-18 Thread Kenny Donahue
Derek Martin wrote:
On Fri, Mar 18, 2005 at 02:50:08PM -0500, Kenny Donahue wrote:
 

Ok, let's backtrack a couple of steps...
Can you mount the exported filesystems manually?
 

 

Sorry. yes, this works.

Which raises another point: do your mount points exist on your new
machine?  Autofs normally creates the last part of the path for you...
So if you have an automounted filesystem in /nfs/auto/blah, then on
your local system, /nfs/auto better exist.  If it doesn't, you're not
going to get your files.
 

does this mean I need to create /n and /h to mount /n and /h?
I'll try it.
Thanks
Kenny
 

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: automount on debian help

2005-03-18 Thread Kenny Donahue
Kenny Donahue wrote:
Derek Martin wrote:
On Fri, Mar 18, 2005 at 02:50:08PM -0500, Kenny Donahue wrote:
 

Ok, let's backtrack a couple of steps...
Can you mount the exported filesystems manually?


 

Sorry. yes, this works.

Which raises another point: do your mount points exist on your new
machine?  Autofs normally creates the last part of the path for you...
So if you have an automounted filesystem in /nfs/auto/blah, then on
your local system, /nfs/auto better exist.  If it doesn't, you're not
going to get your files.
 

does this mean I need to create /n and /h to mount /n and /h?
I'll try it.
Thanks
Kenny
 

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
Ok, I figured some stuff out.  My domain name coming up as 'localdomain' 
instead of 'mc.com'

I also change AM_UTILS_MAP_HOME='true' to 'false'
..
I just used aptitude and changed my kernel from 2.4 to 2.6.
everything works now.
Thanks to all those who helped.
have a good weekend.
Kenny
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: now I did it ..

2005-03-18 Thread Mike Medai
[EMAIL PROTECTED] wrote:
On Wednesday 16 March 2005 07:49 pm, you wrote:
 

Looking through my devices, it seems to be listed under the SCSI area.
The Kernel version is 2.4 (as returned via the kernelversion command).
   

Just a guess, you're probably using an IDE CD-ROM drive with SCSI emulation.  
Is this a burner too?  That's a common setup for burners especially.  That's 
not a problem - just important to know for troubleshooting.  What does the 
following command yield at a command prompt:
ls -l /dev/cdrom
At the end of the line, you should see something like:
 "/dev/cdrom -> /dev/scd0"
That would confirm the SCSI emulation (or real SCSI, but if that were the 
case, you'd probably know.). 
 

Running the command results with:
lrwxrwxrwx1 root root3 2005-03-15 17:59 /dev/cdrom 
-> sr0

And yes, you are correct in thinking that it is also a burner.
Plus trying out the uname command gives me .. 2.4.21-273-athlon (that 
was done just for grins.  )


How can I easily verify this?  I've run the update(s) methods and
checked packages .. but can't readily determine how to verify that I
have everything needed.
   

Well, nothing would be using the disc except maybe the CD player.  KSCD 
doesn't close when you "close" it.  It minimizes to the system tray as a 
little CD icon.  Right click on that and Quit to make sure it's closed.  
Other than that, nothing should be accessing the CD drive without being 
obviously in front of you.

 

Dropping a audio CD back into the drive, the icon again changes, and
using Konqueror to look at audiocd:/ I find this instead:
An error occured while loading audiocd:/:
The file or directory / does not exist.
   

Here's my theory.  If you go to the Control Center, then to the Sound & 
Multimedia section, and then the Audio CDs applet.  There's an option here to 
"Determine device automatically" and it's probably set to /dev/cdrom.  
Depending on the link above being correct, to /dev/scd0, or being an 
alternate (and somewhat more common) /dev/hdd or /dev/hdc, this may be auto 
detecting incorrectly.  

Let's see what that link up there in the first part of my reply says and what 
it says here and see what we can do.  Try setting this specifically 
to /dev/scd0 and I think you may find luck there.  Test it by trying to visit 
audiocd:/ link again.

 

I tried various different changes there .. turning off autodetection, 
/dev/cdrom only, or sr0 only .. none of these worked.  Upon starting KDE 
(and the restarts just to see if that had any effect after changes) I 
see it doesn't recognize that there is a disk at all in the drive.  If I 
eject and close with a music disk in, the icon changes to reflect that 
there is a music cd in the drive, but I still cannot access it through 
Konqueror or the terminal.  Looking at /dev/sr0 with Konqueror shows 
that it is a "block device" which has me a bit stymied. Time to flip 
through the books again and see what that's about.  

Mike
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss


Re: High memory kernel support

2005-03-18 Thread Paul Lussier
Derek Martin <[EMAIL PROTECTED]> writes:

> Are you using IPSec now?  I heard that FreeS/Wan forked...  What code
> base are you using?  Pointers would be useful.  =8^)

OpenBSD.org :)

It's the most secure, most stable OS out there right now, and IPSec is
built-in to the default kernel.  I'm in the process of building a VPN
concentrator right now, and it's turning out to be pretty simple with
OpenBSD.  Far more so than if I had used Linux.

-- 

Seeya,
Paul


pgpbnfXhxTrrx.pgp
Description: PGP signature


Re: automount on debian help

2005-03-18 Thread Paul Lussier
"Michael ODonnell" <[EMAIL PROTECTED]> writes:

> If you have NIS installed you should (by convention) be
> able to say:
>
>ypcat auto.master
>
> ...to see which maps are available for your use.

Actually, the better way is 'ypwhich -m' I believe, as there may be
maps not in auto.master, or auto.master may not be NIS distributed,
but may be a local disk-based file.
-- 

Seeya,
Paul


pgpBhicksZ0ix.pgp
Description: PGP signature


Re: automount on debian help

2005-03-18 Thread Paul Lussier
Derek Martin <[EMAIL PROTECTED]> writes:

> What is the output of the following command on both
> boxes?  
>
>   ls /etc/rc.d/rc3.d |egrep "autofs|amd" 

Hmm, personally I would have just done:

ls /etc/init.d/a*

especially since an ls of /etc/rc3.d is likely to reveal only a bunch
of symlinks, which may or may not exist for either autofs or amd
depending upon whether they're configured for that run level.  Whereas
/etc/init.d always contains the actual start-up script which is the
target of the symlinks in the /etc/rcX.d directories.

--
Seeya,
Paul


pgpoJxpOTsjDd.pgp
Description: PGP signature


Re: automount on debian help

2005-03-18 Thread Derek Martin
On Fri, Mar 18, 2005 at 09:27:58PM -0500, Paul Lussier wrote:
> Derek Martin <[EMAIL PROTECTED]> writes:
> 
> > What is the output of the following command on both
> > boxes?  
> >
> >   ls /etc/rc.d/rc3.d |egrep "autofs|amd" 
> 
> Hmm, personally I would have just done:
> 
> ls /etc/init.d/a*
> 
> especially since an ls of /etc/rc3.d is likely to reveal only a bunch
> of symlinks, which may or may not exist for either autofs or amd
> depending upon whether they're configured for that run level.  

...which is precisely what I wanted to know!  He seemed unsure which
he was running...  The command I gave was tailor-made to determine
that, and revealed that he was running autofs, but not amd.

There's no point in looking at amd stuff, if he's not using it.  And
it's important to know what's /supposed/ to be running, especially if
it isn't.  Which it wasn't...


-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail.  Sorry for the inconvenience.  Thank the spammers.



pgpFamsmyV7vi.pgp
Description: PGP signature


Re: High memory kernel support

2005-03-18 Thread Derek Martin
On Fri, Mar 18, 2005 at 09:15:16PM -0500, Paul Lussier wrote:
> Derek Martin <[EMAIL PROTECTED]> writes:
> 
> > Are you using IPSec now?  I heard that FreeS/Wan forked...  What code
> > base are you using?  Pointers would be useful.  =8^)
> 
> OpenBSD.org :)
> 
> It's the most secure, most stable OS out there right now, and IPSec is
> built-in to the default kernel.  I'm in the process of building a VPN
> concentrator right now, and it's turning out to be pretty simple with
> OpenBSD.  Far more so than if I had used Linux.

All of that may be true, but at the moment I've no desire to run
OpenBSD...  Even if I did, given my current situation, it's a
practical impossibility.  At some point I want to get cozy with the
BSDs, but today is not the day...


-- 
Derek D. Martinhttp://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail.  Sorry for the inconvenience.  Thank the spammers.



pgpCNnGYjH843.pgp
Description: PGP signature


Re: automount on debian help

2005-03-18 Thread Paul Lussier
Derek Martin <[EMAIL PROTECTED]> writes:

> ...which is precisely what I wanted to know!  He seemed unsure which
> he was running...  The command I gave was tailor-made to determine
> that, and revealed that he was running autofs, but not amd.
>
> There's no point in looking at amd stuff, if he's not using it.  And
> it's important to know what's /supposed/ to be running, especially if
> it isn't.  Which it wasn't...

Right, but he could have had it installed, and not configured to
start, in which case, neither would have shown up in the rc3.d
directory.
-- 

Seeya,
Paul


pgp7w0TQEV2zW.pgp
Description: PGP signature