[expert] Music CD

2001-06-08 Thread OOzy Pal

Hiya all

How can I play music CD on my LM8 box. The CD works
fine in my Home CD Player but when I put it in my
computer CD ROM it does not work. I used few
multimedia programs from the KDE Menu but not help.



=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] Name Mangling with Samba?

2001-06-08 Thread root

Weird backup problem -- Thank god I've been buring CD's occasionally
(much more often now).

Setup:
  Server
LM 7.2, 2.2.19 kernel
Samba 2.09
  Computer used for backup
WIN95 (I know, I know, that's the problem, but it has a tape drive)
  Tape backup
Conner Travan 3 drive - floppy interface
  Backup Software
Conner (now Seagate) Backup exec

History:
  Used the tape drive to full/incrementally backup all data on a
weekly/daily basis. The tape worked like a charm when the network was
all peer-to-peer M$ machines. Replaced the overworked secretary's
d-drive data repository with the server (see above). I have the firm's
data share mapped as F: in the Windows world. I continued to use the
Conner tape backup to backup all data. (Used to be backing up
peer-to-peer from secretary's D: drive, mapped as F:, Now have the
[Rankin Bertin] Samba share mapped as F:.

  The backup works great -- almost. It seems that the file names copied
from the Samba share that get 'recorded' or stored on the tape are
mangled to an 8.3 or .yyy format. This doesn't happen if I back
up information from a WinXX computer.  What is really weird is that the
Conner backup exec software "catalogs" the files with their full file
name, but the actual filename as it exists on the tape is mangled to
8.3. I'm stumped. There is no way to correlate between what is 'indexed'
and what gets 'stored' on the tape.

Admittedly, I don't think this is a Linux or Samba problem. (Anyone else
using a similar backup scheme, better try a restore test)

The Problem:

  The problem is that if I try to restore a file, the restore component
of the Conner software can't find the file on the tape. This is because
the backup 'index' contains the full - long file name, while the actual
tape catalog contains the mangled 8.3 or .yyy version of the
file name.

  Now don't get me wrong, I know the data is being written to tape, but
can you imagine the amount of time it would take to untangle 200 meg of
20k files that all start with ltr-*&$%.doc, when it should say ltr-smith
20010608.doc, or whatever? (without the statistical bs, lets just say
there are over 5000 permutations for any one given file)

  So the question to be resolved is:

(1) is there any way to stop the name mangling;
(2) if not, is there any Linux application that will talk to this tape
drive that will allow me to move it to the Linux box to get around this
problem; or
(3) if not, what is the best (and cheapest) tape drive I can get to
stick in the Linux box (no SCSI) that I can build a cron tab to run the
backup for to get a bullet proof backup each day.

Why you ask?

(1) I like to sleep;
(2) The bock stops here (not often enough);
(3) You know your in trouble when:
(a) You would be disbarred (castration is cruel and unusual punishment
unless your in Mississippi) for not being able to account for your
client trust;
(b) The IRS would wan't your 2nd born in settlement - no questions
asked;
(c) You look around and there is not ONE TYPEWRITER TO BE FOUND; and
(d) Due to the paperwork reduction act, a squirrel couldn't build a
nest with the paper records to be found around the office.

Though, much left unsaid, I NEED HELP AND ADVISE...



-- 
David C. Rankin, J.D., P.E.
ASEL -- Instrument
Nacogdoches, Texas
N31 34.7 W094 42.6
355 MSL




[expert] Can't make nut-0.44.3 into RPM

2001-06-08 Thread root

I need help. (Sincerely)

I downloaded nut-0.44.3.tar.gz and I read the information required to
build an RPM from the tarball. rpm -ta nut-0.44.3.tar.gz I have an AMD
k6-233 w/Mandrake 7.2 2.2.19-4 kernel. Something really strange happens.
When I execute the rpm -ta command, it starts to build. It creates the
source tree in /usr/src/RPM/BUILD/nut-0.44.3. A file is created in
/var/tmp/rpm.tmp-27557 with the contents of:

***

#!/bin/sh

RPM_SOURCE_DIR="/home/RPM/SOURCES"
RPM_BUILD_DIR="/usr/src/RPM/BUILD"
RPM_OPT_FLAGS="-O3 -fomit-frame-pointer -pipe -s -march=pentium
-ffast-math -fexpensive-optimizations"
RPM_ARCH="i386"
RPM_OS="linux"
export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_ARCH RPM_OS
RPM_DOC_DIR="/usr/share/doc"
export RPM_DOC_DIR
RPM_PACKAGE_NAME="nut"
RPM_PACKAGE_VERSION="0.44.3"
RPM_PACKAGE_RELEASE="1"
export RPM_PACKAGE_NAME RPM_PACKAGE_VERSION RPM_PACKAGE_RELEASE
RPM_BUILD_ROOT="/var/tmp/nut-0.44.3-root"
export RPM_BUILD_ROOT

set -x
umask 022
cd /usr/src/RPM/BUILD
cd /usr/src/RPM/BUILD
rm -rf nut-0.44.3
/bin/gzip -dc /home/RPM/SOURCES/nut-0.44.3.tar.gz | tar -xf -
STATUS=$?
if [ $STATUS -ne 0 ]; then
  exit $STATUS
fi
cd nut-0.44.3
[ `/usr/bin/id -u` = '0' ] && /bin/chown -Rhf root .
[ `/usr/bin/id -u` = '0' ] && /bin/chgrp -Rhf root .
/bin/chmod -Rf a+rX,g-w,o-w .
autoconf

exit 0

**

All looks correct! (don't know if the double entries are giving me
problems..)

The build dies with the error:

**

[root@Skyline SOURCES]# rpm -ta nut-0.44.3.tar.gz
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.18275
+ umask 022
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf nut-0.44.3
+ /bin/gzip -dc /home/RPM/SOURCES/nut-0.44.3.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nut-0.44.3
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ autoconf
/var/tmp/rpm-tmp.18275: autoconf: command not found
Bad exit status from /var/tmp/rpm-tmp.18275 (%prep)

**

So it looks like autoconf is my problem. Yes, I admit its a problem,
because I don't know enough to fix it I need help. What's going on
here? Well to keep pressing on, I may have out smarted myself, because I
figured that as long as the source tree was there, I should be able to
just build it manually, (./configure, make, make install) Well, the
./configure and make seem to have worked as they should.

Installed gd and ./configure yields the following:

**

[root@Skyline nut-0.44.3]# ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking for flock... yes
checking for cfsetispeed... yes
checking for tcsendbreak... yes
checking for setsid... yes
checking for fcvt... yes
checking for fcvtl... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for setenv... yes
checking for inet_aton... yes
checking for strerror... yes
checking for strlcpy... no
checking for strlcat... no
checking for err... yes
checking for atexit... yes
checking for getopt declarations... in unistd.h
checking whether to use uu_lock... no
checking for connect... yes
checking for TT_New_Glyph in -lttf... no
checking for XBell in -lX11... no
Retrying with -L /usr/X11R6/lib
checking for XBell in -lX11... no
checking for XpmReadFileToXpmImage in -lXpm... no
Retrying with
checking for XpmReadFileToXpmImage in -lXpm... no
checking for gdImagePng in -lgd... no
Trying again - using -L/usr/local/lib -I/usr/local/include...
checking for gdImagePng in -lgd... no
Trying again - using
checking for gdImagePng in -lgd... no
Trying again - using
checking for gdImagePng in -lgd... no
** You will not be able to build the CGI programs without gd.
**
** To get it, visit http://www.boutell.com/gd/
checking for gd.h... yes
checking for gd/gd.h... no
checking for sys/modem.h... no
checking for stdarg.h... yes
checking for varargs.h... yes
checking for sys/shm.h... yes
checking for err.h... yes
checking for mawk... mawk
checking state path... using default: /var/state/ups
checking model path... using default: /usr/local/ups/bin
checking cgi path... using default: /usr/local/ups/cgi-bin
checking pidpath... using default: /var/run
checking network port number... using default value
checking user to run as... using default: nobody
checking group to run as... using default: nogroup
checking facility for syslog... using default value
checking whether to use shared memory... yes
checking for msgget... yes
checking for shmat... yes
checking whether to use legacy double-open code... no
checking for long long... yes
updating cache ./config.cache
creating ./config.status

Re: [expert] inetd ?

2001-06-08 Thread Dan Swartzendruber

On Fri, 8 Jun 2001, Sheldon E. Newhouse wrote:

> Hello,
>  I just installed 8.0 and can't telnet into the host.  I am running
> both the telnet server and client.  It gives me a "connection
> refused."  I looked for /etc/inetd.conf and there is none.  What
> should I do?

not installed by default.  look on (i believe) cdrom #1 for the
telnet daemon.







RE: [expert] inetd ?

2001-06-08 Thread Scott Pham

Most  system services are started from /etc/rc.d/init.d. Well atleast
for most linux distribution. xinetd is the lastest internet daemon.

-Original Message- 
From: Sheldon E. Newhouse 
Sent: Fri 6/8/2001 11:12 PM 
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] 
Cc: 
Subject: Re: [expert] inetd ?



Well,
 I just had to start xinetd in /etc/rc.d/init.d

Is this written in the documentation somewhere? If not, it
should be.

Also, I really miss an index in the manuals included with the
distribution.

-Cheers,
 -sen




 winmail.dat


Re: [expert] inetd ?

2001-06-08 Thread Sheldon E. Newhouse

Well,
 I just had to start xinetd in /etc/rc.d/init.d

Is this written in the documentation somewhere? If not, it should be.

Also, I really miss an index in the manuals included with the distribution.

-Cheers,
 -sen




Re: [expert] inetd ?

2001-06-08 Thread John J. LeMay Jr.

** Reply to message from "Sheldon E. Newhouse" <[EMAIL PROTECTED]> on Fri, 08
Jun 2001 22:35:47 -0400

Check out /etc/xinetd.conf and the included scripts in /etc/xinetd.d. You may
need to create one for telnet.

John LeMay Jr.
Senior Enterprise Consultant
NJMC, LLC.





Re: [expert] SYM53c1010 Ultra 60

2001-06-08 Thread civileme

On Friday 08 June 2001 21:15, Jeanette Russo wrote:
> Has anyone been able to get this to work in Linux?
> I don't see it on the HCL for Mandrake?
> TIA
> Jeanette


There is apparently a proprietary driver for it from ASUS.  There are drivers 
being written for the 160 Ultras, and the newer aic7xxx.o module should 
control it (and mess up any CDROM you have attached at the same time).

It appears to ba a bit early yet for the best of drivers, but it is probably 
safe to snatch one of these controllers when the market is low, because there 
are works in the pipelines.  Hardware Digest has some documentation from 
users on overcoming problems in placing these cards in service.

Civileme




[expert] inetd ?

2001-06-08 Thread Sheldon E. Newhouse

Hello,
 I just installed 8.0 and can't telnet into the host.  I am running 
both the telnet server and client.  It gives me a "connection
refused."  I looked for /etc/inetd.conf and there is none.  What
should I do? 

TIA,
 -sen




[expert] SYM53c1010 Ultra 60

2001-06-08 Thread Jeanette Russo

Has anyone been able to get this to work in Linux? 
I don't see it on the HCL for Mandrake?
TIA
Jeanette




[expert] theme-selector-capplet Segfault

2001-06-08 Thread John J. LeMay Jr.

Hi all, 

I seem to have encountered a problem with theme-selector-capplet segfaulting
everytime I try to open it - either directly or via Gnome Control Center. This
does not happen as any user other than my default id, therefore I figure it must
be something in my ~/.  Unfortunately, I can't seem to figure out what! 

Any help would be appreciated!

John LeMay Jr.
Senior Enterprise Consultant
NJMC, LLC.





Re: [expert] ati radeon ve problems

2001-06-08 Thread David Savolainen

Hello everyone!

I am a little closer to getting my radeon ve card working.  I upgraded
to XFree86 4.1.0.  XFree86 no longer crashes on me, but nothing shows up
on the screen.  It is as if there is no signal of any kind being sent to
the monitor.  My XFree86.0.log log file does not indicate any errors. 
It appears as if XFree86 is working right.  Why is nothing appearing on
the screen?

David

David Savolainen wrote:
> 
> Hello everyone,
> 
> I have recently aquired an ati radeon ve video card and don't know how
> to get it working.  I decided to reinstall lm 8.0 for various reasons so
> I used the DrakeX XFree setup routine to configure it.  I was able to
> select "Radeon" from the video card list, and tried a couple different
> resolutions.  Every time I tried to test it though, it would display the
> following error messages:
> 
> /tmp/imm.o init_module: no such device
> /tmp/ppa.o init_module: no such device
> 
> Then it would dump me badk to DrakeX and give a message saying there
> were errors.  What should I do?  I would grately appreciate any help!
> 
> David




Re: [expert] Most Popular Linux Broswers

2001-06-08 Thread Bill Kenworthy

Maybe only a few ... but an important few (who obviously includes me!).
Seriously, text based browsers are in use in various forms for
handicapped people as well, and with Lynx you can check alt tags, and
other "access" features etc.  Also lynx/links are great if you want
something very fast and can also be used for things like the initial
ximian install scripts (which is probably not important for a viewable
web page!).

BillK

On 08 Jun 2001 14:55:22 -0400, Michael Leone wrote:
> > > What is Mozilla?
> > >
> >
> > Mozilla is the open source/freeware version of Netscape 6.  I use it
> > sometimes, but I'm not sure how popular it is.  It hasn't reached the
> > full release yet.  It's only on version 0.9.
> >
> > There are a number of other Linux browsers to think about.
> >
> > 1)  Netscape (obviously)
> > 2)  Galeon
> 
> Galeon uses the same "engine" that Mozilla uses, and so should render pages
> very closely to Mozilla.
> 
> > 3)  Nautilus
> 
> Nautilus calls on Mozilla to display HTML, doesn't it? It doesn't do it
> natively.
> 
> > 4)  Konqueror
> > 5)  Opera
> 
> Which, as a totally OT BTW, won't work on MS's suppport site - something
> about it not handling the VBScript there very well.
> (Altho that may only be the Windows version of Opera)
> 
> > 6)  Lynx (this is obviously a worst-case scenario, as Lynx is a
> > text-based browser).
> 
> Dunno about "worst"; I know some folks (very few, to be sure) who use it. Of
> course, they always complain when they go to some site with graphics, or
> Flash animation, etc.
> 
> 
> 
> 
> 





Re: [expert] Create a link (shortcut) to my html dir

2001-06-08 Thread David Savolainen

Hello

Instead of creating a link to another directory, you could edit your
httpd.conf file to point to your html directory of choice directly. 
Simply change the "DocumentRoot" variable to /home/ozzy/html 
Alternatively, if you want to have several users (ie a web address of
your.domain.name/~yourname/) create the directory public_html in your
home directory or whatever you set the UserDir variable to be.

Hope this helps!

David

OOzy Pal wrote:
> 
> Hello
> 
> My html directory which was created by apache is
> 
> /var/www/html/
> 
> How can I link this directory to a directory in my
> home dir
> 
> such as /home/oozy/html
> 
> so every time I go to home/oozy/html it takes me to /var/www/html/
> 
> =
> Regards,
> OOzy
> 
> What is the purpose of life?
> 
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/




Re: [expert] Fwd: [newbie] Linux "compatible" vid cards

2001-06-08 Thread Chris Spackman

On Fri, Jun 08, 2001 at 02:16:24PM -0700, John wrote:
> 
> 
> Excuse the forward the mail got bonced!
> 
> 
>  Does anyone have a recommendation for a video that will work in Linux that
> is not Nvidia based. I have a geforce 2 mx 32MB right now that likely will be
> going back to Best Buy as I cannot get it to work in LM8.0. I would like to
> get something that can offer close to the performance of the geforce 2 mx
> with roughly the same $100 price tag!
> 
> Thanks for any suggestions,
> John W
> 
> ---

I have been playing around with video cards a lot recently. Actually I just
put in a geforce 2 yesterday because my old voodoo 3 just doesn't have the
oomph to handle tribes2. The nvidia card set up with no problems here - what
kind of difficulty were / are you having?

Recommendations based on my very limited experiences:
If you are not playing Tribes 2, then the voodoo 3 will work fine but there
are problems with changing resolutions while in runlevel 5 (same problems
that the nvidia cards have?) so you have boot to runlevel 3 and then startx.
A bit of a pain perhaps but the card handles Q3A and UT with no problems. 

The matrox g400 is my recommendation if you aren't overly worried about 3d.
it works great, is reasonably stable (ymmv) and can also handle Q3A, UT, and
SoF with no problems, although a game with lots of people might result in
unacceptable framerates.

Both those cards can easily do a 12?? x 10?? desktop at 16 bit.

Sorry, i don't have any experience with any other cards except the nvidia i
got yesterday, so cannot say how the matrox or voodoo compare with ati or
other cards.

If you are planning to play Tribes 2, i would suggest sticking with the
nvidia - others might work, but not as nearly as well, from what i've seen.

-- 
Chris and Yoshiko Spackman

www.openhistory.org
[EMAIL PROTECTED]  (English)
[EMAIL PROTECTED]   (Japanese)

"I will not be pushed, filed, stamped, indexed, briefed, debriefed, or
numbered. My life is my own."
-The Prisoner

 PGP signature


Re: [expert] 3C905B-Combo network card

2001-06-08 Thread Pierre Fortin

Aleksey Naumov wrote:
> 
> Hi,
> 
> is anyone able to use a 3Com EtherLink 10/100 PCI 3C905B-Combo NIC with
> LM8.0?
> 
> Mine is connected via 10Base2 (thinnet) with BNC connectors, works
> perfect under windows,
> but not at all in LM8.0. I can't ping my gateway or anything else, I get
> "Destination Host Unreachable"
> all the time.

That usually indicates a routing problem; give us output from "route -n"...
  
Pierre




Re: [expert] Harddrives slowness moving to MD 8.0 from previous MD 7.2

2001-06-08 Thread civileme

OK your kernel is crippling itself because it is not able to confirm the 
flavor of VIA chipset you are using.


I am pasting this from a post I made regarding this very item.





Many folk have reported sluggish performance on their Mandrake 8.0 
installations.  Here are some reasons:

1.  See the article on MandrakeForum.  If you have a K6 with a VIA chipset, 
there is your explanation.

Also holds for some others--this was an engineering decision made on the 
basis of this:

http://www.au-ja.de/review-kt133a-1-en.html

2.  If you want to change that behavior, first choose whether you want 
reiserfs and full usb support or not.  If you do not care and don't mind a 
possibly significant risk to your data, then

put in CD2

open a terminal(superuser mode)

rpm -ivh /mnt/cdrom/Mandrake/RPMS/kernel-linus2.4-2.4.3-2mdk

Open Mandrake Control Center

Go to Boot Configuration and choose LILO or Graphical LILO

Modify your linux boot

change the boot image to

vmlinuz-2.4.3-2mdklinus

close 

reboot

You will then have all the performance kernel2.4 is capable of delivering, 
though you might be able to improve it further by consulting

man hdparm

and tuning any ide drives you have.

You may also have significant risk to your data, but that is another story.  
If you do not, or are willing to take the risk and really want reiser, there 
is also kernel recompilation to consider.

Civileme


On Friday 08 June 2001 17:48, Guillermo wrote:
> Hi,
>
> I've been happily using MD 7.2 in my box and now I'm trying moving to
> 8.0.
> Everything seems to work properly but my hard drives that run extremely
> slowly, 2 MB/s.
> For exemple, from the comand:"/sbin/hdparm -d 1 /dev/hda" I
> get:
>
> "/dev/hda:
>   setting using -dma to 1 (on)
>   HDIO_SET_DMA failed: operation not permitted
>   using-dma  = 0 (off)"
>
> I've tyied to install it several times, upgrade de kernel, but nothing
> works.
> With MD 7.2 I used to get 16 Mb/s
>
> Does anyone has same suggestion.
> Thank you in advance.
>
>
>
>
> Here you can see the output of the "dmesg" comand
>
> "Linux version 2.4.5-3mdk ([EMAIL PROTECTED])
> (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release /
> Linux-Mandrake 8.1))
>  #1 Mon Jun 4 23:15:22 CEST 2001
> BIOS-provided physical RAM map:
> BIOS-e820:  - 0009fc00 (usable)
> BIOS-e820: 0009fc00 - 000a (reserved)
> BIOS-e820: 000f - 0010 (reserved)
> BIOS-e820: 0010 - 0fff (usable)
> BIOS-e820: 0fff - 0fff3000 (ACPI NVS)
> BIOS-e820: 0fff3000 - 1000 (ACPI data)
> BIOS-e820:  - 0001 (reserved)
> On node 0 totalpages: 65520
> zone(0): 4096 pages.
> zone(1): 61424 pages.
> zone(2): 0 pages.
> Kernel command line: BOOT_IMAGE=linux root=1607
> Initializing CPU#0
> Detected 1214.458 MHz processor.
> Console: colour VGA+ 80x25
> Calibrating delay loop... 2424.83 BogoMIPS
> Memory: 254792k/262080k available (996k kernel code, 6900k reserved,
>  351k data, 700k init, 0k highmem)
> Dentry-cache hash table entries: 32768 (order: 6, 262144 bytes)
> Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
> Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
> Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
> CPU: Before vendor init, caps: 0183f9ff c1c7f9ff , vendor = 2
> Intel machine check architecture supported.
> Intel machine check reporting enabled on CPU#0.
> CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
> CPU: L2 Cache: 256K (64 bytes/line)
> CPU: After vendor init, caps: 0183f9ff c1c7f9ff  
> CPU: After generic, caps: 0183f9ff c1c7f9ff  
> CPU: Common caps: 0183f9ff c1c7f9ff  
> CPU: AMD Athlon(tm) Processor stepping 02
> Enabling fast FPU save and restore... done.
> Checking 'hlt' instruction... OK.
> POSIX conformance testing by UNIFIX
> mtrr: v1.40 (20010327) Richard Gooch ([EMAIL PROTECTED])
> mtrr: detected mtrr type: Intel
> PCI: PCI BIOS revision 2.10 entry at 0xfb420, last bus=1
> PCI: Using configuration type 1
> PCI: Probing PCI hardware
> Unknown bridge resource 2: assuming transparent
> PCI: Using IRQ router default [1106/3099] at 00:00.0
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> PnP: PNP BIOS installation structure at 0xc00fbe80
> PnP: PNP BIOS version 1.0, entry at f:beb0, dseg at f
> Linux NET4.0 for Linux 2.4
> Based upon Swansea University Computer Society NET3.039
> Initializing RT netlink socket
> apm: BIOS version 1.2 Flags 0x07 (Driver version 1.14)
> Starting kswapd v1.8
> VFS: Diskquotas version dquot_6.5.0 initialized
> pty: 256 Unix98 ptys configured
> Serial driver version 5.05b (2001-05-03) with HUB-6 MANY_PORTS MULTIPORT
>  SHARE_IRQ SERIAL_PCI ISAPNP enabledttyS00 at 0x03f8 (irq = 4) is a 16550A
> block: queued sectors max/low 169285kB/56428

[expert] Re: Fwd: Two internet conexions

2001-06-08 Thread civileme

On Friday 08 June 2001 23:36, Francisco Alcaraz Ariza wrote:
>  Dear folks, is the second time I put this message in the list; I am
> starting to think that it is impossible to do that but, hear is the
> question again.
>
>  I have for my laptop two possible internet conexion, one in the
>  University (a lan conexion), where I work, and other at home (a cable
> modem conexion). Using Mandrake Control
>  Center I have to profiles, the default, with the characteristics of my
>  home conexion, and other named Facultad (Faculty) with the data of the
>  University and IP conexion.
>
>  Of course I would like to easily switch between both profiles, to use
>  each one in the appropriate site.
>
>  How can I do that?
>
>  Thanks a lot for your kind attention, yours 

> Francisco Alcaraz
> Murcia (Spain)


What is wrong with DrakProfile--you set up each connection on there and then 
just use the DrakProfile program to switch between them.

It is really simple to use and does exactly what you ask if it works at all.

Please try it.

Civileme




Re: [expert] /dev/rtc and VMware

2001-06-08 Thread Juergen Helmers

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 08 June 2001 18:13, OOzy Pal wrote:
> Hi gurus
>
> I installed VMware and when I ran it it say that
>
> The high resolution time in not currently available.
>
> How can I install it.
>
> =
> Regards,
> OOzy

That is the real time clock. Issue 

"modprobe rtc"

You might want to include that into /etc/rc.local

Juergen

- -- 
Juergen HelmersRockefeller University
1230 York Ave. Box 168 New York, NY 10021
[EMAIL PROTECTED]
http://leoni.rockefeller.edu   1.212.327-8896
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjshUgEACgkQKwxXJCPC6kpmIgCgh+LhaThBRTfyObUZLjgflnGI
BisAn2zg0uQTfxsb2iKpVE5nyGpah5z6
=/MSZ
-END PGP SIGNATURE-




[expert] /dev/rtc and VMware

2001-06-08 Thread OOzy Pal

Hi gurus 

I installed VMware and when I ran it it say that 

The high resolution time in not currently available.

How can I install it.

=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] Harddrives slowness moving from MD 7.2 to MD 8.0

2001-06-08 Thread Guillermo

Hi,

I've been happily using MD 7.2 in my box and now I'm trying moving to
8.0.
Everything seems to work properly but my hard drives that run extremely
slowly, 2 MB/s.
For exemple, from the comand:"/sbin/hdparm -d 1 /dev/hda" I get:

"/dev/hda:
  setting using -dma to 1 (on)
  HDIO_SET_DMA failed: operation not permitted
  using-dma  = 0 (off)"

I've tyied to install it several times, upgrade de kernel, but nothing
works.
With MD 7.2 I used to get 16 Mb/s

Does anyone has same suggestion.
Thank you in advance.




Here you can see the output of the "dmesg" comand

"Linux version 2.4.5-3mdk ([EMAIL PROTECTED])
(gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release /
Linux-Mandrake 8.1))
 #1 Mon Jun 4 23:15:22 CEST 2001
BIOS-provided physical RAM map:
BIOS-e820:  - 0009fc00 (usable)
BIOS-e820: 0009fc00 - 000a (reserved)
BIOS-e820: 000f - 0010 (reserved)
BIOS-e820: 0010 - 0fff (usable)
BIOS-e820: 0fff - 0fff3000 (ACPI NVS)
BIOS-e820: 0fff3000 - 1000 (ACPI data)
BIOS-e820:  - 0001 (reserved)
On node 0 totalpages: 65520
zone(0): 4096 pages.
zone(1): 61424 pages.
zone(2): 0 pages.
Kernel command line: BOOT_IMAGE=linux root=1607
Initializing CPU#0
Detected 1214.458 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 2424.83 BogoMIPS
Memory: 254792k/262080k available (996k kernel code, 6900k reserved,
 351k data, 700k init, 0k highmem)
Dentry-cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
CPU: Before vendor init, caps: 0183f9ff c1c7f9ff , vendor = 2
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After vendor init, caps: 0183f9ff c1c7f9ff  
CPU: After generic, caps: 0183f9ff c1c7f9ff  
CPU: Common caps: 0183f9ff c1c7f9ff  
CPU: AMD Athlon(tm) Processor stepping 02
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch ([EMAIL PROTECTED])
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfb420, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 2: assuming transparent
PCI: Using IRQ router default [1106/3099] at 00:00.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
PnP: PNP BIOS installation structure at 0xc00fbe80
PnP: PNP BIOS version 1.0, entry at f:beb0, dseg at f
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.14)
Starting kswapd v1.8
VFS: Diskquotas version dquot_6.5.0 initialized
pty: 256 Unix98 ptys configured
Serial driver version 5.05b (2001-05-03) with HUB-6 MANY_PORTS MULTIPORT
 SHARE_IRQ SERIAL_PCI ISAPNP enabledttyS00 at 0x03f8 (irq = 4) is a 16550A
block: queued sectors max/low 169285kB/56428kB, 512 slots per queue
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller on PCI bus 00 dev 89
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: Unknown VIA SouthBridge, contact Vojtech Pavlik <[EMAIL PROTECTED]>
hda: ST320420A, ATA DISK drive
hdb: 10X8X32, ATAPI CD/DVD-ROM drive
hdc: SAMSUNG SV0844D, ATA DISK drive
hdd: SAMSUNG DVD-ROM SD-606F, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide0: probed IRQ 14 failed, using default.
ide1 at 0x170-0x177,0x376 on irq 15
ide1: probed IRQ 15 failed, using default.
hda: 39851760 sectors (20404 MB) w/2048KiB Cache, CHS=2480/255/63
hdc: 16514064 sectors (8455 MB) w/480KiB Cache, CHS=16383/16/63
hdb: ATAPI 32X CD-ROM CD-R/RW drive, 4096kB Cache
Uniform CD-ROM driver Revision: 3.12
hdd: ATAPI 32X DVD-ROM drive, 512kB Cache
Partition check:
 hda: hda1 hda2 < hda5 hda6 hda7 hda8 >
 hdc: hdc1 < hdc5 hdc6 hdc7 >
md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md.c: sizeof(mdp_super_t) = 4096
autodetecting RAID arrays
autorun ...
... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Uncompressingdone.
Freeing initrd memory: 167k freed
VFS: Mounted roo

Re: [expert] Fwd: Two internet conexions

2001-06-08 Thread Ian Cottrell

Francisco
 Take a look at something called schemes.  I've never used them, but 
that are for doing exactly what you want.

 I have the same situation as you; one laptop that oscillates between 
work and home.  Since the offices dhcp to assign IP numbers et al, I set 
up a small dhcp server on my hme Linux box (firewall) and now my laptop 
is simple set for dhcp.  No matter where I plug it in, it gets all the right info 
from the appropriate dhcp server.  Good luckIan

>  Dear folks, is the second time I put this message in the list; I am starting
> to think that it is impossible to do that but, hear is the question again.
> 
>  I have for my laptop two possible internet conexion, one in the
>  University (a lan conexion), where I work, and other at home (a cable modem
> conexion). Using Mandrake Control
>  Center I have to profiles, the default, with the characteristics of my
>  home conexion, and other named Facultad (Faculty) with the data of the
>  University and IP conexion.
> 
>  Of course I would like to easily switch between both profiles, to use
>  each one in the appropriate site.
> 
>  How can I do that?
> 
>  Thanks a lot for your kind attention, yours sincerely
> 
> ___
> Francisco Alcaraz
> Murcia (Spain)
> 






[expert] Harddrives slowness moving to MD 8.0 from previous MD 7.2

2001-06-08 Thread Guillermo

Hi,

I've been happily using MD 7.2 in my box and now I'm trying moving to
8.0.
Everything seems to work properly but my hard drives that run extremely
slowly, 2 MB/s.
For exemple, from the comand:"/sbin/hdparm -d 1 /dev/hda" I get:

"/dev/hda:
  setting using -dma to 1 (on)
  HDIO_SET_DMA failed: operation not permitted
  using-dma  = 0 (off)"

I've tyied to install it several times, upgrade de kernel, but nothing
works.
With MD 7.2 I used to get 16 Mb/s

Does anyone has same suggestion.
Thank you in advance.




Here you can see the output of the "dmesg" comand

"Linux version 2.4.5-3mdk ([EMAIL PROTECTED])
(gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release /
Linux-Mandrake 8.1))
 #1 Mon Jun 4 23:15:22 CEST 2001
BIOS-provided physical RAM map:
BIOS-e820:  - 0009fc00 (usable)
BIOS-e820: 0009fc00 - 000a (reserved)
BIOS-e820: 000f - 0010 (reserved)
BIOS-e820: 0010 - 0fff (usable)
BIOS-e820: 0fff - 0fff3000 (ACPI NVS)
BIOS-e820: 0fff3000 - 1000 (ACPI data)
BIOS-e820:  - 0001 (reserved)
On node 0 totalpages: 65520
zone(0): 4096 pages.
zone(1): 61424 pages.
zone(2): 0 pages.
Kernel command line: BOOT_IMAGE=linux root=1607
Initializing CPU#0
Detected 1214.458 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 2424.83 BogoMIPS
Memory: 254792k/262080k available (996k kernel code, 6900k reserved,
 351k data, 700k init, 0k highmem)
Dentry-cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)
Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
CPU: Before vendor init, caps: 0183f9ff c1c7f9ff , vendor = 2
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After vendor init, caps: 0183f9ff c1c7f9ff  
CPU: After generic, caps: 0183f9ff c1c7f9ff  
CPU: Common caps: 0183f9ff c1c7f9ff  
CPU: AMD Athlon(tm) Processor stepping 02
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch ([EMAIL PROTECTED])
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfb420, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 2: assuming transparent
PCI: Using IRQ router default [1106/3099] at 00:00.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
PnP: PNP BIOS installation structure at 0xc00fbe80
PnP: PNP BIOS version 1.0, entry at f:beb0, dseg at f
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.14)
Starting kswapd v1.8
VFS: Diskquotas version dquot_6.5.0 initialized
pty: 256 Unix98 ptys configured
Serial driver version 5.05b (2001-05-03) with HUB-6 MANY_PORTS MULTIPORT
 SHARE_IRQ SERIAL_PCI ISAPNP enabledttyS00 at 0x03f8 (irq = 4) is a 16550A
block: queued sectors max/low 169285kB/56428kB, 512 slots per queue
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller on PCI bus 00 dev 89
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: Unknown VIA SouthBridge, contact Vojtech Pavlik <[EMAIL PROTECTED]>
hda: ST320420A, ATA DISK drive
hdb: 10X8X32, ATAPI CD/DVD-ROM drive
hdc: SAMSUNG SV0844D, ATA DISK drive
hdd: SAMSUNG DVD-ROM SD-606F, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide0: probed IRQ 14 failed, using default.
ide1 at 0x170-0x177,0x376 on irq 15
ide1: probed IRQ 15 failed, using default.
hda: 39851760 sectors (20404 MB) w/2048KiB Cache, CHS=2480/255/63
hdc: 16514064 sectors (8455 MB) w/480KiB Cache, CHS=16383/16/63
hdb: ATAPI 32X CD-ROM CD-R/RW drive, 4096kB Cache
Uniform CD-ROM driver Revision: 3.12
hdd: ATAPI 32X DVD-ROM drive, 512kB Cache
Partition check:
 hda: hda1 hda2 < hda5 hda6 hda7 hda8 >
 hdc: hdc1 < hdc5 hdc6 hdc7 >
md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md.c: sizeof(mdp_super_t) = 4096
autodetecting RAID arrays
autorun ...
... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Uncompressingdone.
Freeing initrd memory: 167k freed
VFS: Mounted roo

Re: [expert] NS6 and Virus

2001-06-08 Thread Paul Cox

On Friday, Jun 08, 2001, Scott Taylor wrote:

> At 10:40 AM 06/08/01, OOzy Pal wrote:
> >I downloaded NS6 from Netscape ftp site using WinNT
> >workstation, while downloading VShield poped up saying
> >that this file has a virus. Is this true? or becaus
> >the file is Linux type and VShield is Windows type program
> 
> 
> Save yourself the grief and don't bother with that version of Netscape, 
> it's broken.
> 
> Netscape 4.77, on the other hand, is not too bad and stable for the most part.

Or try Mozilla (0.8 comes with mandrake 8.0)... it's the open source
rewrite of Netscape (Netscape 6 was based on a really early beta of
Mozilla... mistake on AOL's part if you ask me).

-- 
[EMAIL PROTECTED], ICQ#: 25370820, OpenPGP key at www.keyserver.net
1024D/39F0BBF4 2024 B7CB 10BF 6BE7 2ECE  E0FD 1360 0181 39F0 BBF4

Current Linux uptime: 7 days 19 hours 46 minutes.




[expert] Fwd: Two internet conexions

2001-06-08 Thread Francisco Alcaraz Ariza

 Dear folks, is the second time I put this message in the list; I am starting 
to think that it is impossible to do that but, hear is the question again.

 I have for my laptop two possible internet conexion, one in the
 University (a lan conexion), where I work, and other at home (a cable modem
conexion). Using Mandrake Control
 Center I have to profiles, the default, with the characteristics of my
 home conexion, and other named Facultad (Faculty) with the data of the
 University and IP conexion.

 Of course I would like to easily switch between both profiles, to use
 each one in the appropriate site.

 How can I do that?

 Thanks a lot for your kind attention, yours sincerely

___
Francisco Alcaraz
Murcia (Spain)




[expert] Fwd: [newbie] Linux "compatible" vid cards

2001-06-08 Thread John



Excuse the forward the mail got bonced!


 Does anyone have a recommendation for a video that will work in Linux that
is not Nvidia based. I have a geforce 2 mx 32MB right now that likely will be
going back to Best Buy as I cannot get it to work in LM8.0. I would like to
get something that can offer close to the performance of the geforce 2 mx
with roughly the same $100 price tag!

Thanks for any suggestions,
John W

---




[expert] 3C905B-Combo network card

2001-06-08 Thread Aleksey Naumov

Hi,

is anyone able to use a 3Com EtherLink 10/100 PCI 3C905B-Combo NIC with
LM8.0?

Mine is connected via 10Base2 (thinnet) with BNC connectors, works
perfect under windows,
but not at all in LM8.0. I can't ping my gateway or anything else, I get
"Destination Host Unreachable"
all the time.

I am thinking, could it be because the card chooses the wrong interface,
say 10BaseT instead of
10Base2? The "3c59x" module loads fine (but gets me nowhere), but I
can't find out if it
accepts any options, such as the interface...

The newer "3c90x" does not load at all. It gives:

[root@botik 3c90x-1.0.0]# insmod 3c90x
Using /lib/modules/2.4.3-20mdk/kernel/drivers/net/3c90x.o.gz
Warning: /lib/modules/2.4.3-20mdk/kernel/drivers/net/3c90x.o.gz
parameter switchdelay has max < min!
/lib/modules/2.4.3-20mdk/kernel/drivers/net/3c90x.o.gz: init_module: No
such device
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters

or if I try to set media to 10Base2:

[root@botik 3c90x-1.0.0]# insmod 3c90x media_select=3
Using /lib/modules/2.4.3-20mdk/kernel/drivers/net/3c90x.o.gz
Warning: /lib/modules/2.4.3-20mdk/kernel/drivers/net/3c90x.o.gz
parameter switchdelay has max < min!
/lib/modules/2.4.3-20mdk/kernel/drivers/net/3c90x.o.gz: unknown
parameter type 'M' for media_select

Has anyone been able to load the "3c90x" module, especially with this
card?

I also downloaded the source for 3c90x and tried to compile it, but got
lots of warnings and errors.
Has anyone done this? Would you share how to?

Thank you,

Aleksey








Re: [expert] cute RPM output..

2001-06-08 Thread Vincent Danen

On Fri Jun 08, 2001 at 05:47:56PM +0300, Turgut Kalfaoglu wrote:

> 
> [root@tk-laptop RPMS2]# rpm -e kdebase-devel-2.1.1-13mdk.i586.rpm
> error: package kdebase-devel-2.1.1-13mdk.i586.rpm is not installed
> [root@tk-laptop RPMS2]# rpm -i kdebase-devel-2.1.1-13mdk.i586.rpm
> package kdebase-devel-2.1.1-13mdk is already installed
> 
> now what :)  -t

rpm -e kdebase-devel-2.1.1-13mdk

drop the ".i586.rpm" suffix and it will work.  If you look at the last
line, where it says it is already installed, it doesn't include
"i586.rpm" as that is not included in the rpm database...  of course
it doesn't match.  =) 

-- 
[EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD
 - Danen Consulting Serviceswww.danen.net, www.freezer-burn.org
 - MandrakeSoft, Inc. Security  www.linux-mandrake.com

Current Linux kernel 2.4.3-20mdk-win4lin uptime: 2 days 2 hours 49 minutes.

 PGP signature


Re: [expert] Most Popular Linux Broswers

2001-06-08 Thread Tom Badran

> > > 4)  Konqueror

Definately the way to go, unless you really dont like kde. Get the blackdown
jvm and set up java using the howto on konqueror.org and you have one hell of
a good browser there. Pretty fast too. Opera is adware, doesnt do java, so
doesnt really have a lot going for it. I personally think its crap, i hate
anything i cant compile myself :)




[expert] via-rhine network cards

2001-06-08 Thread Tom Badran

I have two dlink viarhine network cars in one of my machines (pci). The dlink 
website even tells you how to set them up in caldera open linux. However in 
both mdk 8 and 7.2 the hardware adresses for both cards are always 00 00 etc.

The module loads fine, and ips etc are all assigned to the cards correctly, 
however nothing works at all. No pinging or anything. They are both on 
differnent subnets so that isnt the problem, and it doesnt work even when 
there is only one in the machine. Any one got the same/similar cards and know 
how to fxi the problem?

Thanks in advance

Tom




[expert] 32k stall solved, fix broke iptables

2001-06-08 Thread Chris Yeager

I have a problem earlier where all my downloads would
stall at 32K.  Thanks to whoever posted about the MTU
settings tweaking them sort of fixed it. It stalled
for a good long itme but would eventually resume.  I
managed to download the 2.4.5 kernel RPM for mandrake
cooker and installed that which actually fixed the
problem.  Unfortunately, now cannection sharing no
longer works.  Thus:

[root@localhost rc.d]# ./rc.firewall.inet_sharing-2.4
iptables v1.2.2: can't initialize iptables table
`nat': Module is wrong version Perhaps iptables or
your kernel needs to be upgraded.
iptables v1.2.2: can't initialize iptables table
`filter': Module is wrong version
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.2.2: can't initialize iptables table
`filter': Module is wrong version
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.2.2: can't initialize iptables table
`filter': Module is wrong version
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.2.2: can't initialize iptables table
`filter': Module is wrong version
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.2.2: can't initialize iptables table
`filter': Module is wrong version
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.2.2: can't initialize iptables table
`filter': Module is wrong version
Perhaps iptables or your kernel needs to be upgraded.
iptables v1.2.2: can't initialize iptables table
`filter': Module is wrong version
Perhaps iptables or your kernel needs to be upgraded.
[root@localhost rc.d]# uname -a
Linux localhost.localdomain 2.4.5-3mdk #1 Mon Jun 4
23:15:22 CEST 2001 i586 unknown
[root@localhost rc.d]# rpm -q iptables
iptables-1.2.2-2mdk
[root@localhost rc.d]#

As you can see I updated iptables to the version from
cooker.  What else might I do to resolve this?

TIA,

Chris Yeager

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] Evolution question

2001-06-08 Thread Brian

Hi, all.  I've just switched from kmail to Evolution (because xfce seems
to have "issues" with kmail).  It's a fine little Outlook-like app, but
I am having one problem:  When I delete a message, I can't expunge it
(and remove it from the message list).  I get the following error:

"Error while 'Expunging Folder':  Folder mismatch, even after
synching'."

Has anyone seen this problem?  I'm not sure it's fixable (being a beta
and all), but I'm just wondering.

Also, when I type a message in a compose window, I can't see the cursor.
The letter show up once I start typing, but that's the only way I know
where the cursor is.






Re: [expert] Terminal screen unusable

2001-06-08 Thread Felix Miata

Ric Tibbetts wrote:
 
> M L Cates wrote:
 
> > I am running LM8.0, XFree3.3.6, with an Alliance AT3D video card.
> > My problem is this:
> > After starting X (KDE) if I do a CTRL-ALT-F1 or F2,etc. I cannot read
> > the screen.
> > Also even after I shutdown X the problem remains. The screen is out of sync
> > basically with about 8 - 10 vertical frames displayed each about 1 inch high
> > stair stepped down my screen.

> > I previously was running RH7.0 with no problem and have run Mandrake 7.1 on
> > this machine with no problem.

> > Does anybody out there have any idea what could cause this?

> Check your /etc/lilo.conf for a line "vga=".
> Remove that line, then run "lilo", and reboot. It sounds like it's being
> set to the wrong video mode, and scrambling the screen.
 
Instead of removing the line, make a note of the  and
change it to ask. Then run lilo. On next boot it will ask what video
mode you want. Tell is you want to see the choices. If the number you
noted isn't in the list, that was your problem. Next choose the a mode
that you think suits your fancy. When you are sure which mode you like
best, change the lilo.conf vga= entry from ask to the number of your
favorite mode, and run lilo again. From then until you change something
else, it will come up in your favorite mode each boot.

For testing to see which mode you like best, set up lilo with a runlevel
1 option and test it there. That will save a bunch of reboot time while
you are making up your mind which non-80X25 is best for you.
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

Felix Miata  ***  http://mrmazda.members.atlantic.net/






Re: [expert] Most Popular Linux Broswers

2001-06-08 Thread Brian

On 08 Jun 2001 14:55:22 -0400, Michael Leone wrote:
> > > What is Mozilla?
> > >
> >
> > Mozilla is the open source/freeware version of Netscape 6.  I use it
> > sometimes, but I'm not sure how popular it is.  It hasn't reached the
> > full release yet.  It's only on version 0.9.
> >
> > There are a number of other Linux browsers to think about.
> >
> > 1)  Netscape (obviously)
> > 2)  Galeon
> 
> Galeon uses the same "engine" that Mozilla uses, and so should render pages
> very closely to Mozilla.
> 
> > 3)  Nautilus
> 
> Nautilus calls on Mozilla to display HTML, doesn't it? It doesn't do it
> natively.
> 
> > 4)  Konqueror
> > 5)  Opera
> 
> Which, as a totally OT BTW, won't work on MS's suppport site - something
> about it not handling the VBScript there very well.
> (Altho that may only be the Windows version of Opera)
> 
> > 6)  Lynx (this is obviously a worst-case scenario, as Lynx is a
> > text-based browser).
> 
> Dunno about "worst"; I know some folks (very few, to be sure) who use it. Of
> course, they always complain when they go to some site with graphics, or
> Flash animation, etc.
> 

Sorry.  When I said "worst-case", I meant from the developer's
standpoint.  Personally, if it's a file I want to download, I won't
bother with lynx either.  I'll jusg fire up wget.  As far as the users'
standpoint, it's in really bad taste to make your page w/o some form of
alternative page for the folks that can't see all your glitzy stuff
(because they're either blind, have images turned off, or are surfing
from some device that doesn't support it).  


> 
> 
> 





Re: [expert] Mozilla

2001-06-08 Thread Felix Miata

OOzy Pal wrote:
 
> What is Mozilla?

Mozilla is to Netscape much like Chevy is to Oldsmobile is to Buick is
to Pontiac. For any given wheelbase, they all have the same chassis and
engines and for the most part the same skin. The skin, dentition,
tattoos and piercings vary a bit, but they're really all the same
underneath. Likewise, Netscape is a wrapper around the running gear,
Mozilla. For windoze at least, the latest Mozilla version (in beta) is
available in a generic wrapper (Mozilla) as well as the slightly older
fancy shrinkwrap (Netscape) that has minimal effect on function.
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

 Team OS/2  ***  Rotary ONLY since 1973

Felix Miata  ***  http://mrmazda.members.atlantic.net/ <- Not just a FAQ





Re: [expert] Most Popular Linux Broswers

2001-06-08 Thread ninjaz

On Fri, 8 Jun 2001, Michael Leone wrote:
>
> > 6)  Lynx (this is obviously a worst-case scenario, as Lynx is a
> > text-based browser).
> 
> Dunno about "worst"; I know some folks (very few, to be sure) who use it. Of
> course, they always complain when they go to some site with graphics, or
> Flash animation, etc.
>

FWIW, I regularly use lynx for remote administration purposes.  For
instance, if I want to download Apache source to a server, I use lynx
http://httpd.apache.org/ Then, I can navigate to the mirror list and
download right there. :)

I don't use lynx for normal browsing, though, that's what Galeon is for.

It all boils down to "right tool for the job".  

Regarding lynx users complaining about visiting sites with graphics /
flash -  They aren't complaining that it has those things.  Just that the
ONLY way to use them is through flash or by reading the images.

A well-designed site (accessible for lynx users, blind folks, etc) will
use ALT tags to let the text-users know, and if they are using flash for a
main navigational control, will also feature an HTML version of the site.

-pete







Re: [expert] NS6 and Virus

2001-06-08 Thread Scott Taylor

At 10:40 AM 06/08/01, OOzy Pal wrote:
>I downloaded NS6 from Netscape ftp site using WinNT
>workstation, while downloading VShield poped up saying
>that this file has a virus. Is this true? or becaus
>the file is Linux type and VShield is Windows type program


Save yourself the grief and don't bother with that version of Netscape, 
it's broken.

Netscape 4.77, on the other hand, is not too bad and stable for the most part.

As for the virus thingy, VShield looks at the execution of the code, and it 
could very well look like a virus to Windows.





Re: [expert] Most Popular Linux Broswers

2001-06-08 Thread Michael Leone

> > What is Mozilla?
> >
>
> Mozilla is the open source/freeware version of Netscape 6.  I use it
> sometimes, but I'm not sure how popular it is.  It hasn't reached the
> full release yet.  It's only on version 0.9.
>
> There are a number of other Linux browsers to think about.
>
> 1)  Netscape (obviously)
> 2)  Galeon

Galeon uses the same "engine" that Mozilla uses, and so should render pages
very closely to Mozilla.

> 3)  Nautilus

Nautilus calls on Mozilla to display HTML, doesn't it? It doesn't do it
natively.

> 4)  Konqueror
> 5)  Opera

Which, as a totally OT BTW, won't work on MS's suppport site - something
about it not handling the VBScript there very well.
(Altho that may only be the Windows version of Opera)

> 6)  Lynx (this is obviously a worst-case scenario, as Lynx is a
> text-based browser).

Dunno about "worst"; I know some folks (very few, to be sure) who use it. Of
course, they always complain when they go to some site with graphics, or
Flash animation, etc.







Re: [expert] Terminal screen unusable

2001-06-08 Thread Ric Tibbetts

Check your /etc/lilo.conf for a line "vga=".
Remove that line, then run "lilo", and reboot. It sounds like it's being 
set to the wrong video mode, and scrambling the screen.

Good luck

Ric

M L Cates wrote:

> I am running LM8.0, XFree3.3.6, with an Alliance AT3D video card.
> My problem is this:
> After starting X (KDE) if I do a CTRL-ALT-F1 or F2,etc. I cannot read 
> the screen.
> Also even after I shutdown X the problem remains. The screen is out of sync
> basically with about 8 - 10 vertical frames displayed each about 1 inch 
> high
> stair stepped down my screen.
> 
> I previously was running RH7.0 with no problem and have run Mandrake 7.1 on
> this machine with no problem.
> 
> Does anybody out there have any idea what could cause this?
> 
> Thanks
> Mike Cates
> 
> 







[expert] security

2001-06-08 Thread aortiz

is there any security measure (script/device) that may prevent computers
in my home network to communicate with each other?

I used to have a working network, but something happen that terminated
the communication betwwenthe 2.  I think it happened after installing
linx-bastille.  i think i removed bastille, however, i am unable to tell
if when i removed  bastile it reset all files taht it changed.

My windows and linux machines have all appropriate settings and the nic
cards appear to work, but when i try to ping the other machine it
doesn't get anything back
Both, windows and linix, can ping themselves, the localhost, and
external networks such yahoo or mandrake, but they can't ping one
another. I tried everything, from changing setting and all of that.

Again, the setting in both machines are correct according to all
documentation i've loooked at (mandrake's tutorials, MUO's how-to, and
the 5 linux books i have.). all setting are correct.  So i have to
assume the there is some sort of security issue inplace preventing thse
machine from talking to one another

I'd like to know if anyone can suggest which security files to look at
and change to see if that is what is preventing these machines from
pining each other

Thanks in advance for your assistance





Re: [expert] font display problems

2001-06-08 Thread Ric Tibbetts

Check the archives on this one. It went around not too long ago. It's a 
matter of setting the language, but I don't remember off hand what the 
exact setting was (and I'm not near a Linux box at the moment).

Ric

Ken Hawkins wrote:

> I am having a font problem that reared it's ugly head a couple of weeks
> ago. Below I have a copy of what displays on some  web pages when I
> access them, but not at others. As you can see, character code, rather
> than the character desired is displayed. This applies to apostrophies,
> colons, and semi-colons. It doesn't appear to affect commas or periods.
> It doesn't affect any text I type in docs or email. Any ideas?
> THX
> K.
> 
> 
> The entry you’re looking for is ip_fwchains. If this entry is
> listed, you are
>  ^^^
>   in luck, and ipchains will be your friend. If ip_fwchains
> doesn’t appear,
> 
> ^^^
>   you’ll have to remake your kernel and add in support (or upgrade
> to a
>  
>   newer distribution).
> 
> 
> 
> 







Re: [expert] Mandrake and Mandrake Cooker

2001-06-08 Thread Craig Sprout

OOzy Pal wrote:
> 
> Evert time I want to download something from the
> rpmfind.net I find files for Mandrake and Mandrake
> Cooker. What is this Mandrake Cooker?

Here's one for the FAQ, I guess...

http://www.linux-mandrake.com/en/cookerdevel.php3

-- 
Craig Sprout
Network Administrator
Crown Parts and Machine, Inc.
http://www.crownpartsandmachine.com/





[expert] NS6 and Virus

2001-06-08 Thread OOzy Pal

I downloaded NS6 from Netscape ftp site using WinNT
workstation, while downloading VShield poped up saying
that this file has a virus. Is this true? or becaus
the file is Linux type and VShield is Windows type program

=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] Mandrake and Mandrake Cooker

2001-06-08 Thread OOzy Pal

Evert time I want to download something from the
rpmfind.net I find files for Mandrake and Mandrake
Cooker. What is this Mandrake Cooker?

=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] trouble with gftp

2001-06-08 Thread Mike Rambo

I have gftp-2.0.8-1.2-mdk installed but it won't launch. If I try to run
it from a terminal I get the following error.

/usr/bin/gftp-gtk: error in loading shared libraries:
/usr/lib/libgdk-1.2.so.0: undefined symbol:
gdk_pixmap_colormap_creete_from_xpm

I'm running mdk 7.1. I think this is something that upgraded last week
when I did a bunch of upgrading using Mandrake update but since I
haven't tried to use it for the last few days I'm not sure if the
upgrade is related to the breakdown or not. If it matters, I have also
tried reverting to the original verions released with 7.1 but that won't
work either although it crashes with a bunch of entirely different
errors.

Anyone have any ideas what I can do to fix this?

-- 
Mike Rambo
[EMAIL PROTECTED]




RE: [expert] LM8 install hangs "Trying to access a cdrom disc"

2001-06-08 Thread Rich Forman


>I had the same problem trying to install LM 7.2 and LM 8.0 on an Emachine
>computer. It would boot from the CD but failed then to find the CD for
>installation. LM 7.1 did install fine from CDrom. It appears to be a kernel
>problem. Go into the images dir on the installation CD and check the
>alternatives folder. I successfully booted and used the
>cdrom.img-2.2.14-BADZ2 image. It might have been the
cdrom.img-2.2.19-BADZ2.
>Try them both.
>
>Juergen

Thanks, that seems to have done the trick.





Re: [expert] Create a link (shortcut) to my html dir

2001-06-08 Thread Scott Taylor

At 08:46 AM 06/08/01, OOzy Pal wrote:
>Hello
>
>My html directory which was created by apache is
>
>/var/www/html/
>
>How can I link this directory to a directory in my
>home dir
>
>such as /home/oozy/html
>
>so every time I go to home/oozy/html it takes me to /var/www/html/


ln -s /var/www/html /home/ozzy/html





RE: [expert] LM8 install hangs "Trying to access a cdrom disc"

2001-06-08 Thread Darren Fuller

I had a similar problem with LM7.2 turned out that the problem was when I
burnt the cd, switched it down to 6x and it wrote and installed without any
problems, seems daft but it worked

-Original Message-
From: Rich Forman [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 17:29
To: [EMAIL PROTECTED]
Subject: RE: [expert] LM8 install hangs "Trying to access a cdrom disc"



>The only thing I can think of doing is trying to clean the CD.  Is it
>possible that the CD is dirty and that's why Linux can't read it?

Yes, I've even burned another cd to try just in case something went wrong
with the first.





**
NOTICE - This message contains privileged and confidential information
intended only for the use of the addressee named above. If you are not the intended 
recipient of this message you are hereby  notified that you
must not disseminate, copy or take any action in reliance on it.
any views expressed in this message are those of the individual sender, 
except where the sender specifically states them to be the views of the company.

If you have received this message in error please notify 
the Just Group plc internal I.T department -
01629 814994
 
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.






RE: [expert] LM8 install hangs "Trying to access a cdrom disc"

2001-06-08 Thread Rich Forman


>The only thing I can think of doing is trying to clean the CD.  Is it
>possible that the CD is dirty and that's why Linux can't read it?

Yes, I've even burned another cd to try just in case something went wrong
with the first.





Re: [expert] LM8 install hangs "Trying to access a cdrom disc"

2001-06-08 Thread Juergen Helmers

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 08 June 2001 12:12, Rich Forman wrote:
> I am trying to install LM8 and the system hangs with the message
> "Please wait: Trying to access a cdrom disc (FX4010)
> This message comes after the kernel has detected the devices and finds the
> cdrom without error.  Viewing the log screen I can see no error messages.
> The ide-cd module is loaded without error and the final message before the
> system hangs is that it loads isofs and succeeds.  My cdrom is on the
> secondary ide channel without any other devices.  Any suggestions would be
> appreciated.  Corporate Server 1.0.1 install and runs on this box without a
> hitch.  Here's what I've tried so far (with the same results each time):
>
> Moving the cdrom to the primary slave
> Making it the secondary slave instead of master
> Passing ide1=serialize to the kernel
> Passing hdc=cdrom
> Booting with a floppy and trying both the cdrom.img and others.img


I had the same problem trying to install LM 7.2 and LM 8.0 on an Emachine 
computer. It would boot from the CD but failed then to find the CD for 
installation. LM 7.1 did install fine from CDrom. It appears to be a kernel 
problem. Go into the images dir on the installation CD and check the 
alternatives folder. I successfully booted and used the 
cdrom.img-2.2.14-BADZ2 image. It might have been the cdrom.img-2.2.19-BADZ2. 
Try them both. 

Juergen

- -- 
Juergen HelmersRockefeller University
1230 York Ave. Box 168 New York, NY 10021
[EMAIL PROTECTED]
http://leoni.rockefeller.edu   1.212.327-8896
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjsg/DAACgkQKwxXJCPC6kp9UwCgkPrG1sbyGxLTtFNytKZkkgB/
D58AniRe59M9CuCFetoVdAp37CsBbFj1
=6l/A
-END PGP SIGNATURE-




Re: [expert] LM8 install hangs "Trying to access a cdrom disc"

2001-06-08 Thread Brian

On 08 Jun 2001 09:12:10 -0700, Rich Forman wrote:
> I am trying to install LM8 and the system hangs with the message
> "Please wait: Trying to access a cdrom disc (FX4010)
> This message comes after the kernel has detected the devices and finds the
> cdrom without error.  Viewing the log screen I can see no error messages.
> The ide-cd module is loaded without error and the final message before the
> system hangs is that it loads isofs and succeeds.  My cdrom is on the
> secondary ide channel without any other devices.  Any suggestions would be
> appreciated.  Corporate Server 1.0.1 install and runs on this box without a
> hitch.  Here's what I've tried so far (with the same results each time):
> 
> Moving the cdrom to the primary slave
> Making it the secondary slave instead of master
> Passing ide1=serialize to the kernel
> Passing hdc=cdrom
> Booting with a floppy and trying both the cdrom.img and others.img
> 

The only thing I can think of doing is trying to clean the CD.  Is it
possible that the CD is dirty and that's why Linux can't read it?


> 





[expert] Icons on Desktop in Xfce

2001-06-08 Thread Brian

Hi, all.

I was wondering if anyone knew about Xfce and how to add icons to the
desktop.  I like the clean interface (and it's a little more compatible
with Gnome apps than KDE) but I'd like to add just a couple of icons to
the desktop to make it perfect for me.






[expert] LM8 install hangs "Trying to access a cdrom disc"

2001-06-08 Thread Rich Forman

I am trying to install LM8 and the system hangs with the message
"Please wait: Trying to access a cdrom disc (FX4010)
This message comes after the kernel has detected the devices and finds the
cdrom without error.  Viewing the log screen I can see no error messages.
The ide-cd module is loaded without error and the final message before the
system hangs is that it loads isofs and succeeds.  My cdrom is on the
secondary ide channel without any other devices.  Any suggestions would be
appreciated.  Corporate Server 1.0.1 install and runs on this box without a
hitch.  Here's what I've tried so far (with the same results each time):

Moving the cdrom to the primary slave
Making it the secondary slave instead of master
Passing ide1=serialize to the kernel
Passing hdc=cdrom
Booting with a floppy and trying both the cdrom.img and others.img





Re: [expert] Most Popular Linux Broswers

2001-06-08 Thread Craig Sprout

> Probably the most popular browsers are Opera, Netscape 4.x, Konqueror,
> Galeon (which is based on mozilla's "gecko" html rendering engine), and
> Mozilla -- not necessarily in that order. There are probably others, but I
> think these are the best-known.

Don't forget lynx and links!  :)

-- 
Craig Sprout
Network Administrator
Crown Parts and Machine, Inc.
http://www.crownpartsandmachine.com/





Re: [expert] Most Popular Linux Broswers

2001-06-08 Thread Brian

On 08 Jun 2001 08:41:07 -0700, OOzy Pal wrote:
> Hello Guys
> 
> I am working on a website and I want it to be
> Linux-compatible (.i.e. looks good on Linux); however,
> there are tons of browsers in LM8 and almost every one
> shows the web site a little different. I just want to
> know what are the most popular ones. I am using PHP to
> parse some HTTP headers to know the type of browser.
> 
> What is Mozilla?
> 

Mozilla is the open source/freeware version of Netscape 6.  I use it
sometimes, but I'm not sure how popular it is.  It hasn't reached the
full release yet.  It's only on version 0.9.  

There are a number of other Linux browsers to think about.

1)  Netscape (obviously)
2)  Galeon
3)  Nautilus
4)  Konqueror
5)  Opera
6)  Lynx (this is obviously a worst-case scenario, as Lynx is a
text-based browser).

That's not necessarily in order of preference, but those are the main
ones, I think.  Does anyone know of any others?


> =
> Regards,
> OOzy
> 
> What is the purpose of life?
> 
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35 
> a year!  http://personal.mail.yahoo.com/
> 





Re: [expert] Most Popular Linux Broswers

2001-06-08 Thread Dave Sherman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Check out www.mozilla.org for info on mozilla. In a nutshell, it is the 
next generation of browser from Netscape, but completely rewritten -- 
nothing remains of Netscape Communicator 4.x. Lots of people (on both 
Linux and Windows) are using it, although I personally prefer Opera 5 for 
Linux. Mozilla is open source and free.

Probably the most popular browsers are Opera, Netscape 4.x, Konqueror, 
Galeon (which is based on mozilla's "gecko" html rendering engine), and 
Mozilla -- not necessarily in that order. There are probably others, but I 
think these are the best-known.

Dave

On Friday 08 June 2001 10:41, thus spake OOzy Pal:
> Hello Guys
>
> I am working on a website and I want it to be
> Linux-compatible (.i.e. looks good on Linux); however,
> there are tons of browsers in LM8 and almost every one
> shows the web site a little different. I just want to
> know what are the most popular ones. I am using PHP to
> parse some HTTP headers to know the type of browser.
>
> What is Mozilla?
>
> =
> Regards,
> OOzy
>
> What is the purpose of life?
>
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/

- -- 
"Nihil tam munitum quod non expugnari pecunia possit. (No 
fortification is such that it cannot be subdued with money."
- - Marcus Tullius Cicero, 106-43 B.C.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7IPgUOiMJhTaLf3MRAo6KAJ4z4ff5qGoNoG1SI/zzr4KKgihEpACeLRVF
vE0ouymUqYtheBfvG2BxPuo=
=CGB4
-END PGP SIGNATURE-




[expert] Create a link (shortcut) to my html dir

2001-06-08 Thread OOzy Pal

Hello 

My html directory which was created by apache is

/var/www/html/

How can I link this directory to a directory in my
home dir

such as /home/oozy/html

so every time I go to home/oozy/html it takes me to /var/www/html/

=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[expert] Most Popular Linux Broswers

2001-06-08 Thread OOzy Pal

Hello Guys

I am working on a website and I want it to be
Linux-compatible (.i.e. looks good on Linux); however,
there are tons of browsers in LM8 and almost every one
shows the web site a little different. I just want to
know what are the most popular ones. I am using PHP to
parse some HTTP headers to know the type of browser.

What is Mozilla?

=
Regards,
OOzy

What is the purpose of life?

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




Re: [expert] bizarre remote access/network problem

2001-06-08 Thread Pierre Fortin

brian wrote:
> 
> I have a bizarre problem that I hope someone may be able to give me a clue in
> the right direction to solve.
> 
> Setup:
> 
> Work:
> I have 3 Linux-MDK8.0 PC's on my desk at work. All connected to same
> switch. A,B,C all have public static IP's can all ping each other and ssh
> into each other.
> 
> Home:
> I have a 4th MDK8.0 computer, "D", at home with a publc static IP over an
> ADSL connection.
> 
> Symptom:
> 
> A,B,C can all ping and ssh into D.
> When I go home, D can not ping A,B,or C.
> 
> Bizarre:
> If I leave a ping running from home for about 1.5 hours, A,B,C start
> responding to my pings.  If I close all ssh sessions and stop pinging for
> approx 1 hour, and then try to ping from D again, the pings fail.
> If I get one of A,B,C to respond from D, I can ssh into it from D, then ssh
> to another computer of A,B,C, and then it will start responding to pings as
> well.
> 
> Details:
> PC "A" is a Dell machine i bought and put Win2k/Linux on.
> PC's "B" and "C" are machines I built myself and have identical hardware.
> As I always customize the install, they have slightly different software
> loaded. They are running only Linux.
> PC "D" I built myself and is different than the other computers. It is dual
> boot Win2k/Linux.
> 
> Troubleshooting:
> I replaced the existing Hub when the problem started with a new switch.
> >From D, I can ping 2 different Windows 2000 computers connected to the same
> switch in my office.
> Port Sentry was initially disabling me so I removed it from all computers. I
> want the problem to go away before I start more on security.
> I cleared all /etc/hosts.allow /etc/hosts.deny entries.
> I can't find any logs that show my pings being blocked, but I admit not
> knowing everywhere to look.
> I formatted/reinstalled Linux on all 3 computers at work.
> I can telnet from home into an old Sparcstation at the switch at work and
> ping A,B,C from it.
> I've replaced all network cables at work with brand new ones. I know they
> work because I can access the internet from A,B,C.
> I've verified that A,B,C won't respond from an another external location
> besides my home.
> 
> Help! I have to get these working. B,C will be web/email servers that won't
> be much good if I can't ping them from outside my office.
> 
> Thanks to anyone who can help!
> 
> -Brian

Sounds like you may have a [corporate] firewall between home & office.  There
may be a problem with the firewall, or an intermittent alternate path around the
firewall.

Assuming the number of hops between [A,B,C] and D is less than 9, you can try
"ping -R"** from D and when the replies start coming in, see if the recorded
routing information is as expected...  Also, compare the responses to see if you
are getting different routing on the individual pings.

** won't work through a LinkSys

Note...  traceroute is not the same...  it tries to discover a path from X to Y
by probing 1-hop deeper on each attempt; but may not discover all the alternate
paths which may exist, or find intermittent paths.  "ping -R" records the path
(outbound interfaces) it really took as a packet "to" and the reply "from" which
may be different paths since routing is not guaranteed to be symmetrical.

HTH,
Pierre




Re: [expert] bizarre remote access/network problem

2001-06-08 Thread Scott Taylor

At 07:56 AM 06/08/01, brian wrote:
>I have a bizarre problem that I hope someone may be able to give me a clue in
>the right direction to solve.
>
>Setup:
>
>Work:
> I have 3 Linux-MDK8.0 PC's on my desk at work. All connected to same
>switch. A,B,C all have public static IP's can all ping each other and ssh
>into each other.

How do these 3 PC's connect to the Internet?  What is the subnet?

>Home:
> I have a 4th MDK8.0 computer, "D", at home with a publc static IP 
> over an
>ADSL connection.
>
>Symptom:
>
>A,B,C can all ping and ssh into D.
>When I go home, D can not ping A,B,or C.

That would be a proper firewall behavior.
I'm starting to think that you connection looks like this:

LAN<--->Switch<--->Gateway/Firewall<|--->Internet


>Bizarre:
>If I leave a ping running from home for about 1.5 hours, A,B,C start
>responding to my pings.  If I close all ssh sessions and stop pinging for
>approx 1 hour, and then try to ping from D again, the pings fail.
>If I get one of A,B,C to respond from D, I can ssh into it from D, then ssh
>to another computer of A,B,C, and then it will start responding to pings as
>well.

Eventually All DoS attacks get through.  You succeeded in compromising your 
own Firewall.  You should discuss this with your Network Administrator.



>Details:



>Help! I have to get these working. B,C will be web/email servers that won't
>be much good if I can't ping them from outside my office.

Either get more IP addresses from your ISP for the mail and Web servers, 
use a small hub between the servers and the ISP's router/modem/whatever, or 
you can put a third nic in your firewall and using ipchains rules forward 
packets, by port number, to the proper server(s).

Network could look like this:

LAN<--->Switch<--->Firewall/Gateway<|--->Internet
 |
Mail Srv<--->DMZ<--->Web Srv






Re: [expert] cute RPM output..

2001-06-08 Thread Trey Harris

In a message dated Fri, 8 Jun 2001, Craig Sprout writes:
> Turgut Kalfaoglu wrote:
> > [root@tk-laptop RPMS2]# rpm -e kdebase-devel-2.1.1-13mdk.i586.rpm
> > error: package kdebase-devel-2.1.1-13mdk.i586.rpm is not installed
> > [root@tk-laptop RPMS2]# rpm -i kdebase-devel-2.1.1-13mdk.i586.rpm
> > package kdebase-devel-2.1.1-13mdk is already installed
> >
> > now what :)  -t
>
> You should be able to rpm -i --force kdebase-devel-2.1.1-13mdk.i586.rpm
>
> (That made my day.  I'm still laughing.)

Umm... common mistake, I've made it myself, but the "--force" line you
suggest won't work either...

Once an RPM is installed, the filename one used to install it is no longer
relevant (or even known by) the RPM database.  Query an RPM file to see
what package it provides:

# rpm -q kdebase-devel-2.1.1-13mdk.i586.rpm
kdebase-devel-2.1.1-13mdk

Note there's no ".i586.rpm" at the end.  So, to delete, you delete the
package name, not the filename associated with it.

Trey

-- 
Trey Harris
Senior Systems Engineer
VA Linux Systems, New York
Secretary and Executive, SAGE -- The System Administrators Guild





Re: [expert] Trident TGUI9680

2001-06-08 Thread civileme

On Friday 08 June 2001 09:32, Eduardo Godoy Vega wrote:
> HI,
>   I have a "little" problem with Mandrake 7.2 and my trident TGUI9680
> (2MBytes) graphic card... I can't setup X Windows ... (I read that my
> graphic card only works on 1024x728 and 8pp, but I tried it ... but ... It
> didn't work) I only see vertical lines... My Monitor is a Jean-Company
> MultiFreq.
>
> Any idea ?
>
> Thanks
> Eduardo.
Try the 9660 driver--Option "sw_cursor" and Option "noaccel" in the 
configuratin file seems to work better.  Further use only XFree-3.3.6 or SVGA

Civileme




Re: [expert] cute RPM output..

2001-06-08 Thread Mike Rambo

Turgut Kalfaoglu wrote:
> 
> [root@tk-laptop RPMS2]# rpm -e kdebase-devel-2.1.1-13mdk.i586.rpm
> error: package kdebase-devel-2.1.1-13mdk.i586.rpm is not installed
> [root@tk-laptop RPMS2]# rpm -i kdebase-devel-2.1.1-13mdk.i586.rpm
> package kdebase-devel-2.1.1-13mdk is already installed
> 
> now what :)  -t
> 
> --
> EgeNet Internet Services:  http://www.egenet.com.tr
> All of Turkey Online: http://find.egenet.com.tr

If you do a 'rpm -qa | grep kdebase' you'll find that the name of the
installed package you want to remove does not contain anything after the
'mdk'. To remove a package you'll need to use the name the package is
known by in the rpm database - not the name used by the distro managers
to keep things straight on the cd's. In this instance, your command
should probably be...

rpm -e kdebase-devel-2.1.1-13mdk

...to remove the package. Once removed, your install command will be
fine (although wildcards work for the install/freshen/uprade commands
which could make the command shorter). 

Hope this is helpful.


-- 
Mike Rambo
[EMAIL PROTECTED]




Re: [expert] cute RPM output..

2001-06-08 Thread Craig Sprout

Turgut Kalfaoglu wrote:
> 
> [root@tk-laptop RPMS2]# rpm -e kdebase-devel-2.1.1-13mdk.i586.rpm
> error: package kdebase-devel-2.1.1-13mdk.i586.rpm is not installed
> [root@tk-laptop RPMS2]# rpm -i kdebase-devel-2.1.1-13mdk.i586.rpm
> package kdebase-devel-2.1.1-13mdk is already installed
> 
> now what :)  -t

You should be able to rpm -i --force kdebase-devel-2.1.1-13mdk.i586.rpm

(That made my day.  I'm still laughing.)

-- 
Craig Sprout
Network Administrator
Crown Parts and Machine, Inc.
http://www.crownpartsandmachine.com/





Re: [expert] cute RPM output..

2001-06-08 Thread Darrell Scott

Try rpm -e kdebase-devel.

I think rpm just wants you to provide the package name to search its 
database, not the filename.

Good Luck,
Darrell

>[root@tk-laptop RPMS2]# rpm -e kdebase-devel-2.1.1-13mdk.i586.rpm
>error: package kdebase-devel-2.1.1-13mdk.i586.rpm is not installed
>[root@tk-laptop RPMS2]# rpm -i kdebase-devel-2.1.1-13mdk.i586.rpm
>package kdebase-devel-2.1.1-13mdk is already installed
>
>now what :)  -t


_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





Re: [expert] cute RPM output..

2001-06-08 Thread Andrew George

On Sat,  9 Jun 2001 00:47, you wrote:
> [root@tk-laptop RPMS2]# rpm -e kdebase-devel-2.1.1-13mdk.i586.rpm
> error: package kdebase-devel-2.1.1-13mdk.i586.rpm is not installed
> [root@tk-laptop RPMS2]# rpm -i kdebase-devel-2.1.1-13mdk.i586.rpm
> package kdebase-devel-2.1.1-13mdk is already installed
>
> now what :)  -t

try 
rpm --rebuilddb

just for laughs

Andrew




[expert] bizarre remote access/network problem

2001-06-08 Thread brian

I have a bizarre problem that I hope someone may be able to give me a clue in 
the right direction to solve.

Setup:

Work:
I have 3 Linux-MDK8.0 PC's on my desk at work. All connected to same 
switch. A,B,C all have public static IP's can all ping each other and ssh 
into each other.

Home:
I have a 4th MDK8.0 computer, "D", at home with a publc static IP over an 
ADSL connection.

Symptom:

A,B,C can all ping and ssh into D.
When I go home, D can not ping A,B,or C.

Bizarre:
If I leave a ping running from home for about 1.5 hours, A,B,C start 
responding to my pings.  If I close all ssh sessions and stop pinging for 
approx 1 hour, and then try to ping from D again, the pings fail. 
If I get one of A,B,C to respond from D, I can ssh into it from D, then ssh 
to another computer of A,B,C, and then it will start responding to pings as 
well.


Details:
PC "A" is a Dell machine i bought and put Win2k/Linux on.
PC's "B" and "C" are machines I built myself and have identical hardware.
As I always customize the install, they have slightly different software 
loaded. They are running only Linux.
PC "D" I built myself and is different than the other computers. It is dual 
boot Win2k/Linux.

Troubleshooting:
I replaced the existing Hub when the problem started with a new switch.
>From D, I can ping 2 different Windows 2000 computers connected to the same 
switch in my office.
Port Sentry was initially disabling me so I removed it from all computers. I 
want the problem to go away before I start more on security.
I cleared all /etc/hosts.allow /etc/hosts.deny entries.
I can't find any logs that show my pings being blocked, but I admit not 
knowing everywhere to look.
I formatted/reinstalled Linux on all 3 computers at work. 
I can telnet from home into an old Sparcstation at the switch at work and 
ping A,B,C from it. 
I've replaced all network cables at work with brand new ones. I know they 
work because I can access the internet from A,B,C.
I've verified that A,B,C won't respond from an another external location 
besides my home. 



Help! I have to get these working. B,C will be web/email servers that won't 
be much good if I can't ping them from outside my office. 

Thanks to anyone who can help!

-Brian






Re: [expert] cute RPM output..

2001-06-08 Thread Leonardo T. de Carvalho

Turgut Kalfaoglu wrote:
> 
> [root@tk-laptop RPMS2]# rpm -e kdebase-devel-2.1.1-13mdk.i586.rpm
> error: package kdebase-devel-2.1.1-13mdk.i586.rpm is not installed
> [root@tk-laptop RPMS2]# rpm -i kdebase-devel-2.1.1-13mdk.i586.rpm
> package kdebase-devel-2.1.1-13mdk is already installed
> 
> now what :)  -t
> 

Rebuild the db.
Or rpm -i --nodeps --noforce!

=o)

G.L.

-- 
Leonardo T. de Carvalho
Ibiz Tecnologia
Frase aleatória:
"You give me space to belong to myself yet without separating me 
from your own life.  May it all turn out to your happiness.
-- Goethe
"




[expert] cute RPM output..

2001-06-08 Thread Turgut Kalfaoglu


[root@tk-laptop RPMS2]# rpm -e kdebase-devel-2.1.1-13mdk.i586.rpm
error: package kdebase-devel-2.1.1-13mdk.i586.rpm is not installed
[root@tk-laptop RPMS2]# rpm -i kdebase-devel-2.1.1-13mdk.i586.rpm
package kdebase-devel-2.1.1-13mdk is already installed

now what :)  -t


-- 
EgeNet Internet Services:  http://www.egenet.com.tr
All of Turkey Online: http://find.egenet.com.tr




Re: [expert] Trident TGUI9680

2001-06-08 Thread george . jones

I have a laptop with 7.2 on it and a Trident 9385, I have to use the
generic SVGA driver in order to get it to work. Try that.





"Eduardo Godoy Vega" <[EMAIL PROTECTED]>@linux-mandrake.com on 06/08/2001
09:32:15 AM

Sent by:  [EMAIL PROTECTED]


To:   "Expert Mandrake" <[EMAIL PROTECTED]>
cc:
Subject:  [expert] Trident TGUI9680


HI,
 I have a "little" problem with Mandrake 7.2 and my trident TGUI9680
(2MBytes) graphic card... I can't setup X Windows ... (I read that my
graphic card only works on 1024x728 and 8pp, but I tried it ... but ... It
didn't work) I only see vertical lines... My Monitor is a Jean-Company
MultiFreq.

Any idea ?

Thanks
Eduardo.









[expert] Trident TGUI9680

2001-06-08 Thread Eduardo Godoy Vega

HI,
I have a "little" problem with Mandrake 7.2 and my trident TGUI9680
(2MBytes) graphic card... I can't setup X Windows ... (I read that my
graphic card only works on 1024x728 and 8pp, but I tried it ... but ... It
didn't work) I only see vertical lines... My Monitor is a Jean-Company
MultiFreq.

Any idea ?

Thanks
Eduardo.





[expert] !automount and now !vfat

2001-06-08 Thread Turgut Kalfaoglu

On Wednesday 06 June 2001 18:03, Tom Brinkman wrote:
>  On Wednesday 06 June 2001 08:17 am, Turgut Kalfaoglu wrote:
> > I cant figure this out; it seems I lost the ability to mount the CD's
> > automatically.  Was it part of the kernel? I upgraded my kernel..
> > How do we enable it again?

Interestingly, make modules does not build supermount.o; it kinda ignores 
that subdirectory it seems. doing a make in that subdir also fails. 
Thus, I can't enable supermount.

It also turns out that the things in /etc/fstab that are of type VFAT are 
also not loaded; things like /mnt/win_c and /mnt/win_d are not mounted.
typing  mount -av also totally ignores those lines.
While building the kernel, I did specify VFAT amongst the file systems.

-turgut

-- 
EgeNet Internet Services:  http://www.egenet.com.tr
All of Turkey Online: http://find.egenet.com.tr




Re: Fw: [expert] cambio de fecha

2001-06-08 Thread Oscar Santacreu

Si puedes mánda a la lista la cabecera (código fuente) de uno de los
mensajes que recibas con la fecha incorrecta. Así sabemos qué ordenador
pone la fecha mal.
Reenvío el problema a la lista por si pueden ayudar.
Salu2,
Óscar.

---
To the rest of the list:
He has a LM7 server.
The problem is in the date of the mails he recives. The date is 1999
instead of 2001.
He said the date of the LM7 server is correct.
My suggestion is to send us the header of an "incorrect" mail.
Any idea?
Salu2,
Óscar.


Acnel Morelos Facundo escribió:
> 
> Sigo otra vez con el problema  .
> 
> - Original Message -
> From: "Oscar" <[EMAIL PROTECTED]>
> To: "Acnel Morelos Facundo" <[EMAIL PROTECTED]>
> Sent: Thursday, June 07, 2001 8:30 PM
> Subject: Re: [expert] cambio de fecha
> 
> > El Jue 07 Jun 2001 12:43, escribiste:
> > > Hola buenos dias...
> > >
> > > tengo el siguiente problema, tengo un servidor con mandrake 7. ,cuando
> > > recibo mis correos  el servidor me los entrega con otra fecha de
> recibido,
> > > por ejemplo si me envian un correo hoy y lo recibo, me aparece con fecha
> de
> > > 1999.
> > >
> > > Pueden decirme a que se pudiera deber???
> > >
> > > Saludos!!!
> >
> > ¿Qué fecha tiene tu servidor?
> > ¿Qué fecha tiene el ordenador de quien te envió el correo?
> >
> > Salu2,
> > Óscar.




[expert] rescue of scsi

2001-06-08 Thread Sheldon E. Newhouse

Hello,
 I seem to have a corrupted bootloader, so I booted up the
installation cdrom with
 linux rescue

The aic7xxx.o module gets loaded, but I don't know how to mount my
root partition and re-run lilo.

The partition is on /dev/sda5

I tried 
 mount -t ext2 /dev/sda5 /tmp

lsmod shows that aic7xxx is there.

But it tells me it does not recognize /dev/sda5 as a valid block
device and suggests insmod driver.

Any ideas?

 TIA,
- sen




[expert] Performance Issues

2001-06-08 Thread civileme

Many folk have reported sluggish performance on their Mandrake 8.0 
installations.  Here are some reasons:

1.  See the article on MandrakeForum.  If you have a K6 with a VIA chipset, 
there is your explanation.

2.  If you want to change that behavior, first choose whether you want 
reiserfs and full usb support or not.  If you do not care and don't mind a 
possibly significant risk to your data, then

put in CD2

open a terminal(superuser mode)

rpm -ivh /mnt/cdrom/Mandrake/RPMS/kernel-linus2.4-2.4.3-2mdk

Open Mandrake Control Center

Go to Boot Configuration and choose LILO or Graphical LILO

Modify your linux boot

change the boot image to

vmlinuz-2.4.3-2mdklinus

close 

reboot

You will then have all the performance kernel2.4 is capable of delivering, 
though you might be able to improve it further by consulting

man hdparm

and tuning any ide drives you have.

You may also have significant risk to your data, but that is another story.

Civileme




[expert] Compiling LM8.0 kernel for SCSI system

2001-06-08 Thread Dennis Robertson

Hello List,
I have a friend with a new scsi system with a 1.2g athlon and usb mouse and keyboard.  
During install of 
LM 8.0 it found Symbios 53c1010-33 ultra3 scsi adapter (Tekram).  He tried to 
recompile the kernel for 
his Athlon cpu but when he gets to the scsi section of the kernel in make xconfig he 
finds that this 
scsi adapter is not an option, even though it has been found on install and the kernel 
out of the box 
works fine.  Also the recompiled kernel no longer finds the usb keyboard or mouse, 
though they are found 
on install.  Anyone any ideas on how to recompile a scsi kernel for LM8.0, please?
Regards.


-- 
Dennis Robertson  2/2 Sylvia Street  NOOSAVILLE QLD 4566
Phone: 61 7 54742343  Mob: 0419 535539
I have seen the Great Pretender and he is not what he seems.




Re: [expert] 8.0 Power Pack shipping date?

2001-06-08 Thread rgc


[EMAIL PROTECTED] said:

> Well, that's nice, but I ordered mine direct from Mandrake's website
> almost  two weeks ago ... did they send them all out to the retail
> outlets and keep  an inadequate supply for their direct orders? There
> weren't any at CompUSA,  just the 7.2 PowerPacks, that's why I went
> with the direct route.

Got mine in the post just over one week ago. I ordered it about a
month ago. I'm sure yours will arrive soon.






[expert] Perl problem: print $x; does not work, only print $x,"\n";

2001-06-08 Thread immo-gert . birn

Hi,

I recently upgraded to Mandrake 8.0 (using the perl distrbution which is
part
of Mandrake 8.0) and found a strange problem:
  perl -e '$x=1; print $x;'
does NOT print anything. But
  perl -e '$x=1; print $x,"\n";'
and  
  perl -e '$x=1, print $x; print "\n";'
do work. On any other system I use (including Solaris, HP-UX, WinNT,
Win2000)
  perl -e '$x=1; print $x;'
works properly. Did anybody else observe the same? Is there a solution
to this problem?

Best  regards, Immo-Gert Birn

-- 
Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1!
http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net





Re: [expert] Java plugin in Mozilla

2001-06-08 Thread Avatar

Hi,

The problem you described for the yahoo chat seems to be a problem with 
java. I have submitted a report to sun about it. You can check the logs 
when mozilla crashes... for me the file is "hs_err_pid27769.log". In the 
log it descirbes it as a java bug

The last couple of lines are
--
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002CC
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
#
--

Hope this helps

Av





[expert] GS in LM 8 compiled with truetype support?

2001-06-08 Thread Steve Kieu

Hi,

I am trying to tell ghostcript to use truetype, I ran
ttfontmap (a script to get the truetype font name and
>> gsfont map file) and edit the alias in gs map file
but it still refuse to work. DOnt know how, got stuck,
if someone knows pls tell me, much appriciate your
help


Regards, Steve

=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!