Re: [expert] Choosing the right filesystem

2002-03-01 Thread Sridhar Dhanapalan

Actually, ext3 is almost a total rewrite. While ext2 was designed with various
'hooks' which allows extra functionality via 'plug-ins' (including on-the-fly
compression and journalling), the ext3 designers thought it best to start
afresh. Ext2 is still a very good filesystem, with an elegant design. It made
sense to make ext3 in a similar fashion.That being the case, it also made sense
to make it backward-compatible with ext2.

While generally being the slowest FS, ext3 has one advantage over the others:
data integrity. With ext3, you have the choice of having no journalling (for
maximum speed; just like ext2), metadata journalling (like ReiserFS, XFS and
JFS) or even data journalling (for maximum data integrity, at the expense of
speed). The third option, data journalling, is available only to ext3, and makes
it a far more reliable FS than the others.

I personally use ReiserFS on my home system. I've had a single 10GB partition
for all my data (my drive is too small to make multiple partitions very
practicable) for about a year now, and my system has recovered flawlessly from
numerous crashes and outages. I use ReiserFS 3.5, which was the latest when I
created the partition, which I am told is a little better than the latest today,
3.6.


On Thu, 28 Feb 2002 11:49:45 -0700, Praedor Tempus <[EMAIL PROTECTED]> wrote:
> Simple.  I use Reiser.  Works great, is fast and stable.  You can also 
> trust ext3 (which is essentially a slightly modified ext2 fs) but it is 
> still slower than Reiser (not much but it is).
> 
> Either one will do it.
> 
> On Thursday 28 February 2002 11:16 am, you wrote:
> > Hello out there...
> >
> > I hope this question won't raise a fs-jihad ;-).
> > And I hope this mail isn't too long, but I'm
> > trying to be as specific as possible.
> [...]


-- 
Sridhar Dhanapalan

"Ok, the guy who made the netfilter Makefile was probably on some really
interesting and probably highly illegal drugs when he wrote it."   
 -- Linus
Torvalds



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Choosing the right filesystem

2002-03-01 Thread Sridhar Dhanapalan

ACLs can add increased safety and security to a filesystem, by controlling what
can be accessed by whom. NTFS has this feature, and so does XFS. Samba can use
XFS's ACL feature to link to NTFS's.

Another reason is that ReiserFS has historically had problems with NFS. This
apparently has been corrected, though.


On 01 Mar 2002 09:52:39 +1100, Brian Parish <[EMAIL PROTECTED]> wrote:
> I previously received an opinion from Civilme, that XFS was a good
> choice, particularly for a server and particularly if you were running
> Samba on it.  He stated that in speed tests it was neck and neck with
> Reiser on the Mandrake distro and had some other advantages, such as the
> Samba thing.  I never got into detail on what difference it makes for
> Samba, but perhaps there is a greater ability to map ACLs or something. 
> If anyone knows more about this, I'm sure we would be pleased to hear
> it.
> 
> Brian
> 
> On Fri, 2002-03-01 at 05:16, Oliver Thieke wrote:
> > Hello out there...
> > 
> > I hope this question won't raise a fs-jihad ;-).
> > And I hope this mail isn't too long, but I'm
> > trying to be as specific as possible.
> > 
> > On installing Mandrake 8.1 the Installer offers
> > various options for the partition's fs. I'm
> > again in the business of setting up a usual PC 
> > as a dual-boot machine with NT 4 and Man 8.1.
> > And now I wonder which FS to choose for my
> > particular layout... 
> > ext2, ext3, ReiserFS or XFS,...
> > 
> > NT is for work and m8.1 is for experimenting,
> > learning and exposing some of our "you can't be
> > wrong with windoze"-guys to "unknown" 
> > alternatives. The hardware is quite simple:
> > P-III, DVD-Drive, HP CD-burner, Creative 
> > soundblaster and 3Com-LAN-NIC.
> > 
> > I already browsed through the mandrake user 
> > and reference manuals, the SUSE sysad-manual,
> > the LSAG (LDP), googled in some linux newsgroups
> > and o'reilly's "running linux, 2nd ed".
> > But none of them came up with some sort of 
> > recommendation or rule of thumb for this case.
> > 
> > Just a short statement in LSAG: "There is usually
> > little point in using many different filesystems.
> > Currently, ext2 is the most popular one, and it 
> > is probably the wisest choice. (...) This needs to 
> > be decided on a case-by-case basis."
> > Looks a little bit outdated...
> > 
> > The purpose of the m8.1 will primarily be: 
> > Gaining experience. It will serve as a workstation
> > and server. "Areas" to be included: Apache, samba,
> > NFS, mysql, postgresql, networking tools, developing 
> > and the usual KDE, internet & office stuff (no fancy 
> > multi-media stuff, mp3 or the like). And later maybe 
> > oracle 9i personal edition...
> > 
> > Hence I designed the following layout for my m8.1
> > part of the disk:
> > 
> > /boot  50 MB
> > /swap 800 MB (approx. 3 * RAM size)
> > / 250 MB
> > /var  650 MB
> > /usr 9800 MB
> > /home7000 MB 
> > 
> > On the IBM-DeveloperWorks-Site (in general a very 
> > nice source for tutorials on lx, java, xml,...) I found 
> > a series of articles by Daniel Robbins dealing with
> > the new array of filesystems for the 2.4 kernel.
> > 
> > According to the IBM author those FS's show the 
> > different advantages and diadvantages:
> > 
> > ReiserFS 
> > + better in handling small files (< 4 k)
> > - eventually performance loss with reading large mail
> >   directories
> > - poor sparse file performance
> > - NFs compatibility not so good
> > 
> > ext3
> > + easys transition from ext2
> > + backward compatible to ext2
> > + supposed to be very reliable
> > - slightly "slower" than XFS/reiserFS
> > 
> > XFS
> > + speedy on large files
> > + efficient disk accesses
> > - slower deletes
> > 
> > Robbins' recommendation: "Those who were looking for 
> > raw performance generally leaned towards ReiserFS, 
> > while those more interested in meticulous data integrity 
> > features preferred ext3. However, with the release of XFS 
> > for Linux, things have suddenly become much more confusing."
> > 
> > I'm still not sure which fs design to choose. 
> > Should all partitions have the same fs including 
> > /boot and / ?  Which one ?  
> > Do you, out there, have any hands-on recommendations for 
> > this purpose ?  
> > Experience with the reliability, recoverability and 
> > compatibility of the various fs' ?  
> > Any known problem areas for the three fs ?
-- 
Sridhar Dhanapalan

"When I see any Web site claim to be only readable using particular hardware or
software, I cringe--they are pining for the bad old days when each piece of
information needed a different program to access it."
-- Tim Berners-Lee, founder of the World Wide Web



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] firewall security

2002-03-01 Thread Lee Roberts

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It seems that the sygatetech.com scanner is broken. I got the AW Security
Port Scanner 4.02 for my windows box and used it to scan my linux box. It
shows all UDP ports to the public interface blocked. I ran the TCP and UDP
port scans on a friends linux box to verify that I was using it properly. :-D

BTW, has anyone had success using the nmap port to NT/2000?

At 05:21 PM 2/28/2002 -0700, Lee Roberts wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>I've tried tiny firewall, bastille-firewall, and one other (can't remember
>the name). NONE of them block access to the UDP services no matter what I
>do. In InteractiveBastille, I don't enter anything for "UDP service names
>or port numbers to allow on public interfaces" but I entered 1:65535 for
>"UDP services to block".

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use 
Comment: Encryption isn't just for secrets

iQA/AwUBPIA68FHWApkbcbVkEQJywQCgtTlz9HPyPmh2vVGAb7Btv7d43jsAoIK0
TeLO40oZOmApLFtf4MDBXiMi
=zOPA
-END PGP SIGNATURE-




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Kudos

2002-03-01 Thread James

All,

   To the developers at Mandrake Kudo's all around.  I just did the Fvh
update of php due to the security problem on my all my Mandrake boxes and
one of my RH boxes.  The update on 7.1 Mandrake went flawlessly as well as
8.1.  I'll be a couple of hours fixing the RH box.  *grin* and kudos all
around. (it broke mod_php on 7.1 RH)

James



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] DHCP Server + DHCP Client

2002-03-01 Thread Darwin Gottfried


You need dhcpcd for your cable/dsl and dhcp _if_ your going to server IP's to 
other machines on your lan.

deg




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] GUI tool for floppy diskettes

2002-03-01 Thread g

Jonathan Dlouhy wrote:
>
> Is there GUI tool in Mandrake 8.1 that can be used to copy diskettes?

jonathan,

there are a lot gui tools that do what can be done at command line,
and they make life easier. but, what do you do when you are using a
system that does not have a gui tool that you are used to using?

you sit with a lost look on your face because you can not do what
ever it is that you have done with gui.

same can happen when doing diskette copies.

for a quick and easy coping of diskettes;

to copy from diskette,
  dd bs=5120 /tmp/out.file
or
  dd if=/dev/fd0 ibs=5120 of=/tmp/out.file obs=5120

to copy to diskette,
  dd bs=5120 /dev/fd0
or
  dd if=/tmp/out.file ibs=5120 of=/dev/fd0 obs=5120

using if= and of= will make copies a little faster.
  
dd is found on most all linux/unix systems. a gui has to installed.

hth.


tc,hago.

g
.
--
 think green...  save a tree, save a life, save time, save bandwidth,
  save storage.   send email,   text/plain - disable pgp/gpg/geek code
=+=
 if you are proud to be an american, then buy "made in america".



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Destination Host Unreachable

2002-03-01 Thread ken

Just a thought...I have had this problem, and I had to specify the I/O
and IRQ on older cards, even PCI ones (ie io=0x300,irq=5)

HTH

Ken

On Fri, 2002-03-01 at 12:58, Albert E. Whale wrote:
> Actually, I cannot ping outside of the box using either of the interfaces.
> 
> Yes, I've set my Gateways, and the Default Route.
> 
> Your problem sounds more like an Internet Connection Sharing problem.  My
> problem is FOOBAR!
> 
> ngn wrote:
> 
> > M...It seems that we have the same problem that yours. We cannot route
> > betweeen two ethernet cards.
> >
> > - Original Message -
> > From: "Albert E. Whale" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, March 01, 2002 5:07 PM
> > Subject: [expert] Destination Host Unreachable
> >
> > > I just completed the Installation of LM 8.1 on a Server which has run LM
> > > for 5 Years.  The Interfaces in use are
> > >
> > > eth0: 3cSoOHO100-TX Hurricane - Module: 3c59x
> > > eth1: 3c905B Cyclone - module: 3c59x
> > >
> > > As I test out the Network interfaces, there appears to a communications
> > > problem with the Network.  Hmmm, 2 hours ago, this server was working.
> > > Right now I am gatewayed via another LM 8.1 Server with two 3c905B
> > > controller cards using module 3c59x.
> > >
> > > Is there a problem with the Hurricane Ethernet Cards and 2.4.8?





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Destination Host Unreachable

2002-03-01 Thread ngn

M...It seems that we have the same problem that yours. We cannot route
betweeen two ethernet cards.



- Original Message -
From: "Albert E. Whale" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 01, 2002 5:07 PM
Subject: [expert] Destination Host Unreachable


> I just completed the Installation of LM 8.1 on a Server which has run LM
> for 5 Years.  The Interfaces in use are
>
> eth0: 3cSoOHO100-TX Hurricane - Module: 3c59x
> eth1: 3c905B Cyclone - module: 3c59x
>
> As I test out the Network interfaces, there appears to a communications
> problem with the Network.  Hmmm, 2 hours ago, this server was working.
> Right now I am gatewayed via another LM 8.1 Server with two 3c905B
> controller cards using module 3c59x.
>
> Is there a problem with the Hurricane Ethernet Cards and 2.4.8?
>
> --
> Albert E. Whale - CISSP
> http://www.abs-comptech.com
> --
> ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
> Sr. Security, Network, and Systems Consultant
>
>
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Destination Host Unreachable

2002-03-01 Thread Albert E. Whale

Actually, I cannot ping outside of the box using either of the interfaces.

Yes, I've set my Gateways, and the Default Route.

Your problem sounds more like an Internet Connection Sharing problem.  My
problem is FOOBAR!

ngn wrote:

> M...It seems that we have the same problem that yours. We cannot route
> betweeen two ethernet cards.
>
> - Original Message -
> From: "Albert E. Whale" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 01, 2002 5:07 PM
> Subject: [expert] Destination Host Unreachable
>
> > I just completed the Installation of LM 8.1 on a Server which has run LM
> > for 5 Years.  The Interfaces in use are
> >
> > eth0: 3cSoOHO100-TX Hurricane - Module: 3c59x
> > eth1: 3c905B Cyclone - module: 3c59x
> >
> > As I test out the Network interfaces, there appears to a communications
> > problem with the Network.  Hmmm, 2 hours ago, this server was working.
> > Right now I am gatewayed via another LM 8.1 Server with two 3c905B
> > controller cards using module 3c59x.
> >
> > Is there a problem with the Hurricane Ethernet Cards and 2.4.8?
> >
> > --
> > Albert E. Whale - CISSP
> > http://www.abs-comptech.com
> > --
> > ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
> > Sr. Security, Network, and Systems Consultant
> >
> >
> >
> >
>
> 
> 
>
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
> >
>
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

--
Albert E. Whale - CISSP
http://www.abs-comptech.com
--
ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
Sr. Security, Network, and Systems Consultant





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] symbole error

2002-03-01 Thread marco

Hello folks,

I have problems to start the mc or gmc 
I get following error message:

# mc
/usr/bin/mc: relocation error: /usr/bin/mc: undefined symbol: g_snprintf

Whats wrong??? Who can help me in this case?

I have installed the latest update kernel : kernel-2.4.18.2mdk
I have updated my system on 1 March wiht the latest filessets.

Thanks and regards 
Marco



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] DHCP Server + DHCP Client

2002-03-01 Thread James

Mike if I understand you correctly I need to add.
default-lease-time 7200;
max-lease-time 82400;
option subnet-mask 255.255.255.0;
option broadcast-address 12.234.130.255;
option routers 12.234.130.1;
option domain-name-servers ;
option domain-name "linuxpda.biz";
subnet 12.234.130.0 netmask 255.255.255.0{}

Now the question comes.  What happens if the subnet I'm on from my ISP
changes?  Gateway and subnet have changed twice since the @home fiasco.

James

Now to sorta answer my own question the dhcpd -q eth1 solved the problem
it starts and only looks at the internal nic.  Thanks loads for the help.

James

On Fri, 01 Mar 2002 07:34:21 -0500
Mike Rambo <[EMAIL PROTECTED]> wrote:

> James wrote:
> > 
> > All,
> >So far all the man pages and How to's I've found (linuxdoc and
> > linuxgazette) talk about using a DHCP server OR using DHCP with your
> > cable/dsl modem.  What for the life of me I can't find is something
that
> > tells me how in the blue blazes to do both.  I'm on cable so that's
DHCP
> > and working fine.  I set up /etc/dhcpd.conf as follows.
> > 
> > #home dhcpd.conf file
> > default-lease-time 7200;
> > max-lease-time 82400;
> > option subnet-mask 255.255.255.0;
> > option broadcast-address 192.168.187.255;
> > option routers 192.168.187.1;
> > option domain-name-servers 166.90.172.7, 207.212.253.211;
> > option domain-name "linuxpda.biz";
> > 
> > subnet 192.168.187.0 netmask 255.255.255.0 {
> >range 192.168.187.100 192.168.187.150;
> > }
> > 
> > Then when I run /etc/init.d/dchpd start (or restart) I get the error.
> > 
> > Listening on LPF/eth1/00:50:da:75:1a:f8/192.168.187.0
> > Sending on   LPF/eth1/00:50:da:75:1a:f8/192.168.187.0
> > No subnet declaration for eth0 (12.234.130.39).
> > Please write a subnet declaration for the network segment to
> > which interface eth0 is attached.
> > exiting.
> >[FAILED]
> > 
> > Ok I understand that somehow I need to bind dhcp-client to eth0 (my
> > external nic)  and dhcpd-server to my internal nic.  What I can't
figure
> > out how to do, is of course the binding.  My external IP not only
changes
> > IP number but subnet as well on many the occasion.  Any ideas?  I'm
fresh
> > out.  Thanks
> > 
> > James
> > 
> 
> The ISC DHCPd server configuration file *requires* a subnet
> declaration for all networks represented on the box even if
> addresses are not leased from some of them. Create an empty
> subnet declaration (no range statement) for the network to
> which eth0 is attached and you'll find the server daemon
> will start. This will not interfere with dhcpcd on eth0 for
> your cable/dsl setup because the declaration is empty -
> without the range statement there is no pool of address from
> which to lease. You can also, if you're worried about it,
> specify on the command line when you start DHCPd that it
> watch only eth1 if you want.
> 
> dhcpd -q eth1
> 
> Regards
> 
> 
> -- 
> Mike Rambo
> [EMAIL PROTECTED]
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Help - Stuck at '...kernel params..' - SOLVED ???

2002-03-01 Thread James

I hear you.  Having built custome cables I know these things are a real
PIA (pain in the ..) to make line up correctly.  Hope it helps.

James


On 01 Mar 2002 10:43:24 -0800
Ashley Moore <[EMAIL PROTECTED]> wrote:

> yeah, now that you mentioned it once before when I've moved the box,
> the BIOS complained about HDD being absent. Just opening the cover and
> pressing the HDD cables in place seemed to make the problem go away! 
> 
> its too scary I'm going to stop at the store first thing to pick up
> a replacement cable. (better safe, than sorry :)
> 
> tks,
> Ashley.
> 
> On Thu, 2002-02-28 at 23:48, James wrote:
> > Ashley,
> >   Had you at any time opened up the box and touched/checked the hdd
> > cables?  Why I'm asking this is because I had a simular problem about
2
> > years ago with a batch of mobo's that came in.  The mobo's were fine
but
> > it seems that about 20 of them had cables that would "loose
connectivity"
> > on one or more wires.  We found this out when the box after a normal
> > shutdown just flat couldn't reboot.  IF we performed fsck on a drive
as it
> > seemed to need it would hose the data so bad it wasn't funny. (same
error
> > on FreeBSD and Mandrake 7.1 boxes.)  Found the problem when my roomate
> > stuck his hand in to check a cable durring a boot and "poof" the box
> > booted fine. All he had done was touch the cable for the ide.  We
replaced
> > the ribbon cable and that same box has been serving web pages and
other
> > data for over a year and a half without a hitch. (Note the
manufacturer
> > replaced the cables and 3 drives that were permanently hosed without a
> > blink.)
> > 
> > James
> > 
> > 
> > On Fri, 1 Mar 2002 00:18:51 -0500 (EST)
> > <[EMAIL PROTECTED]> wrote:
> > 
> > > On 28 Feb 2002, Ashley Moore wrote:
> > > 
> > > > On Thu, 2002-02-28 at 15:04, Ashley Moore wrote:
> > > >
> > > > thanks for the suggestion.
> > > >
> > > > just to verify, i tried once again to boot normally. but the boot
> > > > process kept getting stuck after 'Ckeck kernel params'
> > > >
> > > > i start in single user...
> > > > could'nt see anything unusual with any of the startup scripts. so
i
> > > > issued 'init 3' and all came up as normal !
> > > >
> > > > i rechecked logs, etc. nothing to change (as i saw it) so I went
ahead
> > > > and perfromed a shutdown -r and the system came back up as if
nothing
> > > > ever went wrong !!! ?? !!!
> > > >
> > > > any light on what might have gone wrong?
> > > 
> > > Absolutely bizarre. The only thing I can pull out of the air is that
> > > maybe a drive is not spinning up correctly?
> > > >
> > > > oh yeah, dunno if this will help - yesterday i successfully
complied
> > and
> > > > installed wine-20020122 with reqd dependencies.
> > > >
> > > This shouldn't make any difference.
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > =_1014968990-17242-1095
> > Want to buy your Pack or Services from MandrakeSoft? 
> > Go to http://www.mandrakestore.com
> -- 
> Ashley Moore. (CCNA,CNE,MC$E)
> Sys.Admin & IT Consultant.
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Destination Host Unreachable

2002-03-01 Thread Albert E. Whale

I just completed the Installation of LM 8.1 on a Server which has run LM
for 5 Years.  The Interfaces in use are

eth0: 3cSoOHO100-TX Hurricane - Module: 3c59x
eth1: 3c905B Cyclone - module: 3c59x

As I test out the Network interfaces, there appears to a communications
problem with the Network.  Hmmm, 2 hours ago, this server was working.
Right now I am gatewayed via another LM 8.1 Server with two 3c905B
controller cards using module 3c59x.

Is there a problem with the Hurricane Ethernet Cards and 2.4.8?

--
Albert E. Whale - CISSP
http://www.abs-comptech.com
--
ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
Sr. Security, Network, and Systems Consultant





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] urpmi updating

2002-03-01 Thread skidley

I have urpmi set up with susnite.uio.no for updates. It finds the
hdlist.cz in .../updates/8.1/base and does add the source but when I try to do
an update of a pkg it also tries to fetch the pkg(s) in .../updates/8.1/base 
while as you know the rpms are in ...updates/8.1/RPMS. How do I tell it to fetchin the 
right place? Haven't been able to use MandrakeUpdate successfully since 7.2 :( 

-- 
"With a name like Black Sabbath, we'd look a right bunch of idiots standing 
there with a flower in our hands." -- Ozzy Osbourne

Chad Young   
Registered Linux User #195191
@ http://counter.li.org
---
Linux localhost 2.4.19-pre2 #1 Thu Feb 28 19:47:24 AST 2002 i686 unknown
  3:25pm  up 16 min,  1 user,  load average: 1.41, 1.08, 0.60




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Help - Stuck at '...kernel params..' - SOLVED ???

2002-03-01 Thread Ashley Moore

yeah, now that you mentioned it once before when I've moved the box,
the BIOS complained about HDD being absent. Just opening the cover and
pressing the HDD cables in place seemed to make the problem go away! 

its too scary I'm going to stop at the store first thing to pick up
a replacement cable. (better safe, than sorry :)

tks,
Ashley.

On Thu, 2002-02-28 at 23:48, James wrote:
> Ashley,
>   Had you at any time opened up the box and touched/checked the hdd
> cables?  Why I'm asking this is because I had a simular problem about 2
> years ago with a batch of mobo's that came in.  The mobo's were fine but
> it seems that about 20 of them had cables that would "loose connectivity"
> on one or more wires.  We found this out when the box after a normal
> shutdown just flat couldn't reboot.  IF we performed fsck on a drive as it
> seemed to need it would hose the data so bad it wasn't funny. (same error
> on FreeBSD and Mandrake 7.1 boxes.)  Found the problem when my roomate
> stuck his hand in to check a cable durring a boot and "poof" the box
> booted fine. All he had done was touch the cable for the ide.  We replaced
> the ribbon cable and that same box has been serving web pages and other
> data for over a year and a half without a hitch. (Note the manufacturer
> replaced the cables and 3 drives that were permanently hosed without a
> blink.)
> 
> James
> 
> 
> On Fri, 1 Mar 2002 00:18:51 -0500 (EST)
> <[EMAIL PROTECTED]> wrote:
> 
> > On 28 Feb 2002, Ashley Moore wrote:
> > 
> > > On Thu, 2002-02-28 at 15:04, Ashley Moore wrote:
> > >
> > > thanks for the suggestion.
> > >
> > > just to verify, i tried once again to boot normally. but the boot
> > > process kept getting stuck after 'Ckeck kernel params'
> > >
> > > i start in single user...
> > > could'nt see anything unusual with any of the startup scripts. so i
> > > issued 'init 3' and all came up as normal !
> > >
> > > i rechecked logs, etc. nothing to change (as i saw it) so I went ahead
> > > and perfromed a shutdown -r and the system came back up as if nothing
> > > ever went wrong !!! ?? !!!
> > >
> > > any light on what might have gone wrong?
> > 
> > Absolutely bizarre. The only thing I can pull out of the air is that
> > maybe a drive is not spinning up correctly?
> > >
> > > oh yeah, dunno if this will help - yesterday i successfully complied
> and
> > > installed wine-20020122 with reqd dependencies.
> > >
> > This shouldn't make any difference.
> > 
> > 
> > 
> > 
> 
> 
> =_1014968990-17242-1095
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
Ashley Moore. (CCNA,CNE,MC$E)
Sys.Admin & IT Consultant.



msg50439/pgp0.pgp
Description: PGP signature


Re: OT: was Re: [expert] Can you block out entire netblocks?

2002-03-01 Thread Pierre Fortin

On 01 Mar 2002 10:53:54 -0500 Mark Weaver <[EMAIL PROTECTED]>
wrote:> 
> Another thing that is helpful are the DNS services. They make it
> possible to have a mailserver running on a machine that has a dynamic IP
> address. I've been using one on my home machine now for almost a year.
> It makes things quite nice, although the downside to being accessible is
> that you have to worry about the spammers and such hitting your server.
> Thats where fellow linuxers like Peirre come in and share their magic
> with the rest of us. ;)

Gotta admit, I still get the odd spam message; but I can still count'em on
one hand during any given week...  

My "crusade" now is to go after the ISP's who can't get their DNS right to
allow us to get mail from friends because of our tight anti-spam
filters...

For example, here's what rr.com is doing (sent this a few minutes ago :^)

> Looks like your ISP (RoadRunner) doesn't know how to setup their DNS...
> 
> The problem is that triad.rr.com is trying to send mail from 24.93.67.51
> which claims to be mail4.triad.rr.com ...   yet, when my mailer tries to
> verify this information (an anti-spam feature), RR's DNS reports:
> 
> 24.93.67.51 ==> fe4.southeast.rr.com
> fe4.southeast.rr.com ==> 24.93.67.51
> mail4.triad.rr.com ==> 24.93.67.163
> 24.93.67.163 ==> [no "answer section"; "dig -x" hangs]
> 
> Not to mention that they have the DNS split between
> {ns1,ns2}.triad.rr.com and {ns1,ns3,ns4}.southeast.rr.com.
> 
> Feel free to forward this to RR's support group...  unless they fix
> this, many of their customers (like you) will not ba able to deliver
> mail to many locations who have implemented anti-spam features...

Immediately followed up with:

> SIGH!  Your mail message got shipped over to a different RR mailer which
> has similar problems...  I'm not going to spell out all of RR's
> problems; but you should give them a call and have them fix this before
> it gets out of hand...

I'm far from being a DNS or mailer expert; but I'm getting there despite
my desires to do other things...  :^)

Pierre



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: OT: was Re: [expert] Can you block out entire netblocks?

2002-03-01 Thread Mark Weaver

On Thu, 2002-02-28 at 12:31, Pierre Fortin wrote:
> On Thu, 28 Feb 2002 10:04:17 -0700 Praedor Tempus <[EMAIL PROTECTED]>
> wrote:
> 
> > Here is a basic question, new to me.
> > 
> > I recently bought a few domain names.  At this point I am still trying 
> > to learn how (or if) I can use them...I have no idea as yet.  I would 
> > like to be able to name my box permanently based on one of my domains 
> > but do not know how to go about it.  I'd also like to have my own email 
> > address (I am running postfix) that anyone can mail to.  Right now I am 
> > stuck with emailing out via postfix, and receiving via yahoo (or my 
> > local university mailserver).  
> > 
> > This is on a laptop that is connected to a university network during the
> > day and to a different network (from home) at night.  Can someone point 
> > out how I might pull this off?  I would rather not be my own dns, 
> > though I suppose I'd try it if I had to.  I do have tinydns available 
> > but not setup on my system (Mandrake 8.1).  I dorked with it 
> > experimentally for a little while but got nowhere with it.
> > 
> > praedor
> 
> Praedor,
> 
> If you want your own mailhost, it should be avaible at the same IP address
> at all times...  moving it around will cause problems.  I won't even begin
> at trying to come up with all the failure modes...  :^)  The biggest
> problem you'd have is your mail being seriously delayed or not delivered
> at all...
> 
> Assuming you have a permanent IP, usually sending mail to
>  (your registrar or ISP) requesting the domain be
> pointed at your IP gets you the DNS entry.
> 
> To setup your PostFix, you can check http://www.postfix.org for
> information.  I have started a postfix page at
> http://pfortin.com/Linux/PostFix that should help too...
> 
> Since you have multiple domains, you might also want to run virtual
> domains for mail and www...  scan through my web site for more info...
> 
> HTH,
> Pierre

Another thing that is helpful are the DNS services. They make it
possible to have a mailserver running on a machine that has a dynamic IP
address. I've been using one on my home machine now for almost a year.
It makes things quite nice, although the downside to being accessible is
that you have to worry about the spammers and such hitting your server.
Thats where fellow linuxers like Peirre come in and share their magic
with the rest of us. ;)

-- 
daRcmaTTeR

Registered Linux User 182496
Mandrake 8.2beta1
-
 10:05am  up 2 days, 18:52,  1 user,  load average: 0.14, 0.32, 0.51




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] firewall security

2002-03-01 Thread J. Craig Woods

Mike Rambo wrote:
> 
> Have you tried pmfirewall? My co-worker used it on his box.
> It was easy to set up and nmap found nothing when I ran it
> against the box afterward.
> 
> --
> Mike Rambo
> [EMAIL PROTECTED]

It seems his is using iptables, and pmfirewall will only work with
ipchains..

-- 
J. Craig Woods
UNIX/NT Network/System Administration

-Art is the illusion of spontaneity-



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] firewall security

2002-03-01 Thread wim


Mike Rambo wrote:

> Lee Roberts wrote:
> 
>>-BEGIN PGP SIGNED MESSAGE-
>>Hash: SHA1
>>
>>I've tried tiny firewall, bastille-firewall, and one other (can't remember
>>the name). NONE of them block access to the UDP services no matter what I
>>do. In InteractiveBastille, I don't enter anything for "UDP service names
>>or port numbers to allow on public interfaces" but I entered 1:65535 for
>>"UDP services to block".
>>
>>I've posted this message previously and some replies say they don't have
>>this problem with bastille. I'm using bastille on Mandrake 8.1 with
>>iptables and kernel 2.4.8-34.1mdk.
>>
>>Any suggestions other than suggesting that I learn iptables and write my
>>own rules?
>>
>>
> 
> Have you tried pmfirewall? My co-worker used it on his box.
> It was easy to set up and nmap found nothing when I ran it
> against the box afterward.
> 


Back to basics and use iptables (or ipchains). It isn't that difficult!

-- 
Kind regards,

Wim De Hul
Belgacom Belbone

  Mail   : [EMAIL PROTECTED]
  Ripe   : WDH25-RIPE
  Registered Linux User: #260015


> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] firewall security

2002-03-01 Thread Lee Roberts

pmfirewall doesn't use iptables. Besides, I used pmfirewall with Mandrake
7.2 and had the same problem. 

At 07:37 AM 3/1/2002 -0500, Mike Rambo wrote:
>Lee Roberts wrote:
>> 
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>> 
>> I've tried tiny firewall, bastille-firewall, and one other (can't remember
>> the name). NONE of them block access to the UDP services no matter what I
>> do. In InteractiveBastille, I don't enter anything for "UDP service names
>> or port numbers to allow on public interfaces" but I entered 1:65535 for
>> "UDP services to block".
>> 
>> I've posted this message previously and some replies say they don't have
>> this problem with bastille. I'm using bastille on Mandrake 8.1 with
>> iptables and kernel 2.4.8-34.1mdk.
>> 
>> Any suggestions other than suggesting that I learn iptables and write my
>> own rules?
>> 
>
>Have you tried pmfirewall? My co-worker used it on his box.
>It was easy to set up and nmap found nothing when I ran it
>against the box afterward.
>
>
>-- 
>Mike Rambo
>[EMAIL PROTECTED]
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] I don't miss NS...

2002-03-01 Thread Pierre Fortin

galeon 0.12.1 & sylpheed 0.7.2claws

I sure there must be a newer galeon version; but just wanted to say that I
am very happy with galeon and sylpheed as my replacements for NS4.7x...

>From "ps" (galeon):   v
pfortin  22668  0.8  8.2 116232 84364 ?  SJan28 377:51
pf   16611  0.5  0.8 40408 8872 pts/10   SFeb06 171:48
  ^
Currently 24 browser windows open locally and 6 from my laptop, this is
the kind of stability I like!  :^)

For mail, I move around a lot, so I start sylpheed up locally/remotely
around here, or use pine if out-of-town.  No more having to "Save" after
composing each sentence... 

And no, I have not had to resort to NS in all this time...  :^)

Happy to finally be NS-free...  :^)
Pierre




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] How to enable authentication in Postfix?

2002-03-01 Thread Pierre Fortin

On Fri, 1 Mar 2002 00:34:12 -0800 "David Guntner" <[EMAIL PROTECTED]>
wrote:

> With the new update of Postfix that was just released by Mandrake, I
> made sure to install it as well as the various libsasl .rpm files.  I
> just tried to connect (manually) to my mail port to see how it looked. 
> What I got was:
> 
> /home/davidg$ telnet {myhost} 25
> Trying {my IP}...
> Connected to {myhost}.
> Escape character is '^]'.
> 220 No UCE No UBE No Spam {myhost} ESMTP Postfix (Postfix-20010228-pl03)
> (Mandrake Linux)
> ehlo localhost
> 250-{myhost}
> 250-PIPELINING
> 250-SIZE 1024
> 250-ETRN

>From the link (see below), something like this should appear here:
250-AUTH LOGIN DIGEST-MD5 CRAM-MD5 PLAIN

> 250 8BITMIME
> auth login
> 503 Error: authentication not enabled
> 
> So the question is:  Now that I've got things in place, how to I tell 
> Postfix to enable authentication?

Thanks for pointing this out...  gotta look into this SASL; so far, here's
a link I just found that might help...

http://www.thecabal.org/~devin/postfix/smtp-auth.txt

Pierre



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] firewall security

2002-03-01 Thread Mike Rambo

Lee Roberts wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> I've tried tiny firewall, bastille-firewall, and one other (can't remember
> the name). NONE of them block access to the UDP services no matter what I
> do. In InteractiveBastille, I don't enter anything for "UDP service names
> or port numbers to allow on public interfaces" but I entered 1:65535 for
> "UDP services to block".
> 
> I've posted this message previously and some replies say they don't have
> this problem with bastille. I'm using bastille on Mandrake 8.1 with
> iptables and kernel 2.4.8-34.1mdk.
> 
> Any suggestions other than suggesting that I learn iptables and write my
> own rules?
> 

Have you tried pmfirewall? My co-worker used it on his box.
It was easy to set up and nmap found nothing when I ran it
against the box afterward.


-- 
Mike Rambo
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] DHCP Server + DHCP Client

2002-03-01 Thread Mike Rambo

James wrote:
> 
> All,
>So far all the man pages and How to's I've found (linuxdoc and
> linuxgazette) talk about using a DHCP server OR using DHCP with your
> cable/dsl modem.  What for the life of me I can't find is something that
> tells me how in the blue blazes to do both.  I'm on cable so that's DHCP
> and working fine.  I set up /etc/dhcpd.conf as follows.
> 
> #home dhcpd.conf file
> default-lease-time 7200;
> max-lease-time 82400;
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.187.255;
> option routers 192.168.187.1;
> option domain-name-servers 166.90.172.7, 207.212.253.211;
> option domain-name "linuxpda.biz";
> 
> subnet 192.168.187.0 netmask 255.255.255.0 {
>range 192.168.187.100 192.168.187.150;
> }
> 
> Then when I run /etc/init.d/dchpd start (or restart) I get the error.
> 
> Listening on LPF/eth1/00:50:da:75:1a:f8/192.168.187.0
> Sending on   LPF/eth1/00:50:da:75:1a:f8/192.168.187.0
> No subnet declaration for eth0 (12.234.130.39).
> Please write a subnet declaration for the network segment to
> which interface eth0 is attached.
> exiting.
>[FAILED]
> 
> Ok I understand that somehow I need to bind dhcp-client to eth0 (my
> external nic)  and dhcpd-server to my internal nic.  What I can't figure
> out how to do, is of course the binding.  My external IP not only changes
> IP number but subnet as well on many the occasion.  Any ideas?  I'm fresh
> out.  Thanks
> 
> James
> 

The ISC DHCPd server configuration file *requires* a subnet
declaration for all networks represented on the box even if
addresses are not leased from some of them. Create an empty
subnet declaration (no range statement) for the network to
which eth0 is attached and you'll find the server daemon
will start. This will not interfere with dhcpcd on eth0 for
your cable/dsl setup because the declaration is empty -
without the range statement there is no pool of address from
which to lease. You can also, if you're worried about it,
specify on the command line when you start DHCPd that it
watch only eth1 if you want.

dhcpd -q eth1

Regards


-- 
Mike Rambo
[EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] D-Link DFE 530TX Network Card Install Error

2002-03-01 Thread Tom Badran

On Friday 01 Mar 2002 8:04 am, you wrote:
> I've got Mandrake 7.2 running on a Compaq AMD 475
> I tried to install a D-Link Ethernet Card DFE-530TX+ and when I run the

I have exactly the same card, just do a 'modprobe via-rhine' and all will be 
well. I did have some issues with older mandrakes, never tried 7.2, but 8.0 
gave me loads of trouble, the MAC was all 0, but it works fine in 8.1/8.2

just put via-rhine in /etc/modules and it will be loaded on boot.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Xservers +bs?!?

2002-03-01 Thread Andy Weller

Dear all,

I use my Mandrake 8.0 box for Image Processing applications and when I 
obscure a window the image disappears! According to the instruction 
manual I need to enable the backing-store.

These are the instructions: In file /use/lib/X11/xdm/Xservers I need to 
append '+bs' to the line starting ':0 local /usr/X11...'. So I now have:

# $XConsortium: Xserv.ws.cpp,v 1.3 93/09/28 14:30:30 gildea Exp $
#
#
# $XFree86: xc/programs/xdm/config/Xserv.ws.cpp,v 1.1.1.1.12.2 
1998/10/04 15:23:14 hohndel Exp $
#
# Xservers file, workstation prototype
#
# This file should contain an entry to start the server on the
# local display; if you have more than one display (not screen),
# you can add entries to the list (one per line).  If you also
# have some X terminals connected which do not support XDMCP,
# you can add them here as well.  Each X terminal line should
# look like:
# XTerminalName:0 foreign
#
:0 local /usr/X11R6/bin/X +bs -deferglyphs 16

Unfortunately, this does not seem to work! The images are still 
obscured. What am I doing wrong? Do I need to enable save-unders as well?

Any help would be appreciated.

Andy




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Swap space was - Optimum partitioning

2002-03-01 Thread J. Grant

What are everyones opinions on the the swap issue? like If i have a 1GB 
swap partiion does it get fragmented? How does this get affected by the 
new VM in 2.4 kernels?

Does a larger swap file require more management and thus slows down a 
system if it is bigger than necessary?

JG

William Kenworthy wrote:
> Have not seen a method to dynamicly grow the file, but it certainly
> kills performance once you fill mem, swap and then go to disk file! 
> When 8.2 comes out I will redo the disk layout to something a bit more
> suited to what I need when I upgrade.  With win2000 prof, swap and
> reiserfs partitions on the same system, its rather difficult to just
> adjust things!
> 

> 
> 
>>Although I haven't done it, (393 megs ram 64 shared for video and about a
>>2% average usage of the 256megs of swap available) You can set up a swap
>>file in linux.  It works simular to the swap file in windows and just like
>>windows it's slower than a swap partition.  It can however from what I'm
>>told grow dynamically with your system.  This might do what you are
>>talking about.  
>>
>>James





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Optimum partitioning

2002-03-01 Thread William Kenworthy

Have not seen a method to dynamicly grow the file, but it certainly
kills performance once you fill mem, swap and then go to disk file! 
When 8.2 comes out I will redo the disk layout to something a bit more
suited to what I need when I upgrade.  With win2000 prof, swap and
reiserfs partitions on the same system, its rather difficult to just
adjust things!

BillK

On Fri, 2002-03-01 at 15:31, James wrote:
> On 01 Mar 2002 09:42:48 +0800
> William Kenworthy <[EMAIL PROTECTED]> wrote:
> 
> > I have 256 ram and 512 swap - and regularly run out of space (single
> > user processing largish files at times), resorting to additional swap


> 
> Although I haven't done it, (393 megs ram 64 shared for video and about a
> 2% average usage of the 256megs of swap available) You can set up a swap
> file in linux.  It works simular to the swap file in windows and just like
> windows it's slower than a swap partition.  It can however from what I'm
> told grow dynamically with your system.  This might do what you are
> talking about.  
> 
> James
> 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] How to enable authentication in Postfix?

2002-03-01 Thread David Guntner

With the new update of Postfix that was just released by Mandrake, I made 
sure to install it as well as the various libsasl .rpm files.  I just tried 
to connect (manually) to my mail port to see how it looked.  What I got 
was:

/home/davidg$ telnet {myhost} 25
Trying {my IP}...
Connected to {myhost}.
Escape character is '^]'.
220 No UCE No UBE No Spam {myhost} ESMTP Postfix (Postfix-20010228-pl03) 
(Mandrake Linux)
ehlo localhost
250-{myhost}
250-PIPELINING
250-SIZE 1024
250-ETRN
250 8BITMIME
auth login
503 Error: authentication not enabled

So the question is:  Now that I've got things in place, how to I tell 
Postfix to enable authentication?

  --Dave
-- 
  David Guntner  GEnie: Just say NO!
 http://www.akaMail.com/pgpkey/davidg or key server
 for PGP Public key




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] D-Link DFE 530TX Network Card Install Error

2002-03-01 Thread Craig Steffler

I've got Mandrake 7.2 running on a Compaq AMD 475
I tried to install a D-Link Ethernet Card DFE-530TX+ and when I run the
insmod command in the /usr/src/linux
directory I get the error:
Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters

I tried searching the D-Link Site for Tech Support. It's pretty much
non-existent, not entirely unexpected.
Their instructions for linux are somewhat vague. All the SysAdmins I
know are less familiar with Mandrake or
haven't done that many network card installs in some time.

I've noticed in the Linuxconf - Network Configuration the IO port and
IRQ entries at the bottom. Are they related?

I guess this is what I get for not sticking with that C class many moons
ago.

Thanks in advance to anyone who has a clue at what to do.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com