[leaf-user] (no subject)

2002-09-04 Thread Scott Ritchie




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Web server question

2002-07-04 Thread Scott Ritchie

Is there a httpd package for bering?  That is other than weblet.  Just need
something very simple.



---
This sf.net email is sponsored by:ThinkGeek
Caffeinated soap. No kidding.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] wondering how.....

2002-06-30 Thread Scott Ritchie

Bering just uses the hard disk as a booting source.  The actual OS is run in
Ramdisk, meaning you share part of your system's memory as a virtual disk.

The 6MB refers to the size of your ramdisk.  In syslinux.cfg after
initrd=initrd.lrp add syst_size=10M. 10M being 10MBytes is just what I
have set (system has 64MB of ram).


- Original Message -

 Hi again everyone,
 I'm wondering what is the function of partitioning harddisk
 to become small 20 M msdos based, when my bering still read
 the 6 M of /dev/root?

 Filesystem   1k-blocks  Used Available Use%
 Mounted on
 /dev/root 6144  606084  99% /

 I can't add packets anymore :(, once i backed up init.d
 with that condition, it killed my dnscachex because out of
 memory.
 I try to add more memory but /dev/root still read 6 M only.
 I read the LRP-harddisk-HOWTO, but the packet itself is
 based on materhorn and eiger. Is it compatible with Bering?
 Or is there anyway to raise my / space so i can add more
 and more packages to my bering.

 Thx for the answer.

 hari-huhui
 - Kemudahan Hosting
PlasaCom ---
 Hosting menjadi lebih mudah dan murah dengan keringanan 50% biaya
registrasi
 mail hosting dan webhosting selama bulan Juni 2002.
 Klik http://idc.plasa.com untuk pendaftaran
 --
--




 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 
 leaf-user mailing list: [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Bering-VPN-ipsec-x509 question

2002-05-28 Thread Scott Ritchie

- Original Message -
 Can you give us an 'ls -l' from your working directory?  I get this
 error when I have somehow gone through the proceeding steps and ended up
 with an empty clientCert.pem (because of an error in a previous step).  I
 just went through the steps line by line and came up with good results, so
 if there are not errors in any of your previous steps, I will have to go
 back to the drawing board.

Thanks!,
  I'll try it again on a different machine (slackware).  Here's the dir
listing...

total 35
-rw-r--r--1 root root0 May 27 16:02 clientCert.p12
-rw-r--r--1 root root0 May 27 16:02 clientCert.pem
-rw-r--r--1 root root 1751 May 27 16:02 clientKey.pem
-rw-r--r--1 root root 1001 May 27 16:02 clientReq.pem
-rw-r--r--1 root root  690 May 27 15:41 crl.pem
drwx--4 root root 4096 May 27 15:52 demoCA
-rw-r--r--1 root root 2490 May 27 15:48 ipsec.secrets
-rw-r--r--1 root root 1692 May 27 15:45 serverCert.pem
-rw-r--r--1 root root 1751 May 27 15:44 serverKey.pem
-rw-r--r--1 root root 1058 May 27 15:44 serverReq.pem
-rw-r--r--1 root root 1209 May 27 15:47 x509cert.der

./demoCA:
total 28
-rw-r--r--1 root root 1631 May 27 15:41 cacert.pem
-rw-r--r--1 root root  216 May 27 15:52 index.txt
-rw-r--r--1 root root  123 May 27 15:45 index.txt.old
drwx--2 root root 4096 May 27 15:52 newcerts
drwx--2 root root 4096 May 27 15:40 private
-rw-r--r--1 root root3 May 27 15:52 serial
-rw-r--r--1 root root3 May 27 15:45 serial.old

./demoCA/newcerts:
total 8
-rw-r--r--1 root root 1692 May 27 15:45 01.pem
-rw-r--r--1 root root 1639 May 27 15:52 02.pem

./demoCA/private:
total 4
-rw-r--r--1 root root 1751 May 27 15:41 cakey.pem


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm


leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Bering-VPN-ipsec-x509 question

2002-05-28 Thread Scott Ritchie

 As I thought, you have a clientCert.pem file with a zero byte count.  Try
 running the command:

 openssl ca -policy policy_anything -in clientReq.pem -days 1825 -out \
 clientCert.pem -notext

 again and send the output.  There may be something wrong with the
 documentation or something.  Do you have an openssl.cnf file?


openssl.cnf? hmmm, no idea what it is.  Guess I'l have to read the docs for
ssl after all : )


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm


leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



[leaf-user] Bering-VPN-ipsec-x509 question

2002-05-27 Thread Scott Ritchie

Hey all,

  I'm trying to make x509 certificates on a RH7.3 system using the
instructions in the Bering User's Guide.
 Everything looks good till i enter...
openssl pkcs12 -export -inkey clientKey.pem -in clientCert.pem -certfile
demoCA/cacert.pem -out clientCert.p12

What i get back after entering the PEM pass phrase is

Error loading certificate from input
20254:error:0906D06C:PEM routines:PEM_read_bio:no start
line:pem_lib.c:662:Expecting: CERTIFICATE

If I understand it right its complaining about the clientCert.pem.  I've
done the steps word for word three times now.

Did I miss something? Anyone else have problems with this?

Thanks inadvance for any pointers

 Scott


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm


leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Re: [leaf-user] Dachstein /proc/pci missing

2002-05-01 Thread Scott Ritchie


All three nic's are loaded by a single entry in /lib/modules tulip
All three nic's are PCI.

For the sake of $17, I'm just going to buy another SMC 1255TX  nic.  Just
way too much head scratching. : )

David, thanks for the suggestions

 Scott

- Original Message -
 All the questions about buses weren't answered, nor the way the drivers
 are loaded in /etc/modules.

 As a test, load only the driver for the 10bt modules in /etc/modules.  See
 that it gets eth0 assigned.

 Now load the driver for the other nics.  They should get 1 and 2.  I would
 think you would get the same thing by ordering the drivers in
 /etc/modules, but if not, you can always script load as suggested.









[leaf-user] Dachstein /proc/pci missing

2002-04-30 Thread Scott Ritchie

Finally decided to try dach. Though when I try to find what irq's and io's
the pci cards are using through /proc/pci. The pci file is missing.  Whats
going on, is this intentional?

Dachstien 1.0.2

BTW for those bearing users where is pci-scan.o?  its no longer kernel





Re: [leaf-user] Dachstein /proc/pci missing

2002-04-30 Thread Scott Ritchie

Please ignore my last post.

New question...

I have 2x 10/100 tulip nics and one 10baseT nic.  How do I assign what eth#
to each nic.  Currently eth0=10/100, eth1=10/100, eth2=10bT
I need eth0=10bT(adsl), eth1=10/100(lan), eth2=10/100(dmz)?

Thanks inadvance
 Scott





Re: [leaf-user] Dachstein /proc/pci missing

2002-04-30 Thread Scott Ritchie

Their all PCI, all use tulip.o,

I've tried mixing the nic's around to see if there is order to this, oddly
regardless of what slot the 10bT nic is in it is always comes up eth2.
While the other two can be  interchanged.  Though this motherboard seems to
assign eth0 starting on the nic furthest from the io ports.  Could this be
an ordering issue inside the driver?  the 10bT probably uses a earlier
variation than the other two.


Just in case it matters...
Bering 1.0 rc2
2x SMC 1255TX (10/100)
1x D-Link 530 CT (10bT)  has digital 21041-PB
Motherboard ASUS TXP4, 32MB ram, P166

Scott



 PCI? ISA?

 ISA cards get assigned addresses according to mac address with eth0
 getting the lowest mac address.  You will want to disable pnp for ISA bus
 cards, and load that driver first to grap eth0.

 PCI cards appear to get assigned in slot order with the lowest number
 going to the slot closest to the computer.

 --
 Sincerely,

 David Smead
 http://www.amplepower.com.

 On Tue, 30 Apr 2002, Scott Ritchie wrote:

  Please ignore my last post.
 
  New question...
 
  I have 2x 10/100 tulip nics and one 10baseT nic.  How do I assign what
eth#
  to each nic.  Currently eth0=10/100, eth1=10/100, eth2=10bT
  I need eth0=10bT(adsl), eth1=10/100(lan), eth2=10/100(dmz)?
 
  Thanks inadvance
   Scott
 
 
 







[Leaf-user] tulip module for SMC 1255TX

2002-04-27 Thread Scott Ritchie

Has anyone compliled the tulip module that comes the SMC 1255TX Nic?  or had
problems getting it recognized?  Tried Bearing/Old LRP2.9.8, oxygen next...

Thanks

   Scott


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Booting via USB

2002-03-26 Thread Scott Ritchie

I was thinking of trying a USB memory stick for leaf (bering and oxygen).
Just curious if anyone else has tried this? and if so what pitfalls did you
encounter.
I already know that only current(?) motherboards support booting via USB,
I'll still be using an old P166, so I assume I'll need a bootdisk to boot
the USB.  Am I close?

Thanks for any info,
  Scott


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



[Leaf-user] Implimenting a VPN

2002-03-21 Thread Scott Ritchie

Looking for urls/docs for implimenting a ipsec vpn with a leaf (Oxygen)
distro and windows 2000, 95, 98, XP and linux clients.

Thanks in advance,
 Scott


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user



Re: [Leaf-user] WTD: NIC recommendations

2002-01-11 Thread Scott Ritchie

 I have a Dlink 530TX in another linux box, and I get the driver message as
 well, but I don't get lockups. The message appears, and everything else is
 fine. That one is running Redhat.


The  Something Wicked Happed! error is a catch all report.  Doesn't say
what the cause is, in any case its not a good sign.  I'm looking for good
performer/stable NIC.  Not something thats good 95% of the time.  I even
have a second machine in place to take over the router functions when
maintenance is needed or if something happens to the first machine, that way
there is as little downtime as possible.

I'm looking into the Dlink 570TX. Looks nice, most of the propaganda is
devoted to WinNT, does anyone know if Linux can take advantage of using all
four ports to make 800Mbps.  This would be killer on my file server.

Scott


___
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user