Recent content by jocker

  1. J

    Bug when using remote mysql

    Hi all, I set up a remote mysql for months now and everything works great. The matter is that DA doesn't use this remote mysql for managing users. Here is what I have when I try to add another host for example Unable to add access host: Details Unable to find user='user_wp' and...
  2. J

    Add localhost IP to vhost

    When we need to use a reverse proxy, the vhost should be listening on 127.0.0.1 Do you think default virtual_hosts2.conf could be configured this way by default instead of overriding them ? <VirtualHost 127.0.0.1:|PORT_80| |IP|:|PORT_80| |MULTI_IP|> Thanks
  3. J

    Error while login as user from admin

    Hi all, Since this morning I'm not able to log as a user when I'm already logged as admin the /var/log/directadmin/error.log returns 2012:07:09-09:56:46: Auth::passValid: unable to get user_info for none 2012:07:09-09:57:44: Auth::passValid: unable to get user_info for none Any idea please ...
  4. J

    Skin on github

    Hello I'd like to suggest to use github for managing the default skin for DA. There are several improvements we will be able to do and DA Team would only have to merge the pull request. I guess it could make the evolution of DA faster and it will be also easier to create custom skin based on...
  5. J

    Selected data for admin backup doesn't work

    Hi all, I'm having an issue with the admin/reseller backup. The step 4 for selecting data doesn't seem to work. Even if I checked only databases, all the account is back up. I try to look in the config files Here is the /usr/local/directadmin/data/admin/backup_crons.list...
  6. J

    DA prevent .ssh/config local config

    Hi All, I'm facing a strange probleme On the 2 servers I have with DA, ssh client is ignoring the user "~/.ssh/config" file My file Host localhost HostName localhost Port 2220 I tried on my desktop and the config file is working. I tried on my server and ssh doesn't read the file...
  7. J

    Bug for adding new mysql host

    Hi, if you add a host in the file because you use an external mysql server /usr/local/directadmin/conf/mysql.conf it's not used if you want to add a new access host. Unable to find user='jocker' and host='localhost' Thanks
  8. J

    config of phpmyadmin and roundcube

    Hi, This week end I move my mysql server to a dedicated server. Everything is working great but, phpmyadmin and roundcube have a config file wich is remove at each update. I also use custombuild for those updates, so do you think it will be possible to rewrite the config file of roundcube and...
  9. J

    bug after modify user

    I found a little bug on user.usage. The file usage isn't update when you modify a user. 1/ Create a user and assign him 2 ftp accounts. Login as user and create those 2 ftp accounts. (accounts are well created in /etc/proftpd.passwd) 2/ Go to modify user and allow him maximum 0 ftp account. 3/...
  10. J

    Export CSV feature

    Hi, I think a nice feature would be to be able to make a CSV file of datas we can list on DA. For example I need to list all accounts I have on a server with their disk usage and bandwith usage. It's a simple feature to do wich can help. What do you think about ? Thanks
  11. J

    backup with FTP over SSL

    Hi everybody, I'd like to know if you think it will be possible to add an option for backup. We can add FTP over SSL with ftp and scp. When we backup all server in the night simple ftp makes the passwords travel in clear on the network. I think using sftp will be a nice thing. Waiting for...
  12. J

    script after hosting opening

    Hi everybody, I'd like to knwo if it was possible to have some actions made just after adding a new account on DA. For example I need to do always same actions after each opening. - make 2 cron jobs - build a mysql db - installing mysql data from a .sql file So does someone know if it's...
  13. J

    many START and exit IMAP in messages server

    Hi everybody, here is a small extract form my /var/log/messages Jun 18 00:09:47 orion xinetd[4766]: START: imap pid=15768 from=127.0.0.1 Jun 18 00:09:47 orion xinetd[4766]: EXIT: imap status=0 pid=15768 duration=0(sec) Jun 18 00:09:48 orion xinetd[4766]: START: imap pid=15771 from=127.0.0.1...
  14. J

    error slashfull

    Hi everybody, I had a problem today with my server. It's called slashfull, it means that the partition / was full. It was containing /var/lib/mysql which is the folder wich contained all databases. Even if it's error was my mistake, lack of partitions, it would have be nice if directadmin has...
  15. J

    ftp and mod_auth_file for disable unix account

    Hi, I'd like to disable UNIX account for ftp access. A small explanation for those who don't know how it works. There are 2 files which are used for ftp accounts. /etc/passwd (unix accounts) and proftpd.passwd (dedicated FTP accounts). On my webserver I'd like to disable the unix account to...
Back
Top