Re: [expert] SOF and mandrake 7.2

2000-11-15 Thread turgut kalfaoglu

Um, how can we play SOF or Halflife under Linux?
Thanks, -turgut



EgeNet Internet Services:  http://www.egenet.com.tr
Find all of Turkey online:  http://find.egenet.com.tr





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] 3com 3c90x

2000-11-15 Thread Daniel Woods

John,

 I have checked the logs, no probs. They show eth0, lo,
 network, route suceeded just fine.
 I have run ifconfig, and here I only get the lo
 showing up, with no mention of the card(etho).
 I have run "netstat eth0" and seen its alive.. )
 I have run ifup eth0 and gotten the following:
 siocsifflages: No such device
 sioaddrt: Network is down
 sioaddrt: Network is unreachable

I have had similar problems on occasion. I have resolved it
by checking that the ethernet cables are securely attached
(computer end and hub/switch).  Try a different cable if you
have one (or borrow one). Otherwise, the problem has been
that the network card got loose in the computer. Try re-seating
it in its' PCI slot (pull it out and make sure it goes in snug).
Of course you need to do this with the computer off, and grounding
yourself (keep a body part touching the metal case) before messing
around with the inside parts.

Thanks... Dan.





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Getting two networks cards to work under the same module!

2000-11-15 Thread Stefan Srdic

I have recently pieced together an old Pentium 100 with 32MB of RAM and
2.9gigs of hard drive space to serve as a file and print server for a
Mac. I installed Mandrake 7.1, reduced the installation to approx. 300
MB. Just the bare bones of the Mandrake distro, no KDE and no GNOME pure
text based interface!!

I choose Mandrake 7.1 as my distro because it allowed me to choose
individual software packages to install onto the computer. This way I
saved on wasted disk space and increased the amount of available shared
disk space.

The majority of the hardware was detected and setup during the
installation process. I'm only having problems seting up both of the
Network cards. The computer has one Data-Link DE-220 ISA and another
Data-Link DE-250 ISA. ( NE 2000 Compatibles ) Both of these cards IRQ's
and I/O's are configured through DOS (real mode) based software.

To configure the cards I created an MS-DOS boot disk that loaded the
configuration software into a RAMDISK and then executed the program. The
DE220 is configured to IRQ 11 and I/O 0x300 while the DE250 is
configured to IRQ 10 and I/O 0x280. Now, I'm running into problems
getting the kernel ( 2.2.15 ) to detect both network cards under the
same module ( NE ). I edited the /etc/conf.modules as shown below:
(thanks to the writers of the Linux-Ethernet-HOWTO)

alias eth0 ne
alias eth1 ne
options ne io=0x300 irq=11
options ne io=0x280 irq=10

I can modprobe eth0 and get it working but I cannot get the second NIC
(eth1) to be recognized by the kernel. How do you configure these
arguments to recognize two NIC under the same module?? And do I have to
pass the "ether" armument to the kernel at boot time to get both of
these NICs working under the same module??

Thanks in advance

Stef



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting two networks cards to work under the samemodule!

2000-11-15 Thread Tzafrir Cohen

On Tue, 14 Nov 2000, Stefan Srdic wrote:

 The majority of the hardware was detected and setup during the
 installation process. I'm only having problems seting up both of the
 Network cards. The computer has one Data-Link DE-220 ISA and another
 Data-Link DE-250 ISA. ( NE 2000 Compatibles ) Both of these cards IRQ's
 and I/O's are configured through DOS (real mode) based software.
 
 To configure the cards I created an MS-DOS boot disk that loaded the
 configuration software into a RAMDISK and then executed the program. The
 DE220 is configured to IRQ 11 and I/O 0x300 while the DE250 is
 configured to IRQ 10 and I/O 0x280. Now, I'm running into problems
 getting the kernel ( 2.2.15 ) to detect both network cards under the
 same module ( NE ). I edited the /etc/conf.modules as shown below:
 (thanks to the writers of the Linux-Ethernet-HOWTO)
 
 alias eth0 ne
 alias eth1 ne
 options ne io=0x300 irq=11
 options ne io=0x280 irq=10

options ne io=0x300,0x280 irq=11,10

I believe one of irq/io would be enough:

options ne io=0x300,0x280

should work

 
 I can modprobe eth0 and get it working but I cannot get the second NIC
 (eth1) to berecognized by the kernel. How do you configure these
 arguments to recognize two NIC under the same module?? And do I have to
 pass the "ether" armument to the kernel at boot time to get both of
 these NICs working under the same module??

see the correct syntax above.

-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Geforce2, NVidia drivers, and LM 7.2

2000-11-15 Thread J.A. Magallon

Christian A Strømmen [Number1/NumeroUno] said at ÒRe: [expert] Geforce2,
NVidia drivers, and LM 7.2Ó.
[2000-11-15 04:57]

 On Wednesday 15 November 2000 03:40, you wrote:
  On Monday 13 November 2000 23:44, you wrote:
Danger!! Will Robinson Danger!!
  
   Do not I repeat do not do everything this script (nv_check.sh) tells
   you.  The very last step talks about "duplicate files" it finds
   specifically : /usr/X11R6/lib/libGL.so.1 /usr/X11R6/lib/libMesaGL.so.1
   /usr/X11R6/lib/libMesaGL.so.1.0 /usr/X11R6/lib/libMesaGL.so.3.  If you
   remove (or rename as in my case) you will not be able to start X if
   your running KDE (other Wm's might be affected as well).  I had to put
   these files back to get X to start again.  Having them there has not
   affected Unreal Tournament or Quake3 so They are a don't care for me.
   You mileage may vary.
  
   Scott
 
  I can second this, at least in part. It seems that KDE needs
 
 /usr/X11R6/lib/libGL.so.1
 /usr/X11R6/lib/libGL.so.1.2
 
  from the XFree86-libs rpm.

 But nv_check.sh doesn't tell you to delete those...  those doesn't come
 from Mesa, they come from XFree86-libs.

They ARE from Mesa, the Mesa version included in XFree-4.0.1. If you
install XF401,
you just have to install Mesa-common packages. If you install XF336, you
have to install
the Mesa and Mesa-common packages.

And yes, you SHOULD remove all that libGL.so.1, libMesaGl and so on. If
some app
claims it needs libMesaGL, make a symbolic link to the libGL from nVidia.
If you left
any libMEsa or libGL from MEsa or XFree in your system, some apps will try
to use software
GL (Mesa) and some others Hardware GL (nVidia), and the result is just a
hang.

Yes, the script is right, you have to remove that items.




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] CP command

2000-11-15 Thread Anton Graham

Submitted 14-Nov-00 by Ronnie Whipp:


 cp works just fine for that;

Yes, if you want to copy real files (not symlinks) and don't care about the
permissions, then backing up/copying to a FAT file system is fine.  But the
additional information required for links and permissions is not present in
a FAT file system.

 I also have my ISP primarily installed in W98,
  but I access the mail directories and address book from linux via soft
  links.

Right, but the symlinks are not on the FAT partition, they only refence
files on the FAT partition.

 Didn't work properly under LM7.0, as all the directories in the dos
  partition had 0755 permissions, but with 7.1 they're 0777.

Matter of mounting options.

 I installed using 'Welcome to Crackers'security and added passwds later, if
  that makes any difference.

That's why your options defaulted to giving you wide open access to the FAT
partitions.

-- 
Anton GrahamGPG ID: 0x18F78541
[EMAIL PROTECTED] RSA key available upon request
 
An optimist believes we live in the best world possible; a pessimist fears
this is true.




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] fonts

2000-11-15 Thread Anton Graham

Submitted 14-Nov-00 by Tzafrir Cohen:

 Now why would you go that far?

 Go to your near-by mandrake mirror, and grab the mozilla-fonts pakage, and
 install it. Basically this should be it, as it runs 'chkfontpath --add' in
 its post-install script.

I have to agree here, as I put together the RPM's both linked from Skunk's
page and on your Mandrake mirror/cd.  It's 100% painless.

-- 
Anton GrahamGPG ID: 0x18F78541
[EMAIL PROTECTED] RSA key available upon request
 
A copy of the universe is not what is required of art; one of the damned
things is ample.
  -- Rebecca West




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] partition wizardry

2000-11-15 Thread civileme

On Tuesday 14 November 2000 23:26, you wrote:

  I've been running my box for a while now and have been watching disk 
usage.
 I was wondering if there was a way to 'tune' my partitions a bit to more
 accurately fit system usage? eg. it's a 30Gb drive and there's 2Gb left in
 /var which it doesn't really need, but the /public path I setup could use
 some extra space, as it is where my household's files (mp3, zip, exe,
 etc..) go for network storage. Any ideas?

 EOL
 Tib

Yes, without repartitioning, too

For example, if you wanted to use some of the spare space in /var, then

$su -
password (root password)
# mkdir /var/sparespace
# chmod 0777 /var/sparespace   #Or other permissions as you desire
# chown options /var/sparespace
# chgrp options /var/sparespace
# exit
$ ln -s /var/sparespace /public/mp3s_2

Then you have a directory in /public which is using space in /var

If you do this, remember to periodically clean up logs in /var or you may 
fill it.

Civileme
--
QA/Software Testing [EMAIL PROTECTED]



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Partition-in-a-file? ReiserFS?

2000-11-15 Thread civileme

On Tuesday 14 November 2000 23:29, you wrote:

  On Wed, 15 Nov 2000, Tom Eastman wrote:
  This would be especially convenient for me to use in future since I have
  FAR more fat32 hard drive space on my computer then ext2 hard drive space
  (30GB and 6GB respectively).  I want to be able to create a large file on
  FAT32, then mount the FILE as a file-system and be able to do stuff with
  it.

 Oh, I remember the days.

 I used to have my HD set up like this.  2GB FAT, 1GB ext2 "/" partition,
 1GB ext2-on-a-stick (i.e., in a file) partition with my downloads in it.

 This failed miserably.  I kept getting errors on the ext2-on-a-stick.  I
 think it's something about FAT that caused file corruption.  Eventually, I
 had to delete the file and make it again.

 And then, a month later, again.

 It was horrible.  Don't do it.

 Decrease your FAT partition instead, and get a program that lets you read
 ext2 partitions from windows ("ext2explorer" or something).

 -- Asheesh.

  Can anyone talk me through the process?  Or point me to a
  website/FAQ/HOWTO that explains it?
 
  Thanks alot
  Tom

 Sure thing.

For a primer on ext2 and Reiser go here  
http://www.mail-archive.com/expert@linux-mandrake.com/msg17753.html

Civileme
--
QA/Software Testing [EMAIL PROTECTED]



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] AMD Athlon Chips

2000-11-15 Thread paulham

get socket a type chip
The thunderbird is much faster and newer technology
The duron are quiet good too
Although the duron chips only go to about 700 750 Mhz

Paul

- Original Message -
From: "Sridhar Govindarajulu" [EMAIL PROTECTED]
To: "Mandrake Expert" [EMAIL PROTECTED]
Sent: Monday, October 30, 2000 3:20 PM
Subject: [expert] AMD Athlon Chips


 I've decided to build an Athlon system. I understand that the Athlon comes
 in 2 versions which fit a Slot A and a Socket A board. If it is true, what
 is the difference between them?

 Cheers
 Sridhar





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] LM 7.2 Filemanager (Konqueror) savings

2000-11-15 Thread Dennis Robertson

On Tue, Nov 14, 2000 at 06:54:35PM +0200, jarmo wrote:

 On Saturday 04 November 2000 15:29, you wrote:
 
   Hello List,
  Does anyone know how to get Konqueror to save settings?  I have tried
  everything I can think of but I keep getting icon view and a small screen
  when I open the file manager.  I hope I'm not stuck with that.
  TIA.
 
 Hello Dennis
 
 I have found solutionAt least it works here fine...
 First choose from wiew what you want Konqueror look like and then
 simply klick "window" button and choose Save Wiew Profile Management.
 
 That did the trick
 
 Greetings from
 Jarmo
 [EMAIL PROTECTED]

Thanks Jarmo, sorry I didn't close the loop.  I submitted a bug report to KDE and got 
the same advice.  Obscure, though, isn't it?
-- 
Dennis Robertson  2/2 Sylvia Street  NOOSAVILLE QLD 4566
Phone: 61 7 54742343  Mob: 0419 535539
"Love your country but never trust its government."
-- from a hand-painted road sign in central Pennsylvania



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Databases for newbies help

2000-11-15 Thread Stew Benedict


If you plan to do any future work on databases, I'd say stick with MySQL
or Postgres.  At least then you will get a standard intro to SQL in
general.  One option you might look into is Abriasoft's SQL-lite.  It
comes bundled up with MySQL, Apache and PHPMySQLAdmin.  they have a free
downloadable version at www.abriasoft.com.  You can get the same software
elsewhere, or already on your Mandrake CD's, but this gets you up and
running pretty quickly.

The hardest part of MySQL is getting the users setup properly.
PHPMySQLAdmin gives you a browser based GUI tool.  There are other GUI's
also.

If you tell me what fields you want, I'll build up a database for you, and
send it as a dump file you can feed into MySQL.  Sounds like just 1
table from your description, or maybe 2.

Stew Benedict

 The power in technology lies in getting it to 
  work the way you do, we can help.
Stew Benedict *** AYS Enterprises *** [EMAIL PROTECTED]  
 http://www.crosswinds.net/~stewb ICQ: 18063833   
 http://www.aysenterprises.com Phone/Fax: 216-228-3983

On Tue, 14 Nov 2000, John wrote:

 
 I am trying to make a simple database, that shows what we have received
 for our LUG, and contacts. I am not apt to learn MySQL, or Oracle8i
 (Though I am trying) I am currently using a program called gaby. Can
 anyone describe to me offlist how to develop a simple data base? Or
 point me to a Tutorial? (MySQL, Oracle8i..gaby.. etc.. etc...)
 
 Thanks
 
 John
 
 




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] cdr writing

2000-11-15 Thread Klar Brian D Contr MSG/SWS

I tried KISOcd last night (for kicks), it does the same thing 5 megs into a
cdr,
and fail. I can use any program to burn a successful cdRW however.

Brian

-Original Message-
From: Anthony Russello [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 14, 2000 5:56 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] cdr writing



Try using kisocd.  I haven't written a single coasterwith it since I
started.  It'sjust a front end for cdrecord, but it's a decent one.

On Mon, 13 Nov 2000, Tom Berkley wrote:

 Date: Mon, 13 Nov 2000 20:53:14 -0800
 From: Tom Berkley [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [expert] cdr writing
 
 The recommendation to use cdrecord from the command line is a very good
 one to try. xcdroast made a lot of coasters for me when I started to
 burn cd's in linux but when I went to cdrecord from the command line, I
 got clean fast burns (10 minutes for a full cd at 8x on my plextor scsi
 cdr). cdrecord has never given me a coaster.
 
 Tom Berkley
 
 "Joseph S. Gardner" wrote:
  
  Klar Brian D Contr MSG/SWS wrote:
  
   My fault, I thought I put it in there, I only have the one cdrom
drive, and
   I
   do make image files to the hd. Thought it doesnt matter. If I try to
dup a
   CD
   or try to move files from hd to cd. Same result.
  
   Brian
  
   -Original Message-
   From: Scott Tyson [mailto:[EMAIL PROTECTED]]
  
   You might be getting buffer underruns.  I haven't seen one of these
with
   Xcdroast so I'm not sure what it spits back when it deos hit one.  Try
   putting the cd contents to Disc then burning from there.  When I do
cd-cd
   copies under Windows I have to do this or I get underruns.
  
   *** REPLY SEPARATOR  ***
  
   On 11/13/2000 at 2:54 PM Klar Brian D Contr MSG/SWS scribbled:
  
   I am having real problems trying to burn a CD-R. No matter what
program I
   use, or what account I am
   under (i.e. root, or other users). When I try to either copy a CD, or
make
   a
   DATA CD, 5 Megs into it
   I get a failure, medium error. I can burn a CD-RW with no problems
though.
   I
   find it hard to believe that I
   am getting the bad one of the stack in Linux, when win will burn
every CD
   correctly, instead of a coaster.
   Here is the output of cdrecord on one try. I think I was using
Xcdroast
   here.
   
   pregap1: -1
   Cdrecord 1.9 (i586-mandrake-linux-gnu) Copyright (C) 1995-2000 Jörg
   Schilling
   TOC Type: 1 = CD-ROM
   scsidev: '0,0,0'
   scsibus: 0 target: 0 lun: 0
   Linux sg driver version: 2.1.39
   Using libscg version 'schily-0.1'
   atapi: 1
   Device type: Removable CD-ROM
   Version: 0
   Response Format: 1
   Vendor_info: 'SONY'
   Identifikation : 'CD-RW  CRX100E  '
   Revision   : '1.0j'
   Device seems to be: Generic mmc CD-RW.
   Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
   Driver flags   : SWABAUDIO
   Drive buf size : 1040128 = 1015 KB
   FIFO size  : 4194304 = 4096 KB
   Track 01: data  500 MB
   Total size: 575 MB (56:59.94) = 256496 sectors
   Lout start: 575 MB (57:01/71) = 256496 sectors
   Current Secsize: 2048
   ATIP start of lead in:  -11640 (97:26/60)
   ATIP start of lead out: 359849 (79:59/74)
   Disk type:Long strategy type (Cyanine, AZO or similar)
   Manuf. index: 3
   Manufacturer: CMC Magnetics Corporation
   Blocks total: 359849 Blocks current: 359849 Blocks remaining: 103353
   Starting to write CD/DVD at speed 2 in write mode for single session.
   Waiting for reader process to fill input buffer ...
   input buffer ready.
   Performing OPC...
   Sending CUE sheet...
   cdrecord: WARNING: Drive returns wrong startsec (0) using -150
   Writing pregap for track 1 at -150
   Starting new track at sector: 0
   CDB:  2A 00 00 00 0D CE 00 00 1F 00
   cdrecord: Input/output error. write_g1: scsi sendcmd: retryable error
   Sense Bytes: 70 00 03 00 00 00 00 12 00 00 00 00 0C 09 00 00
   status: 0x2 (CHECK CONDITION)
   Sense Key: 0x3 Medium Error, Segment 0
   Sense Code: 0x0C Qual 0x09 (write error - loss of streaming) Fru 0x0
   Sense flags: Blk 0 (not valid)
   
   write track data: error after 7237632 bytes
   Sense Bytes: 70 00 00 00 00 00 00 12 00 00 00 00 00 00 00 00 00 00
   Writing  time:  113.651s
   Fixating...
   Fixating time:0.004s
   
   Any help would be appreciated since I only use windows right now for
   scanning since I can not find
   support for my parallel scanner. Not a big issue right now either
since I
   put the scanner on my gf's
   machine.
   
   I can burn a CD-RW with any program I wish to use.
   System is PII-450
  128M RAM
  Sony CRX-100E internal IDE
  KDE2 as my environment
   
   I have tried to copy both a previously burned cd, and an original
   manufactured CD.
   When I burn a CD, that is all I do, I don't try to run other apps nor
do I
   surf.
   So I have ruled out CPU process problems.
   
   HELP!!!
   
   Brian D. Klar - CVE
  
  have you 

Re: [expert] partition wizardry

2000-11-15 Thread Larry Marshall


 # chown options /var/sparespace
 # chgrp options /var/sparespace

"chown user.group /var/sparespace" does the same thing I believe.

Cheers --- Larry



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] CD burner worked under 7.1 and doesn't under 7.2

2000-11-15 Thread Muzza

The following is reported by GCombust, a GUI interface to cdrecord. (note the 
first line).  Changing GUI interfaces changes nothing - cdrecord is doing the 
work.  As stated previously this set-up worked perfectly in 7.1 and I have 
backed down to the version of cdrecord (1.8) shipped with 7.1 under 7.2 with 
the same errors being produced.
--
Cdrecord 1.9 (i586-mandrake-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
TOC Type: 0 = CD-DA
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 2.1.39
Using libscg version 'schily-0.1'
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 1
Vendor_info: 'LG  '
Identifikation : 'CD-RW CED-8080B '
Revision   : '1.05'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : SWABAUDIO
FIFO size  : 4194304 = 4096 KB
Track 01: audio  49 MB (04:56.98) no preemp
Track 02: audio  49 MB (04:51.98) no preemp
Track 03: audio  42 MB (04:12.00) no preemp
Track 04: audio  43 MB (04:19.98) no preemp
Track 05: audio  47 MB (04:41.97) no preemp
Track 06: audio  41 MB (04:08.98) no preemp
Track 07: audio  47 MB (04:40.00) no preemp
Track 08: audio  48 MB (04:50.98) no preemp
Track 09: audio  34 MB (03:28.00) no preemp
Track 10: audio  43 MB (04:18.97) no preemp
Track 11: audio  56 MB (05:32.97) no preemp
Track 12: audio  39 MB (03:52.00) no preemp
Track 13: audio  40 MB (03:58.00) no preemp
Track 14: audio  33 MB (03:19.21) no preemp
Track 15: audio  47 MB (04:41.97) no preemp
Lout start: 665 MB (65:56/03) = 296553 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 5
  Reference speed: 2
  Is not unrestricted
  Is erasable
  ATIP start of lead in:  -11625 (97:27/00)
  ATIP start of lead out: 335100 (74:30/00)
  speed low: 0 speed high: 4
  power mult factor: 5 6
  recommended erase/write power: 3
Disk type:Phase change
Manuf. index: 0
Manufacturer: Illegal Manufacturer code
Blocks total: 335100 Blocks current: 335100 Blocks remaining: 38547
RBlocks total: 353448 RBlocks current: 353448 RBlocks remaining: 56895
Starting to write CD/DVD at speed 2 in dummy mode for single session.
Sending CUE sheet...
/usr/bin/cdrecord: WARNING: Drive returns wrong startsec (0) using -150
Writing pregap for track 1 at -150
 Track 01:   0 of  49 MB written.CDB:  2A 00 00 00 00 36 00 00 1B 00
Sense Bytes: 70 00 03 00 00 00 00 0A 00 00 00 00 0C 00 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
Sense flags: Blk 0 (not valid) 
/usr/bin/cdrecord: Input/output error. write_g1: scsi sendcmd: retryable error
status: 0x2 (CHECK CONDITION)

write track data: error after 127008 bytes
Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00
Writing  time:   85.450s
/usr/bin/cdrecord: fifo had 66 puts and 3 gets.
/usr/bin/cdrecord: fifo was 0 times empty and 1 times full, min fill was 96%.
--
From cat /etc/fstab

/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0 0

--
[root@x# ls -al /dev/cdr*
lrwxrwxrwx1 root root  3 Nov 10 23:25 /dev/cdrom - hdb
lrwxrwxrwx1 root root  8 Nov 10 15:27 /dev/cdrom1 - /dev/scd0
lrwxrwxrwx1 root root  4 Nov 10 23:25 /dev/cdrom2 - hdd
--
Just for those who've said that using cdreord from the command line will 
magically make it work

[root@xxx# /usr/bin/cdrecord -v -eject -pad speed=4 dev=0,0,0 -dao
  -audio -swab /extra/track1.wav/ extra/track2.wav
Cdrecord 1.9 (i586-mandrake-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
TOC Type: 0 = CD-DA
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 2.1.39
Using libscg version 'schily-0.1'
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 1
Vendor_info: 'LG  '
Identifikation : 'CD-RW CED-8080B '
Revision   : '1.05'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : SWABAUDIO
FIFO size  : 4194304 = 4096 KB
Track 01: audio  49 MB (04:56.98) no preemp
Track 02: audio  47 MB (04:41.97) no preemp
Total size:  97 MB (09:38.96) = 43422 sectors
Lout start:  97 MB (09:40/72) = 43422 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 5
  Reference speed: 2
  Is not unrestricted
  Is erasable
  ATIP start of lead in:  -11625 (97:27/00)
  ATIP start of lead out: 335100 (74:30/00)
  speed low: 0 speed high: 4
  power mult factor: 5 6
  recommended erase/write power: 3
Disk type:Phase change
Manuf. index: 0
Manufacturer: Illegal Manufacturer code
Blocks total: 335100 Blocks current: 335100 Blocks remaining: 291678
RBlocks total: 353448 RBlocks current: 353448 RBlocks remaining: 310026
Starting to write CD/DVD at speed 2 in write mode for single session.
Last chance to quit, starting real write in 

Re: [expert] Net Install Failing on LM7.2

2000-11-15 Thread Andrew Vogel

On Tue, 14 Nov 2000 12:28:11 -0500, you wrote:

I've got two machines networked together with a 3Com Hub, and connected to
my ADSL router.

The machine to have LM7.2 installed on it is a Pentium 2/350 with 64 megs
of memory (more is coming soon). I used RAWRITE to create a boot disk from
a downloaded 7.2 NETWORK.IMG. I boot from that disk, tell it to use DHCP,
and that I want to do an FTP install. It asks me for the FTP site and
directory, and I enter the following:
SITE: ftp.eecs.umich.edu
DIR: /pub/linux/mandrake/7.2/

...then it tells me that it's fetching base/mdkinst_stage2.gz and sits for
a LONG time before it finally errors out (something like "Cannot download
stage two"...). I can see, on my ADSL router, that there is data coming
across the line...

A bit more information... This occured to me this morning (in the shower,
no less!). The reason it's failing is because I am not logged into my ADSL.

That makes the question: Does anyone know how to configure the boot disk
resulting from NETWORK.IMG boot into ADSL?

---
===
Andrew Vogel: Program Manager at the University of Cincinnati College of
Pharmacy.   http://pharmacy.uc.edu/default.html  (513)-558-3784
===



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] 3com card blues

2000-11-15 Thread Larry Tobos

seems you have a dns prorblem
did you use the addroute and route commands to add your network to the
router?
I miss the exact syntax, but you can find it in Fred Butzen: The Linux
Network, for example

- Original Message -
From: "Stephen Bosch" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 14, 2000 6:26 PM
Subject: Re: [expert] 3com card blues


 Hello:

 john wrote:

  Background:
  I am running a 3com 3c905b card. It works fine, dual
  boot box.  It is installed without errors in the logs.
  I have completely and thoroughly gone over setup with
  my isp on configuration(twice). dsl-router-hub-me!
 
  Problem:
  Still nothing. I am good for pinging and telnet on
  this machine, cant move outside it though.
  I am getting the "network unreachable" when leaving
  this box.

 Do you have a default gateway configured?

 -Stephen-








 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] CD burner worked under 7.1 and doesn't under 7.2

2000-11-15 Thread skidley

On Wed, 15 Nov 2000, Muzza wrote:

Seems to me like its a problem with the medium, not up to orangebook specs
maybe? an illegal pregap or something. Just a guess, i'm not a cdrecord
pro but I prefer to use cdrecord in console because it works quite well,
does just what ya tell it.

 --
 Just for those who've said that using cdreord from the command line will 
 magically make it work
 
 [root@xxx# /usr/bin/cdrecord -v -eject -pad speed=4 dev=0,0,0 -dao
   -audio -swab /extra/track1.wav/ extra/track2.wav
 Cdrecord 1.9 (i586-mandrake-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
 TOC Type: 0 = CD-DA
 scsidev: '0,0,0'
 scsibus: 0 target: 0 lun: 0
 Linux sg driver version: 2.1.39
 Using libscg version 'schily-0.1'
 atapi: 1
 Device type: Removable CD-ROM
 Version: 0
 Response Format: 1
 Vendor_info: 'LG  '
 Identifikation : 'CD-RW CED-8080B '
 Revision   : '1.05'
 Device seems to be: Generic mmc CD-RW.
 Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
 Driver flags   : SWABAUDIO
 FIFO size  : 4194304 = 4096 KB
 Track 01: audio  49 MB (04:56.98) no preemp
 Track 02: audio  47 MB (04:41.97) no preemp
 Total size:  97 MB (09:38.96) = 43422 sectors
 Lout start:  97 MB (09:40/72) = 43422 sectors
 Current Secsize: 2048
 ATIP info from disk:
   Indicated writing power: 5
   Reference speed: 2
   Is not unrestricted
   Is erasable
   ATIP start of lead in:  -11625 (97:27/00)
   ATIP start of lead out: 335100 (74:30/00)
   speed low: 0 speed high: 4
   power mult factor: 5 6
   recommended erase/write power: 3
 Disk type:Phase change
 Manuf. index: 0
 Manufacturer: Illegal Manufacturer code
 Blocks total: 335100 Blocks current: 335100 Blocks remaining: 291678
 RBlocks total: 353448 RBlocks current: 353448 RBlocks remaining: 310026
 Starting to write CD/DVD at speed 2 in write mode for single session.
 Last chance to quit, starting real write in 1 seconds.
 Waiting for reader process to fill input buffer ... input buffer ready.
 Performing OPC...
 Sending CUE sheet...
 /usr/bin/cdrecord: WARNING: Drive returns wrong startsec (0) using -150
 Writing pregap for track 1 at -150
 Starting new track at sector: 0
 Track 01:   3 of  49 MB written (fifo  93%)./usr/bin/cdrecord: Input/output   
  error. write_g1: scsi sendcmd: retryable error
 CDB:  2A 00 00 00 06 54 00 00 1B 00
 status: 0x2 (CHECK CONDITION)
 Sense Bytes: 70 00 03 00 00 00 00 0A 00 00 00 00 0C 00 00 00
 Sense Key: 0x3 Medium Error, Segment 0
 Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
 Sense flags: Blk 0 (not valid)
  
 write track data: error after 3810240 bytes
 Sense Bytes: 70 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00
 Writing  time:  103.380s
 Fixating...
 Fixating time:0.001s
 /usr/bin/cdrecord: fifo had 124 puts and 61 gets.
 /usr/bin/cdrecord: fifo was 0 times empty and 28 times full, min fill was 
92%.  
 
 




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] 3com card blues

2000-11-15 Thread john

I am able to ping and telnet locally, both by
name/alias and ip, (10.0.0.2, 127.0.0.1/local...)
I have set 3 DNS servers into the list via etherdrake
and set the default gateway to 10.0.0.1 (the dsl
router) everything on 255.255.255.0 mask.
only one box on small network.
All this was done via etherdrakemaybe it doesnt
work. 
I believe I read that ifconfig should report both the
lo and eth0? And that if it doesnt, there may be an
IRQ mismatch?
I will go in and try to the information manually from
the prompt and see what happens.

thanks,
john


=


__
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] 7.2 probs, kde, something wrong here......

2000-11-15 Thread Klar Brian D Contr MSG/SWS


I am having a problem, well one of many with kde2 on mandrake 7.2.
I dont know if the problems stem from kde2 or mandrake 7.2 or a combination,
however
in dmesg i get a bunch of :

Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun
Sound: Recording overrun

I can not mute my microphone, the red light in kmixer is always on. My sound
card is an AWE 64 Value
and worked fine in previous versions of mandrake. All that differs is the
mandrake version and kde version 2.
I even used my same isapnp.conf file from 7.1 and it makes no difference. 

Here is my entire modules.conf file:
alias net-pf-4 ipx
alias char-major-107 3dfx
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias parport_lowlevel parport_pc
alias block-major-11 scsi_hostadapter
pre-install plip modprobe parport_pc ; echo 7  /proc/parport/0/irq
alias scsi_hostadapter ide-scsi
alias eth0 3c59x
alias char-major-81 bttv
alias usb-interface usb-uhci
alias sound-slot-0 sb
options bttv card=10
options sound dmabuf=1
options opl3 io=0x388
alias midi awe_wave
post-install awe_wave /bin/sfxload /etc/midi/GU11-ROM.SF2
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330

I have a Hauppague WinTv/radio card that also used to work flawlessly in
linux program independent
Now it wont even work, no matter what desktop environment or tv program
used.

CDR problem still an issue

Any help appreciated

Brian D. Klar - CVE
OTS
WPAFB
(937)257-5773
937-973-3125 (Pager)




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] vmware

2000-11-15 Thread Michael R. Batchelor

Has anyone tried, successfully or unsuccessfully, to get VMWare up,
running, and doing useful work on 7.2? I'm getting ready to build a new
workstation, and I'd rather not have to experiment more than I must. I'm
perfectly happy to use an older distribution if 7.2 and Xfree86 4 create
too many problems.

Thanks,
Michael




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] knotes and kde2

2000-11-15 Thread Jeff Malka

Since I installed Mandrake 7.2, when I start knotes under kde 2, the screen 
goes black (except for the panel at the bottom) and stays that way until I 
close knotes from the panel.

Any advice as to how to solve this?

Thanks.

-- 
Jeff Malka [EMAIL PROTECTED]
Registered Linux User 348854



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] AMD Athlon Chips

2000-11-15 Thread Edward Schernau

paulham wrote:
 
 get socket a type chip
 The thunderbird is much faster and newer technology
 The duron are quiet good too
 Although the duron chips only go to about 700 750 Mhz

Except you can overclock them to 1 GHz or so with a small
voltage increase and decent cooling.

Ed



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] SB Live and MDK 7.2 or 7.1?

2000-11-15 Thread Norman Carver

I have gotten somewhat tired of dealing with
my AWE 64 ISA PNP sound card (plus want to use
digital connections), so because Staples has the
Live MP3+5.1 on sale for $80, I decided to get one.

I gather that MDK 7.2 is supposed to support this
card, but I was interested in getting more info from
people that have been successful before I tried to
install it.  I haven't yet had time to investigate
sound in MDK 7.2 (my AWE 64 is only partially working
at this point, and I am not entirely sure how it got
to where it is even).  So, any pointers would be much
appreciated.

In addition to trying it with MDK 7.2, I may want to
get it working under 7.1 (still my main system).
Is there any way to use any of the files on the 7.2 CD
to accomplish this, or what would be the best way to
proceed?

One particular question I have is whether the digital
connection between the CD and the card functions under
Linux/MDK, and just how people would suggest these be
connected.

Thanks in advance for any info!!

Norm




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] AMD Athlon Chips

2000-11-15 Thread civileme

On Wednesday 15 November 2000 16:18, you wrote:

  paulham wrote:
  get socket a type chip
  The thunderbird is much faster and newer technology
  The duron are quiet good too
  Although the duron chips only go to about 700 750 Mhz

 Except you can overclock them to 1 GHz or so with a small
 voltage increase and decent cooling.

 Ed
DECENT COOLING is the watchword.  AMD chips will not shut down automatically 
under thermal overload and will literally fry.  Some MBs have health watchers 
that will prevent this.

Duron 800s are easily available.  For performance comparisons, visit 
http://www.cpuscorecard.com.

Civileme


Content-Type: text/plain; charset="us-ascii"; name="message.footer"
Content-Transfer-Encoding: 8bit
Content-Description: 




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] CDROM inoperable for audio only in new MD7.2 (kscd problem?).

2000-11-15 Thread Norman Carver

Zelck, Guy [EMAIL PROTECTED] wrote:
 After my fresh 7.2 install, which didn't go smooth but succeeded at last, I
 have this anoying cdrom problem.
 Using data cds is no problem and even supermount works perfectly.
 The trouble starts when I want to use a cd-player (kscd in my case, the only
 one installed by default).
 ...
 However, if I push play, I immediately get the msg. "ejected". In the
 messages-log I get the error you typically get when you try to mount an
 audio cd. Then the cdplayer shows ready again, then ejected (with the same
 error in the log file) and this goes on till I exit the player. I tried
 umounting the supermounted drive but it stays the same. I tried remaking the
 devices with MAKEDEV but nothing.
 More bizare is that if I direct my player to use the cd-writer drive
 (/dev/scd0), this works without a flaw. Of course, I don't hear shit since
 that one's not connected to the audo card!

I just wanted to point out that my CD player does not function
quite properly under kscd either.  When you first start kscd,
it works fine, but after you stop a disk playing for the first
time, the play button no longer works.  You push it and 00:00
comes up for an instant, then nothing.  Interestingly, if you
push the track skip buttons, this will get it to start playing
(and move tracks).  I started having this trouble under MDK 7.1
when I bought a newer, faster Memorex CDROM.  It appears that
kscd is not sending what the CD wants to see to start playing.

You might try using gtcd.  It works fine with my CDROM.  It does
not seem to be listed on the KDE menu, but was installed.  I am
curious whether it works OK.

Norm





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] vmware

2000-11-15 Thread Chris Spencer

On Wed, 15 Nov 2000, Michael R. Batchelor wrote:

 Has anyone tried, successfully or unsuccessfully, to get VMWare up,
 running, and doing useful work on 7.2? I'm getting ready to build a new
 workstation, and I'd rather not have to experiment more than I must. I'm
 perfectly happy to use an older distribution if 7.2 and Xfree86 4 create
 too many problems.

I had VMware running great under the 7.2 beta. I have since removed VMware
since upgrading to 7.2 final. BTW I was running Windows 98 on a virtual
disk with IP forwarding and using Samba to have access to my files from
the virtual machine.

The one suggestion that I would make is to not use the built-in VMware
Samba server and properly configure/setup the version of Samba that comes
with Mandrake.

If you need a hand let me know via private email...

-Chris





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Printer setup woes

2000-11-15 Thread Laurent Duperval

HI,

I've had less than stellar success trying to set up printers in  Mandrake
7.1. Maybe someone has some ideas for me:

- First off, is it a good idea to use printtool to configure a printer? If
  not, that may be the source of my problem.

- I added a SMB printer and I eventually had to go deep into the filter
  scripts to find out that the filter scripts expected SAMBA 1.x installed.
  I had to manually fix the call to smbprint filter to remove the  
  -E  ${hostip:+-I} option to the smbprint command. It took me some time to
  figure this one out.

- I now need to add another queue to a network printer. The printer has an
  IP address and you're supposed to be able to print to it directly. Doesn't
  seem to work for me and I'm not sure qhy yet. I'm hoping someone can help.
  What happens is that when I print, I get no errors. But when I do an lpq,
  I get:

myhost: no space on remote; waiting for queue to drain
Rank   Owner  Job  Files Total Size
0 bytes

No entries

I've no idea what this means. I tried lpr -s to keep the file spooled on my
machine, but the job just stays there and nothing happens. Eventually, lpq
starts returning:

myhost: : Warning: no daemon present
Rank   Owner  Job  Files Total Size
0 bytes

No entries

As I said before, I used printtool to add the printer because it didn't look
like Mandrake's printer setup tool supported adding a network printer (it's
stand alone and isn't connected to a print server).

I'm thinking it's a Mandrake problem because someone else here has a Red Hat
6.2 installation and he can print correctly, using printtool to set up his
prointer.

Can anyone help?

L

-- 
MY EMAIL ADDRESS HAS CHANGED -- UPDATE YOUR ADDRESSBOOK

Laurent Duperval   "Montreal winters are an intelligence test,
Netergy Networks - Java Centerand we who are here have failed it."
Phone: (514) 282-8484 ext. 228   -Doug Camilli
mailto:[EMAIL PROTECTED]   Penguin Power!





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] switchdesk

2000-11-15 Thread generic

Nope!  I came accross this the first hour after installing Mdk 7.2,
and also asked the same question.  After posting to numerous
newsgroups and mailing lists, and not getting a sufficient answer, I
did a little research and came up with the following:

1. /usr/sbin/chksession -l (that gives you a list of window managers)
2. at a console (Not in X!), type: startx Gnome (or KDE or ...)
NOTE: you have to use the exact spelling as the output of chksession
gives.

That's it.  I think switchdesk was a RedHat utility and for some
reason, is not included anymore.

GenEric

Stephen Boulet wrote:
 
 Is the switchdesk program available anymore? Which RPM is it in?
 
 -- Stephen
 
   
--
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] local mail delivery agent problem

2000-11-15 Thread J. Pedro Sousa do Amaral

Hi,
I recently upgraded to Mandrake 7.2. After the upgrade I started to have
problems with my local mail agent. When I issue mail local_address or mail
remote_address, I get a message like the one below.

Can't create transcript file ./xfeAEI8LC01988: Permission denied queueup:
cannot create queue temp file ./tfeAEI8LC01988, uid=1001: Permission denied

I believe that it may be related to write permissions somewhere in the /var
subdirectories, but do not know how to change those permissions safely.

I use sendmail. I have no problems sending messages with KMail, only when I
invoke mail or pine at the command line.

Anybody has ideas about how to fix this? TIA.
ZP
--
José Pedro Sousa do Amaral

We only can learn from our mistakes.
--K. Popper


-- 
--
José Pedro Sousa do Amaral

We can learn only from our mistakes.
  -K. Popper




--  Mensagem Reenviada  --
Subject: local mail delivery agent problem
Date: Tue, 14 Nov 2000 12:14:53 -0600
From: J. Pedro Sousa do Amaral [EMAIL PROTECTED]
To: [EMAIL PROTECTED]


Hi,
I recently upgraded to Mandrake 7.2. After the upgrade I started to have
problems with my local mail agent. When I issue mail local_address or mail
remote_address, I get a message like the one below.

Can't create transcript file ./xfeAEI8LC01988: Permission denied queueup:
cannot create queue temp file ./tfeAEI8LC01988, uid=1001: Permission denied

I believe that it may be related to write permissions somewhere in the /var
subdirectories, but do not know how to change those permissions safely.

I use sendmail. I have no problems sending messages with KMail, only when I
invoke mail at the command line.

Anybody has ideas about how to fix this? TIA.
ZP
--
José Pedro Sousa do Amaral

We only can learn from our mistakes.
--K. Popper

---

-- 
José Pedro Sousa do Amaral

We only can learn from our mistakes.
--K. Popper



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] 3com card blues conti...

2000-11-15 Thread john

ok, I have verified that all the information is
correct. The route tables, dns, gateway, all of it!
Went over it with a linux admin @ my isp.

Still nothing, 
can ping by ip or name/alias to "this" machine only
Still recieve network unreachableyadadadad when
trying to leave machine period.

I think i have found the problem:

When I run ifup eth0
the results are exactly as they should be, save for
the following, on the first line..

Link encap:Ethernet   HWaddr 00:00:00:00:00:00

Is the HWaddr supposed to be outputting this?
I have compared this to another box running the same
card, and he gets a real address.
At no other place in the system is there a complaint
about the card, IRQ, driver etd.
So my hunch is that this may be the problem or point
to it, and that I have no idea what it means.

thanks again for your time,

john


=


__
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] local mail delivery agent problem

2000-11-15 Thread Charles Curley

On Wed, Nov 15, 2000 at 10:16:35AM -0600, J. Pedro Sousa do Amaral wrote:
Content-Description: Text
 Hi,
 I recently upgraded to Mandrake 7.2. After the upgrade I started to have
 problems with my local mail agent. When I issue mail local_address or mail
 remote_address, I get a message like the one below.
 
 Can't create transcript file ./xfeAEI8LC01988: Permission denied queueup:
 cannot create queue temp file ./tfeAEI8LC01988, uid=1001: Permission denied
 
 I believe that it may be related to write permissions somewhere in the /var
 subdirectories, but do not know how to change those permissions safely.
 
 I use sendmail. I have no problems sending messages with KMail, only when I
 invoke mail or pine at the command line.
 
 Anybody has ideas about how to fix this? TIA.

KMail may not use sendmail to ship email out, and if you have configured
it to get mail from somewhere other than your own computer, it probably
does not use sendmail to collect it.

To send mail via sendmail, you have to have the outgoing spool directory
set up correctly. This works on my system:

root@charlesc # ll -d /var/spool/mqueue/
drwxr-xr-x2 root mail 2048 Nov 15 09:23 /var/spool/mqueue

Directories above mqueue have the same permissions.

Also verify the permissions on sendmail itself:

root@charlesc # ll `which sendmail`
-rwsr-sr-x1 root root   324380 Dec 12  1999 /usr/sbin/sendmail


 ZP
 --
 José Pedro Sousa do Amaral
 
 We only can learn from our mistakes.
   --K. Popper

Not true. We can also learn from a priori reasoning. And the mistakes of
others.



-- 

-- C^2

No windows were crashed in the making of this email.

Looking for fine software and/or web pages?
http://w3.trib.com/~ccurley



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] 3com card blues conti...

2000-11-15 Thread civileme

john wrote:
 
 ok, I have verified that all the information is
 correct. The route tables, dns, gateway, all of it!
 Went over it with a linux admin @ my isp.
 
 Still nothing,
 can ping by ip or name/alias to "this" machine only
 Still recieve network unreachableyadadadad when
 trying to leave machine period.
 
 I think i have found the problem:
 
 When I run ifup eth0
 the results are exactly as they should be, save for
 the following, on the first line..
 
 Link encap:Ethernet   HWaddr 00:00:00:00:00:00
 
 Is the HWaddr supposed to be outputting this?
 I have compared this to another box running the same
 card, and he gets a real address.
 At no other place in the system is there a complaint
 about the card, IRQ, driver etd.
 So my hunch is that this may be the problem or point
 to it, and that I have no idea what it means.
 
 thanks again for your time,
 
 john
 
Formidable!

Yes you should have a real address.  That looks like a firmware prob on
the card--but just for laughs try disabling the interface in linuxconf
then reenabling it after exiting and re-entering linuxconf.

If that doesn't fix it the card has a pb, most likely.

Civileme


 =
 
 __
 Do You Yahoo!?
 Yahoo! Calendar - Get organized for the holidays!
 http://calendar.yahoo.com/
 
   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] AMD Athlon Chips

2000-11-15 Thread Tom Brinkman


  Except you can overclock them to 1 GHz or so with a small
  voltage increase and decent cooling.
 
  Ed

 DECENT COOLING is the watchword.  AMD chips will not shut down
 automatically under thermal overload and will literally fry.  Some
 MBs have health watchers that will prevent this.

 Duron 800s are easily available.  For performance comparisons, visit
 http://www.cpuscorecard.com.

 Civileme

FWIW, I read recently (don't remember where) that AMD is gonna
add internal temp reporting similar to Intel's internal diode in the 
near future.  IMO, this is a must, since temps from a thermistor, no 
matter how well placed, are a guess at best, and usually = 10C less 
than the core temp.  
I'm lookin hard at gettin a Tbird ;)
-- 
Tom Brinkman   [EMAIL PROTECTED] Galveston Bay



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] corporate server 1.0

2000-11-15 Thread administrator

i was wondering if anyone is running corporate server 1.0?

right now i run mandrake 7.0 on my dns servers and for another network
server.  i use SUSE for my web and mail, but i'm looking to move the SUSE
machines to mandrake also.

can anyone recommend corporate server?  anything i should know about?  i
haven't talked to sales yet, cause i figured getting everyone's opinion was
more valuable than a sales person  :)

matthew gansert
[EMAIL PROTECTED]
sys/net admin





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] 3com card blues conti...

2000-11-15 Thread Praedor Tempus

How about assigning it a MAC address via ifconfig then 
seeing if it works?  The cards are cheap, sure, but if
assigning it a MAC address works, then add the command to 
rc.sysinit and off it goes.

praedor

civileme wrote:
 
 john wrote:
 
  ok, I have verified that all the information is
  correct. The route tables, dns, gateway, all of it!
  Went over it with a linux admin @ my isp.
[...]
  When I run ifup eth0
  the results are exactly as they should be, save for
  the following, on the first line..
 
  Link encap:Ethernet   HWaddr 00:00:00:00:00:00
[...]
 Yes you should have a real address.  That looks like a firmware prob on
 the card--but just for laughs try disabling the interface in linuxconf
 then reenabling it after exiting and re-entering linuxconf.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] corporate server 1.0

2000-11-15 Thread Richard Humphrey

I set it up on a machine at home to use as my firewall/gateway machine. I
took it down shortly after to put LM7.2 on it. I didnt care for the wizard
type setup because it didnt work for my particular situation. other than
that it seemed fine.


Richard Humphrey

-Original Message-
From: administrator [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 15, 2000 11:33 AM
To: [EMAIL PROTECTED]
Subject: [expert] corporate server 1.0


i was wondering if anyone is running corporate server 1.0?

right now i run mandrake 7.0 on my dns servers and for another network
server.  i use SUSE for my web and mail, but i'm looking to move the SUSE
machines to mandrake also.

can anyone recommend corporate server?  anything i should know about?  i
haven't talked to sales yet, cause i figured getting everyone's opinion was
more valuable than a sales person  :)

matthew gansert
[EMAIL PROTECTED]
sys/net admin






Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Xconfigurator(XFDrake)

2000-11-15 Thread skidley

Just wondering if anyone knows a way to force Xconfigurator(XFDrake) to
run in text mode in an xterm. I know it does run in text mode in console
so there is a text mode. 




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] corporate server 1.0

2000-11-15 Thread Vincent Danen

On Wed Nov 15, 2000 at 12:32:34PM -0500, administrator wrote:

 i was wondering if anyone is running corporate server 1.0?

Yup.  I run it on my primary server.  Works awesome.

 can anyone recommend corporate server?  anything i should know about?  i
 haven't talked to sales yet, cause i figured getting everyone's opinion was
 more valuable than a sales person  :)

I can highly recommend it.  It's very very nice (and no, I don't say
this just because I am biased!).  It has worked flawlessly for me.

-- 
[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.   www.linux-mandrake.com

Current Linux uptime: 8 days 12 hours 28 minutes.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] SB Live and MDK 7.2 or 7.1?

2000-11-15 Thread J.A. Magallon

Norman Carver said at Ò[expert] SB Live and MDK 7.2 or 7.1?Ó.
[2000-11-15 16:16]

 I have gotten somewhat tired of dealing with
 my AWE 64 ISA PNP sound card (plus want to use
 digital connections), so because Staples has the
 Live MP3+5.1 on sale for $80, I decided to get one.

 I gather that MDK 7.2 is supposed to support this
 card, but I was interested in getting more info from
 people that have been successful before I tried to
 install it.  I haven't yet had time to investigate
 sound in MDK 7.2 (my AWE 64 is only partially working
 at this point, and I am not entirely sure how it got
 to where it is even).  So, any pointers would be much
 appreciated.


Works fine. I use it with ALSA drivers. The only difficult
part is getting a mixer that controls all the features
of the card (four channels, rear channel, EAX effect
intenity, and so on..). I use aumix and have tested other
called gamix. See under Application link in the ALSA
page (www.alsa-project.org).

BTW: it is even more hard to understand the logical structure
of the mixer. For example, gamix (and a home-made text program
to show all channels with alsa-lib), show that there are
4 main volume controls, grouped in 2 groups (till here, logic,
L-R front and L-R back), but there is also a Main Mono Volume,
one other pair of controls for something called 'Rear', and
more things I don't see what are designed for.

Is there any info around about the structure and travelling
of the signals inside the SBLive! ? I have been digging inside
the soundblaster web and found anything like that.

TIA



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] messages from named

2000-11-15 Thread gene

I'm running named as a caching name server and it is very verbose.  It leaves
many messages in my logs.  First of all, I don't understand them, but 
they don't
seem very important.  More importantly, is there a way to tone down the
verbosity of named? I've looked at the man info and the docs, but haven't seen
anything helpful.


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
   smalltime industries bringing you the latest in
   interplanetary transport technology, interactive
   web games, dada, art, poetry and pants.
   www.smalltime.com  .. visit early and often
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] How can I get USB mouse and touchpad both working?

2000-11-15 Thread Reggie Burnett

Just put 7.2 on my Vaio.  The USB modules give errors when they are insmod.  
Does anyone have USB mouse and touchpad working on laptop with 7.2?


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

Share information about yourself, create your own public profile at 
http://profiles.msn.com.




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] System vanishes from console login

2000-11-15 Thread Declan Moriarty

I'm still trying to figure out why my  7.0 install hangs - all 6
consoles going blank 1 second after the console login appears. Only the 3
fingered salute provides a response. I think I found something (in
/var/log/messages). This means I searched the WRONG /var/log/messages last
time :-(.  Can someone tell me what it means, (besides the fact that I'm
thick ;-) and how I should sort out the system?

Nov  5 15:39:09 genius rc: Starting linuxconf succeeded
Nov  5 15:39:17 genius kdm[402]: Server for display :0 terminated unexpectedly: 1 
Nov  5 15:39:17 genius kdm[410]: IO Error in XOpenDisplay 
Nov  5 15:39:21 genius kdm[402]: Server for display :0 terminated unexpectedly: 1 
Nov  5 15:39:38 genius last message repeated 5 times
Nov  5 15:39:38 genius kdm[428]: IO Error in XOpenDisplay 
Nov  5 15:39:38 genius kdm[402]: Display :0 cannot be opened 
Nov  5 15:39:42 genius kdm[402]: Server for display :0 terminated unexpectedly: 1 
Nov  5 15:39:42 genius kdm[431]: IO Error in XOpenDisplay 
Nov  5 15:39:42 genius kdm[402]: Display :0 cannot be opened 
Nov  5 15:39:45 genius kdm[402]: Server for display :0 terminated unexpectedly: 1 
Nov  5 15:40:03 genius last message repeated 5 times
Nov  5 15:40:03 genius kdm[449]: IO Error in XOpenDisplay 
Nov  5 15:40:03 genius kdm[402]: Display :0 cannot be opened 
Nov  5 15:40:07 genius kdm[402]: Server for display :0 terminated unexpectedly: 1 
Nov  5 15:40:11 genius kdm[402]: Server for display :0 terminated unexpectedly: 1 
Nov  5 15:40:11 genius kdm[457]: IO Error in XOpenDisplay 
Nov  5 15:40:11 genius kdm[402]: Display :0 cannot be opened 
Nov  5 15:40:14 genius kdm[402]: Server for display :0 terminated unexpectedly: 1 
Nov  5 15:40:32 genius last message repeated 5 times
Nov  5 15:40:32 genius kdm[475]: IO Error in XOpenDisplay 
Nov  5 15:40:32 genius kdm[402]: Display :0 cannot be opened 
Nov  5 15:40:37 genius atd: atd shutdown succeeded

Linuxconf is the last service to be started before the login screen, and I
gather I did a Ctrl-Alt-Del before atd shut down.  The hard disk control is
erratic - I think I have a dodgy disk.






 -- 
Regards,


Declan Moriarty




Applied Researches - Ireland's Foremost Electronic Hardware Genius

A Slightly Serious(TM) Company

Don't you get browned off with stupid quotes on the bottom of sig files?



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] corporate server 1.0

2000-11-15 Thread SIR admin

how can i get my hands on it (short of waiting 2 days for it to download)?
i tried contacting [EMAIL PROTECTED], but they aren't answering my
e-mails.

cheers!

matthew gansert
adminATseaislerealtyDOTcom
sys/net admin


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Vincent Danen
Sent: Wednesday, November 15, 2000 1:34 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] corporate server 1.0


On Wed Nov 15, 2000 at 12:32:34PM -0500, administrator wrote:

 i was wondering if anyone is running corporate server 1.0?

Yup.  I run it on my primary server.  Works awesome.

 can anyone recommend corporate server?  anything i should know about?  i
 haven't talked to sales yet, cause i figured getting everyone's opinion
was
 more valuable than a sales person  :)

I can highly recommend it.  It's very very nice (and no, I don't say
this just because I am biased!).  It has worked flawlessly for me.

--
[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.   www.linux-mandrake.com

Current Linux uptime: 8 days 12 hours 28 minutes.





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] partition wizardry

2000-11-15 Thread Ron Heron


  accurately fit system usage? eg. it's a 30Gb drive
 and there's 2Gb left in /var
  which it doesn't really need, but the /public path
 I setup could use some extra

 Either use symbolic links to virtually move parts of
 file system, or use
 tools to change partitions' size (partition magic
 for example).

Try using ext2resize #man ext2resize

if you don't have it, goto:

http://srd.yahoo.com/goo/e2fsck+resize/5/*http://ftp.net.uni-c.dk/pub/linux/mandrake/7.0/Mandrake/mdkinst/usr/sbin/ext2resize

__
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting two networks cards to work under the same module!

2000-11-15 Thread Ron Heron


 alias eth0 ne
 alias eth1 ne
 options ne io=0x300 irq=11
 options ne io=0x280 irq=10
 
 I can modprobe eth0 and get it working but I cannot
 get the second NIC
 (eth1) to be recognized by the kernel. How do you
 configure these
 arguments to recognize two NIC under the same
 module?? 
Have you tried NOT using the options? if that doesn't
work, try placing the options lines after their
respective alias lines.


__
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] ext3, reiserfs, and MDK 7.x?

2000-11-15 Thread Christopher Kolar

Hi everyone.  While not really a professional sysadmin, fortune has 
dictated that I run several servers that, to the people that they are 
running for, are in "production" mode.  I have had really good luck to date 
(that would be the past 5 years), but I am now getting pretty interested in 
using a journaling file system.  A few questions:

1.  Is the advanced file system mentioned in the Mandrake installation Reiser?

2.  What is the status of running ext3 on an existing Mdk installation?  I 
have found some stuff about v 0.0.3 and it involved some kernel 
patching.  If I am just running plain old 7.1 with ext2 what would be 
involved in getting it up to ext3?

3.  Am I right in thinking that once you are running ext2, there is no way 
to convert those volumes to reiserFS?

Sorry if these questions seem pretty basic, I spend most of my time running 
internet services and once a box is up and running I normally give no 
thought to the hardware or file system.  Thanks in advance,

--chris


--
/\/\
  Christopher G. Kolar
Director, Department of Instructional Technology
Aurora University, Aurora, Illinois
  [EMAIL PROTECTED]  --  www.aurora.edu/~ckolar
 [PGP Public Key ID: 0xC6492C72]




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] ext3, reiserfs, and MDK 7.x?

2000-11-15 Thread John Craig

hi,

There may be others more "expert" than me about this, but I have tried Reiserfs
on Mandrake 7.1. Anyway, as far as I know:

1) I don't know what "advanced file system" means, although Reiserfs is a good
guess.
2) ext3 is not ready for production use, but you can try it by patching and
rebuilding the kernel.
3) You can't convert a ext2 partition to reiserfs, what you do is back up all the
data on the partition and unmount it, then create a reiserfs file system (thus
blowing away the data) then update /etc/fstab to add the partition as reiserfs,
then copy all the data back.  Reiserfs is excellent if you have a large partition
with lots of small files, since its performance is on par with ext2 in reading
small files, and performs a little slower than ext2 when reading large files (but
with the added benefit of journaling).

John Craig


Christopher Kolar wrote:

 Hi everyone.  While not really a professional sysadmin, fortune has
 dictated that I run several servers that, to the people that they are
 running for, are in "production" mode.  I have had really good luck to date
 (that would be the past 5 years), but I am now getting pretty interested in
 using a journaling file system.  A few questions:

 1.  Is the advanced file system mentioned in the Mandrake installation Reiser?

 2.  What is the status of running ext3 on an existing Mdk installation?  I
 have found some stuff about v 0.0.3 and it involved some kernel
 patching.  If I am just running plain old 7.1 with ext2 what would be
 involved in getting it up to ext3?

 3.  Am I right in thinking that once you are running ext2, there is no way
 to convert those volumes to reiserFS?

 Sorry if these questions seem pretty basic, I spend most of my time running
 internet services and once a box is up and running I normally give no
 thought to the hardware or file system.  Thanks in advance,

 --chris

 --
 /\/\
   Christopher G. Kolar
 Director, Department of Instructional Technology
 Aurora University, Aurora, Illinois
   [EMAIL PROTECTED]  --  www.aurora.edu/~ckolar
  [PGP Public Key ID: 0xC6492C72]

   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting two networks cards to work under the same module!

2000-11-15 Thread generic

It seems to me that the original poster "must" use the "options"
keyword in his /etc/modules.conf file because he is using
an NE2000 (or compatible) ISA NIC card, which requires you to
give address  IRQ information.

I also have 2 NIC cards in my machine at home, but I only have
1 NE2000 compatible ISA NIC card (the other is a PCI non-NE2000).

I would try:

options eth0 io=0x300 irq=11
options eth1 io=0x280 irq=10

which should work since eth0  eth1 are aliases (according to
the man page for modules.conf).

Good luck.


Ron Heron wrote:
 
  alias eth0 ne
  alias eth1 ne
  options ne io=0x300 irq=11
  options ne io=0x280 irq=10
 
  I can modprobe eth0 and get it working but I cannot
  get the second NIC
  (eth1) to be recognized by the kernel. How do you
  configure these
  arguments to recognize two NIC under the same
  module??
 Have you tried NOT using the options? if that doesn't
 work, try placing the options lines after their
 respective alias lines.
 
 __
 Do You Yahoo!?
 Yahoo! Calendar - Get organized for the holidays!
 http://calendar.yahoo.com/
 
   
--
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Doh! HELP! Can't start linux and can't fix it.

2000-11-15 Thread Ron Heron


#mount -o remount,rw /

 
 I need / to mount in single mode read-write so I can
 replace
 my bad rc.sysinit with the good one.
 
 praedor
 
  Keep in touch with http://mandrakeforum.com: 
 Subscribe the "[EMAIL PROTECTED]" mailing
 list.
 


__
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] installing on ReiserFS in text mode

2000-11-15 Thread Edward Schernau

I have a box with "only" 40MB of RAM, thus I can't use the GUI
installer.  In text mode (or, heck, GUI mode) is there a way to
force it to format and install onto Reiser?

Thanks

Ed

P.S.Mandrake, if I have 2 disks in my system, please let me
install onto both of them, don't force me to install onto just the
bigger of the two.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting two networks cards to work under the same module!

2000-11-15 Thread Stefan Srdic

On Wed, 15 Nov 2000, you wrote:
 
 It seems to me that the original poster "must" use the "options"
 keyword in his /etc/modules.conf file because he is using
 an NE2000 (or compatible) ISA NIC card, which requires you to
 give address  IRQ information.
 
 I also have 2 NIC cards in my machine at home, but I only have
 1 NE2000 compatible ISA NIC card (the other is a PCI non-NE2000).
 
 I would try:
 
 options eth0 io=0x300 irq=11
 options eth1 io=0x280 irq=10
 
 which should work since eth0  eth1 are aliases (according to
 the man page for modules.conf).
 
 Good luck.
 
 
 Ron Heron wrote:
  
  Have you tried NOT using the options? if that doesn't
  work, try placing the options lines after their
  respective alias lines.
  

Thanks for both of your replies, I attemped once again to set these
NICs up. I edited the conf.modules file to look like:

alias eth0 ne
alias eth0 ne
options eth0 ne-0 io=0x300 irq=11
options eth1 ne-1 io=0x280 irq=10

From what I have read (ethernet HOW-TO, Modules.conf man pages) this
loads the module for each respective alias. After making these
ajusments I modprobed eth0 and modprode eth1 with no error messages!
Afterwards I restarted my network using the "/etc/rc.d/init.d/network
restart" command and received an error when bringing up interface eth1.

The ouput looks like this:

Shuting down interface eth0 [Ok]
Shuting down interface eth1 [Ok]
Disabling packet forwading  [Ok]
Setting network parameters  [Ok]
Bringing up interfeace lo   [Ok]
Bringing up interfeace eth0 [Ok]
Bringing up interfeace eth1 Delaying eth1 initialization
[Failed]

I have eth0 set to 192.168.0.3 with a 24 
bit subnet mask (255.255.255.0) and eth1 set to 192.168.0.3 with a 24
bit subnet mask so an IP addressing error is out of the question.

Before I made these ajusments to the /etc/conf.modules file I used to
receive a "Device or resource busy" error when bringing up interface
eth1. We can almost rule out any hardware or firmware conflict now.
How can I take a look at my devices resources (IO's and IRQ's) and see
which modules are using them?

Thanks again for your help

Stef

www.speedcorp.net







Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting two networks cards to work under the same module!

2000-11-15 Thread Scott Walker



How is it out of the question... You just said they were the same...

 I have eth0 set to 192.168.0.3 with a 24
 bit subnet mask (255.255.255.0) and eth1 set to 192.168.0.3 with a 24
 bit subnet mask so an IP addressing error is out of the question.






Stefan Srdic [EMAIL PROTECTED] on 15/11/2000 09:41:23 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: Scott Walker/MTL/BAM/ActiMedia)

Subject:  Re: [expert] Getting two networks cards to work under the same module!



On Wed, 15 Nov 2000, you wrote:

 It seems to me that the original poster "must" use the "options"
 keyword in his /etc/modules.conf file because he is using
 an NE2000 (or compatible) ISA NIC card, which requires you to
 give address  IRQ information.

 I also have 2 NIC cards in my machine at home, but I only have
 1 NE2000 compatible ISA NIC card (the other is a PCI non-NE2000).

 I would try:

 options eth0 io=0x300 irq=11
 options eth1 io=0x280 irq=10

 which should work since eth0  eth1 are aliases (according to
 the man page for modules.conf).

 Good luck.


 Ron Heron wrote:
 
  Have you tried NOT using the options? if that doesn't
  work, try placing the options lines after their
  respective alias lines.
 

Thanks for both of your replies, I attemped once again to set these
NICs up. I edited the conf.modules file to look like:

alias eth0 ne
alias eth0 ne
options eth0 ne-0 io=0x300 irq=11
options eth1 ne-1 io=0x280 irq=10

From what I have read (ethernet HOW-TO, Modules.conf man pages) this
loads the module for each respective alias. After making these
ajusments I modprobed eth0 and modprode eth1 with no error messages!
Afterwards I restarted my network using the "/etc/rc.d/init.d/network
restart" command and received an error when bringing up interface eth1.

The ouput looks like this:

Shuting down interface eth0   [Ok]
Shuting down interface eth1   [Ok]
Disabling packet forwading[Ok]
Setting network parameters[Ok]
Bringing up interfeace lo  [Ok]
Bringing up interfeace eth0   [Ok]
Bringing up interfeace eth1 Delaying eth1 initialization
[Failed]

I have eth0 set to 192.168.0.3 with a 24
bit subnet mask (255.255.255.0) and eth1 set to 192.168.0.3 with a 24
bit subnet mask so an IP addressing error is out of the question.

Before I made these ajusments to the /etc/conf.modules file I used to
receive a "Device or resource busy" error when bringing up interface
eth1. We can almost rule out any hardware or firmware conflict now.
How can I take a look at my devices resources (IO's and IRQ's) and see
which modules are using them?

Thanks again for your help

Stef

www.speedcorp.net







Keep in touch with http://mandrakeforum.com:
Subscribe the "[EMAIL PROTECTED]" mailing list.





.





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting two networks cards to work under the same module!

2000-11-15 Thread Charles Curley

On Wed, Nov 15, 2000 at 07:41:23AM -0700, Stefan Srdic wrote:
 On Wed, 15 Nov 2000, you wrote:
  
  It seems to me that the original poster "must" use the "options"
  keyword in his /etc/modules.conf file because he is using
  an NE2000 (or compatible) ISA NIC card, which requires you to
  give address  IRQ information.
  
  I also have 2 NIC cards in my machine at home, but I only have
  1 NE2000 compatible ISA NIC card (the other is a PCI non-NE2000).
  
  I would try:
  
  options eth0 io=0x300 irq=11
  options eth1 io=0x280 irq=10
  
  which should work since eth0  eth1 are aliases (according to
  the man page for modules.conf).
  
  Good luck.
  
  
  Ron Heron wrote:
   
   Have you tried NOT using the options? if that doesn't
   work, try placing the options lines after their
   respective alias lines.
   
 
 Thanks for both of your replies, I attemped once again to set these
 NICs up. I edited the conf.modules file to look like:
 
 alias eth0 ne
 alias eth0 ne

Er, I suspect one of those should be eth1??


 options eth0 ne-0 io=0x300 irq=11
 options eth1 ne-1 io=0x280 irq=10
 
 From what I have read (ethernet HOW-TO, Modules.conf man pages) this
 loads the module for each respective alias. After making these
 ajusments I modprobed eth0 and modprode eth1 with no error messages!
 Afterwards I restarted my network using the "/etc/rc.d/init.d/network
 restart" command and received an error when bringing up interface eth1.
 
 The ouput looks like this:
 
 Shuting down interface eth0   [Ok]
 Shuting down interface eth1   [Ok]
 Disabling packet forwading[Ok]
 Setting network parameters[Ok]
 Bringing up interfeace lo [Ok]
 Bringing up interfeace eth0   [Ok]
 Bringing up interfeace eth1 Delaying eth1 initialization
   [Failed]
 
 I have eth0 set to 192.168.0.3 with a 24 
 bit subnet mask (255.255.255.0) and eth1 set to 192.168.0.3 with a 24
 bit subnet mask so an IP addressing error is out of the question.

Not if they're both set to the same IP address, or on the same
network. Did you mean, say, 192.168.0.3\24 and 192.168.1.3\24??
^  ^

 
 Before I made these ajusments to the /etc/conf.modules file I used to
 receive a "Device or resource busy" error when bringing up interface
 eth1. We can almost rule out any hardware or firmware conflict now.
 How can I take a look at my devices resources (IO's and IRQ's) and see
 which modules are using them?

/proc is your friend

cat /proc/interrupts

and

cat /proc/ioports




-- 

-- C^2

No windows were crashed in the making of this email.

Looking for fine software and/or web pages?
http://w3.trib.com/~ccurley



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting two networks cards to work under the same module!

2000-11-15 Thread Stefan Srdic

On Wed, 15 Nov 2000, you wrote:
 
 
 
 How is it out of the question... You just said they were the same...
 
  I have eth0 set to 192.168.0.3 with a 24
  bit subnet mask (255.255.255.0) and eth1 set to 192.168.0.3 with a 24
  bit subnet mask so an IP addressing error is out of the question.
 
 
SOrry, I made a little mistake. The NICs are setup as IP:192.168.0.3
and 192.168.0.4 both with a subnet of 255.255.255.0

I have then setup this way because I already have a Masquerading server
setup in my house. Once I get both NIC's working I can use them to
communicate back and forth from my server.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] corporate server 1.0

2000-11-15 Thread Vincent Danen

On Wed Nov 15, 2000 at 02:24:55PM -0500, SIR admin wrote:

 how can i get my hands on it (short of waiting 2 days for it to download)?
 i tried contacting [EMAIL PROTECTED], but they aren't answering my
 e-mails.

I don't think it's available in North America yet.  I could be wrong,
but I think the only way to get it right now is to download it or wait
for sales to get back to you.  I know that's not the answer you were
looking for... sorry... =(

-- 
[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.   www.linux-mandrake.com

Current Linux uptime: 0 hours 26 minutes.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] corporate server 1.0

2000-11-15 Thread Vincent Danen

On Wed Nov 15, 2000 at 01:25:28PM -0600, Christopher Kolar wrote:

 I can highly recommend it.  It's very very nice (and no, I don't say
 this just because I am biased!).  It has worked flawlessly for me.
 
 Glad to hear that Vince.
 
 I am considering it for some schools that re getting donated SPAC boxen, 
 primarily for POP/IMAP and web services.  If we got it up and running, is 
 it within the realm of possibility that a secretary could be trained to use 
 a web interface for account management and password resets?  Is there a 
 significant difference in the installation experience between x86 and SPARC 
 releases?  And how does mandrake update work if the sys admin work is going 
 to be done remotely, possibly through ssh instead of X?

I'm not sure what the differences between sparc and x86 is.  I've
never even looked at a sparc machine before, much less used one.  =)
I'm using the x86 version.  And yes, it comes with webmin so your
secretary should be able to make sense of that, no?

As for updates, you would just download them via ftp and use rpm on it
the old fashioned way.  =)

 How does Mandrake look at the continued development of CS, I have not heard 
 much about it since it appeared on the web site.

It is being worked on...  development is continuing.  Beyond that, I
can't really provide more detail because I don't know it.  I pay more
attention to the regular Mandrake than to CS.

-- 
[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.   www.linux-mandrake.com

Current Linux uptime: 0 hours 28 minutes.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] no matching cddb found in cdplayer need help

2000-11-15 Thread SIR admin

i'm not an expert, but it sounds like the cddb server your software is
trying to connect to isn't working/doesn't exist.

good luck.

matthew

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of hlinlin
Sent: Thursday, November 16, 2000 12:51 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [expert] no matching cddb found in cdplayer need help


in 7.2, when I want to play cd , it response
not matching cddb found

in harddrake sound test it show
no volume mixer

need expert 's help

thanks in advance
best regard
Eric Lin





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] 3com 3c90x

2000-11-15 Thread Jeff Hoffman

Running 7.2

Have same proble.  Hell I have had it for 6 months  I think the driver is
not quite right.

Right now Dmesg sees the card but complains about IRQ 0.  This is normal for
PCI cards  VGA is at 0 to and it works.

Card is recognized by harddrake but useing the 3c59x driver? Why it was
recognized as a 3c905B card?

Anyway I can get the card configured with either 3c59x or 3c90x and "ifconfig
eth1" shows everything is ok just not in a "UP" Status like the SMC-ULTRA at
eth0.

Turbo-Linux did not have a problem  But Masqurading interface was
poor.


john wrote:

 Running 7.2

 Background:
 I am running a 3com 3c905b card. It is installed
 without errors in the logs. I have completely and
 thoroughly gone over setup with my isp on
 configuration(twice). dsl-router-hub-me!

 Problem:
 Still nothing. I am good for pinging and telnet on
 this machine, cant move outside it though.
 I am getting the "network unreachable" when leaving
 this box.

 I have checked the logs, no probs. They show eth0, lo,
 network, route suceeded just fine.
 I have run ifconfig, and here I only get the lo
 showing up, with no mention of the card(etho).
 I have run "netstat eth0" and seen its alive.. )
 I have run ifup eth0 and gotten the following:
 siocsifflages: No such device
 sioaddrt: Network is down
 sioaddrt: Network is unreachable

 I am no linux pro clearly, and really tried to fig
 this out on my own, and from the archives/net.
 I am at a total loss

 Any ideas on getting this thing going?
 Or where my mistake may be?

 Thanks for your time.

 john

 =

 __
 Do You Yahoo!?
 Yahoo! Calendar - Get organized for the holidays!
 http://calendar.yahoo.com/

   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.


begin:vcard 
n:Hoffman;Jeff
x-mozilla-html:TRUE
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Jeff Hoffman
end:vcard


Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] corporate server 1.0

2000-11-15 Thread Alan Shoemaker

SIR admin wrote:

  how can i get my hands on it (short of waiting 2 days for
 it to download)? i tried contacting [EMAIL PROTECTED],
 but they aren't answering my e-mails.

 cheers!

 matthew gansert
 adminATseaislerealtyDOTcom
 sys/net admin
[snip]

Matthewthe GPL version is available at Cheapbytes:

http://cart.cheapbytes.com/cgi-bin/cart/0070010576?pIX5Q6BK;;74
-- 
Alan



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Using a network tape drive?

2000-11-15 Thread John Craig

Hi,

I am adminstering a small network that has Linux and Solaris Sparc as well as
Win9x and Win2k boxes.  We have one SCSI tape drive (Exabyte 8mm) attached to
a Sparc station running Solaris7.

Does anyone have a clue how to set up Linux to use the tape drive through the
network as if it were local?  I have been doing backups of the Win and Linux
boxes from the Sparc using smbtar, but what I need to do also is read data
tapes on Linux as if it were a local tape drive.

Thanks,

John Craig




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] S3 Savage/IX w/MV video

2000-11-15 Thread Trevor Farrell

Hi,

I have a Toshiba Satellite Pro 4280 with the above video chipset. I had no
worries (once I found out how to) getting this working under Mdk 7.1 via the
XF86_FBdev server, the machine booted to the 1024x768 display at boot and all
worked well.

Now, with 7.2, I can't get better than 640x480.  The install fails (breaks 
refuses to complete with the error 'Can't call method "set_active" on an
undefined value' if I try to configure the frame buffer server at install. If I
manually configure it later, the best I can get is 640x480.

Even copying the XF86Config from the working 7.1 install only gives me 640x480

7.1 install used to ask if I wanted to detect PCI devices and I could say no
there, and specify it manually, but 7.2 doesn't give me that option, it simply
asks for monitor and resolution, then tells me that won't work and lets me
choose then. But if I choose the FBdev server (as per 7.1), specify the laptop
1024x768 panel and hit test, it refuses to test without me specifying a
resolution (7.1 used to just save this setup and continue without testing) and
when I click resolution, it produces the above error.

Help please!  I really like the look of 7.2 and would love to have it full
screen!

Trevor



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] IP alias trouble --- CROSSPOST

2000-11-15 Thread gcobb

Please do not crosspost into newbie and into here.  We have enough to read
without having to read the message in two places.   Thanks!

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of jean-philippe
 Sent: Wednesday, November 15, 2000 8:18 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: [expert] IP alias trouble


 Hi!

 I have a range of IP adresses on the internet going from a.b.c.64 to
 a.b.c.95.
 I have two machines in my DMZ (a.b.c.66 and 68).
 All this works without a problem.

 The trouble comes when I try to add an IP alias :
 Here is the command I use to create it :
   /sbin/ifconfig eth0:1 a.b.c.90 netmask 255.255.255.224 broadcast
 a.b.c.95

 If I add it to a.b.c.66, everything works fine. I can access my new
 address (a.b.c.90) from anywhere.
 But if I take out the alias from this card and make the same alias on
 the other machine, then I can only access it from the local network (eg
 from the DMZ)!! If I try to connect (www, ftp, pop3, ping, anything!) to
 a.b.c.90 from anywhere on the internet, it doesn't work! (The server
 does not respond).

 I checked that it was not a firewalling problem, but all the rules are
 set to "ACCEPT". I alsop though that it could be a routing problem (but
 then I don't understand why it would have worked when the alias was on
 the other machine), or maybe a "promiscuous mode" trouble or something,
 but I wasn't able to solve anything.

 Can somebody help me?

 Thanx.
 Flupke
 --
There's no place like ~! 






Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] 3com card blues conti...

2000-11-15 Thread gcobb

If your card isn't bad I don't know what to tell you.  All those zeros are
your MAC address, which shouldn't be that but several octets of numbers and
letters.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of john
 Sent: Wednesday, November 15, 2000 10:21 AM
 To: [EMAIL PROTECTED]
 Subject: [expert] 3com card blues conti...


 ok, I have verified that all the information is
 correct. The route tables, dns, gateway, all of it!
 Went over it with a linux admin @ my isp.

 Still nothing,
 can ping by ip or name/alias to "this" machine only
 Still recieve network unreachableyadadadad when
 trying to leave machine period.

 I think i have found the problem:

 When I run ifup eth0
 the results are exactly as they should be, save for
 the following, on the first line..

 Link encap:Ethernet   HWaddr 00:00:00:00:00:00

 Is the HWaddr supposed to be outputting this?
 I have compared this to another box running the same
 card, and he gets a real address.
 At no other place in the system is there a complaint
 about the card, IRQ, driver etd.
 So my hunch is that this may be the problem or point
 to it, and that I have no idea what it means.

 thanks again for your time,

 john


 =


 __
 Do You Yahoo!?
 Yahoo! Calendar - Get organized for the holidays!
 http://calendar.yahoo.com/






Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Using a network tape drive?

2000-11-15 Thread Edward Schernau

man tar claims:

-f, --file [HOSTNAME:]F
  use archive file or device F (default /dev/rmt0)

So could you just do:

tar -cvf SCOBOX:/dev/tape   ??



John Craig wrote:
 
 Hi,
 
 I am adminstering a small network that has Linux and Solaris Sparc as well as
 Win9x and Win2k boxes.  We have one SCSI tape drive (Exabyte 8mm) attached to
 a Sparc station running Solaris7.
 
 Does anyone have a clue how to set up Linux to use the tape drive through the
 network as if it were local?  I have been doing backups of the Win and Linux
 boxes from the Sparc using smbtar, but what I need to do also is read data
 tapes on Linux as if it were a local tape drive.
 
 Thanks,
 
 John Craig
 
   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] Using a network tape drive?

2000-11-15 Thread Arild Sunde

You can try setting up a symbolic link in your local /dev
to the /dev/stx device name on the server machine.

ln -s //server/dev/stx /dev/local-device-name

Something like this?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John Craig
Sent: 16. november 2000 01:35
To: [EMAIL PROTECTED]
Subject: [expert] Using a network tape drive?


Hi,

I am adminstering a small network that has Linux and Solaris Sparc as well
as
Win9x and Win2k boxes.  We have one SCSI tape drive (Exabyte 8mm) attached
to
a Sparc station running Solaris7.

Does anyone have a clue how to set up Linux to use the tape drive through
the
network as if it were local?  I have been doing backups of the Win and Linux
boxes from the Sparc using smbtar, but what I need to do also is read data
tapes on Linux as if it were a local tape drive.

Thanks,

John Craig






Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Console Question

2000-11-15 Thread Anthony Russello


This may sound stupid, but how do I turn off the power saver mode for
Console.  When not in use the screen goes black, but since I'm using a new
KVM,  whenever I flip to it, the screen is black, and I would like to
change that so that I can flip over to the login prompt without having to
press a key to disable screen saver mode.

Thanks

There's plenty of semicolons to go around




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] no matching cddb found in cdplayer need help

2000-11-15 Thread Mogens Jæger


  in 7.2, when I want to play cd , it response
  not matching cddb found

Do you need this feature? I get the same message, but the rest works great
without!


 
  in harddrake sound test it show
  no volume mixer

Have you been looking for kmix? or aumix?

Sincerely Mogens Jæger




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Xfree 4.0.1, 3D acceleration and the Matrox G400...

2000-11-15 Thread Patrick Mayer

Hi,

I've just installed Mandrake 7.2 and was hoping to see Xfree 4.0.1
support the G400 in 3D out of the box... However, my hopes were too
high. Has anyone been able to make this card work in accelerated 3D with
Mdk 7.2 and Xfree 4.01? If so, I'd be very curious to know how (a small
walkthrough would be very appreciated!)

TIA :)
Patrick



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] corporate server 1.0

2000-11-15 Thread SIR admin

yum.  thanks much alan.  you've saved my network massive bandwidth.

matthew

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Alan Shoemaker
Sent: Wednesday, November 15, 2000 7:26 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] corporate server 1.0


SIR admin wrote:

  how can i get my hands on it (short of waiting 2 days for
 it to download)? i tried contacting [EMAIL PROTECTED],
 but they aren't answering my e-mails.

 cheers!

 matthew gansert
 adminATseaislerealtyDOTcom
 sys/net admin
[snip]

Matthewthe GPL version is available at Cheapbytes:

http://cart.cheapbytes.com/cgi-bin/cart/0070010576?pIX5Q6BK;;74
-- 
Alan





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] corporate server 1.0

2000-11-15 Thread Alan Shoemaker

SIR admin wrote:

  yum.  thanks much alan.  you've saved my network massive
 bandwidth.

 matthew
[snip]

matthewno problem.
-- 
Alan



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Using a network tape drive?

2000-11-15 Thread John Craig

Hi,

Tar does work as you say, although I got a  "permission denied" when I tried it.
I was trying to figure out how to give myself permission, and the best I can
figure is that Solaris will play nice if the clients are registered in NIS+, or at
least that is the impression I got from reading their documentation.  I don't have
NIS+ set up on the Solaris box, and it doesn't seem like a fun thing to do.
Other  references say that rsh and rexec are useful for streaming data from a
remote tape unit.  Then again, other references say NEVER use rsh or rexec,
because they are inherently insecure.

What I need is actually different than running tar or dump. I want to read data
tapes containing satellite images into an image processing program running on the
Linux box. The image processing program is set up to read specific image formats
from a local tape device.  So ideally, I want to fool the program into thinking
that a remote tape unit is local.  If that 's not possible, I might have to
temporarily remove the drive from the Solaris box and put it on the linux box.

Thanks for you help,

John


Edward Schernau wrote:

 man tar claims:

 -f, --file [HOSTNAME:]F
   use archive file or device F (default /dev/rmt0)

 So could you just do:

 tar -cvf SCOBOX:/dev/tape   ??

 John Craig wrote:
 
  Hi,
 
  I am adminstering a small network that has Linux and Solaris Sparc as well as
  Win9x and Win2k boxes.  We have one SCSI tape drive (Exabyte 8mm) attached to
  a Sparc station running Solaris7.
 
  Does anyone have a clue how to set up Linux to use the tape drive through the
  network as if it were local?  I have been doing backups of the Win and Linux
  boxes from the Sparc using smbtar, but what I need to do also is read data
  tapes on Linux as if it were a local tape drive.
 
  Thanks,
 
  John Craig
 

  Keep in touch with http://mandrakeforum.com:
  Subscribe the "[EMAIL PROTECTED]" mailing list.

   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] io error

2000-11-15 Thread Tib

I recently used mount to mount a shared windows folder on my linux box using
the command 'mount -t smbfs -o username=*,password=* //tib/c
/xchnge/'. everything worked fine until I powercycled the windows box without
unmounting the /xchnge point. Now I always get an io error whenever anything
touches it. I've tried umount, fuser, and anything else I could think of in
order to remove or unmount it, it's already been removed from /etc/mtab but
that apparently had no effect. the only thing it ever puts out is either
'device or resource busy' or 'io error'. My last option I suppose is to bounce
my linux box but I really REALLY don't want to do that.. suggestions?

EOL
Tib




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Problem with wu-ftp

2000-11-15 Thread Bob [EMAIL PROTECTED]

Hello,

I am trying to set up ftp-only users.  I have created the users (using Webmin), but if 
I have the shell set to any of the following, I can't log in with ftp:

/etc/ftponly
/bin/sh
/bin/false

All the other shells work fine.. but I don't want the user to be able to telnet in.  
My docs say I should specify "/etc/ftponly", but alas, this doesn't work.  THe log 
files simply say "failed login".  Any ideas?

Using MDK 7-1, wu-ftp version 2.6.0.

Bob



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Getting two networks cards to work under the same module!

2000-11-15 Thread Stefan Srdic

Thanks for all of your help, I finally managed to get both of these
clones working properly. A problem that I overlooked was an IRQ
conflict between a legacy SB16 and the DE-250 NIC, to solve this I had
to recofigure the DE-250 to io=0x340 and irq=9 (irq=10 was used by the
SB16)

After all of the conflicts where settle my /etc/conf.modules looked
like:
---
alias eth0 ne
alias eth1 ne
options eth0 -o ne-0 io=0x300 irq=11
options eth1 -o ne-1 io=0x340 irq=11

---

Not if they're both set to the same IP address, or on the same
network. Did you mean, say, 192.168.0.3\24 and 192.168.1.3\24??

Thanks for the tip, I should have remembered that from my Network+
studies :-=D

Stef



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] IBM ThinkPad 1200

2000-11-15 Thread Greg A.Bur

Has anyone had any success installing 7.2 on an IBM ThinkPad 1200?  I am 
considering purchasing one and that is a major factor in whether or not I do 
purchase the laptop.


-- 
Greg A. Bur
[EMAIL PROTECTED]
http://www.rivertown-computers.com



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] iostream.h lost or missing

2000-11-15 Thread Tom Berkley

egcs-c++-1.1.2-34mdk   or
libstdc++-devel-2.95.2-12mdk

Tom Berkley

Ken Thompson wrote:
 
 Hi all,
 I'm just starting to learn C++ and tried to run a very simple 1 liner, Hello
 World" got back the error the iostream.h could not be found.
 Did rpm -q egcs and got 1.2.xxx-mdk etc back. S, where is iostream.h
 I'm using LM 7.1 at School and LM 7.2 at home/business and haven't tried it
 on 7.2 yet.
 Thanks in advance,
 --
 Ken Thompson
 Electrocom Computer Services
 Payette, Idaho
 (208) 642-7101  (888) 642-7101
 
   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] switchdesk

2000-11-15 Thread Tom Berkley

You do not need the switchdesk command anymore if you use a graphical
login. The login window has a selector window for the window manager
that you want to use and the system remembers which one you selected the
last time that you logged in. Just select the wm that you want to use
before you hit the enter key with your password and after you enter your
username.

Tom Berkley


generic wrote:
 
 Nope!  I came accross this the first hour after installing Mdk 7.2,
 and also asked the same question.  After posting to numerous
 newsgroups and mailing lists, and not getting a sufficient answer, I
 did a little research and came up with the following:
 
 1. /usr/sbin/chksession -l (that gives you a list of window managers)
 2. at a console (Not in X!), type: startx Gnome (or KDE or ...)
 NOTE: you have to use the exact spelling as the output of chksession
 gives.
 
 That's it.  I think switchdesk was a RedHat utility and for some
 reason, is not included anymore.
 
 GenEric
 
 Stephen Boulet wrote:
 
  Is the switchdesk program available anymore? Which RPM is it in?
 
  -- Stephen
 

--
  Keep in touch with http://mandrakeforum.com:
  Subscribe the "[EMAIL PROTECTED]" mailing list.
 
   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] xcalc problems

2000-11-15 Thread Tom Berkley

That is not true about rpm if you compile from source. Its just a
limitation of your knowledge about rpms. You can use the spec file to
compile the source on your system and assemble it into an rpm so that
you can install the new rpm on your system. Read up on building rpms and
you will not have that limitation.

Tom Berkley

Matthew Micene wrote:
 
 On Tuesday 14 November 2000 03:02, you wrote:
 
   Trying to avoid --nodeps?? Never, never, never use nodeps is the
  fundamental rule with rpm's.
 
 And one of my biggest problems with the rpm system.  If you compile
 utilities and libraries from source, the rpm database has no idea they are
 there, and will therefore fail rpms with dependency problems that do not
 exist.  I have and will continue to use the --nodeps option, but only in
 cases where I am quite certain that rpm is wrong.  It can be a dangerous
 option if misused, but can be necessary at times.  I would put it in the
 expert user catagory of options, not one to ignore and pretend it was a
 misfeature the developers left in.
 
 --
 Matthew Micene
 Systems Development Manager
 Express Search Inc.
 www.ExpressSearch.com
 
 A host is a host from coast to coast,
 and no one will talk to a host too close
 Unless the host that isn't close is busy, hung or dead
 
   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Printer setup woes

2000-11-15 Thread Till Kamppeter

Which Mandrake version are you using, and when you use 7.2, which
printing system (CUPS or lpr)?

   Till


Laurent Duperval wrote:
 
 This is a multi-part message in MIME format...
 
 =_974303478-6208-1214
 Content-Type: TEXT/plain; charset=us-ascii
 
 HI,
 
 I've had less than stellar success trying to set up printers in  Mandrake
 7.1. Maybe someone has some ideas for me:
 
 - First off, is it a good idea to use printtool to configure a printer? If
   not, that may be the source of my problem.
 
 - I added a SMB printer and I eventually had to go deep into the filter
   scripts to find out that the filter scripts expected SAMBA 1.x installed.
   I had to manually fix the call to smbprint filter to remove the
   -E  ${hostip:+-I} option to the smbprint command. It took me some time to
   figure this one out.
 
 - I now need to add another queue to a network printer. The printer has an
   IP address and you're supposed to be able to print to it directly. Doesn't
   seem to work for me and I'm not sure qhy yet. I'm hoping someone can help.
   What happens is that when I print, I get no errors. But when I do an lpq,
   I get:
 
 myhost: no space on remote; waiting for queue to drain
 Rank   Owner  Job  Files Total Size
 0 bytes
 
 No entries
 
 I've no idea what this means. I tried lpr -s to keep the file spooled on my
 machine, but the job just stays there and nothing happens. Eventually, lpq
 starts returning:
 
 myhost: : Warning: no daemon present
 Rank   Owner  Job  Files Total Size
 0 bytes
 
 No entries
 
 As I said before, I used printtool to add the printer because it didn't look
 like Mandrake's printer setup tool supported adding a network printer (it's
 stand alone and isn't connected to a print server).
 
 I'm thinking it's a Mandrake problem because someone else here has a Red Hat
 6.2 installation and he can print correctly, using printtool to set up his
 prointer.
 
 Can anyone help?
 
 L




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Dell Notebooks and Mandrake 7.2

2000-11-15 Thread Tom Berkley

Can't speak to 7.2 yet but 7.1 runs very well on my Inspiron 7000. There
was a bug in the pcmcia that will give you problems if you run 2 nics (I
used it as a firewall while I was building another box to protect my
network). Other than that, its a rock solid combination. Dell uses the
maestro 2 sound card in the laptops. Its marginal for sound quality but
it works just fine now that the kernel has a maestro-2 driver.
supermount works without a hitch and so do all the other aspects of the
pcmcia - just plug n play.

Tom Berkley

Till Kamppeter wrote:
 
 Someone knows whether and how these notebooks (or other recent Dells)
 work with Mandrake 7.2 (especially graphics and sound):
 
 
 http://www.euro.dell.com/countries/fr/fra/dhs/products/series_inspn_notebooks.htm
 
Till
 
   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Dell Notebooks and Mandrake 7.2

2000-11-15 Thread Till Kamppeter

Someone knows whether and how these notebooks (or other recent Dells)
work with Mandrake 7.2 (especially graphics and sound):

  
http://www.euro.dell.com/countries/fr/fra/dhs/products/series_inspn_notebooks.htm

   Till



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] no matching cddb found in cdplayer need help

2000-11-15 Thread Scott Tyson

This message states that the CD your playing was not found on teh cddb 
server.  It should play fine you just wont see the names of the songs 
in the play list.  Just track 01, Track 02. etc.

On Wednesday 15 November 2000 21:51, you wrote:

  in 7.2, when I want to play cd , it response
 not matching cddb found

 in harddrake sound test it show
 no volume mixer

 need expert 's help

 thanks in advance
 best regard
 Eric Lin


Content-Type: text/plain; charset="us-ascii"; name="message.footer"
Content-Transfer-Encoding: 8bit
Content-Description: 


-- 
Scott
[EMAIL PROTECTED]
ICQ#: 125581



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] IP alias trouble

2000-11-15 Thread jean-philippe

Hi!

I have a range of IP adresses on the internet going from a.b.c.64 to
a.b.c.95.
I have two machines in my DMZ (a.b.c.66 and 68).
All this works without a problem.

The trouble comes when I try to add an IP alias :
Here is the command I use to create it :
  /sbin/ifconfig eth0:1 a.b.c.90 netmask 255.255.255.224 broadcast
a.b.c.95

If I add it to a.b.c.66, everything works fine. I can access my new
address (a.b.c.90) from anywhere.
But if I take out the alias from this card and make the same alias on
the other machine, then I can only access it from the local network (eg
from the DMZ)!! If I try to connect (www, ftp, pop3, ping, anything!) to
a.b.c.90 from anywhere on the internet, it doesn't work! (The server
does not respond).

I checked that it was not a firewalling problem, but all the rules are
set to "ACCEPT". I alsop though that it could be a routing problem (but
then I don't understand why it would have worked when the alias was on
the other machine), or maybe a "promiscuous mode" trouble or something,
but I wasn't able to solve anything.

Can somebody help me?

Thanx.
Flupke
-- 
 There's no place like ~! 



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] no matching cddb found in cdplayer need help

2000-11-15 Thread eric

SIR admin wrote:

 i'm not an expert, but it sounds like the cddb server your software is
 trying to connect to isn't working/doesn't exist.

 good luck.

 matthew

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of hlinlin
 Sent: Thursday, November 16, 2000 12:51 AM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: [expert] no matching cddb found in cdplayer need help

 in 7.2, when I want to play cd , it response
 not matching cddb found

 in harddrake sound test it show
 no volume mixer

 need expert 's help

 thanks in advance
 best regard
 Eric Lin

   
 Keep in touch with http://mandrakeforum.com:
 Subscribe the "[EMAIL PROTECTED]" mailing list.

so how should I do,   install some rpm?   I just want to play music in my
root accout even without network.


need your help or any expert's help again





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] no matching cddb found in cdplayer need help

2000-11-15 Thread hlinlin

in 7.2, when I want to play cd , it response
not matching cddb found 

in harddrake sound test it show
no volume mixer

need expert 's help

thanks in advance
best regard
Eric Lin



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.