powerdnsadmin-users Mailing List for PowerDNS Administration
Status: Beta
Brought to you by:
dufuz
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(1) |
Aug
|
Sep
(3) |
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Tobias S. <ts...@ka...> - 2005-10-11 14:25:33
|
Hello everybody, i've got a short question.... Now the SOA entry in the database looks like this: ns1.intermail.de hos...@in... 2005101100 Is it possible to change this line to this: ns1.intermail.de hos...@in... 2005101100 10800 3600 604800 43200 'cause the german DENIC looks for this entrys in the soa (for expire, refresh, ...) Please let me know, what i can do! Best regards Tobias ____________________________________________________ Herzliche Gruesse aus Oberhausen. |
From: Arjen v. T. <ar...@be...> - 2004-10-20 11:55:16
|
Hi there, I am trying to install powerdnsadmin but somehow things mess up. My problem: - when trying to auth for the first time with admin/admin I am receiving a login/password failure Step by Step: - installed powerdns by apt-getting it (debian stable) - configured the config file for use with postgresql - entered database structure for postgresql from powerdns.com document - fired up pdns with the monitor switch, everything is working fine, however still with an empty database - stopped pdns monitor and fired it up normally - installed powerdnsadmin, configured it - entered database structure from postgresql.sql including the INSERT for the admin I'm not getting any other errors, but I still can't login. Anyone any idea? I'm using: PHP 4.3.9 Postgresql 7.4.5 Apache 2.0.52 Pdns 2.9.16-1 (debian) Any help or usefull hints are very welcome! Regards, Arjen van Tol The Netherlands |
From: Simon L. <sl...@po...> - 2004-09-24 13:58:45
|
Hi, a short suggestion for the database maintance. what about a defined prefix for all powerdnsadmin tables?! instead users e.g. pda_users this way it would be possible to coexist with existing installations which may already have an "users" table within the powerdns database. you may add the $prefix tothe config.php ;) best regards Simon |
From: Simon L. <sl...@po...> - 2004-09-24 13:56:27
|
Hi, id like to suggest an import function which imports existing domains of powerdns into the administration console and binding them to a selected user (e.g. current user). possible? Simon |
From: Psi-Jack <psi...@my...> - 2004-09-09 20:26:05
|
I just upgraded to using PHP5, and I noticed that there's some slight incompatability that powerdnsadmin is using, and thus, in the My Domains list, gives the following errors:* Warning*: pg_errormessage(): 33 is not a valid PostgreSQL link resource in */usr/local/share/pear/DB/pgsql.php* on line *449 Eric Renfro * |
From: Brice G. <br...@pi...> - 2004-07-21 13:06:25
|
Hi, I test actually your software to manage my PowerDNS server, it work perfectly but there is a function you can add. -> Add new Domain -> Get config from an other DNS. This function can help in DNS migration. Is it possible to add this ? Thanks, Brice GIBOUDEAU |
From: <ben...@id...> - 2004-05-25 08:36:09
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Bob L. <bjl...@lo...> - 2004-05-14 18:27:35
|
It would be nice is PowerDNSAdmin added existing zones when first run. I had PowerDNS and mysql already set up before I added PowerDNSAdmin and it said I had 0 zones. I did an insert into the 'domain_owners' table and all is good but it would have been nicer if PowerDNSAdmin saw the zone automagically. :-) |
From: Trond A. N. <tr...@no...> - 2003-10-30 07:40:53
|
> Dear Sirs, > What is the $connection_string to be used with MySQL ? It's supposed to be a PEAR DB-compatible DSN (see http://pear.php.net/manual/en/package.database.db.intro-dsn.php) It's in the following format: backendtype://username:password@serverhostname/databasename For example (for PostgreSQL): pgsql://powerdns:se...@db.../powerdns_db -- Trond Arve Nordheim - "This message is ROT13-encrypted twice for extra security" |
From: <ju...@ma...> - 2003-10-29 19:53:18
|
Dear Sirs, What is the $connection_string to be used with MySQL ? Thank you in advance. Juanjo |