View previous topic :: View next topic |
Author |
Message |
Axilatis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/17698278754d78f36bc1b2c.jpg)
Joined: 22 Oct 2010 Posts: 54 Location: Belgique
|
Posted: Thu Jan 27, 2011 3:03 pm Post subject: [help] wEMBOSS hors connexion [resolu] |
|
|
Bonjour !
Dans le cadre de ma formation nous apprenons à travailler sur wEMBOSS.
Pour ceux qui ne connaissent pas, rien de grave le problème n'est pas la.
La où ça coince, c'est que pour travailler sur wEMBOSS il faut que appache soit lancé.
Or, appache ne se lance que si la carte réseau est activée et connectée.
Notre professeur avait l'air de dire qu'appache pouvait marcher sans connexion, mais
qu'en réalité un ordre est établi par défaut, et qu'il suffirait de changer cet ordre ou de
permettre à apache de se lancer sans connexion.
Auriez-vous une idée concernant ce problème afin que je puisse travailler hors connexion ?
Merci d'avance,
Axilatis
Edit : un "/etc/init.d/apache2 restart" n'y change rien... ![Sad :(](images/smiles/icon_sad.gif)
Last edited by Axilatis on Fri Jan 28, 2011 5:13 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kazuya Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/128708902144b18a19da4d5.png)
Joined: 09 Jul 2006 Posts: 256
|
Posted: Thu Jan 27, 2011 3:21 pm Post subject: |
|
|
Hello,
Ça se passe dans ton /etc/rc.conf
Avec la variable:
Quote: |
# Do we allow any started service in the runlevel to satisfy the depedency
# or do we want all of them regardless of state? For example, if net.eth0
# and net.eth1 are in the default runlevel then with rc_depend_strict="NO"
# both will be started, but services that depend on 'net' will work if either
# one comes up. With rc_depend_strict="YES" we would require them both to
# come up.
rc_depend_strict="NONE"
|
Du moins il me semble... en tous cas, chez moi apache fonctionne sans connexion réseau... _________________ Hacker vaillant, rien d'impossible !!!
"Quand une vache boit de l'eau, cette eau devient du lait. Quand un serpent boit de l'eau, cette eau devient du poison." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Axilatis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/17698278754d78f36bc1b2c.jpg)
Joined: 22 Oct 2010 Posts: 54 Location: Belgique
|
Posted: Thu Jan 27, 2011 4:12 pm Post subject: |
|
|
okay je jette un oeil & je feed back ^^ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Axilatis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/17698278754d78f36bc1b2c.jpg)
Joined: 22 Oct 2010 Posts: 54 Location: Belgique
|
Posted: Thu Jan 27, 2011 4:52 pm Post subject: |
|
|
alors voici mon rc.conf :
Code: | # /etc/rc.conf : Global startup script configuration settings
# UNICODE specifies wheter you want to have UNICODE support in the console.
# If you set to yes, please make sure to set a UNICODE aware CONSOLEFONT and
# KEYMAP in the /etc/conf.d/consolefont and /etc/conf.d/keymaps config files.
UNICODE="yes"
# Set EDITOR to your preferred editor.
# You may use something other than what is listed here.
EDITOR="/bin/nano"
# EDITOR="/usr/bin/vim"
# EDITOR="/usr/bin/emacs"
# DISPLAYMANAGER has moved to /etc/conf.d/xdm
# XSESSION has moved to /etc/env.d/90xsession |
J'ai rajouté la variable rc_depend_strict="NO", sans succès...
Aurais-tu une autre idée ? La piste me semble bonne ^^ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kazuya Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/128708902144b18a19da4d5.png)
Joined: 09 Jul 2006 Posts: 256
|
Posted: Thu Jan 27, 2011 5:55 pm Post subject: |
|
|
Hello,
euh... moi ce n'est pas "NO" mais "NONE", ce qui est bien différent
Retente avec cette nouvelle valeur, ça doit marcher.
Sinon, aucune idée si tu es en gentoo stable ou gentoo ~tildarché.
Et je ne sais pas si la modification du rc.conf à eu lieu sur la gentoo stable, regarde aussi du coté de /etc/conf.d/rc (maintenant c'est /etc/rc.conf mais bon...)
Je met juste ça à titre d'infos:
Quote: |
# RC_NET_STRICT_CHECKING allows some flexibility with the 'net' service.
# The following values are allowed:
# none - The 'net' service is always considered up.
# no - This basically means that at least one net.* service besides net.lo
# must be up. This can be used by notebook users that have a wifi and
# a static nic, and only wants one up at any given time to have the
# 'net' service seen as up.
# lo - This is the same as the 'no' option, but net.lo is also counted.
# This should be useful to people that do not care about any specific
# interface being up at boot.
# yes - For this ALL network interfaces MUST be up for the 'net' service to
# be considered up.
RC_NET_STRICT_CHECKING="none"
|
_________________ Hacker vaillant, rien d'impossible !!!
"Quand une vache boit de l'eau, cette eau devient du lait. Quand un serpent boit de l'eau, cette eau devient du poison." |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Axilatis n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/17698278754d78f36bc1b2c.jpg)
Joined: 22 Oct 2010 Posts: 54 Location: Belgique
|
Posted: Fri Jan 28, 2011 5:13 pm Post subject: |
|
|
Problème résolu
Ca marche nickel et toute la classe peut maintenant profiter de l'application hors connexion ^^
Merci sincèrement à vous , meme si je sais que ça ne représente pas grand chose
Axilatis ![Mr. Green :mrgreen:](images/smiles/icon_mrgreen.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|