Post Reply  Post Thread 
[Edit] What is required for ispcp on Etch
Author Message
Krisxxx
Junior Member
*


Posts: 25
Group: Registered
Joined: Feb 2008
Status: Offline
Reputation: 0
Post: #11
RE: New at this

rbtux Wrote:
no it's most certainly not... because etch delivers 5.2.0 per default...


Ah ok, how do i upgrade php and will it have any consequence on ispcp?

02-20-2008 10:32 PM
Find all posts by this user Quote this message in a reply
rbtux
Member
***


Posts: 1,200
Group: Registered
Joined: Feb 2007
Status: Away
Reputation: 22
Post: #12
RE: New at this

Theres an entry from cube about that in the german forum:

add to /etc/apt/sources.list:

Code:
deb http://dotdeb.pimpmylinux.org/ stable all


Create file /etc/apt/preferences with to following content:

Code:
Package: *
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: -1

Package: php5-cgi
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-common
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-gd
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-imap
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-mcrypt
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-mhash
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-mysql
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991


then a simple

Code:
apt-get update && apt-get upgrade


should do the trick... Its untested though....


OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications

This post was last modified: 02-20-2008 10:41 PM by rbtux.

02-20-2008 10:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Krisxxx
Junior Member
*


Posts: 25
Group: Registered
Joined: Feb 2008
Status: Offline
Reputation: 0
Post: #13
RE: New at this

rbtux Wrote:
Theres an entry from cube about that in the german forum:

add to /etc/apt/sources.list:

Code:
deb http://dotdeb.pimpmylinux.org/ stable all


Create file /etc/apt/preferences with to following content:

Code:
Package: *
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: -1

Package: php5-cgi
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-common
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-gd
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-imap
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-mcrypt
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-mhash
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-mysql
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991


then a simple

Code:
apt-get update && apt-get upgrade


should do the trick... Its untested though....


Perfect, it worked Smile
By the way, which ports do i need to have opened in my router for it all to work? 21, 80 and ????

02-20-2008 10:51 PM
Find all posts by this user Quote this message in a reply
rbtux
Member
***


Posts: 1,200
Group: Registered
Joined: Feb 2007
Status: Away
Reputation: 22
Post: #14
RE: New at this

that depends on your setup

20,21,22,25,53,80,110,143,443,465,587,993,995 will be the most common used...


OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications

This post was last modified: 02-21-2008 12:03 AM by rbtux.

02-20-2008 10:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Cube
Documentation Team
***
Docu Team

Posts: 505
Group: Docu Team
Joined: Apr 2007
Status: Offline
Reputation: 6
Post: #15
RE: New at this

443 (HTTPS) would be more useful than 445 (SMB). Wink

02-21-2008 12:00 AM
Find all posts by this user Quote this message in a reply
rbtux
Member
***


Posts: 1,200
Group: Registered
Joined: Feb 2007
Status: Away
Reputation: 22
Post: #16
RE: New at this

oops... (I was configuring ipcop at the time I wrote the message would be the perfect excuse ;-)))

corrected it...


OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
02-21-2008 12:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux
Member
***


Posts: 1,200
Group: Registered
Joined: Feb 2007
Status: Away
Reputation: 22
Post: #17
RE: New at this

maybe 990/991 for implicit ftps...


OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
02-21-2008 12:06 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Krisxxx
Junior Member
*


Posts: 25
Group: Registered
Joined: Feb 2008
Status: Offline
Reputation: 0
Post: #18
RE: New at this

rbtux Wrote:
maybe 990/991 for implicit ftps...



Thanks for the help, im almost up and runnig Smile

I have added an ftp user and im trying to gain access via cute ftp, but i cant get in. What is my hostname?

02-21-2008 03:31 AM
Find all posts by this user Quote this message in a reply
joximu
Moderator
*****


Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 47
Post: #19
RE: New at this

hostname = web-address (http://www.domain.tld).

But often the username is new to ispCP users: user@domain.tld

otherwise have a look in theother threads about proftpd


2008-03-16 ispCP RC4 released!!!
02-21-2008 05:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
greatman
Junior Member
*


Posts: 22
Group: Registered
Joined: Apr 2008
Status: Offline
Reputation: 0
Post: #20
RE: [Edit] What is required for ispcp on Etch

rbtux Wrote:
Theres an entry from cube about that in the german forum:

add to /etc/apt/sources.list:

Code:
deb http://dotdeb.pimpmylinux.org/ stable all


Create file /etc/apt/preferences with to following content:

Code:
Package: *
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: -1

Package: php5-cgi
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-common
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-gd
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-imap
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-mcrypt
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-mhash
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991

Package: php5-mysql
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: 991


then a simple

Code:
apt-get update && apt-get upgrade


should do the trick... Its untested though....


Me that dont work its say 6 not updated. If i remove the

Code:
Package: *
Pin: origin dotdeb.pimpmylinux.org
Pin-Priority: -1

I have more than the php package

05-08-2008 08:21 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

| All rights reserved : isp-control.net |