Koozali.org: home of the SME Server

db configuration mistake

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
db configuration mistake
« on: December 09, 2006, 12:06:42 PM »
I did a mistake on a db configuration command: put an "=" between status and disabled and now I have this:

Code: [Select]

root@tigre ~# db configuration show irqbalance
irqbalance=status=disabled
        status=disabled


How can I fix it?

Thanks

Jáder
...

Offline byte

  • *
  • 2,183
  • +2/-0
Re: db configuration mistake
« Reply #1 on: December 09, 2006, 12:36:34 PM »
Quote from: "jader"

How can I fix it?


I would delete it...

db configuration delete irqbalance


Then re-create it...

db configuration setdefault irqbalance service status enabled
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
db configuration mistake
« Reply #2 on: December 09, 2006, 01:13:54 PM »
Thanks a lot.
It´s easy after you know howto! :D

Thanks

Jáder
...