[expert] Problem: Fwd: Cron root@xxxxxx nice -n 19 run-parts /etc/cron.daily

2003-09-23 Thread caret
Hi everybody,
I am receiving this mail. Anybody knows where the problem may be? 
I am using LM 9.1 with oficial updates.
Thanks,
Oscar.

--  Mensaje reenviado  --

Subject: Cron [EMAIL PROTECTED] nice -n 19 run-parts /etc/cron.daily
Date: Martes, 23 de Septiembre de 2003 04:11
From: [EMAIL PROTECTED] (Cron Daemon)
To: [EMAIL PROTECTED]

Please give directory as argument.
/usr/bin/msec_find /usr/sbin /sbin

---


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


Re: [expert] Sony Micro Vault 128 - drakupdate_fsta loooooooop

2003-01-17 Thread caret
El Jue 16 Ene 2003 01:25, Todd Lyons escribió sabiamente:
 oscar wrote on Thu, Jan 16, 2003 at 12:55:01AM +0100 :
  Hi all,
  I wrote to the list about sony micro vault 128 usb storage. Now I have it
  working in my LM 8.2 thanks to Todd with modprobe sd_mod.
  Now I have tested it in my LM 9.0 computer and I presume that we have a
  little My computer was in a loop, and when I ran top, I discovered a
  program which was running over an over again eating 50% of cpu time:
  drakupdate_fsta. How I stoped the loop? I should rename
  /usr/sbin/drakupdate_fsta to

 Well that just shows how much the kernel changed inbetween 8.2 and 9.0.
 Remove that line from /etc/modules.conf and that will get rid of the
 loop.  As for how to make it automatic, look in /etc/hotplug/usb
 directory.  You'll have to put a script there that will modprobe that
 module in.

 Blue skies... Todd

I already tried it. The result is the same. When I plug the micro vault, the 
loop start. I can use the micro vault only if I rename drakupdate_fsta. Then, 
will I have any problem if I rename drakupdate_fsta?
Now, this is my solution:

/etc/hotplug/usb.usermap:
sony_microvault   0x0003  0x054c   0x01050x   0x  0x00 
0x000x000x000x00 0x00   
0x

/etc/hotplug/usb/sony_microvault:
#! /bin/sh
if [ -t -o ! -x /usr/bin/logger ]; then
mesg () {
echo $@
}
else
mesg () {
/usr/bin/logger -t $0 $@
}
fi
mv /usr/sbin/drakupdate_fsta /usr/sbin/drakupdate_fsta.off
modprobe sd_mod
mesg Module sd_mod running. Now /dev/sda is here.
echo #!/bin/bash  $REMOVER
echo if [ -t -o ! -x /usr/bin/logger ]; then  $REMOVER
echo mesg () {  $REMOVER
echo echo \\$@\  $REMOVER
echo }  $REMOVER
echo else  $REMOVER
echo mesg () {  $REMOVER
echo /usr/bin/logger \\$@\  $REMOVER
echo }  $REMOVER
echo fi  $REMOVER
echo modprobe -r sd_mod  $REMOVER
echo mesg Module sd_mod removed.  $REMOVER
echo mv /usr/sbin/drakupdate_fsta.off /usr/sbin/drakupdate_fsta  $REMOVER
chmod a+x $REMOVER 

Thank you
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment



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



Re: [expert] Sony Micro Vault 128 mountpoint

2003-01-15 Thread caret
El Mié 15 Ene 2003 11:52, Mark Watts escribió sabiamente:
  To do it automatically, I have added this to /etc/hotplug/usb.usermap:
 
  sony_microvault   0x0003  0x054c   0x01050x   0x
   0x00 0x000x000x000x00
0x00   0x
 
  And I have writed this sony_microvault script in /etc/hotplug/usb/:
  --
  #! /bin/sh
  if [ -t -o ! -x /usr/bin/logger ]; then
  mesg () {
  echo $@
  }
  else
  mesg () {
  /usr/bin/logger -t $0 $@
  }
  fi
  modprobe sd_mod
  mesg sd_mod is here to create /dev/sda :-)
  --
  Thank you very much,

 Can you not do this in one line by adding sd_mod to /etc/modules (to load
 it at boot) or will that not work cos its a removable device?

 Mark.

Well, I did it in that way because it is a removable device (usb), my computer 
is switched on and off every day and I don't have more scsi devices, but I 
suppose you are in true, and we can add sd_mod to /etc/modules. 
-- 
Óscar Santacreu
Usuario de Linux Registrado #227443
http://counter.li.org/
Windows Free Environment



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



Re: [expert] Problem with LM82 and modem

2002-04-04 Thread caret

- Mensaje Original -
Remitente: Olly P [EMAIL PROTECTED]
Fecha: Jueves, Abril 4, 2002 7:15 pm
Asunto: Re: [expert] Problem with LM82 and modem

 On Thursday 04 April 2002 13:44, óscar. typed:
  Hi all,
 
  I have LM8.2 installed in several PCs and is working ok.
  But this afternoon I have installed it in a friend's computer.
  He cannot connect to internet (using kppp)
  The modem is a Conceptronic 56ET
  This is what I get if I run pppd from a console:
  [root@localhost ppp]# pppd
  ~ÿ}#À!}!}!} }4}}} } } } }%}v­Ê}'}}(}}*y~~ÿ}#À!}!}!} }4}}} 
 } }
 clip...this is working fine
 
  And these messages are in /var/log/messages:
  Apr  4 18:51:31 localhost pppd[2876]: pppd 2.4.1 started by 
 root, uid
  0 Apr  4 18:51:31 localhost pppd[2876]: Using interface ppp0
  Apr  4 18:51:32 localhost pppd[2876]: Connect: ppp0 -- /dev/pts/2
  Apr  4 18:51:33 localhost /etc/hotplug/net.agent: assuming ppp0 is
  already up
  Apr  4 18:52:02 localhost pppd[2876]: LCP: timeout sending
  Config-Requests
  Apr  4 18:52:02 localhost pppd[2876]: Connection terminated.
  Apr  4 18:52:02 localhost pppd[2876]: Receive serial link is not
  8-bit clean:
  Apr  4 18:52:02 localhost pppd[2876]: Problem: all had bit 7 set 
 to 0
  Apr  4 18:52:02 localhost pppd[2876]: Exit.
 
 -
 Thursday 04 April 2002  --  12:01hrs cst
 I had this same problem last year óscar ..the PPPD and the modem 
 is 
 working...the trouble is with authenication with the ISP...look to 
 etc/ppp/options
 /etc/ppp/chap-secrets
 
 or pap if you use that
 
 The modem is timing out while waiting for the authentication to 
 get 
 it's act together.
 
 luck with it.

Thank you for your answer.
But I'm afraid that this is not the problem.
In fact, the modem is *not* dialing. I believe that the problem is in 
the modem initialisation. If I activate the log viewer in kppp I can 
observe that it does not show the ATZ - OK which I used to see. 
Instead, the inferior displacement bar shows like the first line of log 
has filled of a series of invisible characters.
If I run a terminal with the modem, I must write two times AT intro 
to get a OK. And ATI 1 show a long line, with the correct string at the 
end of a series of invisible characters.
Any idea?
Thanks,
oscar.


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