GithubHelp home page GithubHelp logo

Comments (6)

sebthebert avatar sebthebert commented on July 23, 2024

Date: 2007-07-20 14:48:40
Author: sebthebert

Logged In: YES
user_id=1390206
Originator: NO

L'edition d'un equipement qd le /var est a 100% ne devrait jamais se faire...

Faut que je reflechisse a un system qui bloquerait toute action qd le /var est > 98%...

from octopussy.

sebthebert avatar sebthebert commented on July 23, 2024

Date: 2007-07-20 14:48:40
Author: sebthebert

  • assigned_to: nobody --> sebthebert

from octopussy.

sebthebert avatar sebthebert commented on July 23, 2024

Date: 2007-08-31 14:03:03
Author: nobody

Logged In: NO

OS: RHEL4
OCTOPUSSY: 0.9.1.3
Sur mon système, je créé un équipement. Il s'affiche. Je l'efface et je recréé le même. Mais celui ci ne s'affiche plus. Le fichier est créé, mais La variable "name" du "fichier.xml" n'est pas enregistrée. Je dois donc la modifier sur le serveur.

from octopussy.

sebthebert avatar sebthebert commented on July 23, 2024

Date: 2007-09-03 14:19:18
Author: sebthebert

Logged In: YES
user_id=1390206
Originator: NO

Je viens de corriger ce gros bug ds la prochaine release...
(mais comme j'ai pas mal de modifs en cours, je ne peux pas fournir ce fichier modifié...

Tu peux corriger le probleme en inversant les lignes:

$filenames{$device} = undef;
unlink(Filename($device));

par

unlink(Filename($device));
$filenames{$device} = undef;

dans la fonction "Remove" (qui devrait se trouver a peu près a la ligne 100) du module Device
qui se trouve ds le fichier "/usr/share/perl5/Octopussy/Device.pm".

Dis moi si ca corrige ton probleme.

Merci de ton interet pour Octopussy.
N'hesite pas a me recontacter pour d'autres problemes.

Sebastien.

from octopussy.

sebthebert avatar sebthebert commented on July 23, 2024

Date: 2007-09-03 14:19:18
Author: sebthebert

  • status: open --> closed-fixed

from octopussy.

sebthebert avatar sebthebert commented on July 23, 2024

Date: 2007-09-05 13:10:26
Author: nobody

Logged In: NO

Bonjour Sebastien,

Suite au gros bug, ça à l'air de marché merci beaucoup.
Maintenant le fait de vouloir enregistrer une machine sous le nom "test", il ne le réalise pas. Mais bon merci pour ton aide précieuse.

à bientôt.

Mikaël ;).

from octopussy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.