[Cooker] Services Dependences

2003-06-05 Thread Pierre Jarillon
If portmap is not setup at boot and this services enabled :
netfs, nfs, nfslock the boot hangs indefinitly.

Happily, CD1 in rescue mode allows to repair it.
But this is very difficult for a beginner :
- Boot with allowing boot on CD
- F1, rescue, mount on mnt, console, keyboard fr, cd /mnt/etc/init.d
- vi netfs, nfs, nfslock
- insertion of  exit 1 at the beginning of each file.
- reboot  with disabling boot on CD
- vi netfs, nfs, nfslock to remove exit 1
- use of DrakXServices to disable netfs, nfs, nfslock at boot.

There two ways to avoid this lock :
- DrakXServices : check the daemons launched at boot after pressing OK.
- /etc/init.d/*  check the presence of required daemons
Both of them ?

-- 
Pierre Jarillon - http://pjarillon.free.fr/
Vice-président de l'ABUL : http://abul.org/




Re: [Cooker] Services Dependences

2003-06-05 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Pierre Jarillon wrote:
 If portmap is not setup at boot and this services enabled :
 netfs, nfs, nfslock the boot hangs indefinitly.

 Happily, CD1 in rescue mode allows to repair it.
 But this is very difficult for a beginner :
 - Boot with allowing boot on CD
 - F1, rescue, mount on mnt, console, keyboard fr, cd /mnt/etc/init.d
 - vi netfs, nfs, nfslock
 - insertion of  exit 1 at the beginning of each file.
 - reboot  with disabling boot on CD
 - vi netfs, nfs, nfslock to remove exit 1
 - use of DrakXServices to disable netfs, nfs, nfslock at boot.


Or
- -reboot
- -hit ESC at lilo prompt and type 'linux 1' (you may have to supply root
password at some stage)
- -type 'chkconfig netfs off;chkconfig nfs off;chkconfig nfslock off'
- -#init 5


 There two ways to avoid this lock :
 - DrakXServices : check the daemons launched at boot after pressing OK.
 - /etc/init.d/*  check the presence of required daemons
 Both of them ?


replace init with a better system, such as serel, which knows which
services are required by other services. As a bonus, it can boot the
machine faster, since it can now (with a knowledge of dependencies)
start services in parallel.

Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+3jBGrJK6UGDSBKcRApvcAKCx+8NOtwGC45apTCfoQNaNybCAzACfXMW+
EQ/+bIiW5zWAOlMkbKeQFi8=
=hm0c
-END PGP SIGNATURE-

**
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
**



Re: [Cooker] Services Dependences

2003-06-05 Thread Pierre Jarillon
Le Mercredi 4 Juin 2003 19:45, Buchan Milne a écrit :

 replace init with a better system, such as serel, which knows which
 services are required by other services. As a bonus, it can boot the
 machine faster, since it can now (with a knowledge of dependencies)
 start services in parallel.

Fine ! I like it : http://www.fastboot.org/

When in cooker ?

-- 
Pierre Jarillon - http://pjarillon.free.fr/
Vice-président de l'ABUL : http://abul.org/




Re: [Cooker] Services Dependences

2003-06-05 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Pierre Jarillon wrote:
 Le Mercredi 4 Juin 2003 19:45, Buchan Milne a écrit :


replace init with a better system, such as serel, which knows which
services are required by other services. As a bonus, it can boot the
machine faster, since it can now (with a knowledge of dependencies)
start services in parallel.


 Fine ! I like it : http://www.fastboot.org/

 When in cooker ?


I'll take a look, and see if we can try a package in contrib, it
shouldn't be too difficult ... (if a bit dangerous patching /etc/rc.d/rc
in %post).

Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+3kVnrJK6UGDSBKcRAhe8AJ9Ozn6bdVgtWec6Xttxhkp9wKwV/gCfWKur
RV2xhiIGuoK65MhhPaqvGIo=
=Mz76
-END PGP SIGNATURE-

**
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
**



Re: [Cooker] Services Dependences

2003-06-05 Thread Vincent Meyer, MD
On Wednesday 04 June 2003 02:47 pm, Pierre Jarillon wrote:
 Le Mercredi 4 Juin 2003 19:45, Buchan Milne a écrit :
  replace init with a better system, such as serel, which knows which
  services are required by other services. As a bonus, it can boot the
  machine faster, since it can now (with a knowledge of dependencies)
  start services in parallel.

 Fine ! I like it : http://www.fastboot.org/

 When in cooker ?
This looks interesting.  Has anyone on cooker played with it?  

V.




[Cooker] Services

2002-11-01 Thread Biagio Lucini
I am hacking the i8kutils(*) package (as far as I can see, there is no
Mandrake version of it) to make it more Mandrake-friendly and possibly
to generate an rpm.
It comes with SistemV style service script, but for Debian, which uses
different program and conventions for the scripts. Is there a rule on how
to write a service script for Mandrake or should I just try to copy from
another script (e.g. lm_sensors, which does similar things)?
Does drakservices automatically see what is in /etc/init.d or should it be
made aware of new scripts? How do I assign priority to the service? (I
mean, the number that appear in the link to the script from the runlevel
init directory)?

Thanks
Biagio

(*) i8kutils is a package written by a Debian developer and containing
utilities for monitoring fan speed and CPU temperature on several Dell
laptop models. It also allows to use the multimidia buttons.







Re: [Cooker] Services

2002-11-01 Thread Götz Waschk
Am Freitag,  1. November 2002, 15:29:54 Uhr MET, schrieb Biagio Lucini:
Is there a rule on how to write a service script for Mandrake or
should I just try to copy from another script (e.g. lm_sensors, which
does similar things)? 
Yes, this is what you should do.

Does drakservices automatically see what is in
/etc/init.d or should it be made aware of new scripts? How do I
assign priority to the service? (I mean, the number that appear in
the link to the script from the runlevel init directory)?
Take a look at chkconfig and it's man page. The numbers in the comment
on top of a chkconfig enabled initscript show the priority, help text
and the runlevels in which the service should start.

You also need to call chkconfig --add yourservice in the %post script,
if you want to enable it by default.
-- 
   Götz Waschk  master of computer science   University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 -- Logout Fascism! --




Re: [Cooker] services problems

2002-10-24 Thread David Walser
--- Florin [EMAIL PROTECTED] wrote:
 Pixel [EMAIL PROTECTED] writes:
 
  David Walser [EMAIL PROTECTED] writes:
  
   Updating 9.0 - cooker caused shorewall to get
   selected to start (hadn't been selected before)
 which
   made dm take forever to start and NFS not work. 
   service shorewall stop didn't fix it, had to
 reboot.
  
  % rpm -qp --scripts
 /RPMS/shorewall-1.3.9b-2mdk.noarch.rpm 
  postinstall scriptlet (through /bin/sh):
  /sbin/chkconfig --add shorewall
  [...]
  
  this is no good. florin, you fix this?
 
 see the new shorewall in cooker ...

Thanks.

   Also, drakxservices doesn't work now, it just
 says
   choose which services to start on boot, [OK]
 [Cancel],
   and OK exits the program.
 
 you can use ntsysv for that or directly the
 chkconfig command ...

Yep, I probably should have used chkconfig :o)  I used
ntsysv though, which is what I always used until
recently, and switched to drakxservices because ntsysv
wouldn't show everything sometimes.  Oh well, lots of
fun :o)

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/




Re: [Cooker] services problems

2002-10-24 Thread Florin
Pixel [EMAIL PROTECTED] writes:

 David Walser [EMAIL PROTECTED] writes:
 
  Updating 9.0 - cooker caused shorewall to get
  selected to start (hadn't been selected before) which
  made dm take forever to start and NFS not work. 
  service shorewall stop didn't fix it, had to reboot.
 
 % rpm -qp --scripts /RPMS/shorewall-1.3.9b-2mdk.noarch.rpm 
 postinstall scriptlet (through /bin/sh):
 /sbin/chkconfig --add shorewall
 [...]
 
 this is no good. florin, you fix this?

see the new shorewall in cooker ...


  Also, drakxservices doesn't work now, it just says
  choose which services to start on boot, [OK] [Cancel],
  and OK exits the program.

you can use ntsysv for that or directly the chkconfig command ...

cheers,
-- 
Florin  http://www.mandrakesoft.com
http://people.mandrakesoft.com/~florin/




[Cooker] services problems

2002-10-23 Thread David Walser
Updating 9.0 - cooker caused shorewall to get
selected to start (hadn't been selected before) which
made dm take forever to start and NFS not work. 
service shorewall stop didn't fix it, had to reboot.

Also, drakxservices doesn't work now, it just says
choose which services to start on boot, [OK] [Cancel],
and OK exits the program.

__
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/




Re: [Cooker] services problems

2002-10-23 Thread Pixel
David Walser [EMAIL PROTECTED] writes:

 Updating 9.0 - cooker caused shorewall to get
 selected to start (hadn't been selected before) which
 made dm take forever to start and NFS not work. 
 service shorewall stop didn't fix it, had to reboot.

% rpm -qp --scripts /RPMS/shorewall-1.3.9b-2mdk.noarch.rpm 
postinstall scriptlet (through /bin/sh):
/sbin/chkconfig --add shorewall
[...]

this is no good. florin, you fix this?

 
 Also, drakxservices doesn't work now, it just says
 choose which services to start on boot, [OK] [Cancel],
 and OK exits the program.

known bug. It seems like newt doesn't like too many entries. Nobody
was brave enough to have a look at this pb yet.




[Cooker] services servers in screen where services can be (de)activated during install

2002-03-10 Thread Jo

During the installation in the screen where one can (de)activate services
there is the following oddity:

services   listing active servers
serverslisting active services

Shouldn't this be the other way around or am I totally missing something?


This also the case in the Control Center when one presses the infos button. 
(I also think this should just be info in English)

Jo





[Cooker] Services and deamons and DrakConf

2001-04-23 Thread Mattias Dahlberg

Hi!

First of all, DrakConf has improved tremendously over the last months!

I do have a problem with Services and deamons though. There's a Start 
button beside each service, but when I click on them I get a tooltip 
saying unrecognized service and nothing happens. Why?

Even NT does that better, we can't have that, can we? :)

Regards,
Mattias




Re: [Cooker] Services by default...

2001-03-26 Thread Guillaume Cottenceau

Esko [EMAIL PROTECTED] writes:


[...]

 I'm not sure how to assist with testing 8.0 Beta 2.  (am I supposed to update 
 8.0 beta 2 from Cooker periodically or just leave it the way it was installed 
 from the ISOs?)  I've been monitoring the list for a few days and haven't 
 seen that type of info.  Is there a FAQ about Beta testing Mandrake that 
 explains your processes?

You can do whatever you want / have time to, provided you remain
consistent, efficient, and factual when reporting bugs.

Basically, the best source for us of debugging info is, either install a
beta version, write down bugs, monitor the list and tell us the bugs that
other people did not already report; or, update regularly, and tell us for
any given version of the installer software and/or unique packages, what
problems may appear.



-- 
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/




Re: [Cooker] Services by default...

2001-03-24 Thread Sergio P . Korlowsky

On Friday 23 March 2001 17:44, you wrote:
| How about a tool through which the user could easily
| A   Activate / Deactivate the installed Services AND see what is active
| B   If A is too hard to implement give a list of services that are active.
|
| By the way 8.0 Beta 2 is finally able to install on my FIC PA2013
| motherboard.  (It was annoying since 7.2 and 8.0 beta 1 would not install)
|
| I'm not sure how to assist with testing 8.0 Beta 2.  (am I supposed to
| update 8.0 beta 2 from Cooker periodically or just leave it the way it was
| installed from the ISOs?)  I've been monitoring the list for a few days
| and haven't seen that type of info.  Is there a FAQ about Beta testing
| Mandrake that explains your processes?
|
| Esko


Use:
DrakeConf
then click on System
then click on Services

You can see there what is running and what is not.

You can activate whatever service you need...
or turn off those you don't  ;-)

Sergio Korlowsky




[Cooker] Services by default...

2001-03-23 Thread Esko

How about a tool through which the user could easily
A  Activate / Deactivate the installed Services AND see what is active
B  If A is too hard to implement give a list of services that are active.

By the way 8.0 Beta 2 is finally able to install on my FIC PA2013 
motherboard.  (It was annoying since 7.2 and 8.0 beta 1 would not install)

I'm not sure how to assist with testing 8.0 Beta 2.  (am I supposed to update 
8.0 beta 2 from Cooker periodically or just leave it the way it was installed 
from the ISOs?)  I've been monitoring the list for a few days and haven't 
seen that type of info.  Is there a FAQ about Beta testing Mandrake that 
explains your processes?

Esko