Direct Admin 1.261000 (updating problem)

streamservice

Verified User
Joined
Dec 14, 2005
Messages
173
Location
The Netherlands
when i click on update in Direct Admin (user: admin) it should start updating i would think. but i did it 2 days ago whit version 1.260000 and it still not updated from 1.25.5. How can I update Direct Admin?

OS: Debian
 
ok, i now knew where i have the problem. I did:
Code:
cd /usr/local/directadmin
wget -O update.tar.gz [url]https://www.directadmin.com/cgi-bin/daupdate?uid=123\&lid=1234[/url] (Where 123 and 1234 are my Client ID and License ID, respectively)
tar xvzf update.tar.gz
./directadmin p
cd scripts
./update.sh
I do get:
server1:/usr/local/directadmin/scripts# ./update.sh
./update.sh: line 19: /sbin/service: No such file or directory

I did look, but /sbin/service doesn't excists.
 
Is your license configured for Debian?
I would suggest getting in contact with DirectAdmin support.
 
My client id: 5079
I only have licences whit Debian
Server IP 85.12.26.30
Name in License Stream Service
Product Type $89 Internal Lifetime License (You Install)
Operating System Debian
Active Y
Verified Y
Start Dec 14 2005
Expiry Jan 18 2038
Updates Until Nov 15 2036
I will contact Direct Admin support by e-mail tomorrow.
 
You should have received a reply from DA a long time ago.

Your license is marked as an internal license.

Did you buy the license or was it included in a system you rent or purchased?

If you didn't buy the license from DA you should be getting support from the company that supplied your server. If you bought the license from DA yourself, then you need to contact them again.

You can do:

# whereis service

from your command line as root, and figure out how to change the update file.

Jeff
 
jlasman said:
You should have received a reply from DA a long time ago.

Your license is marked as an internal license.

Did you buy the license or was it included in a system you rent or purchased?

If you didn't buy the license from DA you should be getting support from the company that supplied your server. If you bought the license from DA yourself, then you need to contact them again.

You can do:

# whereis service

from your command line as root, and figure out how to change the update file.

Jeff

I did buy the license direct from DirectAdmin. DirectAdmin was not installed on the systems I did buy.

I did not recieve any reply, I will contact DirectAdmin again.
 
Hello,

We reply to all emails, same day.

As for the issue, you system is updated, you likely just forgot to restart DA (I manually did a telnet, 1.26.1 is running).

As for the /sbin/service error, the update script is shared with linux (95% of commands are the same). The /sbin/service command in this case was just to restart da-popb4smtp, not a big deal (I'll add an 'if' statement for debian for next release though)

John
 
DirectAdmin Support said:
Hello,

We reply to all emails, same day.

As for the issue, you system is updated, you likely just forgot to restart DA (I manually did a telnet, 1.26.1 is running).

As for the /sbin/service error, the update script is shared with linux (95% of commands are the same). The /sbin/service command in this case was just to restart da-popb4smtp, not a big deal (I'll add an 'if' statement for debian for next release though)

John

Thank you for the fast reply.
 
Back
Top