Re: [expert] problem mounting cdrom

2001-10-28 Thread Eric Paynter

On October 28, 2001 08:44 pm, Ricardo Castanho de O. Freitas wrote:
> My fstab is *exactly* like this!
> It mounts but no permission to read!
> The permission is set to user:cdrom!

My permissions look like this:

dr-xr-xr-x3 root root 2048 Sep 26 06:10 cdrom/

Have you tried a different disc?

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] problem mounting cdrom

2001-10-28 Thread Eric Paynter

On October 28, 2001 03:32 pm, you wrote:
> I installed mdk 8.1 on my box at home and work. I have the same problem
> with both, can't mount the cdrom. I've read the info help files about
> making changes to the etc/fstab file. I'm doing something right. Anyone
> that doesn't have this problem reply to this message with the line that
> shows the cdrom info from your fstab file so I can see what I'm doing
> wrong.

/dev/hdb /mnt/cdrom auto 
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0

^.. with NO line break :-)

-Eric 
-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] SB AWE64 failing to load - Mandrake 8.1

2001-10-27 Thread Eric Paynter

On October 27, 2001 06:33 pm, you wrote:
> Try this.
>
> 1. Remark or remove an reference to a sound card in your
> /etc/modules.conf file, then do a depmod -ae.
>
>
> 2. Reboot and go into your BIOS and insure that PNP OS is set to NO.
>
> 3. Prossible when Linux reboots new hardware will be found.
>
> if not
>
> 4. Got to the control center and configure your SB 64 there.
>
> Good luck
>
> Larry

You da man! That did the trick. My modules.conf had no references, but 
PNP OS was on in the BIOS. I turned that off, but Control Center still 
couldn't configure it. I tried sndconfig and it worked!

Thanks everyone for your help. I'm listening to my mp3's again.

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] SB AWE64 failing to load - Mandrake 8.1

2001-10-27 Thread Eric Paynter

That's even more interesting seeing as how I haven't recompiled the kernel. 
It's the 2.4.8 kernel that was released as a security patch a few weeks ago...

-Eric

On October 27, 2001 03:00 pm, you wrote:
> It looks as if isa_pnp is linked into the kernel:
> #
> # Plug and Play configuration
> #
> CONFIG_PNP=y
> CONFIG_ISAPNP=y
> CONFIG_PNPBIOS=y
>
>  -- Bjarne
>
> Eric Paynter wrote:
> > OK. lsmod returns nothing that seems related to sound. Here is the
> > output:
> >
> > 
> > [root@europa etc]# lsmod
> > Module  Size  Used by
> > binfmt_misc 6208   1
> > nfsd   70464   8  (autoclean)
> > lockd  51440   1  (autoclean) [nfsd]
> > sunrpc 66480   1  (autoclean) [nfsd lockd]
> > lp  5808   0
> > parport_pc 20240   1
> > parport24768   1  [lp parport_pc]
> > af_packet  12560   0  (autoclean)
> > usb-uhci   21232   0  (unused)
> > usbcore50752   1  [usb-uhci]
> > tulip  36400   1  (autoclean)
> > nls_iso8859-1   2880   1  (autoclean)
> > ntfs   49776   1  (autoclean)
> > rtc 5600   0  (autoclean)
> > ext3   63084   1
> > jbd39168   1  [ext3]
> > 
> >
> > So I can't unload anything. I went into the Control Center and when I try
> > to test the card, I get "modprobe: Can't locate module isa-pnp". I
> > scanned my HDD and sure enough there is no module by that name... I can't
> > find any rpm on the CD that claims to have that file either. Now I'm
> > really confused. Does Mdk8.1 not support isa-pnp anymore? That doesn't
> > make sense so I must have missed something. This was a pretty vanilla
> > install. I just chose "recommended" and selected all the workstation
> > stuff and none of the server stuff so I can't imagine that I "decided"
> > not to install it.
> >
> > Any other ideas?
> >
> > Thanks,
> >
> > -Eric
> >
> > On October 27, 2001 12:04 pm, Jose M. Sanchez wrote:
> > > A frequent mistake people make when using sndconfig is NOT first
> > > clearing the existing sound modules from RAM.
> > >
> > > If you don't clear them sndconfig cannot load them again, since they
> > > already exist and interfere with the new load (unless you happen to
> > > have two identical boards).
> > >
> > > Under LM8.1 sndconfig does not fully configure many sound cards. The
> > > Mandrake Control Panel does a MUCH BETTER job.
> > >
> > > Remove all sound related modules from RAM
> > >
> > > "lsmod"
> > >
> > > "rmmod sound" etc.
> > >
> > > If rmmod states that a mod is busy, there is another module which must
> > > be removed first...
> > >
> > > Get rid of all of them then go into the control panel and configure
> > > your card from their.
> > >
> > > Reboot (yeah really, restarting the sound daemon does not seem to give
> > > you all the new device entries).
> > >
> > > Use AUXMIX to turn up all the mixer values and go back into the
> > > KDEcontrol Panel and "Save" the mixer state, so that things get
> > > automatically set upon the next boot.
> > >
> > > The KDEcontrol panel modifies the ALSA-CTL files which are used at
> > > boot.
> > >
> > > -JMS
> > >
> > > |-Original Message-
> > > |From: [EMAIL PROTECTED]
> > > |[mailto:[EMAIL PROTECTED]] On Behalf Of Eric Paynter
> > > |Sent: Saturday, October 27, 2001 2:40 PM
> > > |To: [EMAIL PROTECTED]
> > > |Subject: [expert] SB AWE64 failing to load - Mandrake 8.1
> > > |
> > > |
> > > |I recently upgraded (read: re-installed) to Mandrake 8.1.
> > > |Since then, my
> > > |sound card has not been working. The sound card was working fine under
> > > |Mandrake 8.0 and still works when I boot to Win98SE. It's a
> > > |Creative SB AWE64.
> > > |
> > > |When I run sndconfig, it first says:
> > > |
> > > |
> > > |ISAPNP Probe Results
> > > |
> > > | A ISAPNP sound card was found in
> > > | your system. The details are:
> > > |
> > > |  Model: Creative SB AWE64
> > > | PnP:Audio
> > >

[expert] SB AWE64 failing to load - Mandrake 8.1

2001-10-27 Thread Eric Paynter

I recently upgraded (read: re-installed) to Mandrake 8.1. Since then, my 
sound card has not been working. The sound card was working fine under 
Mandrake 8.0 and still works when I boot to Win98SE. It's a Creative SB AWE64.

When I run sndconfig, it first says:


ISAPNP Probe Results

 A ISAPNP sound card was found in
 your system. The details are:

  Model: Creative SB AWE64
 PnP:Audio


OK. All looks good so far. Hit OK for the sound sample, and I get:


modprobe error

 The following error occurred running the modprobe program:

 /lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz:
 init_module: No such device
 /lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz: insmod
 /lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz failed
 /lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz: insmod
 sound-slot-0 failed


OK. Not so good... It spits me into manual config and I try a zillion 
combinations for IRQ/IO/DMA including those which work for Win98 and still, 
the same thing comes out. Also, I'm not sure if this is relavent, but when I 
probe the driver with insmod, it returns unresolved symbols. Is this supposed 
to happen? Maybe my sb.o is corrupt?


[eric@europa eric]$ /sbin/insmod -p sb
Using /lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz
/lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz: unresolved symbol 
probe_sbmpu_Rddc8ad00
/lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz: unresolved symbol 
smw_free_R450f9aea
/lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz: unresolved symbol 
sb_dsp_detect_Rd8a2731c
/lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz: unresolved symbol 
sb_dsp_unload_Rc4884969
/lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz: unresolved symbol 
unload_sbmpu_R74afd69c
/lib/modules/2.4.8-26mdk/kernel/drivers/sound/sb.o.gz: unresolved symbol 
sb_dsp_init_Re986438b



Thanks for any help getting this working,

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] backups

2001-09-30 Thread Eric Paynter

On September 30, 2001 10:21 pm, Mike & Tracy Holt wrote:
> Hello experts
> I excitedly installed norton ghost (with support for my yamaha 16x cd
> burner) and was so happy that I could make images of my drive (ALL
> operating systems!) and when problems arise, reinstall everything in a
> matter of minutes to prestine state.  My problem now is that I've
> migrated to XFS and I don't have that comfort know that if something
> happens, I can restore my system in minutes to exactly the way it was.
>  Can someone point me to something comparable for linux using jounaling
> filesystems?

Try using ext3 as your journaling filesystem. It has the exact same specs as 
ext2 with journaling as an additional layer, so I'm assuming that ghost will 
treat it as ext2 and copy it as such.

I haven't used the latest version, so others can correct me if I'm wrong, but 
originally, you could mount the same fs as ext2 or ext3 and it would work 
either way, back and forth, with no problems.

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] LILO - Fatal Error (for a friend-rush please?)

2001-09-23 Thread Eric Paynter

On September 23, 2001 01:18 pm, Leif Madsen wrote:
> Friend of mine recently installed Mandrake 8.0 onto his laptop.  He now
> can't get into his Win2K partition (which is important for school
> tommorow).  This is his current lilo.conf file.

The quick and dirty way to get back into windoze (while blowing away LILO for 
now) is to boot to DOS and rewrite the master boot record. Your windoze 
recovery disk should have the appropriate files present. Simply run "fdisk 
/mbr" from the DOS command line. Then run "fdisk" and select your windoze 
partition as "active". Then remove your recovery disk and reboot. It should 
come up with windoze. You can fix LILO later by booting from your madrake 
install CD.

Good luck!

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] Apache update

2001-09-22 Thread Eric Paynter

On September 22, 2001 07:53 pm, you wrote:
> Hello Gang,
>
> With all the messages about problems with the latest Apache upgrade, I'm a
> little leary of installing it.  Were there any significant security holes
> in 1.3.12 or 1.3.14?
>
> Bob

Apparently, there is a bug in anything before 1.3.19 that allows people to 
perform directory listings on directories where this is not supposed to be 
permitted. I'm not sure of any other relevant security problems between 
1.3.14 and 1.3.19. I don't know anything about 1.3.12...

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] LM 7.2 and rpmdrake

2001-09-22 Thread Eric Paynter

On September 22, 2001 06:24 am, D. R. Evans wrote:
> On 21 Sep 01, at 19:55, Eric Paynter wrote:
> > On September 21, 2001 07:03 pm, you wrote:
> > > I don't know how this happened, but suddenly I can no longer install
> > > rpms from my LM 7.2 installation CDs.
> >
> > What happens when you do a "rpm -qa" at the command line?
>
> I see a ton of stuff in the database.
>
> I also discovered since posting my message that kpackage still works.

What I would do (no guarantees that this will work) is just wipe it and 
reinstall it...

rpm -e rpmdrake
rpm -ivh /mnt/cdrom/Mandrake/RPMS/rpmdrake-.rpm

I can't remember if rpmdrake has been patched, so check MandrakeUpdate 
afterwards or go to a mirror and download and manually install any updates 
you find.

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] closing ports

2001-09-21 Thread Eric Paynter

On September 21, 2001 08:02 pm, [EMAIL PROTECTED] wrote:
> I know about nmap.  When you're not on a linux box and you need this
> sort of tool (god forbid) , it's nice to know where to find it.  Know
> what I'm sayin?

Point taken...

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] closing ports

2001-09-21 Thread Eric Paynter

On September 21, 2001 08:08 pm, you wrote:
> ahh ... scanning yourself from the same box is *almost* irrelevant!

LOL! Of course that isn't what I meant! Sorry, my silly assumption that 
everybody has at least two boxes and can ssh to some other one on the 
outside... How easy it is to forget what the world was like before computers 
become my world. ;-)

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] LM 7.2 and rpmdrake

2001-09-21 Thread Eric Paynter

On September 21, 2001 07:03 pm, you wrote:
> I don't know how this happened, but suddenly I can no longer install
> rpms from my LM 7.2 installation CDs.
>
> When I start rpmdrake I get a message that "RpmDrake was unable to find
> any package. Please, check your installation. If you made an NFS
> install, check the NFS directories are still correctly mounted".
>

What happens when you do a "rpm -qa" at the command line?

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] closing ports

2001-09-21 Thread Eric Paynter

On September 21, 2001 03:40 am, you wrote:
>Coming from the BSD world I can say that to "close" a port I would
> simply edit /etc/services and comment out (add a # sign) at the front of
> every line for a port and service I didn't need/want running.  Wouldn't
> this work the same in Linux?  If not, does anyone know why?

That will work if you are using a super-daemon like inetd or xinetd. However, 
it won't close the ports that other servers are listening on.

If you have servers running that you only want localhost to have access to, 
try using iptables to block them. For instance, let's say you have mysql 
running and you don't want it visible on the network. Then do:

iptables -A INPUT -p tcp --dport 3306 -s ! 127.0.0.1 -j DROP

This says add (-A) to the INPUT table the rule that if a something arrives 
whose protocol (-p) is tcp and whose destination port (--dport) is 3306 and 
whose source (-s) IP is not (!) 127.0.0.1, then jump (-j) to the DROP table. 
Obviously, the DROP table drops the packet on the floor. 

-Eric


-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: [expert] closing ports

2001-09-21 Thread Eric Paynter

On September 21, 2001 07:00 pm, you wrote:
> What is the URL of the self-scan page, BTW?

Why not use nmap and nmapfe for scanning? It is available as an RPM in the 
distribution...

-Eric

-- 
arctic bears - email and name services
25 email addresses@yourdomain CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit http://www.arcticbears.com



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



Re: (fwd) Re: [expert] apache 1.3.14 --> 1.3.20 upgrade

2001-09-20 Thread Eric Paynter

On September 20, 2001 08:08 pm, you wrote:
> update... there is definately a problem with mod_ssl that we're
> attempting to track down ASAP.  This is the first I've heard of any

Wow... so I'm not the only person having problems with mod_ssl after the RPM 
upgrade. When it is fixed, will there be a notice posted to this list?

-Eric

-- 
arctic bears - the internet - your way.
email hosting from US$8/month, domains from US$19/year.
http://www.arcticbears.com



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