Re: [expert] Re: DNS problems on 9.0

2002-10-22 Thread Jose Orlando T. Ribeiro

use VI, but go to the end of lines, delete the control characters... As far as I
remember you cant use CR+LF, just CR.

VI does only CR, some editors put CR+LF (DOS EDIT.COM style) and it cause some
erros in *NIX control files.

orlando

Jim C wrote:
> 
> Uh, oh. Actually I have.  What should I use instead?
> 
> Jose Orlando T. Ribeiro wrote:
> > just to be sure,
> >
> > have you tried do edit that file using VI?
> >
> > bind is (or used to be...) somewhat picky about control characters at the end of
> > lines.
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'


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



Re: [expert] Re: DNS problems on 9.0

2002-10-22 Thread Jose Orlando T. Ribeiro
just to be sure,

have you tried do edit that file using VI?

bind is (or used to be...) somewhat picky about control characters at the end of
lines.

HTH

orlando

Jim C wrote:
> 
> Jim C wrote:
> > For project reasons I've installed a DNS server on my gateway/router
> > using techniques that worked on the previous version of Mandrake.
> > Specifically I'ld been following the instructions in O'Reilly's book on
> ...
> > the clients.  I'm thinking that the wizard is not properly setting up
> > the *.db file.
> 
> Now understand that I have a copy of O'Rielly's "DNS and BIND" and that
> I have done this several times before.  However if there is an error
> here, then I am missing it. The only changes I've made from the wizards
> settings are the last two lines.
> 
> Here is the *.db file.  Note that I do not own microverse.net, rather I
> am using views to keep it from the outside world. As you may have
> noticed, I am none to concerned about security.  Before anyone asks
> there are reasons for that but they will not be discussed. ;-)
> 
> > $ORIGIN .
> > $TTL 86400  ; 1 day
> > microverse.net IN SOA microverse.net.  root.microverse.net. (
> > 2002102200; Serial number
> > 3600; 1 hour refresh
> > 300 ; 5 minutes retry
> > 172800  ; 2 days expiry
> > 43200 ) ; 12 hours minimum
> >
> > ; List the name servers in use.  Unresolved (entries in other zones)
> > ; will go to our ISP's name server isp.domain.name.com
> > IN NS   enigma.
> >
> >
> > IN MX 10enigma.
> >
> > $ORIGIN microverse.net.
> > $TTL 86400  ; 1 day
> >
> >   IN A192.168.1.254
> >
> > localhost IN A   127.0.0.1
> >
> > ; Alias (canonical) names
> > ftp IN CNAMEenigma.
> > www IN CNAMEenigma.
> > mailIN CNAMEenigma.
> >
> > ; List of machine names & addresses
> > spartack.   IN A192.168.1.253   ; comment
> > homeworld.  IN A192.168.1.252   ; comment
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'


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



[expert] SPARC Mandrake 7.1/corporate fails during install on Sun Ultra30

2002-10-22 Thread Jose Orlando T. Ribeiro

Hello!

I'm trying to install LM (7.1 or corporate 1.0) on a SUn Ultra 30 workstation
that we didn't use anymore.

The cd boots ok (I'm using STOP+A to acces the open boot prom, then "boot cdrom"
at the "ok" prompt), I select keyboard, mouse, disk partitioning, but when the
packages are supposed to be installed I get an error (hdlist not valid)... 

I´ve checked the image files checksums before burning them on a CD and they were
ok, I´ve tried with 3 different disks (2 LM 7.1 and 1 Corporate 1.0)...

Someone in the list is using a SPARC Ultra 30???

TIA

orlando
-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'


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



Re: [expert] Linux Domain Evangelism

2002-02-01 Thread Jose Orlando T. Ribeiro

Since it's a network share your boss will see a shared drive icon, you don't
have to worry about that.

To map it during logon you should use a logon script that'll have a line with
something like:

NET USE \\server\studentname password

I don't know if you want to put the password in the script or if the student
should type it. For security, the student should type... so, in this case,
remove the password field. I think that are ways to pass the password and
username or to "read" these parameters from the windows logon box... I don't
have much details to do this, since I don't use windows share like you intend to
do.

By the way... when the student log off, you can run another scrip that will be
something like

NET USE * /DELETE

it will break all shared network connections that you have made after logon.

Daryl Johnson wrote:
> 
> It happens this way as a matter of course though doesn't it?  I mean I
> accept what you say and understand that the /home/studentname directory
> is automatically available and password protected (assuming
> /etc/smb.conf is properly configured)  What the boss is getting at
> though, I think, is that he expects to see the share as a network drive
> icon on the screen of the client machine.
> 
> I have it in mind that some sort of script is required, probably at the
> client, to map the share and display an icon, on boot, then kill the
> thing at log-off.
> 
> > I think it's easier than you think... can't you mount samba with each
> > directory (/home/studentname) with a user/password? So, the directory
> > is always mounted, but only the student that is the owner will have
> > access to it, when logged...
> >
> > HTH
> >
> > orlando
> >
> > Daryl Johnson wrote:
> > > Anyway, cutting to the chase we have three spare servers, almost
> > > unused since no-one has been able to figure out how to use them.  I
> > > have been given them to use to prove that linux is the mutt's nuts
> > > for such tasks and it will enable mail, print and web services with
> > > full security etc, etc, etc
> > >
> > > Now the problem that is actually screwing me is this.
> > >
> > > The boss wants the NT and 98 clients to be able to log on with an
> > > individual name and password, rather than a machine name and common
> > > password at present.  No problem, just use Samba on the domain
> > > master.
> > >
> > > However he also wants each student, when they have logged on to
> > > have access to server disk space eg their home directory, from any
> > > m/c they log on to  ie a network drive mapped to /home/studentName
> > > on the desktop.
> > >
> > > Is this possible?  Maybe it's easy and just something I haven't
> > > come across before?  I'd welcome any suggestions.
> > >
> > > regards
> > >
> > > Daryl Johnson
> > > --
> > > The most delightful day after the one on which you buy a cottage in
> > > the country is the one on which you resell it.
> > > -- J. Brecheux
> > >
> > >
> > > ---
> > >- Want to buy your Pack or Services from MandrakeSoft?
> > > Go to http://www.mandrakestore.com
> 
> 
> Content-Type: text/plain; charset="us-ascii"; name="message.footer"
> Content-Transfer-Encoding: 8bit
> Content-Description:
> 
> 
> --
> A door is what a dog is perpetually on the wrong side of.
> -- Ogden Nash
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Linux Domain Evangelism

2002-02-01 Thread Jose Orlando T. Ribeiro


I think it's easier than you think... can't you mount samba with each directory
(/home/studentname) with a user/password? So, the directory is always mounted,
but only the student that is the owner will have access to it, when logged...

HTH

orlando

Daryl Johnson wrote:
> 
> 
> Anyway, cutting to the chase we have three spare servers, almost unused
> since no-one has been able to figure out how to use them.  I have been
> given them to use to prove that linux is the mutt's nuts for such tasks
> and it will enable mail, print and web services with full security etc,
> etc, etc
> 
> Now the problem that is actually screwing me is this.
> 
> The boss wants the NT and 98 clients to be able to log on with an
> individual name and password, rather than a machine name and common
> password at present.  No problem, just use Samba on the domain master.
> 
> However he also wants each student, when they have logged on to have
> access to server disk space eg their home directory, from any m/c they
> log on to  ie a network drive mapped to /home/studentName on the
> desktop.
> 
> Is this possible?  Maybe it's easy and just something I haven't come
> across before?  I'd welcome any suggestions.
> 
> regards
> 
> Daryl Johnson
> --
> The most delightful day after the one on which you buy a cottage in
> the country is the one on which you resell it.
> -- J. Brecheux
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] syslog and remote machines

2002-01-31 Thread Jose Orlando T. Ribeiro

look at this, pierre helped me sometime ago:

Subject: 
Re: [expert] cron and file merge questions
   Date: 
Wed, 04 Jul 2001 17:46:01 -0400
  From: 
Pierre Fortin <[EMAIL PROTECTED]>
To: 
    "Jose Orlando T. Ribeiro" <[EMAIL PROTECTED]>
CC: 
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
 References: 
    1 , 2 , 3




[updated reply]

"Jose Orlando T. Ribeiro" wrote:
> 
> Hi Pierre!
> 
> I think your idea is great... I only didn´t understood :-)
> 
> what should I enable at "ip address" to receive the logging data sent by the
> cisco router???
> 
> and the "facility" to use (local[0-7])... what is that??? :-)

Configure your cisco router with the following:

no logging buffered <-- logs to server rather than in memory
logging trap debugging  <-- sets level of events to log (debugging = all)
logging facility local6 <-- sets facility
logging 192.168.1.123   <-- logs to host 192.168.1.123

Then, in your syslog host:

/etc/syslog.conf:
# Cisco logging
local6.*  /var/log/cisco  <-- I use /home/logs/RouterLog
  to avoid filling /var

Forgot to mention that the above log file must exit before restarting the
daemon; can be created with:  touch /var/log/cisco (assuming that's the name you
used in syslog.conf...

Note:  localN in cisco must match localN in syslog.conf

Make sure syslogd is installed; then in /etc/init.d/syslog's start section:
daemon syslogd -m 0 -r 
^^  add this or it won't work.

Restart syslogd with:  service syslog restart

HTH,
Pierre
  
> thanks!              
>
> 
> orlando
> 
> Pierre Fortin wrote:
> >
> > "Jose Orlando T. Ribeiro" wrote:
> > >
> > > I have some cisco routers that I want to save the message and error logs, since
> > > the buffers in the routers is relativelly small and will be lost if I need to
> > > reboot one of them...
> >
> > Why not use "no logging buffered", "logging " and let the messages go
> > to your logging host...?  You can even specify which "facility" to use
> > (local[0-7]).  Then let syslog and logrotate handle most of the work...
> >
> > Pierre




bascule wrote:
> 
> thanks pierre
> but i'm obviously missig something, i saw those referneces to 'local' in the
> man pages but i don't know what they mean your page lacks meaning for me,
> where can i look this up, 'man local' just gives me a list of bash stuff
> 
> bascule
> 
> On Thursday 31 January 2002 2:34 pm, you wrote:
> 
> >
> > Depending on the number, or category of host, you can use "local[0-7]"...
> > I use different "localN" for Cisco and LinkSys...  you can get a hint from
> > one of my web pages:  http://pfortin.com/Linux/LinkSys/logging.shtml
> >
> > HTH,
> > Pierre
> 
> --
> Windle shook his head sadly. Five exclamation marks, the sure sign of an
> insane mind.
> (Reaper Man)
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] NFS and DHCP

2002-01-21 Thread Jose Orlando T. Ribeiro


I think that you can do this... moe's machine has two ip's... one static (NIC),
one dynamic (modem ppp dial-up)...

joe's ip is static (NIC) and at the same network that moe's NIC. I think that
the NFS shouldn't have been affected... if it uses the NIC's to share files and
internet connection. The problem is that I'm not used with that config of
yours... I've no idea how to help you...

Ken Thompson wrote:
> 
> On Sunday 20 January 2002 09:27 pm, you wrote:
> > Another way would be to configure your DHCP server to use Dynamic DNS,
> > since (if I remember correctly) you can put hostnames in the
> > /etc/exports file rather than IP addresses.
> >
> > On Sun, 2002-01-20 at 20:29, jose orlando t. ribeiro wrote:
> > > I think that the easiest way to do NFS in a network with DHCP is to
> > > set-up the MAC address of the NFS server to receive always the same
> > > ip-address... This way, you can use the same /etc/exports file and,
> > > since the NFS server receive it's ip address from the DHCP server, you
> > > don't have to worry if you set up a fixed address in the NFS server and
> > > somebody getting that ip...
> > >
> > > HTH
> > >
> > > orlando
> 
> Thanks guys, both are good suggestions but over my head for now.
> Lets look at this from a different angle;
> Let's make a simple 2 computer network sharing files using NFS,
> call them joe at 192.168.1.100 and moe at 192.168.1 101.
> Joe has /home/moe mounted on /mnt/moe and moe has /home/joe mounted on
> /mnt/joe.
> Now joe decides he wants to remove his modem and the telephone line for it
> and share moe's connection to the internet.
> So far, so good - - UNTIL: using the wizard changes the network over to DHCP
> and now neither joe nor moe can share files...
> Now in nearly everything I read it is expected that you (the user) are using
> a broadband connection and have 2 NIC cards in yer machine .
> Moe has a dialup connection and joe has just trashed his modem and line...
> Now what? How do they get file sharing back???
> Single NIC per machine and 1 modem in the moe machine.
> I thought at first I should be able to use the moe machine's IP for the
> gateway for the joe machine but that didn't seem to work, or possibly I just
> configured it wrong.. BUT there has to be a way to use the existing NFS
> network and still get Internet connection sharing..
> Any thought's??
> Thanks all,
> 
> Ken Thompson, North West Antique Autos
> Payette, Idaho
> Email: [EMAIL PROTECTED]
> http://www.nwaa.com
> Sales and brokering of antique autos and parts.
> 
> Linux- Coming Soon To A Desktop Near You
> Registered Linux User #183936
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] NFS and DHCP

2002-01-20 Thread jose orlando t. ribeiro


I think that the easiest way to do NFS in a network with DHCP is to 
set-up the MAC address of the NFS server to receive always the same 
ip-address... This way, you can use the same /etc/exports file and, 
since the NFS server receive it's ip address from the DHCP server, you 
don't have to worry if you set up a fixed address in the NFS server and 
somebody getting that ip...

HTH

orlando

Ken Thompson wrote:

> I asked this question a couple of days ago and probably didn't make myself 
> clear.
> Let's forget about firewalls and Internet connection sharing for the 
> present, I just want to set up my network on DHCP.
> What I need to know is how can NFS be used with DHCP? 
>>From what I *understand*, the IP address for the directory you want to export 
> has to be in /etc/exports and the IP address for the directory you want 
> mounted has to be in /etc/fstab.
> Given this how is it done with DHCP?
> If I make an entry in /etc/hosts I still need an IP address - right?
> Is there a  HOWTO somewhere that I can look at?
> I have never set up any IP chains/tables and haven't the foggiest on how to 
> go about it..
> Network as it is now uses static IP addressing in the 192.168.x.x range and 
> works fine but it would be nice to be able to just plug in my laptop or 
> whatever and have it automagically become *part of the family*...
> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



Re: [expert] nvidia mkd8.1 question

2002-01-14 Thread jose orlando t. ribeiro

And the line about "load GLX"???

Steve Kieu wrote:

>  --- "Craig Williamson (ENZ)"
> <[EMAIL PROTECTED]> wrote: > Hi There,
> 
>>  Just a little question.  Did you modify the XFree86
>>config file.  If
>>
> 
> Yes of course as I said, I did everything :-) in the
> README file in this site.
> 
> I changed nv to nvidia in config file (when start X I
> got a NVIDIA splash screen.
> 
> 
> 
>>you haven't done that you are still using the
>>original Linux drivers.  Check
>>out www.mandrakeforum.org site or www.nvidia.com and
>>look for documentation
>>for the drivers.
>>
>>-Original Message-
>>From: Steve Kieu [mailto:[EMAIL PROTECTED]]
>>Sent: Tuesday, 15 January 2002 12:14 p.m.
>>To: maillist
>>Subject: [expert] nvidia mkd8.1 question
>>
>>
>>
>>Hi all,
>>
>>When installing mdk8.1 it suggests that I should use
>>XFree 3.3.6 if I want 3 D accelation with this cards
>>Riva TNT2, I did and some program (game) using
>>OpenGL
>>doesn't work, (some work!) Then I read from the web
>>that nvidia has its own driver and works with 4.1.0
>>;
>>admit that XFree 4.1.x is much better in 2D ; then I
>>install it follow everything, But it is not working
>>(OpenGL program) I check by running xdpyinfo but I
>>found everything is correct. What is wrong here ,m
>>what I missed? SHould I go back to XFree 3.3.6 X
>>server ? One point I think it might be the problem,
>>that the OpenGLX (from nvidia
>>NVIDIA_GLX-1.0-2313.i386.rpm it should go with the
>>same version with the kernel but I can not find the
>>source file corespondingly in
>>http://www.nvidia.com/view.asp?PAGE=linux as I use
>>my
>>custom kernel 2.2.19 ) then I have to use
>>NVIDIA_kernel-1.0-2314.src.rpm  and rebuild it,
>>install it and the GLX package as well, it did not
>>complain anything...
>>
>>At the moment 2D is good, using nvidia driver just
>>all
>>other program using OpenGL even the screen saver
>>doesn;t work
>>
>>Thanks in advance
>>
>>
>>
>>
>>
>>=
>>S.KIEU
>>
>>http://my.yahoo.com.au - My Yahoo!
>>- It's My Yahoo! Get your own!
>>
>> 
>>
> 
> =
> S.KIEU
> 
> http://my.yahoo.com.au - My Yahoo!
> - It's My Yahoo! Get your own!
> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



Re: [expert] HP Scanjet 3200C parallel scanner

2002-01-13 Thread jose orlando t. ribeiro


There is a "scanner how-to" or something like that.

The problem is that the HP3200C isn't a HP product, it's a cheap scanner 
made in the far-east with a HP logo on it and, at least at the last time 
  that I researched how to set up one of these scanners in Linux (about 
six months ago... I have one 3200C too) it wasn't possible. If you 
really need a scanner under linux you should look for one of these SCSI 
models, not the cheap parallels...

HTH

orlando

Neil R Porter wrote:

> Hi all
> 
> I've got a HP Scanjet 3200C parallel scanner which won't work on my XP
> box, so I was wondering whether I could get it to work on my LM 8.1
> server?  I have absolutely no experience with scanners and linux, any
> help on getting a parallel scanner to work would be appreciated.  Also,
> I run my hp6l laserjet printer on my linux box from the parallel port...
> would this be a problem if I ran the scanner off the same port too (at
> the same time with the printer coming off the scanner if you see what i
> mean)?
> 
> Ta for any help
> 
> Neil





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



[expert] [Fwd: [Fwd: joystick driver under Mandrake Linux 8.0]]

2002-01-11 Thread Jose Orlando T. Ribeiro


I had a few problems when I installed my joystick sometime ago... here is what I
did and a link to a webpage with a good doc about it. How as I can remember, the
last step (5-insmod analog) is where you define your joystick type. "analog" is
a basic joystick, now I'm using "gravis" or "grip", I can't remeber, as my
joystick is a gravis xterminator.

HTH

orlando

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'
--- Begin Message ---

Good info! Thanks.
Once I get through messing with my kernels (playing with LVM/JFS/XFS at 
the moment, so I'm a little bit unstable), maybe I'll get my joystick 
going. heh heh.. Then I just need a use for it. I don't have any games 
on Linux that would use it, only the cheap stuff that Mandrake includes.

Ric


Jose Orlando T. Ribeiro wrote:

> Ric,
> 
> that is the message I told you...
> 
> To work I had to change the modules load order to:
> 
> 1-insmod gameport
> 2-insmod ns558
> 3-insmod input
> 4-insmod joydev
> 5-insmod analog
> 
> I don't know if it's a LM8 issue or an error at the page at wanadoo.nl
> 
> orlando
> 
> 
> 
> 
> 
> Subject:
> 
> Re: joystick driver under Mandrake Linux 8.0
> From:
> 
> Erik Hovland <[EMAIL PROTECTED]>
> Date:
> 
> Wed, 6 Jun 2001 11:56:27 -0700
> To:
> 
> "Jose Orlando T. Ribeiro" <[EMAIL PROTECTED]>
> 
> 
> On Wed, Jun 06, 2001 at 02:31:17PM -0300, Jose Orlando T. Ribeiro wrote:
> 
>>Erik,
>>
>>
>>>To verify look in /lib/modules/2.4.3-20mdk/kernel/drivers/char/joystick.
>>>
>>I'll verify later, at home, but I remember that in that directory I had
>>all modules (grip.o, analog.o, sidewinder.o)... but NOT a joystick.o
>>anywhere in the system ( I did a "cd / | find | grep joystick trying to
>>find that module)
>>
> 
> That is because the whole kit and kabootle has been superceded by the 'input'
> driver, see this page:
> http://atrey.karlin.mff.cuni.cz/~vojtech/input/
> 
> And this page:
> http://atrey.karlin.mff.cuni.cz/~vojtech/input/joystick.html
> 
> Hopefully you have already spent significant time here:
> http://home.wanadoo.nl/whatdoya/sblive/index4.html
> 
> Which has this quickfix:
> 
> | Adding Joystick Support: 
> | For 2.4 kernels only 
> |  
> | 1. Enable the PCI port: 
> | 
> | insmod ns558 
> | 
> | 2. Load Input Modules (may not need if compiled
> | into kernel): 
> | 
> | insmod input 
> | 
> | insmod joydev 
> | 
> | 3. Load Joystick drivers: 
> | 
> | insmod gameport 
> | 
> | insmod analog (or whatever your driver is called) 
> | 
> | 4. Fix your Joystick device: 
> | 
> | mv /dev/js0 /dev/js0.bak 
> | 
> | ln -s /dev/input/js0 /dev/js0 
> 
> The ns558, input, joydev, gameport and specific joystick driver modules are
> already in the default mandrake 8.0 install so all should be ready WITHOUT
> having to recompile the kernel or install a new kernel. There are some fixes
> for the input driver and the joystick drivers in the current -ac series of
> kernel patches but they should be irrelevant to your situation.
> 
> Good Luck!
> 
> E
> 
> 
> Part 1.2.1
> 
> Content-Type:
> 
> text/plain
> 
> 
> 
> Part 1.2
> 
> Content-Type:
> 
> message/rfc822
> Content-Encoding:
> 
> 7bit
> 
> 




--- End Message ---

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



Re: [expert] DHCP configuration to improve detection ondynamic IP

2002-01-09 Thread Jose Orlando T. Ribeiro


A wild guess, since I don't use DHCP:

It seems that the problem is at the DHCP server in the ISP, since Win machines
detect the name server immediately and Linux don't maybe (as I said, it's just a
guess :-) the DHCP server gives the names as win network name, not as a FQDN. I
read in older messages that some users used a win box to connect a first time,
noted the name that was assigned by the DHCP server and then connect with Linux
and put the hostname by hand (the ip address, netmask, etc, was being
recognized).

HTH

orlando

Stephen Liu wrote:
> 
> Hi Dave,
> 
> At 08:02 AM 1/9/2002 -0600, you wrote:
> >Because DHCP depends on a server to supply the information, you are
> >rather at the mercy of your ISP as to how quickly they give you an IP
> >address.
> 
> Yes.  I agree.
> 
> The reason why I continue pursuing this case is on the same PC Win2K can
> detect my ISP's DNS name server immediately but Linux can't.
> 
> Thanks
> 
> B.R.
> Stephen
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



[expert] supermount from hell... there is a new supermount module working?

2002-01-09 Thread Jose Orlando T. Ribeiro


hello!

I'm aware of the bugs with supermount and LM8.x. But I think that I found a side
effect on that bug.

I'm using a LM8.1 server as mail server (Postfix) and as a webmail server (using
Neomail as a front-end for Postfix).

By the way I was using LM Corporate Server in that machine and did an upgrade to
8.1 and, as usual, everything_was_working_OK_before_TM.

After the upgrade and a few modifications, everything was OK again. Only the bug
with supermount that would close X if I tried to open the CD-ROM when the tray
was empty, or a seg-fault in console if I did a find and there wasn't a CD-ROM
on the tray (99% of the time the tray was empty :-)

Today somebody complained that the webmail wasn't working and I started some
tests, verified file permissions, etc. I was looking the syslog files and tried
to open the webmail, received an error 500 screen that generated that log at
/var/log/httpd/error_log:

[Wed Jan  9 13:53:56 2002] [error] [client xxx.xxx.xxx.xxx] Premature end of
script headers: /var/www/cgi-bin/neomail.pl

And each time that error was generated I got that error at /var/log/syslog:

Jan  9 13:53:56 hamster kernel: invalid operand: 
Jan  9 13:53:56 hamster kernel: CPU:0
Jan  9 13:53:56 hamster kernel: EIP:   
0010:[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-136050/96]
Jan  9 13:53:56 hamster kernel: EIP:0010:[]
Jan  9 13:53:56 hamster kernel: EFLAGS: 00010286
Jan  9 13:53:56 hamster kernel: eax: 001b   ebx: df679420   ecx: c025dddc  
edx: bb2c
Jan  9 13:53:56 hamster kernel: esi:    edi: df812000   ebp: ff85  
esp: d16f9ec4
Jan  9 13:53:56 hamster kernel: ds: 0018   es: 0018   ss: 0018
Jan  9 13:53:56 hamster kernel: Process sperl5.6.1 (pid: 21877,
stackpage=d16f9000)
Jan  9 13:53:56 hamster kernel: Stack: e086f5ae 0112  c013bf4c
df35dee0 0009 df477420 e086f4c1 
Jan  9 13:53:56 hamster kernel:e086f4cb e086f4d5 0286 
df477420 b240 df4b5440 e086f07f 
Jan  9 13:53:56 hamster kernel:df812000 0292 c188fd40 
c188fd40 dedbd000 b218 c013c3eb 
Jan  9 13:53:56 hamster kernel: Call Trace:
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-92754/96]
[path_walk+1740/1968]
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-92991/96]
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-92981/96]
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-92971/96] 
Jan  9 13:53:56 hamster kernel: Call Trace: [] []
[] [] [] 
Jan  9 13:53:56 hamster kernel:   
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-94081/96]
[__user_walk+75/96] [vfs_stat+98/144] [sys_stat64+17/48] [error_code+56/64]
[system_call+51/64] 
Jan  9 13:53:56 hamster kernel:[] [] []
[] [] [] 
Jan  9 13:53:56 hamster kernel: 
Jan  9 13:53:56 hamster kernel: Code: 0f 0b 59 5e 57 e8 d8 f9 ff ff 85 c0 89 44
24 04 5a 74 4f 80 

And a shady memory told me that I saw that message before when I did a find
without a CD-ROM... So I commented the CD-ROM mount line at /etc/fstab:

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

, rebooted and now...  everything_works_OK_again_TM :-)

That's it... somebody knows if there is a new supermount RPM that works with
LM8.x???

TIA

orlando
-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Log in remotely without logging in locally

2002-01-04 Thread Jose Orlando T. Ribeiro


I think that you can't.

You can do this with X since the local machine is the server, so you do a login
"bacwards". Telnet, rsh, ssh... are clients... and if you are running a client
you already logged somewhere...

If you create a user that automatically connect to the remote machine (via
user's startup scripts) isn't acceptable???

orlando

Marc wrote:
> 
> maybe it is possible to configure one of your virtual consoles as a login
> screen on the remote machine.  This way you can login to the remote machine
> without local login.
> 
> I am not sure if it is technically possible.  But I Think this is the way I
> would do it.  Only problem you have then is that you can only login on a
> predefined remote machine and not on a random machine.
> 
> But as I said.  Don know if this is possible because I never tried, and
> probably never wiil.
> 
> marc
> 
> On Friday 04 January 2002 05:48 pm, you wrote:
> > On Fri, 4 Jan 2002, pesarif wrote:
> > > Hello again!
> > >
> > > Is it possible to login to a remote system (console login only because it
> > > doesn't have X), without having to login locally (as with telnet and
> > > ssh)?
> > >
> > > Because with X terminals, you are actually logging in to the remote
> > > system; While with telnet/ssh, you have to login to the system you're
> > > sitting in front of first, before you can actually telnet into the remote
> > > system and then log into that.
> >
> > Not really. If I understand you correctly, you want to login to a remote
> > machine without logging into a local one? Though you can do this with
> > xdm and its variants, I don't know of a way to do this from the shell.
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] keeping users off the net

2001-12-26 Thread jose orlando t. ribeiro


just a guess...

evil intent or not isn't easier to keep to these two computers only the 
ports 25 (SMTP) and 109 and 110 (POP) trough the firewall???

orlando

Mark Weaver wrote:

> On Tue, 25 Dec 2001 21:36:13 -0800
> James Sparenberg <[EMAIL PROTECTED]> studiouisly spake these words to ponder:
> 
> 
>>On Tue, 25 Dec 2001 23:57:25 -0500
>>Mark Weaver <[EMAIL PROTECTED]> wrote:
>>
>>
>>>On Tue, 25 Dec 2001 13:52:02 -1000
>>>"Julio Gutierrez" <[EMAIL PROTECTED]> studiouisly spake these words to 
>ponder:
>>>
>>>
hi all & merry Xmas
I need to keep 2 computers from my internal network from accessing the internet @ 
>some time during the day & then put them back on when users need to check their email.
I'm using Mandrake 8 & also using the built in firewall/ router
can anyone help??
 TIA

Julio


>>>is it just me or does anyone else see the evil intent here?   ;->
>>>-- 
>>>
>>Oh the intent is evil *grin* and there is actually a tool that does this kinda 
>thing.  Whish me luck on going back through a tone of bookmarks and notes.
>> 
>>
>>
>>
> 
> James,
> 
> are you going to share when you've found your information?
> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



Re: [expert] How to test the performance of a Video Card

2001-12-18 Thread jose orlando t. ribeiro

if it is a open-gl capable card, try "gears" at the prompt level, it 
returns a mark in fps.

or try a timedemo at quake arena :-)

Stephen Liu wrote:

> Hi All People,
> 
> Kindly advise :
> How to test the performance of a Video Card
> 
> Thanks in advance.
> 
> B.R.
> Stephen Liu
> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



Re: [expert] System freezes when copying in second ide channel

2001-12-13 Thread jose orlando t. ribeiro


Are you using a Western Digital HD??? If you are... sorry... welcome to 
the club... WD are prone to give trouble when used with other IDE devices...

Fedneg wrote:

> Hello:
> 
> I've problems performing copies from first IDE channel to second
> one. After a few files copied the system freezes. I wonder if someone else
> has found similar problems because i cannot find any configuration error in
> the hardware.
> The box is an AMD Athlon 1.2 build with a Soltek mainboard (VIA
> Apollo KT266 series, South Bridge VT8233, North Bridge VT8366). I've enable
> DMA
> in both disks; and the filesystem is reiserfs.
> 
> Any comment will be wellcome. Thank you.
> 
> Fedneg
> 
> 
> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



Re: [expert] creating a TOC for an audio CD

2001-12-13 Thread jose orlando t. ribeiro

thanks, jipe!!

just what I needed :-)

orlando

jipe wrote:

> Le Jeudi 13 Décembre 2001 20:36, vous avez écrit :
> 
>>Hi!
>>
>>Somebody can point me to a site or documentation that can teach me how to
>>create a TOC for an audio CD? I want to get a few .WAV files and create the
>>TOC to burn them in an audio CD, but I don't want to use some application
>>like CDRECORDER or NERO or something like these. I want to learn how to
>>create the TOC myself, the format needed, parameters! I opened some TOC
>>files and did some of myself, with vi :-) but they didn't worked very
>>well... some error messages in XCDroast...
>>
>>TIA
>>
>>orlando
>>
> 
> use some xterm to burn! it's the best GUI i know to do that ;-)
> i have not what u're searching. but some scripts to create toc.files from wav 
> files exist. u can learn more by using one of them and looking at what it 
> does.
> have a look here:
> http://www.msu.edu/user/johns776/tocgen.html
> 
> bye
> jipe
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



[expert] creating a TOC for an audio CD

2001-12-13 Thread Jose Orlando T. Ribeiro


Hi!

Somebody can point me to a site or documentation that can teach me how to create
a TOC for an audio CD? I want to get a few .WAV files and create the TOC to burn
them in an audio CD, but I don't want to use some application like CDRECORDER or
NERO or something like these. I want to learn how to create the TOC myself, the
format needed, parameters! I opened some TOC files and did some of myself, with
vi :-) but they didn't worked very well... some error messages in XCDroast...

TIA

orlando

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



[expert] off topic... casio qv-11

2001-12-11 Thread Jose Orlando T. Ribeiro


hello!

an off-topic... I bought casio qv-11 digital camera (used, without manual), to
take pictures for a personal webpage... it takes shots at a resolution of
320x240... I read somewhere that a qv-11 can use a resolution of 480x240...
somebody here knows that camera?

TIA

orlando

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



[expert] antivir from h+bev leaves postfix as an open relay

2001-12-04 Thread jose orlando t. ribeiro

just for information...

if somebody is using the antivirus "antivir" (http://www.antivir.de) 
with postfix, beware... that antivirus package due to some strange 
behaviour leaves Postfix as an open-relay. If you are using that 
combination, test it! You can perform a test at 
http://http://www.abuse.net/relay.html

orlando




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



[expert] broken XFree

2001-12-03 Thread Jose Orlando T. Ribeiro


Hi!

I did it... :-( I was using the LM Corporate Server 1.0. I had a problem
sometime ago and I couldn't start the x-server (the famous Unix font path=-1).
So I thought that upgrading from LMCS 1.0 to LM Pro Suite 8.1 the install would
fix this problem (besides some usefull upgrades, like RPM4, xinetd, etc).

Now I still without x, the same error:

 failed to set default font path 'unix/:-1'
 could not open default font 'fixed'

Any ideas???

I am tempted do uninstall all Xfree stuff... there is a "force" method that let
me do this? RPM complains can't remove XFreexxx cause it is needed by another
application... or it is a dependence...

TIA

orlando
-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Please help me get rid of windoze!

2001-11-29 Thread Jose Orlando T. Ribeiro


I don't think that you have any dependency on linux to get you notebook showing
images in the projector. Most (all?) notebooks have a function (Fn) key and a
key in the numeric row with a monitor-like figure. Press Fn+monitor and the
notebook start to display on the LCD or on the external device (a monitor,
datashow or projector) or both. And I think that the same happens with the
TV-out.

HTH

orlando

ajax wrote:
> 
> I've asked this question in a few places with no takers so I thought that I'd
> take it to the experts.  I need to do a presentation at school.  I thought I
> could use open office or kpresenter.  The problem is I need to get the
> external out and tv out working on my laptop.  This presentation will
> probably be using a projector so I believe getting the external monitor to
> work is more important.  I have an ibm a21p with the ati m3 16mb video card.
> Any ideas?
> Please save me from M$!!
> Otherwise I don't need M$ very much.  The spreadsheet program of open office
> isn't yet up to excel but Matlab runs on Linux so I can do all of my
> calculations there.

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Network problem

2001-11-27 Thread Jose Orlando T. Ribeiro

hello wolfgang!

I've been reading your posts about your network for a few days...

great problem! that is one of these that we write on the notepad to never forget
what we did :-)

let's go...

since arp -a gives nothing, then you have no connection, but each piece in your
setup (cross-cable, notebook's nic, desktop's nic) works ok when used with the
adsl (your Internet connection is trough an adsl, as I remember) or when tested
with other computer I have just one opinion:

by means of some power of darkness, when you connect both nics trough the
cross-cable you are are shutting the electrical signals to a very low level,
that isn't enough to keep the network connection.

this don't happen with the adsl box... and probably wouldn't happen with a
switch or a hub...

why this happen? probably the notebook's nic is of poor quality... or you just
run out of luck :-)

orlando

Wolfgang Bornath wrote:
> 
> Am Dienstag, 27. November 2001 17:12 schrieben Sie:
> > OK...  give us the results of:
> >
> >   ping -br 255.255.255.255
> >   ping -br 192.168.0.255
> 
> Desktop (disconnected from internet)
> 
> [root@molch wobo]# ping -br 255.255.255.255
> connect: Network is unreachable
> 
> ifconfig (disconnected from internet) says:
> 
> eth0  Protokoll:Ethernet  Hardware Adresse 00:50:BA:31:0F:B2
>  inet Adresse:10.0.0.10  Bcast:10.0.0.255  Maske:255.255.255.0
> 
> eth1  Protokoll:Ethernet  Hardware Adresse 00:20:AF:6E:F5:16
>  inet Adresse:192.168.0.1  Bcast:192.168.0.255  Maske:255.255.255.0
> 
> loProtokoll:Lokale Schleife
>   inet Adresse:127.0.0.1  Maske:255.0.0.0
> 
> # ping -br 192.168.0.255
> WARNING: pinging broadcast address
> PING 192.168.0.255 (192.168.0.255) from 192.168.0.1 : 56(84) bytes of
> data.
> 64 bytes from 192.168.0.1: icmp_seq=0 ttl=255 time=1.844 msec
> 64 bytes from 192.168.0.1: icmp_seq=1 ttl=255 time=205 usec
> 64 bytes from 192.168.0.1: icmp_seq=2 ttl=255 time=202 usec
> 64 bytes from 192.168.0.1: icmp_seq=3 ttl=255 time=204 usec
> 
> # ping -br 10.0.0.255
> WARNING: pinging broadcast address
> PING 10.0.0.255 (10.0.0.255) from 10.0.0.10 : 56(84) bytes of data.
> 64 bytes from 10.0.0.10: icmp_seq=0 ttl=255 time=1.838 msec
> 64 bytes from 10.0.0.10: icmp_seq=1 ttl=255 time=188 usec
> 64 bytes from 10.0.0.10: icmp_seq=2 ttl=255 time=181 usec
> 
> --
> 
> On the notebook :
> 
> # ping -br 192.168.0.255
> WARNING: pinging broadcast address
> PING 192.168.0.255 (192.168.0.255) from 192.168.0.2 : 56(84) bytes of
> data.
> 64 bytes from 192.168.0.2: icmp_seq=0 ttl=255 time=92 msec
> 64 bytes from 192.168.0.2: icmp_seq=1 ttl=255 time=73 usec
> 64 bytes from 192.168.0.2: icmp_seq=2 ttl=255 time=73 usec
> 64 bytes from 192.168.0.2: icmp_seq=3 ttl=255 time=73 usec
> 
> # ping -br 255.255.255.255
> WARNING: pinging broadcast address
> PING 255.255.255.255 (255.255.255.255) from 192.168.0.2 : 56(84)
> bytes of data.
> 64 bytes from 192.168.0.2: icmp_seq=0 ttl=255 time=71 msec
> 64 bytes from 192.168.0.2: icmp_seq=1 ttl=255 time=73 usec
> 64 bytes from 192.168.0.2: icmp_seq=2 ttl=255 time=73 usec
> 64 bytes from 192.168.0.2: icmp_seq=3 ttl=255 time=70 usec
> 
> --
> 
> # /sbin/arp -a
> #
> 
> arp -a gives nothing on both machines.
> 
> wobo
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Burning Nero images in Linux?

2001-11-26 Thread jose orlando t. ribeiro


to do this I renamed the extension from .nrg to .RAW and burned the 
image with XCDroast.

only data CD images... audio cds images made under nero never worked.

orlando

Alexander Skwar wrote:

> Hi!
> 
> Is it possible to burn Nero Burning Rom (a Windows cd creation tool)
> images with cdrecord?
> 
> Alexander Skwar
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



Re: [expert] Antivirus for sendmail

2001-11-23 Thread Jose Orlando T. Ribeiro

look at http://www.antivir.de

if you want use it for personal use (not commercial) you don't have to pay a
licence. For comercial use I think it's aroub US$400.

HTH

orlando

Julio Rodriguez wrote:
> 
> does anyone knows a good antivirus for a mail server??
> 
> I will prefer a low cost or a free one if its posible :-)
> 
> txs
> 
> Julio Rodríguez
> [EMAIL PROTECTED]
> Cel: 58 412 70 10 580
> Charter Communications International Venezuela
> Tel: 58-212-576.60.80
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] silencing the modem

2001-11-22 Thread Jose Orlando T. Ribeiro


Look at your modem manual, find the quiet modem command (usually AT M0), add
that command to your modem init string.

Eg. if your init sting is

AT&F&c0DT

then you shoul do

AT&F&c0M0DT

HTH

orlando

William Bouterse wrote:
> 
> It has been sometime since I remember seeing the simple
> addition to the modem/ppp script which silences the modem
> handshaking sounds.
> I do not use kppp,gppp etc, so a config-file  init addition
> would be necessary and what it is elludes me !?
> 
> Have done the RTFM, mans, etc but it has slipped by me...
> 
> Any enlightenment would be helpful
> 
> Thanks
> 
> LM 8.x with various extras
> 
> --
> William Bouterse
> Talkeetna, Ak.
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] How to convert

2001-11-18 Thread jose orlando t. ribeiro


you don't need to convert it... Burn the .iso file to a blank CD-ROM.
In your favorite CD burner manager choose something like "burn image" or 
   "burn iso file" and select the .iso file thta you downloaded.

By the way, before burning check that the download was ok. You should 
take the MD5 checksum of your file and compare it with the MD5sum file 
that should be found at the same location that you downloaded the .iso.

HTH

orlando

Bill Beauchemin wrote:

> Hello All
> Now that I have downloaded the corp. server how do I convert from the .iso to 
> the actual installable files. 
> 
> Bill
> 
> Let The Bodies Hit The Floor
> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



Re: [expert] Licq and the new ICQ protocol - WORKAROUND!

2001-11-16 Thread jose orlando t. ribeiro


You don't need to feel cut off from the world!

In LICQ choose to send your messges trough the server. I only don't 
remember if it is a global choice or if you have to do this for each 
name in your ICQ list.

HTH

orlando

Mark Weaver wrote:

> Roger,
> 
> That sounds great! I'm really having ICQ withdrawl these last few weeks. I
> feel as though I"ve been cut off from the rest of the world. Proprietary
> tree-huggers! (AOL)
> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



Re: [expert] Internet Connection Sharing

2001-11-13 Thread Jose Orlando T. Ribeiro


It´s easier than that... in one network interface do you have the DHCP address
that you've got from Road Runner, the other network interface you should have a
private address (something like 192.168.0.1) and the other computers you should
config 192.168.0.1 as the gateway and the network address as 192.168.0.2.

orlando

> "George Jones (IT)" wrote:
> 
> I have Comcast Road Runner cable. I get my ip address via dhcp. That part had
> been set up already. Sharing the connection didn't work. I would like to set
> up the pc to share the connection to 5 other pc's in the house. I'm guessing
> that I need to assign ip addresses to the other 5 machines via dhcp from my
> server, but I can't find any way to configure that.
> 
> -Original Message-
> From: Jose Orlando T. Ribeiro [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 13, 2001 1:16 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [expert] Internet Connection Sharing
> 
> What don't work? The sharing or your connection to the Internet?
> 
> I've read a message sometime ago about DHCP...
> 
> I don't know what kind of connection do you have, but I remember that if you
> use
> a connection from At Home, you receive, besides the dinamic ip address, a host
> 
> name, and without that host name your connection don´t work.
> 
> HTH
> 
> orlando
> 
> > "George Jones (IT)" wrote:
> >
> > I'm trying to set up my 8.1 box to share out my net connection to the rest
> of
> > my pc's.
> >
> > eth0 - cable connection comes in here, get's it's ip addy via dhcp.
> > eth1 - connects to the hub.
> >
> > I walked through the "wizard" to get this setup. After completing it,
> > everything should have been working, right? Nope. There doesn't appear to be
> 
> > any way for me to check this configuration as it just tries to go through
> the
> > wizard again. ifconfig shows both nics and loopback device.
> >
> > Is there something I'm missing here? How do I configure it further (setting
> up
> > dhcp server, etc)
> >
> > George Jones IV
> > Store Systems Support
> > Borders Group Inc.
> 
> --
> 
> ,~~v~~,,~~v~~,
>,'.   .',  ,'.   .',
>   ===  +  ======  +  ===
>/   ~   \  /   ~   \
>   /\_m   m_/\/\_m   m_/\
>  .\  +--+  /.
>  /   ! [EMAIL PROTECTED]  !   \
>   /  +--+  \
>`\m/ \m/'   `\m/ \m/'

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Internet Connection Sharing

2001-11-13 Thread Jose Orlando T. Ribeiro


What don't work? The sharing or your connection to the Internet? 

I've read a message sometime ago about DHCP... 

I don't know what kind of connection do you have, but I remember that if you use
a connection from At Home, you receive, besides the dinamic ip address, a host
name, and without that host name your connection don´t work.

HTH

orlando

> "George Jones (IT)" wrote:
> 
> I'm trying to set up my 8.1 box to share out my net connection to the rest of
> my pc's.
> 
> eth0 - cable connection comes in here, get's it's ip addy via dhcp.
> eth1 - connects to the hub.
> 
> I walked through the "wizard" to get this setup. After completing it,
> everything should have been working, right? Nope. There doesn't appear to be
> any way for me to check this configuration as it just tries to go through the
> wizard again. ifconfig shows both nics and loopback device.
> 
> Is there something I'm missing here? How do I configure it further (setting up
> dhcp server, etc)
> 
> George Jones IV
> Store Systems Support
> Borders Group Inc.

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



[expert] problems with /mnt under kde (segfault)

2001-11-12 Thread Jose Orlando T. Ribeiro


Hi!

When I try to  open the /mnt dir under kde using any of the graphics file-tools
(konqueror, XFMC, etc) the application closes, when I close X I can see the
message that the application segfaulted...

Someone have seen this??

By the way, in the prompt I can view /mnt. The problem happens either as user or
as root.

TIA

orlando
-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



[expert] DOSEMU and other DOS emulators...do they play demos???

2001-11-09 Thread jose orlando t. ribeiro


Hi!

Does anybody know if (and, if := yes, how) can I play demos under DOSEMU
or any other DOS emulators? Some older demos required a clean boot (some
even needed a boot without himem.sys) without any memory managers like
emm386 or qemm386.

TIA

orlando

ps: for all the poor souls that don't know what a demo is, look at

http://www.oldskool.org/demos/explained/

IMHO a demo is the finest in the art of coding... Look for Final Reality
II and remember that all what you'll watch is being done real-time
and that around '93 the average joe machine was a 386, 40MHz...





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



Re: [expert] cable modem question

2001-11-02 Thread jose orlando t. ribeiro

  I've read sometime ago about the @home setup that gives a computer 
name and the changes needed in Linux to accept that config. Since I live 
in Brazil I hadn't that message archived, but you can find it in the web 
archives.

About your friend setup: is possible to enable a network to use the same 
link. Set the first machine with the needed setup to work with at home. 
That same machine should be configured as a proxy for the network, so it 
should have two network cards, one with the ip address for @home, the 
other with an address for the house network.

The other machines will use the first machine as a gateway.

HTH

orlando


Todd Zashin wrote:

> I saw some communication regarding cable modems and I wanted to chime in
> with a question I have.  Please give me some leniency as I know this is not
> directly Linux Mandrake but you guys always have the best answers so I
> thought I would quickly ask.
> 
> I have a friend who wants to use AT HOME to share his Internet Connection
> between two PCs thats it.  He wants both PCs to use the Internet at the same
> time with one AT HOME connection.  I told him he could do this via a Linksys
> EtherFast Cable Dsl Router 4 port.  My other buddy tells me that there is no
> way that this is possible because the way our cable company has the internet
> service setup.  The AT HOME service assigns you a computer name that you
> must enter on your PC.  So, my buddy says there is no way you can share the
> connection because how are you going to have the router know the computer
> name.  My answer to him was DHCP.  Dynamic Host Configuration Protocol.
> That you could make the Linksys box get the IP from the Modem and then send
> that information onto the client.
> 
> Well here is where I get messed up in my theory.  The cable modem service is
> only going to allow one login right?  I mean you can only allow one computer
> name and IP per connection or you will have a conflict correct on a network?
> So, how does the Linksys router authenticate to the Cable Modem Service and
> still allow the clients to share the connection.  DHCPbroadcasting?
> Forwarding?  What am I missing here?  There is a piece in the logic that I
> am missing.
> 
> Thanks for your help.
> Thrashin
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dave Sherman
> Sent: Monday, October 08, 2001 5:59 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] LM8.1, DHCP & Cable connection, Cache DNS
> 
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Monday 08 October 2001 02:24 am, Frederic Soulier wrote:
> 
>>Hi
>>
>>I got a cable connection, everytime the network is started or
>>restarted I end up with /etc/resolv.conf being overwriten with
>>the 2 DNS server IP address of my cable ISP.
>>
>>It works fine but the pbm is that I have a cache DNS setup on
>>my server and therefore in my /etc/resolv.conf I want my server
>>to look 1st in the cache before going to the ISP DNS.
>>Unfortunately, if I change /etc/resolv.conf it will get overwritten
>>the next time the network service start.
>>
>>Any idea on how I could make my changes permanent
>>in /etc/resolv.conf ?
>>
> 
> This may depend on how your cable modem works: is it a bridge or a router?
> 
> If it is a router, then it is probably also running a small dhcp server
> for you, and assigning your DNS addresses for you, thus overwriting your
> existing resolv.conf. You can either reconfigure your cable modem/router's
> dhcp server to add your own caching dns server, or turn off the dhcp
> server completely, and either run your own Linux dhcp server (that's what
> I do with DSL) or assign all IPs and whatnot statically.
> 
> If it is a bridge (most likely, from what I have seen), then your ISP is
> probably doing your dhcp at their end. In this case, I don't know if you
> can do anything, since you need to get your config from them in order to
> work on their network.
> 
> Dave
> - --
>   7:54am  up 2 days, 15:33,  1 user,  load average: 0.18, 0.14, 0.10
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE7waMHA68l26XsZUYRAnPWAKCH5+rcFk7E0DFayx+++Qdzj0GIzgCgix6f
> vwyIW3vniV3zvnuQDM1SY3s=
> =NRzv
> -END PGP SIGNATURE-
> 
> 
> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 





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



Re: [expert] POP3 server 8.1

2001-10-23 Thread Jose Orlando T. Ribeiro


you don't have to delete the file... just comment the line with a # in the
beggining of the line.

orlando

Jerry Sommerdorf wrote:
> 
> Do I have to just delete the file to prevent the pop3 server from starting, or
> is there a file I need to edit?
> 
> "Michael D. Viron" wrote:
> 
> > At 02:45 PM 10/23/2001 -0200, you wrote:
> > >
> > >pop3d is a service of inetd. look at /etc/inetd.conf and find that line:
> > >
> > >pop-3   stream  tcp nowait  root/usr/sbin/tcpd  ipop3d
> > >
> > >be sure that the line is enabled (without a # in the beggining).
> > >
> > >HTH
> > >
> > >orlando
> > >
> >
> > of course, inetd isn't used in 8.1, xinetd is.  Pop3 will be one of the
> > files under /etc/xinetd.d/
> >
> > Michael
> >
> > --
> > Michael Viron
> > Registered Linux User #81978
> > Senior Systems & Administration Consultant
> > Web Spinners, University of West Florida
> >
> >   
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] POP3 server 8.1

2001-10-23 Thread Jose Orlando T. Ribeiro


pop3d is a service of inetd. look at /etc/inetd.conf and find that line:

pop-3   stream  tcp nowait  root/usr/sbin/tcpd  ipop3d

be sure that the line is enabled (without a # in the beggining).

HTH

orlando


Jerry Sommerdorf wrote:
> 
> Can anyone tell what program is listening to port 110. I look at the
> process running and I can't find any that are running pop3. I am running
> a Domino server and I get an error message that port 110 is not
> available. any help would be great.
> 
> Thanks,
> Jerry
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



[expert] Importing Oracle SQL scripts into MySQL

2001-10-23 Thread Jose Orlando T. Ribeiro


Hello!

I need some help/advice regarding databases. At college we are using Oracle 8i
as server for our DB lab classes. The teacher give us some exercises, that I can
only do at classes, since I don't have Oracle at home. I tried the Oracle 8i
personal edition. Horrible... 600M of disk space, slow... I´m trying now MySQL
that is already working. 

The problem is: to do the exercices at home, I need a demo DB that comes with
Oracle (a script named something like BDEDEMO.SQL), but I can't import that
script to MySQL, seems that the clauses are a little different and since I don't
have any expertise with DB I  don't know what to do.

Does anybody knows some tool to import/transform an Oracle dump script into a
MySQL dump script??? 

TIA 

orlando
-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Postfix: Message file too big??

2001-10-22 Thread jose orlando t. ribeiro

I don't how to help about that problem... my postfix box is a LM 
corporate 1.0 and I can only assure that the message_size_limit 
parameter works just fine... since I'm not experienced with file 
permissions/locks in Linux, I can't help you!

orlando

Tobias Marx wrote:

> jose orlando t. ribeiro wrote:
> 
>> to easy postfix administration (and all tasks administration-related) 
>> instal Webmin, after that go to servers, postfix and lokk the option 
>> where you can change the limit size or let it unlimited...
> 
> 
> 
> the problem is, that it doesn't work message_size_limit is set to 
> 1024 bytes.
> 
> but from time to time it will block mails that are 9k perhaps it't a 
> problem with locking or something?
> 
> my user mailbox file is ~51mb.
> it's a 8.0 boxen.
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 
> message.footer
> 
> Content-Type:
> 
> text/plain
> Content-Encoding:
> 
> 8bit
> 
> 





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



Re: [expert] Can't use CD-ROM on Toshiba laptop with Mdk 8.1

2001-10-22 Thread Jose Orlando T. Ribeiro



[EMAIL PROTECTED] wrote:
> 
> Gentlemen:
> 
> I believe that our Brazilian friend has hit the nail on the head.  I did a
> search of the mailing list of expert (before I started this thread) but didn't
> find the one he mentioned below.  My own thoughts of what the problem was
> clouded my choice of search criteria -- to my detriment.  Lesson learned.  In
> any case, Muchas Gracias! (Which is as close to Portuguese as I can get, please
> accept my apologies for not knowing the correct translation.)

In portuguese it´s "muito obrigado" :-)

but still looking for a more complete explanation of your problem... I read some
time ago about some important reason that changed the way that a CDROM (or all
IDE devices?) is linked in LM... I just couldn't find that message in my
computer and I hadn't time to do a proper search for it, so I just sent the
message that helped me to solve my problem and now solved yours...

orlando

> 
> Just to see if it was on the right track, I did a search of /dev and found an
> entry for cdrom2 (as well as the symbolic link for cdrom).  Sure enough...
> 
> >mount /dev/cdrom2 /mnt/cdrom
> worked like a charm.
> I'll follow the instructions given in the link and fix the box.
> Many thanks to all!
> Best wishes,
> Ron
> > look that message:
> > http://www.mail-archive.com/expert@linux-mandrake.com/msg43118.html
> >
> >
> > [EMAIL PROTECTED] wrote:
> > >
> > > > Charles A Edwards wrote:
> > > > >
> > > > > On Mon, 22 Oct 2001 14:16:45 GMT
> > > > > [EMAIL PROTECTED] wrote:
> > > > >
> > > > > > Larry:
> > > > > >
> > > > > > The fstab file looks okay (to me at least).  However, even though the
> CD
> > > is
> > > > > > working fine (under Windows and the CD was used to install Mdk 8.1) it
> > > currently
> > > > > > doesn't work under Mdk.  Here are the contents of the /etc/fstab file:
> > > > > >
> > > > > > /dev/hda4 / reiserfs noatime,notail 1 1
> > > > > > /dev/hda3 /boot ext2 noatime 1 2
> > > > > > none /dev/pts devpts mode=0620 0 0
> > > > > > none /dev/shm tmpfs defaults 0 0
> > > > > > /dev/hdc /mnt/cdrom auto
> > > user,iocharset=iso8859-1,exec,codepage=850,ro,noauto 0
> > > > > > 0
> > > > > > /dev/fd0 /mnt/floppy auto
> > > user,iocharset=iso8859-1,sync,exec,codepage=850,noauto
> > > > > > 0 0
> > > > > > /dev/fd1 /mnt/floppy2 auto
> > > > > > user,iocharset=iso8859-1,sync,exec,codepage=850,noauto 0 0
> > > > > > /dev/hda1 /mnt/windows vfat iocharset=iso8859-1,codepage=850 0 0
> > > > > > none /proc proc defaults 0 0
> > > > > > /dev/hda2 swap swap defaults 0 0
> > > > > >
> > > > > > From: Larry Sword [[EMAIL PROTECTED]]
> > > > > > Sent: Sunday, October 21, 2001 11:43 PM
> > > > > > To: [EMAIL PROTECTED]
> > > > > > Subject: Re: [expert] Can't use CD-ROM on Toshiba laptop with Mdk 8.1
> > > > > >
> > > > > > [EMAIL PROTECTED] wrote:
> > > > > > >
> > > > > > > I've loaded Mandrake 8.1 on a Toshiba Satellite 2545XCDT.  While the
> > > install
> > > > > > > with 8.0 worked without a hitch (many months ago), the same can't be
> > > said for
> > > > > > > 8.1.
> > > > > > >
> > > > > > > First, let me point out that upgrading has been quite easy and,
> aside
> > > from the
> > > > > > > CD-ROM hitch, almost trouble free.  Putting a journalling file
> system on
> > > this
> > > > > > > older laptop gives the user-interatction some well needed pep.
> > > > > > >
> > > > > > > The problem that I'm getting is that /dev/cdrom will not allow a
> mount.
> > > There
> > > > > > > is a symbolic link from /dev/cdrom to hdc, but that doesn't work.
> > > > > > >
> > > > > > > mount /dev/cdrom /mnt/cdrom
> > > > > > >
> > > > > > > .. does not work.  The error message is "mount: special device cdrom
> > > does not
> > > > > > > exist"
> > > > > > >
> > > > > > > mount /dev/hdc /mnt/cdrom
> > > > >
> > > > > If you are trying to mount the drive with either of the above commands
> then
> > > > > that is why it will not work.
> > > > >
> > > > > 8.1 uses devfs the correct command is mount /mnt/cdrom
> > > > > To unmount either umount /mnt/cdrom or eject /mnt/cdrom
> > > > >
> > > >
> > > > Charles
> > > >
> > > > Actually, either command should work.
> > > >
> > > > mount /dev/hdc
> > > > or
> > > > mount /mnt/cdrom
> > > >
> > > > Assuming that the correct links exist in the /dev and the mount points
> > > > are correct.
> > > >
> > >
> > > Well, I get the same result if you type mount /dev/hdc or if you type mount
> > > /mnt/cdrom.  In both cases, the first time I execute the command, I get a
> > > segmentation fault.  The second time, it just hangs.
> > >
> > > According to the listing in /dev, hdc has...
> > >
> > > >ls -l /dev/hdc
> > > lr-xr-xr-x 1 root root 30 Oct 22 07:00 hdc ->
> /ide/host0/bus1/target0/lun0/cd
> > >
> > > (Note, the /ide... is highlighted in black on the terminal (set to
> transparent
> > > konsole.)
> > >
> > > >ls -l /dev/cdrom
> > > lr-xr-xr-x 1 root root 16 Oct 22 07:00 cdrom -> ../cdroms/cdrom0
> > >
> > > (Note, the "cdrom" and the "../cdroms/cdrom0" ar

Re: [expert] Can't use CD-ROM on Toshiba laptop with Mdk 8.1

2001-10-22 Thread Jose Orlando T. Ribeiro

look that message:

http://www.mail-archive.com/expert@linux-mandrake.com/msg43118.html


[EMAIL PROTECTED] wrote:
> 
> > Charles A Edwards wrote:
> > >
> > > On Mon, 22 Oct 2001 14:16:45 GMT
> > > [EMAIL PROTECTED] wrote:
> > >
> > > > Larry:
> > > >
> > > > The fstab file looks okay (to me at least).  However, even though the CD
> is
> > > > working fine (under Windows and the CD was used to install Mdk 8.1) it
> currently
> > > > doesn't work under Mdk.  Here are the contents of the /etc/fstab file:
> > > >
> > > > /dev/hda4 / reiserfs noatime,notail 1 1
> > > > /dev/hda3 /boot ext2 noatime 1 2
> > > > none /dev/pts devpts mode=0620 0 0
> > > > none /dev/shm tmpfs defaults 0 0
> > > > /dev/hdc /mnt/cdrom auto
> user,iocharset=iso8859-1,exec,codepage=850,ro,noauto 0
> > > > 0
> > > > /dev/fd0 /mnt/floppy auto
> user,iocharset=iso8859-1,sync,exec,codepage=850,noauto
> > > > 0 0
> > > > /dev/fd1 /mnt/floppy2 auto
> > > > user,iocharset=iso8859-1,sync,exec,codepage=850,noauto 0 0
> > > > /dev/hda1 /mnt/windows vfat iocharset=iso8859-1,codepage=850 0 0
> > > > none /proc proc defaults 0 0
> > > > /dev/hda2 swap swap defaults 0 0
> > > >
> > > > From: Larry Sword [[EMAIL PROTECTED]]
> > > > Sent: Sunday, October 21, 2001 11:43 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [expert] Can't use CD-ROM on Toshiba laptop with Mdk 8.1
> > > >
> > > > [EMAIL PROTECTED] wrote:
> > > > >
> > > > > I've loaded Mandrake 8.1 on a Toshiba Satellite 2545XCDT.  While the
> install
> > > > > with 8.0 worked without a hitch (many months ago), the same can't be
> said for
> > > > > 8.1.
> > > > >
> > > > > First, let me point out that upgrading has been quite easy and, aside
> from the
> > > > > CD-ROM hitch, almost trouble free.  Putting a journalling file system on
> this
> > > > > older laptop gives the user-interatction some well needed pep.
> > > > >
> > > > > The problem that I'm getting is that /dev/cdrom will not allow a mount.
> There
> > > > > is a symbolic link from /dev/cdrom to hdc, but that doesn't work.
> > > > >
> > > > > mount /dev/cdrom /mnt/cdrom
> > > > >
> > > > > .. does not work.  The error message is "mount: special device cdrom
> does not
> > > > > exist"
> > > > >
> > > > > mount /dev/hdc /mnt/cdrom
> > >
> > > If you are trying to mount the drive with either of the above commands then
> > > that is why it will not work.
> > >
> > > 8.1 uses devfs the correct command is mount /mnt/cdrom
> > > To unmount either umount /mnt/cdrom or eject /mnt/cdrom
> > >
> >
> > Charles
> >
> > Actually, either command should work.
> >
> > mount /dev/hdc
> > or
> > mount /mnt/cdrom
> >
> > Assuming that the correct links exist in the /dev and the mount points
> > are correct.
> >
> 
> Well, I get the same result if you type mount /dev/hdc or if you type mount
> /mnt/cdrom.  In both cases, the first time I execute the command, I get a
> segmentation fault.  The second time, it just hangs.
> 
> According to the listing in /dev, hdc has...
> 
> >ls -l /dev/hdc
> lr-xr-xr-x 1 root root 30 Oct 22 07:00 hdc -> /ide/host0/bus1/target0/lun0/cd
> 
> (Note, the /ide... is highlighted in black on the terminal (set to transparent
> konsole.)
> 
> >ls -l /dev/cdrom
> lr-xr-xr-x 1 root root 16 Oct 22 07:00 cdrom -> ../cdroms/cdrom0
> 
> (Note, the "cdrom" and the "../cdroms/cdrom0" are flashing red on the konsole.)
> 
> Thanks again for your suggestions,
> 
> Ron
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Free Web mail

2001-10-22 Thread Jose Orlando T. Ribeiro


I like this one:

http://neomail.sourceforge.net

orlando

Julio Rodriguez wrote:
> 
> Does anyone knows a free web mail for linux ??
> 
> Julio Rodríguez
> [EMAIL PROTECTED]
> Cel: 58 412 70 10 580
> Charter Communications International Venezuela
> Tel: 58-212-576.60.80
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Postfix: Message file too big??

2001-10-21 Thread jose orlando t. ribeiro

to easy postfix administration (and all tasks administration-related) 
instal Webmin, after that go to servers, postfix and lokk the option 
where you can change the limit size or let it unlimited...

HTH

orlando

David Guntner wrote:

> This morning when I checked my system, I brought up kmail to check my mail. 
>  Logcheck runs at night and I get the report mailed to me.  This morning I 
> got a message from "the Postfix program" telling me that the message to 
> root was:  "Message processing aborted:  Message file too big."  The 
> attachment of the undelivered message was truncated.  It also wasn't even 
> as big as some of the reports that I've gotten when my logs have been 
> really busy with things that I forgot to put into /etc/logcheck/ignore. :-)
> 
> I've checked /etc/postfix/main.cf, but I don't see anything there which 
> sets a message size limit.  Can someone please tell me where this limit is 
> set, so that I can (hopefully) tell it that I don't *care* how big a 
> message files is, just process the $#@!ing thing? :-)
> 
> --Dave
> 
> 
> 
> 
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
> 
> message.footer
> 
> Content-Type:
> 
> text/plain
> Content-Encoding:
> 
> 8bit
> 
> 





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



Re: [expert] FTP Clients and d/l Speeds

2001-10-03 Thread Jose Orlando T. Ribeiro


well... I think that I don't do a FTP download in ages, but...
in the LM aren't you receiving your speed in KBYTES per second? Your speed looks
8x slower in LM, seems very strange... but since a byte has 8 bits...

HTH

orlando

David Paik wrote:
> 
> When downloading a file on my LM8.0 box I can't get over 45Kps. I can
> connect to the same site on my win box using WSFTP and get 300-400 Kps. I
> tried lftp and get the same speed. Is there something I need to tweak to get
> the higher rate? Or is there something I am missing?
> 
> Thanks!
> David
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



[expert] JRE 1.4 beta doesn't work with Mozilla nor Netscape

2001-09-26 Thread Jose Orlando T. Ribeiro

 



Hi!

I was trying to use the new Sun's Java JRE 1.4beta as a plugin for Netscape 6.1
and Mozilla 0.94, but when you look at the HELP->ABOUT PLUGINS tab the Java
plugin don't appear. If I choose an older version (1.31) everything goes ok...
someone knows about why Netscape/Mozilla don't recognize the new JRE?

TIA

orlando
-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Different Multiple NIC's Question...

2001-09-25 Thread Jose Orlando T. Ribeiro


can´t you be more specific about the values of  x.x.x.x and y.y.y.y ? I think
you may have some problem with subnet masks...

orlando

AutoRealty Technical Support wrote:
> 
> --- Message created Tuesday, 25 September 2001, 13:05:12 ---
> 
> I'm trying to setup 2 NIC's in Mandrake 8.0 such that eth0 will
> respond *only* to x.x.x.x and eth1 will respond *only* to y.y.y.y
> 
> Problem is, eth0 is currently responding to both x.x.x.x *and* y.y.y.y
> and eth1 is responding to *neither* IP.
> 
> Each NIC is using a different driver.
> 
> I can achieve outbound IP traffic (Internet) on either NIC. I don't
> believe there is a problem with the drivers, etc (though I have been
> known to be wrong before...)
> 
> Obviously, I'm missing something here; any suggestions are greatly
> appreciated.
> 
> Thanks,
> Clinton E. Troutman
> Sr. Support Technician
> AutoRealty Products, Inc.
> [EMAIL PROTECTED]
> http://www.autorealty.com/
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Virus protection...

2001-09-19 Thread Jose Orlando T. Ribeiro


go to 

http://www.antivir.de

they have a antivirus gateway, very easy to configure (with sendmail or
postfix).

it´s free for personal use, US$400 for a site license, I think

orlando

"Vincent A.Primavera" wrote:
> 
> Hello,
> We are currently running an IBM F50 RS/6000 at my company's host location 
>that functions as our primary server.
> We use this for ftp, pop3, smtp, telnet, etc.  Recently we have been hit with 
>several virii over the past few months.  I need to
> find some sort of "professional" level anti-virus solution.  I think a good place to 
>start would be to set up a separate E-Mail
> gateway that would filter/scan messages, for obviously this is where the vast 
>majority of virii are contracted.  And it would
> be a plus if I could find some way of network virus scanning with the same server.  
>I really believe that a Linux based
> solution would be perfect for this considering it is basically immune from the core. 
> I would be much appreciative of any
> leads that anyone has to offer to point me in the right direction.
> 
> Thanks in advance,
> Vincent A. Primavera
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



[expert] JRE 1.4 beta doesn't work with Mozilla nor Netscape

2001-09-19 Thread Jose Orlando T. Ribeiro


Hi!

I was trying to use the new Sun's Java JRE 1.4beta as a plugin for Netscape 6.1
and Mozilla 0.94, but when you look at the HELP->ABOUT PLUGINS tab the Java
plugin don't appear. If I choose an older version (1.31) everything goes ok...
someone knows about why Netscape/Mozilla don't recognize the new JRE?

TIA

orlando
-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Syntax Question for '192.168.0.0/24'

2001-08-26 Thread jose orlando t. ribeiro


The /24 means the bits used in the subnet mask. Translating to english:
a class C address is something like 200.234.123.9 255.255.255.0.
Let's convert the subnet from decimal to binary:

255.255.255.0 ===> ...

How many 1's ??? 24...

You got it??

By the way... to inform to a host to look to all addresses at a specific 

  class the proper maner is to indicate it as you looked in the example, 
with a "0", that means "all range of addresses in that field".

orlando

Sevatio wrote:

> I've got a syntax question.  I'm trying to tell one of my xinetd Swat 
> file to allow access from all 192.168.0.* IP addresses but it doesn't 
> seem to understand the '*'.  So I looked at an example in 
> Mandrakeuser.org and they used 192.168.0.0/24.  What does the slash 24 
> signify in 192.168.0.0/24?
> 
> TIA,
> Sevatio





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



Re: [Fwd: [Fwd: Re: [expert] logrotate and syslog]]

2001-08-16 Thread Jose Orlando T. Ribeiro


Hi Joe!

I looked at the archives, but the bug was about a "*" in the logrotate.conf
files, that caused already rotated files to be re-compressed and re-rotated...

I still have to "service syslog restart" manually to restart the syslog after a
logrotate. I think I should have some way to put that command in the end of my
logrotate.conf, but it seems that I can't put commands on it. only commands that
describe how it works (rotate, compress, etc).

Thanks!

orlando

"joe smith" wrote:
> Content-Type: text/plain;  charset="iso-8859-1"
> From: Joe Smith <[EMAIL PROTECTED]>
> Organization: Entropy Enterprises
> To: "Jose Orlando T. Ribeiro" <[EMAIL PROTECTED]>
> Subject: Re: [expert] logrotate and syslog
> 
> On Wednesday 15 August 2001 15:49, you wrote:
> 
>   > Has anybody had the same problem? Knows how to solve???
> 
> Check the archives; there was a well-known glitch with logrotate and syslog.
> 
>  
> .

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



[expert] logrotate and syslog

2001-08-15 Thread Jose Orlando T. Ribeiro


Hi!

I have a doubt...

I'm using a LM7.2 machine to store log from some Cisco routers in my network. I
observed that the logs weren't being rotated nor compressed. So I read the man
pages and changed the /etc/logrotate.conf, so now the Cisco log files are
rotated and compressed.

The new problem: when the logs are rotated by logrotate the syslog service
stops... or at least the part of syslog that should take care of my Cisco's
logs. Then I have to manually start syslog using the "service syslog restart"
command.

Has anybody had the same problem? Knows how to solve???

TIA

orlando
-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Cable modem.

2001-08-14 Thread Jose Orlando T. Ribeiro


Hi Guy!

You tried the other tests? with ping and traceroute?

orlando

Guy R Gauthier wrote:
> 
> Hi,
> 
> I've tried everything I can think of to set up this cable modem. It
> doesn't want to work. Right now I THINK I may know why. When I go to the
> setup menu, I try to change things, but Mandrake won't let me. It tells
> me that the IP of name server 1 is wrong. What should I put in there?
> Also, what should I put in these other places:
> Default domain:
> DNS usage? There is a place next to this to put a check mark. Should I
> put it in or not? I called my ISP and they told me I get my IPs
> dynamically. I'd appreciate anything you guys might have to offer.
> Thanks.
> 
> Guy
> 
> GET INTERNET ACCESS FROM JUNO!
> Juno offers FREE or PREMIUM Internet access for less!
> Join Juno today!  For your FREE software, visit:
> http://dl.www.juno.com/get/tagj.
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Antivirus scanners

2001-08-14 Thread Jose Orlando T. Ribeiro


Dave, 

try AntiVir (http://213.130.45.146/). I'm using it with PostFix.

Scans emails incoming and outgoing, sending warning messages of "virus found" to
the Postmaster, the sender and the recipient.

It requieres minimal configuration in the master.cf of your SMTP server.

By the way, for personal use it's free.

orlando

Dave Horsfall wrote:
> 
> What are people using for this?  I'm looking for a "just plug it in"
> solution to scan both incoming and outgoing mail on a Linux server i.e. it
> has to work for both local delivery and relaying.
> 
> I've toyed with Amavis, but it requires too much fiddling with Sendmail,
> especially when used in the relay mode.
> 
> It doesn't have to be free - $$ is OK, but it does have to be automatic
> i.e. scan on the fly when delivering/relaying mail, and be easily
> deconfigured should problems develop when I'm on holiday...
> 
> --
> Dave Horsfall ATM-B VK2KFU  [EMAIL PROTECTED]  Ph: +61 2 9906 3377 Fx: 9906 3468
> (Unix Guru) Pacific ESI, Unit 22, 8 Campbell St, Artarmon, NSW 2065, Australia
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] Non-destructive Linux Partition re-size

2001-08-13 Thread Jose Orlando T. Ribeiro


I think that Diskdrake can do this... read the docs for further info...
and there is a tool called "parted" (http://www.gnu.org/software/parted/) that,
under certains limitations, can do this too.

orlando

Lonnie Cumberland wrote:
> 
> Hello All,
> 
> does anyone know if there is something like FIPS for Linux?
> 
> I need to re-size an ext2 partition so that I can make another one without
> loosing my existing data?
> 
> Thanks,
> Lonnie
> 
> 
> Lonnie Cumberland
> OutStep Technologies Incorporated
> 
> URL: http://www.outstep.com
> EMAIL: [EMAIL PROTECTED]
>  : [EMAIL PROTECTED]
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://.mandrakestore.com

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'



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



Re: [expert] HIGH end linux server

2001-08-08 Thread Jose Orlando T. Ribeiro


Julia,

I think you should look at http://www.cubix.com, at least to get some ideas...
they use RAID controllers from Mylex.

orlando

"Julia A. Case" wrote:
> 
> I've been charged with the task of specing out a very high end linux
> server...  I'm trying to find information on current SMP motherboards but
> everything I can find via google is sadly out of date.  I'd like to get
> something that supports at least 4 fast cpu's...  I also want to get a
> RAID4 controller (scsi not IDE) that hopefully supports heterogeneous
> drive arrays (and hot swappable).
> 
> If anyone has any information that would help let me know.  I'm willing to
> buy parts and put the machine together myself if that helps.
> 
> Julia
> 
> --
> [  Julia Anne Case  ] [Ships are safe inside the harbor,   ]
> [Programmer at large] [  but is that what ships are really for.]
> [   Admining Linux  ] [   To thine own self be true.   ]
> [ Windows/WindowsNT ] [ Fair is where you take your cows to be judged. ]
> 
>   
>Part 1.2Type: application/pgp-signature

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




[expert] KPanel woes...

2001-07-29 Thread jose orlando t. ribeiro


Hi!

I was trying new configurations for my Kdesktop and ended messing witk 
the Ktaskbar...

what I did:

KPanel-> Configure Panel-> Add-> Applet ->

and added two utilities, that I don't know how to name here since my LM8 
is installed in portuguese :-)

These apps are annoyng me... one has a yellow "smiley" face (it's  named 
APPLET PROXY in english, I think) and the other is a small text box that 
launches a Google search in Konqueror whenever I write something in it...

I can't get rid of them! Their position in the Applet menu is 
check-marked and greyed now, so I can't unmark them!

Any help? And any help in how to stop the "greying" of checked boxes, so 
I can add and remove applets whenever I want?

TIA

orlando





[expert] logrotate doesn't compress logs

2001-07-20 Thread Jose Orlando T. Ribeiro


Hi!

I was configuring some routers to log onto my LM box. That was ok, thanks to
Pierre Fortin.

Then I realized that my logs weren´t being rotated... so was being overwhelmed
by the file sizes... I read how to configure logrotate to do this and now it
works too... but the rotated files aren't being compressed...

in the last lines of /etc/logrotate.conf I did:

...

# system-specific logs may be configured here
# rotacao dos logs do C7513FSPO01
errors root
compress

/var/log/cisco/7513-1 {
weekly
create 0644 root root
rotate 24
}

and I tried also:

# system-specific logs may be configured here
# rotacao dos logs do C7513FSPO01
errors root

/var/log/cisco/7513-1 {
weekly
compress
create 0644 root root
rotate 24
}

and tried:

# system-specific logs may be configured here
# rotacao dos logs do C7513FSPO01
errors root

/var/log/cisco/7513-1 {
weekly
create 0644 root root
compress
rotate 24
}

so... what is going on??? I know that is the correct file since any router that
I include is logged and rotated... but I don't understand why the rotated files
aren't compressed... no error message is displayed or logged... any ideas???

TIA

orlando


-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] simple vu-meter for linux

2001-07-19 Thread Jose Orlando T. Ribeiro


Look for the Xoscope package (I think it's included in LM).

it is a small osciloscope that uses your sound card... 

joy winter wrote:
> 
> hi all,
> 
> im searching for a simple vu-meter for the line-input of my soundcard. does
> anyone heard about a small tool for this, or a project going on to develop
> something like this??
> 
> any hint apriciated
> 
> g.
> 
> z.
> ---<===>/\/
> * pingfm.org - webcastin every sunday
> * 20:00-21:00 CET at dfm rt international -
> http://basis.desk.nl/~dfm/cast.ram
> * 21:00-00:00 CET at radiostudio.org -
> rtsp://radiostudio.org:5540/encoder/pingfm/pingfm.rm
> *//\-***--

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] Help -- the superblock could not be read ...

2001-07-17 Thread jose orlando t. ribeiro


I am always optimistic...

try this: find your lilo boot floppy, when it starts put 
"boot=/dev/hdxn" where x is the hd and n the partition of your "old" 
root when (if? ;-), ah ...so much possibilities, so little time...)
it boot/mount edit /etc/lilo.conf so it don't try to mount your messed 
partition...

I'm not a expert, but I would try this :-)

If it works, tell us... I need to write a recipe book for linux voodoo :-)

good luck!

orlando


Randy Kramer wrote:

> I was going to ask about doing this first, but I decided to try it, and
> looks like I got in trouble.
> 
> What I tried to do:
> 
> I had a FAT32 partition that I wanted to convert to ext2fs.  Started
> HardDrake, found the partition, switched to expert mode, fooled around,
> trying to format and change type, eventually deleted, created a new
> partition, type ext2fs, could not format, saw a message that said I had
> to reboot before being able to format (can't quote exactly).  Rebooted.
> 
> The problem:
> 
> The system won't boot.
> 
> Comes up with messages:
> 
>  "The superblock could not be read or does not describe a correct ext2
> filesystem. ... you might try running e2fsck with an alternate
> superblock:
>e2fsck -b 8193 






[expert] TFTP server

2001-07-17 Thread Jose Orlando T. Ribeiro


Hi!

Is anyone using LM as a TFTP server? I mean a TFTP server for files, not for
bootp/remote boot.

I've configured a directory and the service, but I can't write (PUT) to that
directory (it has the right permissions). I can read (GET) files from it, but I
need write too, since I have some ideas to store configurations from our routers
and access servers in it.

bellow is the line in /etc/inetd.conf were I start TFTPd.

TIA

orlando

=

# Tftp service is provided primarily for booting.  Most sites
# run this only on machines acting as "boot servers." Do not uncomment
# this unless you *need* it.
#
tftpdgram   udp waitroot/usr/sbin/tcpd  in.tftpd -sc /home/tftp
-r 1024

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] netflow-like tool under linux???

2001-07-15 Thread jose orlando t. ribeiro


Hello Pierre!

Netflow works only under Solaris... maybe under HPUX... I don't have a 
Sun machine hanging around... much less a HPUX :-)

I think that Cisco don't ported NetFlow to Linux (or FreeBSD or any 
open-source OS) cause they charge a lot for it... at least in Brazil... 
I think they charge US$30.000 for the software... plus the 
workstation... plus the consulting firm tha will implement it... nor 
cheap or fast...

I found a tool (cflowd, from caida.org ) that seems to be what I want... 
I'll try to test it this week...

orlando

Pierre Fortin wrote:

> "jose orlando t. ribeiro" wrote:
>>there is some network tool like Cisco's Netflow for Linux?
> 
> Dunno...  but more importantly, has Cisco not started porting its appls to
> Linux...?  In my days there, the operative phrase was "we are  agnostic",
> meaning Cisco would generally provide all protocols, interfaces, etc as user
> choices even if they did not think one was a good solution.  It surprises me
> that you can't get NM apps on Linux...  then again, knowing some dirty little
> secrets; I'm not surprised.
> 
> Your best bet is to hound them for a Linux port, and lobby other users to do
> likewise.
> 
> Sorry I couldn't be of more help.
> Pierre






[expert] netflow-like tool under linux???

2001-07-14 Thread jose orlando t. ribeiro

Hi!

there is some network tool like Cisco's Netflow for Linux?

I want to do some network shaping at work but I don't have Netflow at my 
department and I don't know any tool like that for Linux (or any other 
OS, to be sincere)... we did some experiences enabling Netflow packets 
in our routers and collected some data, but we are short of ideas how to 
treat it in a pratical manner... so I'm looking for a ready-made option...

TIA





Re: [expert] Is PHP compiled with MySQL support?

2001-07-10 Thread Jose Orlando T. Ribeiro


Do an update using your 7.2 CDs... choose "select packages"... you'll find the
modules for PHP with SQL.

orlando

Dave Sherman wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Greetings all,
> 
> I have been playing with php and apache, got them up and running on my
> test box at home. But I've run into one problem: I can't seem to access a
> MySQL database from php. When I run phpinfo(), I see nothing listed in the
> Additional Modules section, and I also see in the Configure Command
> section '--without-mysql'.
> 
> So it appears that MySQL support is not compiled into the Mandrake 7.2 php
> package. Can anyone confirm or deny this, before I compile my own php
> module from source? I don't mind doing it, but if I don't need to, then
> why bother?
> 
> Dave
> - --
> "...[W]e preach Christ crucified: a stumbling block to Jews and
> foolishness to Gentiles, but to those whom God has called, both Jews
> and Greeks, Christ the power of God and the wisdom of God."
> (1 Cor 1:23-24)
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE7SSYf6s7ySS1XETQRAlo1AKCshygTPaQKb+dfQ61AOaJVMY2jgACgnkcM
> xwIfgsKv9iF8cJQY2GSo6qc=
> =oZ2A
> -END PGP SIGNATURE-

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] Cannot do ftpd, webmin, linuxconf-web

2001-07-09 Thread jose orlando t. ribeiro


About webmin, have you tried http://localhost:1 ??? you can only use 
https if you have the ssh modules...

orlando

Praedor Tempus wrote:

> I don't get it.  I have wu-ftpd installed (2.6.1), I have the latest webmin 
> and linux-conf and all installed.  I can start webmin but every time I try to 
> connect to https://localhost:1 I instantly get a message that I cannot 
> connect to localhost.  I checked my hosts.deny and my local address is not in 
> it.  I even added it to hosts.allow for good measure.  Nontheless, webmin 
> starts but I cannot connect to myself for webmin.  There is no entry related 
> to webmin in /var/log/messages.
> 
> I cannot start wu.ftpd.  I have it installed but whenever I try to start it, 
> I get an error message about it being an unrecognized service.  If I look at 
> /var/log/messages, I see:  Jul  9 19:45:01 localhost ftpd[4980]: getpeername 
> (wu.ftpd): Socket operation on non-socket
> 
> What exactly does this mean?  How do I fix it to actually run?
> 
> Finally, I try to run linuxconf-web and get "unrecognized service" messages 
> whenever I try to start it (it is installed).
> 
> Anyone?  Please?
> 
> .
> 
> 






Re: [expert] WebMail for Postfix

2001-07-06 Thread Jose Orlando T. Ribeiro


I´m using Emumail.

http://www.emumail.com

it´s free, showing an ad banner in the main pages... if you don´t want that
"feature" you must register (US$400, I think)...

orlando

Michael Seymour said:

>>I just installed LM 8.0 on my Celeron 500 w/192 megs of ram and am having no 
>>>problems at all.  The system is rock stable.

>>I do, however, want to add a web interface to my Postfix server.  I have used 
>>>NeoMail in the past with Sendmail but I can’t get it to work right with postfix.   

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] cron and file merge questions

2001-07-04 Thread Jose Orlando T. Ribeiro


Thanks A LOT , Pierre :-)

It worked just fine... now I can sleep at weekends :-)

orlando

Pierre Fortin wrote:
> 
> [updated reply]
> 
> "Jose Orlando T. Ribeiro" wrote:
> >
> > Hi Pierre!
> >
> > I think your idea is great... I only didn´t understood :-)
> >
> > what should I enable at "ip address" to receive the logging data sent by the
> > cisco router???
> >
> > and the "facility" to use (local[0-7])... what is that??? :-)
> 
> Configure your cisco router with the following:
> 
> no logging buffered <-- logs to server rather than in memory
> logging trap debugging  <-- sets level of events to log (debugging = all)
> logging facility local6 <-- sets facility
> logging 192.168.1.123   <-- logs to host 192.168.1.123
> 
> Then, in your syslog host:
> 
> /etc/syslog.conf:
> # Cisco logging
> local6.*  /var/log/cisco  <-- I use /home/logs/RouterLog
>   to avoid filling /var
> 
> Forgot to mention that the above log file must exit before restarting the
> daemon; can be created with:  touch /var/log/cisco (assuming that's the name you
> used in syslog.conf...
> 
> Note:  localN in cisco must match localN in syslog.conf
> 
> Make sure syslogd is installed; then in /etc/init.d/syslog's start section:
> daemon syslogd -m 0 -r
>             ^^  add this or it won't work.
> 
> Restart syslogd with:  service syslog restart
> 
> HTH,
> Pierre
> 
> > thanks!
> >
> > orlando
> >
> > Pierre Fortin wrote:
> > >
> > > "Jose Orlando T. Ribeiro" wrote:
> > > >
> > > > I have some cisco routers that I want to save the message and error logs, since
> > > > the buffers in the routers is relativelly small and will be lost if I need to
> > > > reboot one of them...
> > >
> > > Why not use "no logging buffered", "logging " and let the messages go
> > > to your logging host...?  You can even specify which "facility" to use
> > > (local[0-7]).  Then let syslog and logrotate handle most of the work...
> > >
> > > Pierre

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] cron and file merge questions

2001-07-04 Thread Jose Orlando T. Ribeiro

Hi Pierre!

I think your idea is great... I only didn´t understood :-)

what should I enable at "ip address" to receive the logging data sent by the
cisco router???

and the "facility" to use (local[0-7])... what is that??? :-)

thanks!

orlando


Pierre Fortin wrote:
> 
> "Jose Orlando T. Ribeiro" wrote:
> >
> > I have some cisco routers that I want to save the message and error logs, since
> > the buffers in the routers is relativelly small and will be lost if I need to
> > reboot one of them...
> 
> Why not use "no logging buffered", "logging " and let the messages go
> to your logging host...?  You can even specify which "facility" to use
> (local[0-7]).  Then let syslog and logrotate handle most of the work...
> 
> Pierre

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




[expert] cron and file merge questions

2001-07-04 Thread Jose Orlando T. Ribeiro


Hi!

I have a little question about cron and merging files...

what I want to do...

I have some cisco routers that I want to save the message and error logs, since
the buffers in the routers is relativelly small and will be lost if I need to
reboot one of them...

I was thinking to use cron to start a tftp process and retrive these logs, at
least once per hour...

the other question is: how do I save these files? there is some type to do a
merge that wont duplicate lines ? (eg. if my router doesn´t generate any new
error messages in 12 hours I would retrieve 12 times the same buffer... I want
to avoid this...)

TIA

orlando

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




[expert] LILO issue in LM8.0?

2001-07-04 Thread Jose Orlando T. Ribeiro


Hi!

I was paying more attention when I turn on my computer and found a strange
behaviour, that I don´t know if it is LM8 related or is a bug specific to my
machine...

What I have: a PC with 2 HDs. A 40G one as /dev/hda where I have Win98 installed
and a 4.3G as /dev/hdc with LM8.

I´m using LILO (with the graphical splash screen) as boot manager, defaulting to
Win98 in 5 seconds.

What happens: if during the LILO startup screen I choose linux, or press the
ENTER key to don´t wait for the 5 sec delay, everything goes ok, the screen goes
from graphic to text mode, the windows screens with text and the banner appear
ok...

but if I wait for the 5 sec delay, when windows starts to load, the screen gets
"blurred" by the graphical image of the LILO... the text mode messages from
windows appear with large characters... like the screen was in mode40, instead
of mode80...

The strange thing is that it occurs only if I wait for the delay timeout... it
is a LILO issue or just my machine??? 

TIA

orlando

-- 


,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




[expert] LILO issue in LM8.0?

2001-07-03 Thread Jose Orlando T. Ribeiro


Hi!

I was paying more attention when I turn off my computer and found a strange
behaviour, that I don´t know if it is LM8 related or is a bug specific to my
machine...

What I have: a PC with 2 HDs. A 40G one as /dev/hda where I have Win98 installed
and a 4.3G as /dev/hdc with LM8.

I´m using LILO (with the graphical screen) as boot manager, defaulting to Win98
in 5 seconds.

What happens: if during the LILO startup screen I choose linux, or press the
ENTER key to don´t wait for the 5 sec delay, everything goes ok, the screen goes
from graphic to text mode, the windows screens with text and the banner appear
ok...

but if I wait for the 5 sec delay, when windows starts to load, the screen gets
"blurred" by the graphical image of the LILO... the text mode messages from
windows appear with large characters... like the screen was in mode40, instead
of mode80...

The strange thing is that it occurs only if I wait for the delay timeout... it
is a LILO issue or just my machine??? 

TIA

orlando

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] Out of Office Replies??? What Gives???

2001-07-01 Thread jose orlando t. ribeiro


It's not that simple...

Each person has a way to leave an auto-reply... and that list has users 
from all over the world, and I doubt that these people use messages in 
English, if they aren't from a English speaking country...

So, how do you filter this???

orlando

Stephen Boulet wrote:

> The mailing list software should really not pass on to the list messages that 
> begin with "out of office". It just needs to be configured that way.
> 
> -- Stephen
> 
> On Sunday 01 July 2001 01:47 am, jose orlando t. ribeiro wrote:
> 
>>What gives is that someone on the list ("Wehling, Rich"
>><[EMAIL PROTECTED]>) is " out of office" and let
>>an automatic answer in his mailbox...
>>
>>
>>
> 
> .
> 
> 






Re: [expert] How to fix an X lockup?

2001-07-01 Thread jose orlando t. ribeiro


Since you have network and don't want to reboot the system with webmin,
do a telnet to your locked system and kill the processes that are 
running under X... since you probably know the application that caused 
the lock, kill that app first...

orlando

Praedor S. Tempus wrote:

> Thank you, I forget I have that app.  I will try it next time.
> 
> I suppose that since no one has offered a suggestion, that I really am left 
> with having to reboot the system rather than restarting X?  Having to reboot 
> the system leaves a bad taste in my mouth - that is one of the reasons I left 
> (and enjoy not using) windoze anymore. 
> 
> On Sunday 01 July 2001 04:49 pm, civileme wrote:
> 
>>On Sunday 01 July 2001 11:01, Praedor Tempus wrote:
>>
>>>I have Mandrake 8.0 with kernel-2.4.4-6mdk, glibc-2.2.3,
>>>XFree86-4.1.0, and DRI-CVS.  My system is an Athlon 700 with an ATI
>>>Radeon 32MB and OpenGL is working well - for the most part.
>>>
>>>I periodically run into a very windows-ish problem when I play
>>>opengl games. If they crash (Terminus is particularly bad at this),
>>>they often take my system with them, for all practical purposes.
>>>
>>>Just a few moments ago, Terminus crashed on me (again).  When it
>>>does this, the screen goes black and my system no longer accepts
>>>keyboard input or mouse input.  I usually have to hard reboot at
>>>
> [...]
> 
>>Well your laptop should also be able to connect
>>
>>https://(ip address of your machine):1
>>
>>login is root and pw is root pw.
>>
>>And from webmin you can force a peaceful reboot.
>>
>>Civileme
>>
> 
> .
> 
> 






Re: [expert] Out of Office Replies??? What Gives???

2001-06-30 Thread jose orlando t. ribeiro


What gives is that someone on the list ("Wehling, Rich" 
<[EMAIL PROTECTED]>) is " out of office" and let
an automatic answer in his mailbox...


George Abdo wrote:

> I'm getting the same mail delivery error, but not the out of office reply.
> 
> George
> 
> On Sun,  1 Jul 2001 14:00, Christopher W. Aiken wrote:
> 
>>Every time I post a message I get the following "Out of Office
>>Replies" and "Mail Delivery Failure".  What Gives?  Is anyone
>>else getting this stuff?  Same three guys all the time.
>>
>>
>>
>>
>>
>>
>>From [EMAIL PROTECTED] Sat Jun 30 23:50:56 2001
>>Date: Fri, 29 Jun 2001 20:32:17 -0500
>>From: "Bravard, Paul" <[EMAIL PROTECTED]>
>>To: Christopher W. Aiken <[EMAIL PROTECTED]>
>>Subject: Out of Office AutoReply: [newbie] Logitech Mouse
>>Will Return Monday - 2July2001
>>
>>
>>
>>From [EMAIL PROTECTED] Sat Jun 30 23:51:03 2001
>>Date: Fri, 29 Jun 2001 18:33:27 -0700
>>From: Mail Delivery System <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Mail delivery failed: returning message to sender
>>
>>This message was created automatically by mail delivery software (Exim).
>>
>>A message that you sent could not be delivered to one or more of its
>>recipients. This is a permanent error. The following address(es) failed:
>>
>>  [EMAIL PROTECTED]
>>SMTP error from remote mailer after end of data:
>>host mx1.mail.yahoo.com [216.136.129.12]: 554 delivery error:
>>dd Sorry, your message to [EMAIL PROTECTED] cannot be delivered. 
>>This account is over quota. - mta550.mail.yahoo.com
>>
>>=
>>
>>From [EMAIL PROTECTED] Sat Jun 30 23:51:07 2001
>>Date: Fri, 29 Jun 2001 20:33:27 -0500
>>From: "Wehling, Rich" <[EMAIL PROTECTED]>
>>To: Christopher W. Aiken <[EMAIL PROTECTED]>
>>Subject: Out of Office AutoReply: [newbie] Logitech Mouse
>>I will be out of the office next week. I will be returning July 9 2001.
>>
> 
> .
> 
> 







[expert] foreign keyboards and languages in X

2001-06-29 Thread Jose Orlando T. Ribeiro


Hello!

I want to know if there is a easy way to configure keyboards in KDE. 
By easy I mean without xmodmaps... 

I have two types ok keyboards: a MS Natural and a Brazilian ABNT2 type

I want to configure KDE to use these keyboards so I can use characters like
ã, é, á, ç... 

The MS keyboard is the same as the american model, so (in windows) to type a
"ç" I press the "´" key before the "c" key, the ABNT2 have a "ç" key, but to
type "ã" I have to press "~" and then "a" in both of them...

If there is no easy way, there is some site where can I get ready made 
xmodmaps? :-)

Any help?

TIA

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] NVidia drivers for enterprise kernel

2001-06-17 Thread jose orlando t. ribeiro


instead of using the RPM or src.RPM, have you tried the TAR files? I had 
some dificulties until I tried the package and now everything is ok...

Sarang Lakare wrote:

> Hi guys,
> 
> I am asking this again.. How do I get the nvidia drivers for the enterprise 
> kernel? I am in such a mess here : To get 1.5GB recognized, I had to install 
> the enterprise kernel.. now the nvidia drivers don't install in this kernel.. 
> they give lots of unresolved symbols. I cannot even compile the src.rpm... it 
> gives tons of errors. I really have no clue what to do! Anybody from Mandrake 
> cares to answer?
> 
> All I needed was the recognition of 1.5GB of RAM on my system. Simply setting 
> 4GB memory support and recompiling the kernel dosn't help either :( "make 
> modules" gives tons of errors :( The simply fact is that kernels provided 
> with LM8.0 simply don't compile when make modules is done! I find this really 
> really strange! Why is the source released when its not going to compile??
> 
> Any ideas would be greatly appreciated!
> 
> thanks!
> sarang
> 
> 






Re: [expert] How do I set up a joystick?

2001-06-17 Thread jose orlando t. ribeiro


Hello Ken!

There is a homepage at home.wanadoo.nl (I don't remember the full URL) 
that helped me with that sequence:

 > > | Adding Joystick Support:
 > > | For 2.4 kernels only
 > > | 
 > > | 1. Enable the PCI port:
 > > | insmod ns558
 > > | 2. Load Input Modules (may not need if compiled
 > > | insmod input
 > > | insmod joydev
 > > | 3. Load Joystick drivers:
 > > | insmod gameport
 > > | insmod analog (or whatever your driver is called)
 > > | 4. Fix your Joystick device:
 > > | mv /dev/js0 /dev/js0.bak
 > > | ln -s /dev/input/js0 /dev/js0

But I had to do that sequence... see what works for you...

 > 1-insmod gameport
 > 2-insmod ns558
 > 3-insmod input
 > 4-insmod joydev
 > 5-insmod gravis
 > 6-mv /dev/js0 /dev/js0.bak
 > 7-ln -s /dev/input/js0 /dev/js0

orlando

ps: at line 5 I'm using "insmod gravis" cause I'm using a Gravis 
Xterminator pad... use the module correspondig to your joystick 
(thrustmaster, sidewinder, analog,...).






[expert] CD-ROM messing Linux during initialization... long post...

2001-06-15 Thread jose orlando t. ribeiro


Hello!

Here we go again... regarding a change off boot devices that I was 
trying to do, I started with that setup (I'm using LM8, Linux LM8 is 
kernel 2.4.2-20mdk):

/dev/hda (master at IDE0) : 40G Quantum HD, with Win98
/dev/hdb (slave at IDE0)  : 4.3 WD HD, with Linux LM8 - ReiserFS
/dev/hdc (master at IDE1) : Creative Labs CD-ROM CDRW 4224

What I wanted (Quantum is ATA 100, WD is ATA33, is slowing my 
performance a little):

/dev/hda (master at IDE0) : 40G Quantum HD, with Win98
/dev/hdc (master at IDE1) : 4.3 WD HD, with Linux - ReiserFS
/dev/hdd (slave at IDE1)  : Creative Labs CD-ROM CDRW 4224

I had lots of problems when (trying to) changing these devices... erros, 
messages of CRC errors... until I noted that when the CD-ROM wasn't 
connected at the same IDE that the Linux HD, the system worked...

Is this a bug? If it is... is from Linux, or from ReiserFS? Can be 
corrected? Below are some lines from /var/log/message (relevant parts 
are marked with * below the line of the error):

Jun 15 20:08:53 orlando kernel: ide: Assuming 33MHz system bus speed for 
PIO modes; override with idebus=xx
***
  ^^
  !!
By the way... how can I change this??? I want to put my IDE at 66MHz...


Jun 15 20:08:53 orlando kernel: VP_IDE: IDE controller on PCI bus 00 dev 39
Jun 15 20:08:53 orlando kernel: VP_IDE: chipset revision 16
Jun 15 20:08:53 orlando kernel: VP_IDE: not 100%% native mode: will 
probe irqs later
Jun 15 20:08:53 orlando kernel: VP_IDE: VIA vt82c596b (rev 23) IDE 
UDMA66 controller on pci00:07.1
Jun 15 20:08:53 orlando kernel: ide0: BM-DMA at 0xd000-0xd007, BIOS 
settings: hda:DMA, hdb:pio
Jun 15 20:08:53 orlando kernel: ide1: BM-DMA at 0xd008-0xd00f, BIOS 
settings: hdc:DMA, hdd:pio
Jun 15 20:08:53 orlando kernel: hda: QUANTUM FIREBALLlct20 40, ATA DISK 
drive
Jun 15 20:08:53 orlando kernel: hdc: ST34321A, ATA DISK drive
Jun 15 20:08:53 orlando kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jun 15 20:08:53 orlando kernel: ide1 at 0x170-0x177,0x376 on irq 15
Jun 15 20:08:53 orlando kernel: hda: 78177792 sectors (40027 MB) 
w/418KiB Cache, CHS=4866/255/63, UDMA(33)
Jun 15 20:08:53 orlando kernel: hdc: 8404830 sectors (4303 MB) w/128KiB 
Cache, CHS=8894/15/63, UDMA(33)

/dev/hda and /dev/hdc are recognized... note that there is no /dev/hdd, 
the CD-ROM was with the power cable disconected, but the IDE cable 
attached to it caused that mess:

Jun 15 20:08:53 orlando kernel: Partition check:
Jun 15 20:08:53 orlando kernel:  hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 >
Jun 15 20:08:53 orlando kernel:  hdc:hdc: dma_intr: status=0x51 { 
DriveReady SeekComplete Error }
Jun 15 20:08:53 orlando kernel: hdc: dma_intr: error=0x84 { 
DriveStatusError BadCRC }
DriveStatusError BadCRC }
.
.
.
Jun 15 20:08:53 orlando kernel: hdc: dma_intr: status=0x51 { DriveReady 
SeekComplete Error }
Jun 15 20:08:53 orlando kernel: hdc: dma_intr: error=0x84 { 
DriveStatusError BadCRC }
Jun 15 20:08:53 orlando kernel: ide1: reset: success
Jun 15 20:08:53 orlando kernel:  hdc6 >
Jun 15 20:08:53 orlando kernel: RAMDISK: Compressed image found at block 0
Jun 15 20:08:53 orlando kernel: TCP: Hash tables configured (established 
16384 bind 16384)


Everything goes ok from here...

If I'm using that setup

/dev/hda (master at IDE0) : 40G Quantum HD, with Win98
/dev/hdb (slave at IDE0)  : Creative Labs CD-ROM CDRW 4224
/dev/hdc (master at IDE1) : 4.3 WD HD, with Linux - ReiserFS

  as a workaround, the thing goes ok:

Jun 15 20:20:37 orlando kernel: ide: Assuming 33MHz system bus speed for 
PIO modes; override with idebus=xx
Jun 15 20:20:37 orlando kernel: VP_IDE: IDE controller on PCI bus 00 dev 39
Jun 15 20:20:37 orlando kernel: VP_IDE: chipset revision 16
Jun 15 20:20:37 orlando kernel: VP_IDE: not 100%% native mode: will 
probe irqs later
Jun 15 20:20:37 orlando kernel: VP_IDE: VIA vt82c596b (rev 23) IDE 
UDMA66 controller on pci00:07.1
Jun 15 20:20:37 orlando kernel: ide0: BM-DMA at 0xd000-0xd007, BIOS 
settings: hda:DMA, hdb:DMA
Jun 15 20:20:37 orlando kernel: ide1: BM-DMA at 0xd008-0xd00f, BIOS 
settings: hdc:DMA, hdd:pio
Jun 15 20:20:37 orlando kernel: hda: QUANTUM FIREBALLlct20 40, ATA DISK 
drive
Jun 15 20:20:37 orlando kernel: hdb: CREATIVE CD-RW RW4224E, ATAPI 
CD/DVD-ROM drive
Jun 15 20:20:37 orlando kernel: hdb: set_drive_speed_status: status=0x00 { }
*

Jun 15 20:20:37 orlando kernel: ide0: Drive 1 didn't accept speed 
setting. Oh, well.
*

What those messages mean??? Can I fix this???

And beyond that all works fine too...

I'm using Soyo SY-6VBA 133 (Via Apollo chipset)... I don't know if it's 
relevant... but is one more info... by the way... my CPU is a Celeron 
400MHz, overclocked to 540MHz. My sys

Re: [expert] Networking Expert needed!

2001-06-14 Thread jose orlando t. ribeiro


Bob,

Pierre is right...

I was trying to trace the other machine (216.153.135.10) but I 
couldn't... that machine is down or filtered...

but, here we go... 64.65.210.2 is your isp's router... 64.65.206.1 is 
the interface in that router serving as your router...

my last hop before 216.153.135.10 was 64.65.210.2... the same guy that 
works as your router...

so your machine 216.153.135.10 to 64.65.206.24...

lets do a fictious trace...

216.153.135.10> traceroute 64.65.206.24

   120 ms19 ms21 ms  64.65.210.2
   219 ms19 ms20 ms  64.65.206.1
   322 ms21 ms20 ms  64.65.206.24

(until now everything is ok! your machine replyed... lets continue...)

   421 ms25 ms27 ms  208.178.159.66
   521 ms32 ms85 ms  208.178.159.65

(we are leaving your network by the T1! oh my god!!!)

   632 ms30 ms24 ms  64.65.210.2

(we are close now!!! very close!!! :-)

but... your ISP's router says...

-Hey!! that packet... it header says it comes from 64.65.206.24! That 
packet is coming from my network! But... if it's from my network... why 
it cames from the other ISP's network??? Filter!! Filter!!!

The filter says:

-Aha!!! A spoof!!! A spoof!! I knew it would happen!!! That freakin' 
bastard is trying to spoof us! DOS!! DOS! Attacks... I knew it!

- Lets see the rules... the rules says... DISCARD!! lets discard the 
bastard!! We saved the world...

So your packets never reach the other machine...

Sorry... I know that the answer is colorful... but I need to stay 
awake... :-)))

Bob Puff@NLE wrote:

> HI Pierre,
> 
> Thanks for the reply.  Ok, here's a little more detail:
> 
> DSL ISP:
> 
> Machine IP: 64.65.206.24   Netmask: 255.255.255.0  (I actually have 32 IPs, but 
>that's
>the mask they say to use, and it does work properly, even 
>if
>I ping machines outside my own network, yet within that 
>netmask.)
> Gateway IP: 64.65.206.1(which apparently is an alias for 64.65.210.162)
> 
> 
> T1 ISP:
> Machine IP: 208.178.159.66  Netmask: 255.255.255.224 (I have 16 IPs)
> Gateway IP: 208.178.169.65  (which is my t1 router: 208.49.135.222)
> 
> Topology (you were real close!):
> 
> 
>  64.65.206.24-- DSL ISP216.153.135.10 (netmask 255.255.255.0)
>eth1 / |(a remote user on the same ISP)
>LM7.1  |
>eth3 \ |
>  208.178.159.66  -- T1 ISP
> 
> In this example, the box at 216.153.135.10 cannot see 64.65.206.24.
> 
> 
>> So... from say 64.65.210.162, "ping 64.65.206.24" is seen by LM7.1 and reply
>> goes out T1; but reply is not seen by 64.65.210.162...  if so, read on...
> 
> 
> Most likely yes.  Also note from my other message that a TCPDUMP shows an error 
>packet returning
> to me from 216.153.135.10, saying "Admin prohibit filter" or something like that.
> 
> 
>> Without specific addresses, I can only suspect you are experiencing the rule
>> which states:  "a packet from netX cannot be routed through netY and back to
>> netX" [EXCEPT if the final destination is netZ]*
>> 
>> * the exception is not written up anywhere that I know of; but I did discover it
>> circa 1989.
> 
> 
> Really?  If that indeed is the case, then how do people that have multiple providers 
>handle
> this situation?
> 
> Bob





Re: [expert] Networking Expert needed!

2001-06-14 Thread jose orlando t. ribeiro


bob,

you set T1 ISP as your default and your replys from ping to the DSL ISP 
comes from the T1?
  like that: ping DSP-ISP
 reply (coming from T1-ISP) xxx ms ???

well... if this is the behaviour... the error is your side :-) the reply 
from a ping returns from the same interface that sent it... so if the 
answer comes from T1 ISP, the request was sent from that interface...

try adding a static route including your DSL ISP...

something like

ip route 64.65.0.0 255.225.0.0 64.65.206.162

the example was given using the same sintax as cisco routers (I don't 
remember the linux's way... and right now I'm running a windoze box...

I think that 64.65.206.162 is your gateway since that was what I got 
with a trace to the address in your message:

C:\WINDOWS>tracert 64.65.206.24 -d

Rastreando a rota para ns.nlenet.net [64.65.206.24]
com no máximo 30 saltos:

   121 ms22 ms18 ms  200.221.52.1
   2   149 ms27 ms   114 ms  200.221.31.1
   3   147 ms87 ms   110 ms  200.221.30.65
   4   145 ms   136 ms   128 ms  200.221.30.28
   524 ms23 ms26 ms  200.228.240.61
   686 ms27 ms25 ms  200.230.0.154
   724 ms23 ms22 ms  200.230.0.173
   8   144 ms   140 ms   140 ms  208.51.239.25
   9   156 ms   153 ms   157 ms  64.212.165.133
  10   155 ms   153 ms   154 ms  206.132.119.182
  11   157 ms   154 ms   154 ms  64.211.1.2
  12   162 ms   157 ms   152 ms  64.65.210.162
  13   169 ms   171 ms   165 ms  64.65.206.24

The mask 255.255.0.0 is assuming a full class B network... put the mask 
that you are using...

hope it help...

orlando

Bob Puff@NLE wrote:

> Hello,
> 
> I've got a problem with one of my ISPs that I'm 95% sure is on their end, but I want 
>to get some opinions of the experts here, and know what exactly to tell them.
> 
> Scenerio:
> Mandrake 7.1 Box with two ethernet cards, one on ISP #1 (DSL), another one on ISP #2 
>(T1).  Default route is set to go out to the T1.
> 
> Situation: When I ping the DSL IP address of my box, the reply gets sent back thru 
>the T1.  It works everywhere BUT within ISP #1's system.
> 
> In other words, if I try to access my box's DSL ip address from another DSL line, it 
>fails.  When looking at my box, I can see the packet coming in, and the reply going 
>out to the T1, but that reply packet never gets back to the other DSL line.  It's 
>like the DSL provider is filtering the return packet, because it isn't coming from 
>the address it was initially sending to.
> 
> This holds true for all services - http, mail, etc.  The DSL line has NO firewalling 
>or NAT on it, so they say.  The kicker is that everything works fine on everyone 
>else's network, just not the DSL's system!
> 
> Also FWIW, if I make the DSL line the default route, all is fine, including within 
>the DSL network.
> 
> Is there a way for return packets to be handled differently?
> 
> How can I explain this to my DSL ISP so that they won't dismiss the problem as a 
>"Weird configuration on the user end"?
> 
> Bob
> 
> P.S. the IP address in question is: 64.65.206.24





Re: [expert] Unknown partiton table

2001-06-14 Thread jose orlando t. ribeiro


Ooops! about the fdisk part... I mean... try using the fdisk from 
DOS/Win9x... the Linux one is failling already ;-)

About your sugestion Rusty... I won't say nothing... I'm too new in 
Linux to understand that king of voodoo :-)

By the way, thanks for your help about changing my HD from hdb to hdc... 
but until now... no success... I think that the damn thing wants a full 
reinstall... I refuse :-)

Rusty Carruth wrote:

> "jose orlando t. ribeiro" <[EMAIL PROTECTED]> wrote:
> 
>> david,
>> 
>> it seems that your new(?) HD hasn't been formated and doesn't have any 
>> partition created (as a new drive should be).
>> 
>> Try to use fdisk to create some partition or file-system to make the 
>> system happy and let you add your drive.
> 
> 
> Thats exactly what he did, and it died.
> 
> A POSSIBILITY, assuming that the other stuff is right (and beware -
> I have a feeling that needs to be looked at first!) is to
> simply say 'dd if=/dev/zero of=/dev/hdc count=1' and that will intialize
> number zero to zero.
> 
> But I'd not said that till someone else spoke up saying that the 
> hardware setup looks good...
> 
> oops, now I've said it!  :-)
> 
> rc
> 
> 
> Rusty E. Carruth   Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
> Voice: (480) 345-3621  SnailMail: Schlumberger ATE   ___
> FAX:   (480) 345-8793 7855 S. River Parkway, Suite 116   \e/
> Ham: N7IKQ @ 146.82+,pl 162.2 Tempe, AZ 85284-1825V
> ICBM: 33 20' 44"N   111 53' 47"W  http://tuxedo.org/~esr/ecsl/index.html





[expert] How Mandrake Install detect partitions???

2001-06-14 Thread jose orlando t. ribeiro


I'm trying to move my HD where LM8 is installed from /dev/hdb to 
/dev/hdc and my CD-ROM from /dev/hdb to /dev/hdd without succes, until 
now...

I only managed to move my CD-ROM from /dev/hdb to /dev/hdd, doing this: 
I removed the CD-ROM from master at IDE interface 2 (IDE1) and installed 
it as slave ate IDE1 and started the LM8 install CD, chose Upgrade, 
added some small package (just to be sure that some change had to be 
written) and proceded the install until the end.

When I restarted the computer Linux recognized that the CD-ROM was the 
/dev/hdd device (in windows it works ok too).

I thought that since /dev/hdc was free now, I could use the same 
approach to move my HD from /dev/hdb (slave at IDE0) to /dev/hdc (master 
at IDE1).

When I start the install, chose Upgrade, language, keyboard, mouse ok, 
but when the system starts to look for my drives there is an error 
message ("Ooops, no root partition") and ir repeats itself if I try to 
look for my drives again.

If I start a NEW INSTALL, the drive is found and the partitions are 
found (/, SWAP and /home) and recognized as using ReiserFS.

So that's my doubt: how the LM8 install detects the root partition? If 
it is found when the HD is in it's current location (/dev/hdb) why it's 
isn't found when I move the drive to the new position (/dev/hdc)???

It's driving me nuts!





Re: [expert] Unknown partiton table

2001-06-14 Thread jose orlando t. ribeiro


david,

it seems that your new(?) HD hasn't been formated and doesn't have any 
partition created (as a new drive should be).

Try to use fdisk to create some partition or file-system to make the 
system happy and let you add your drive.

orlando

David C. Hoos wrote:

> Hi all,
> 
> I just added an IDE drive (Maxtor 33073H3) to my LM7.1
> system.  The existing drive is a SCSI drive, and IDE0 has
> a CD-ROM and a ZIP drive.
> 
> I added the new drive as the master on IDE1, and kudzu
> detected the drive.
> 
> Despite the fact that the drive is configured in the BIOS for
> LBa (3736 cyl., 255 hd., 63 spt.), the kudzu database has the
> following entry:
> 
> class: HD
> bus: IDE
> detached: 0
> device: hdc
> driver: ignore
> desc: "Maxtor 33073H3"
> physical: 59556/16/63
> logical: 59556/16/63
> 
> When I try to run fdisk /dev/hdc, I get the following result:
> 
> Device contains neither a valid DOS partition table, nor Sun, SGI or OSF
> disklabel
> Building a new DOS disklabel. Changes will remain in memory only,
> until you decide to write them. After that, of course, the previous
> content won't be recoverable.
> 
> Segmentation fault (core dumped)
> 
> When I run fdisk -l /dev/hdc, I get the following result:
> 
> Disk /dev/hdc: 16 heads, 63 sectors, 59556 cylinders
> Units = cylinders of 1008 * 512 bytes
> 
> Disk /dev/hdc doesn't contain a valid partition table
> 
> Can someone tell me what I'm doing wrong?
> 
> All suggestions gratefully anticipated.





[expert] is Postfix "RETURN RECEIPT" capable???

2001-06-12 Thread Jose Orlando T. Ribeiro


Hello!

At my company we are using Postfix as our mailer system. I've noticed other day
that  messages sent with the "RETURN RECEIPT" option to our domain give the
following answer to the sender:

   - The following addresses had successful delivery notifications -
<[EMAIL PROTECTED]>  (relayed to non-DSN-aware mailer)

   - Transcript of session follows -
<[EMAIL PROTECTED]>... relayed; expect no further notifications


and if I try to send a message with the "RETURN RECEIPT" option I get the
following error: 

" Your SMTP server does not support the return receipt function so your message
will be sent without the return receipt request."

So Postfix isn't capable of doing return receipts? Or is it some option that I
have to configure??? There is somebody using Postix with the option of return
receipts.

TIA

orlando
-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] changing boot devices

2001-06-12 Thread Jose Orlando T. Ribeiro


I was thinking... a different approach... see what do you think:

1- I copy my fstab and lilo.conf to somewhere... to save my current setup that
is:

 /dev/hda is a UDMA100 40G HD and master at IDE interface 1 (win98)
 /dev/hdb is a UDMA33 4.2G HD and master at IDE interface 1 (linux)
 /dev/hdc is the cd-rom and master at IDE interface 2

2- Do the following: leave /dev/hda where it is (as boot device and windows
drive),
remove /dev/hdb (my linux drive) from the system, install my spare HD (the 600M
one) as /dev/hdc and install my cdrom as /dev/hdd and now I have this:

 /dev/hda is a UDMA100 40G HD and master at IDE interface 1 (win98)
 /dev/hdc is a 600M HD and master at IDE interface 2 (linux)
 /dev/hdd is the cd-rom and slave at IDE interface 2

3- Do a small linux install in /dev/hdc using the same partioning system that I
had in my removed HD (the same partitions and filesystem type -reiserfs-)

4- after the install I copy the new fstab and lilo.conf

5- do a boot floppy, that will say "hey, you can boot windows as default in
/dev/hda  or ypu can boot linux in /dev/hdc"

6-shutdown the system... remove spare HD, install my linux HD in its place

7- do a boot using the floppy... now I can (I can? I hope so... :-)) access my
linux drive again... 

8- I overwrite the olders fstab and lilo.conf with the newer ones...

9- Happy ending, now I have:

 /dev/hda is a UDMA100 40G HD and master at IDE interface 1 (win98)
 /dev/hdc is a UDMA33 4.2G HD and master at IDE interface 2 (linux)
 /dev/hdd is the cd-rom and slave at IDE interface 2

What do you think? Does it make sense? Or I'm delirious???

TIA 

orlando


Rusty Carruth wrote:
> 
> "Jose Orlando T. Ribeiro" <[EMAIL PROTECTED]> wrote:
> >
> > I hadn´t expressed myself correctly!!
> 
> Ah - ok.  No problem!
> 
> > What I did: removed the CD-ROM and changed the HD, so it didn't boot up... Now
> > I undestood waht you said... I had to put a small HD in the place of the CD-ROM
> > and don´t make any changes... right?
> 
> Short answer - no, you want to put the small hd in place of /dev/hdb, so that lilo
> can still boot there (giving you a bootable linux - see next paragraph).
> 
> The whole point of this mess is to
> 
> 1 - ensure that you always have a bootable linux partition no matter what.
> 2 - boot that linux partition so you can set up the moved drive to boot again.
> 
> In other (longer ;-) words, the idea is to make it so you can boot linux
> somehow, mount '/' from /dev/hdc1 (on e.g. /mnt/hdc1), chroot to there
> (chroot /mnt/hdc1), fix up /etc/lilo.conf, install lilo, fix up /etc/fstab
> (e.g. /mnt/hdc1/etc/fstab) to point to the right device (again, /dev/hdc),
> and then reboot using the  newly-re-configured lilo.  (Carefully rebooting
> so that you've left the chroot and unmounted everything so you don't have
> to fsck - oh, wait - you're using reiser.  Never mind about that ;-)




Re: [expert] changing boot devices

2001-06-12 Thread Jose Orlando T. Ribeiro


I hadn´t expressed myself correctly!!

What I did: removed the CD-ROM and changed the HD, so it didn't boot up... Now
I undestood waht you said... I had to put a small HD in the place of the CD-ROM 
and don´t make any changes... right?

The drive where I have enough free space for a backup is my /dev/hda... it's a
40G IDE.

About boot floppies... can I make a boot floppy and edit the fstab in the floppy
disk? I even tried to do this, but when I do "cd /mnt/floppy" there is an error
message like "couldn't read media"... it´s because /mnt/floppy uses the ms-dos
file system mount??? How to mount and read a lilo boot floppy??

And that message :

> > == begin error message =
> >
> > VFS Can not open root device "341" or 03:41
> > Please append a correct "root" boot option
> >
> >  end error message =

what is that "root device "341" or 03:41" ??? I don't have any reference in
fstab or lilo.conf to a device 341...

Sorry if I'm not very clear, I'm Brazilian and sometimes my English is faulty
:-)

TIA

orlando

Rusty Carruth wrote:
> 
> "Jose Orlando T. Ribeiro" <[EMAIL PROTECTED]> wrote:
> >
> > ...
> > > remove the cdrom and install any old ide drive as hdc. (you COULD simply move 
>the cdrom to
> > > where its going to end up, but that adds one more change that I wanted 
>to avoid)
> > > boot up - everything SHOULD still work.
> >
> > It doesn´t work... I tried to boot without the CD-ROM, but it hanged the same
> > way... after the error message (...Please append a correct "root" boot
> > option...) the machine hangs up... I was thinking about changing the fstab
> > BEFORE changing the drives... but I fear that I can end with a system that
> > doesn´t boot anyway...
> 
> So if you simply remove the cd from the current config, and make no other changes,
> you cannot boot?
> 
> Yikes.  Um.  Hmm.  well, if that's true then I'll have to say I'll have to let
> someone else figure it out ;-)
> 
> You also mentioned that you had enough space to make a backup on your disk -
> I assume you mean the current hdb?  If that's so, then make a new partition
> on that disk to hold the current /, copy everything over to there, edit THAT
> copy of /etc/fstab to point to /dev/hdc, halt, move everything around (including
> the cd), boot up saying 'linux root=/dev/hd then fix /etc/lilo.conf, run lilo, and try a reboot
> 
> Much easier, I'd say.  (and recovery is simply move the drives back and reboot,
> assuming you've not hosed lilo... wait !  You'll definately have to hack on lilo.conf
> (i.e. remove /dev/hdb) to make this work!  Make yourself a boot disk for when its at
> /dev/hdb so that you can always move back to having hdb in case somethin messes up
> in the above!)
> 
> rc
> 
> rc
> 
> Rusty Carruth  Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
> Voice: (480) 345-3621  SnailMail: Schlumberger ATE
> FAX:   (480) 345-8793 7855 S. River Parkway, Suite 116
> Ham: N7IKQ @ 146.82+,pl 162.2 Tempe, AZ 85284-1825
> ICBM: 33 20' 44"N   111 53' 47"W

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] changing boot devices

2001-06-12 Thread Jose Orlando T. Ribeiro



Rusty Carruth wrote:
> 
> "jose orlando t. ribeiro" <[EMAIL PROTECTED]> wrote:
> >
> > Well,
> >
> > ...
> > I've tried to change the cables but I had no succes... linux wouldn't
> > boot, failing with that message:
> >
> > == begin error message =
> >
> > VFS Can not open root device "341" or 03:41
> > Please append a correct "root" boot option
> >
> >  end error message =
> >
> >
> > I tried then use a floppy drive for booting and passing the parameter
> > "linux= boot /dev/hdc" and I've had the same error message again.
> 
> That's "linux root=/dev/hdc"

That´s it! I typed from memory... :-) but I wrote the correct command...

> > So I returned the old configuration and I'm looking for some help now...
> > I think that the main consideration is: how the links that I use in X
> > and in the command line will work after this? A link is a reference to a
> > file or to a device and a file??? How I change references about
> > /dev/cdrom? CD players and burners and file system will fail to find
> > it... what files/configs I have to change? I'm using Reiser FS, by the way.
> 
> Well, I cannot comment on how reiser will change things, but the big
> things you'll need to change are /etc/fstab and /etc/lilo.conf.
> 
> Because once you get past the boot command above you're going to hang up on
> fstab referencing the wrong partitions.
> 
> One way to make this work is somewhat involved:
> 
> power off (obvious, but hey ;-)
> remove the cdrom and install any old ide drive as hdc. (you COULD simply move the 
>cdrom to
> where its going to end up, but that adds one more change that I wanted to 
>avoid)
> boot up - everything SHOULD still work.

It doesn´t work... I tried to boot without the CD-ROM, but it hanged the same
way... after the error message (...Please append a correct "root" boot
option...) the machine hangs up... I was thinking about changing the fstab
BEFORE changing the drives... but I fear that I can end with a system that
doesn´t boot anyway...

I´ll study more about your solution... but what I know is that my only spare
drive is a small 600MB...

Thanks for your help!!!

orlando

> log in as root and:
> fdisk  -l /dev/hdb
> fdisk /dev/hdc
> now make /dev/hdc have the same PARTITIONS (not necessarily the same 
>SIZES)

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] changing boot devices

2001-06-12 Thread Jose Orlando T. Ribeiro


Tom,

before I try this (that sounds easy :-) ), do you really think that a 
expert/upgrade install will make all the changes? Since my fstab, lilo.conf
and whatever conf file that may be involved with the boot-up process has 
references to the "old" setup, the upgrade install will read these values and
correct them???

By the way... I forgot to say that I have enough free space to make a partition
to back-up my entire linux system... maube ghost would make these changes???

TIA

orlando

Tom Brinkman wrote:
> 
> On Tuesday 12 June 2001 12:38 am, jose orlando t. ribeiro wrote:
> 
> > Why I want to change this, if all works fine ? Well, since /dev/hda
> > is a UDMA 100 HD and /dev/hdb is a UDMA 33 HD the interface IDE1
> > works only at UDMA 33 performance... so to squeeze a little more
> > performance from my system I want to do this:
> >
> > /dev/hda is a UDMA100 40G HD and master at IDE interface 1 (win98)
> >
> > /dev/hdc is a UDMA33 4.2G HD and master at IDE interface 2 (linux)
> >
> > /dev/hdd is the cd-rom and slave at IDE interface 2
> >
> > I've tried to change the cables but I had no succes... linux wouldn't
> > boot, failing with that message:
> 
> It's sort'a a cop out, but the easiest way after swapping drives
> around (don't forget to change the jumpers) is to boot your install CD
> and choose expert/upgrade. That'll make all the changes for you, the
> ones your aware of, and maybe some you aren't ;>
> --
> Tom Brinkman  [EMAIL PROTECTED] Galveston Bay

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




[expert] changing boot devices

2001-06-11 Thread jose orlando t. ribeiro


Well,

I think that is a good one...

I have a LM8 install in a machine with 2 ide drives (/dev/hda and
/dev/hdb) and a ide cd-rom writer (/dev/hdc).with dual boot for win98
and linux

They work like this now:

/dev/hda is a UDMA100 40G HD and master at IDE interface 1 (win98)

/dev/hdb is a UDMA33 4.2G HD and slave at IDE interface 1 (linux)

/dev/hdc is the cd-rom and master at IDE interface 2

Why I want to change this, if all works fine ? Well, since /dev/hda is a
UDMA 100 HD and /dev/hdb is a UDMA 33 HD the interface IDE1 works only
at UDMA 33 performance... so to squeeze a little more performance from
my system I want to do this:

/dev/hda is a UDMA100 40G HD and master at IDE interface 1 (win98)

/dev/hdc is a UDMA33 4.2G HD and master at IDE interface 2 (linux)

/dev/hdd is the cd-rom and slave at IDE interface 2

I've tried to change the cables but I had no succes... linux wouldn't
boot, failing with that message:

== begin error message =

VFS Can not open root device "341" or 03:41
Please append a correct "root" boot option

 end error message =


I tried then use a floppy drive for booting and passing the parameter
"linux= boot /dev/hdc" and I've had the same error message again.

So I returned the old configuration and I'm looking for some help now...

I think that the main consideration is: how the links that I use in X
and in the command line will work after this? A link is a reference to a
file or to a device and a file??? How I change references about
/dev/cdrom? CD players and burners and file system will fail to find
it... what files/configs I have to change? I'm using Reiser FS, by the way.

Thanks for any help...

orlando

== my lilo.conf 

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=windows
keytable=/boot/us-latin1.klt
lba32
prompt
timeout=50
message=/boot/message-graphic
menu-scheme=wb:bw:wb:bw
other=/dev/fd0
 label=floppy
 unsafe
image=/boot/vmlinuz
 label=linux
 root=/dev/hdb1
 initrd=/boot/initrd.img
 append=" hdc=ide-scsi quiet"
 vga=788
 read-only
image=/boot/vmlinuz
 label=linux-nonfb
 root=/dev/hdb1
 initrd=/boot/initrd.img
 append=" hdc=ide-scsi"
 read-only
image=/boot/vmlinuz
 label=failsafe
 root=/dev/hdb1
 initrd=/boot/initrd.img
 append=" hdc=ide-scsi failsafe"
 read-only
other=/dev/hda1
 label=windows
 table=/dev/hda








Re: [expert] OPENGL LM8

2001-06-11 Thread Jose Orlando T. Ribeiro


What drivers are you using?

I had problems before with OpenGL apps before (gears, TuxRacer, BZ flag,
morph...). I could solve these problems downloading the NVidia driver version
and following
that tutorial:

http://www.evil3d.net/articles/linux/howto/nvidia/mandrake7x/

observations: the tutorial is for LM 7x, but works well for LM 8.0, the driver
version in the tutorial is 0969, the last version at Nvidia's site is 1251, get
the drivers that are under the label "Systems which do not use RPMS for package
management" (the tar-ball)...

I think that you'll have success... don't forget to activate AGP support after
the install...

orlando

"Scott D. Pham" wrote:
> 
> IT seems that OpenGL Doens't work in KDE. I've tried to add a file to
> /etc/sysconfig/desktop
> DESKTOP=KDE and it doesn't work. Everytime I tried to set it to an
> OpenGL screensaver it crashess or doesn't launch. I also have a Nvidia
> card. It is using Xfree86 4.0.3. Any ideas ?
> 
> --
> Scott D. Pham
> System Administrator
> Incellico, INC
> 919-484-7222 x 223
> www.incellico.com
> 2327 Englert Dr
> Durham, NC 27713

-- 

,~~v~~,,~~v~~, 
   ,'.   .',  ,'.   .', 
  ===  +  ======  +  === 
   /   ~   \  /   ~   \
  /\_m   m_/\/\_m   m_/\
 .\  +--+  /. 
 /   ! [EMAIL PROTECTED]  !   \  
  /  +--+  \  
   `\m/ \m/'   `\m/ \m/'




Re: [expert] diplay resolution

2001-06-10 Thread jose orlando t. ribeiro


ben,

it's a limitation from the notebook's display!

every notebook when in graphical mode (windows or X) goes to full 
screen, but in text mode (console or DOS prompt) it uses a lower resolution.

do that test: if you have windows in that notebook, go to the DOS prompt 
and goes to full screen (ALT-ENTER) and do a "DIR C:\WINDOWS /W /P" ...
you'll see that the text occupies only a square inside the screen...or 
try it with a boot diskete...

In notebooks that go 800x600 that square is 640x480... and goes on...

hope it helps...

orlando

Brian Hartman wrote:

> On 10 Jun 2001 14:38:13 -0700, ben shahbaz wrote:
> 
> 
> I might be wrong, but I don't think you can.  Most resolution
> configuration happens in X.  Why not just open up a console in X?
> 
> 
> 
>>i installed mandrake 8 on a compaq aramada 1700 laptop. all went well except my 
>resolution in console mode is 800x600. how do i change this to the native reso of 
>1024x768?? X windows run fine at 1024x768 just not console??
>>
>>thanks
>>ben
>>
> 
> 
> .
> 
>