The dotdeb tag has no wiki summary.
0
votes
2answers
44 views
Unmet dependencies when updating PHP 5.4.8 to 5.4.15 using dotdeb on debian
I'm not quite sure how to act here. I installed php5 as dotdeb package. I'm on debian squeeze 686. Now I try to update from 5.4.8 to 5.4.15 and get the following output after running aptitude install ...
1
vote
1answer
155 views
Can't install php5-apc from dotdeb source in Debian 6
I can't install php5-apc:
~# apt-get install php5-apc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that ...
0
votes
1answer
132 views
chef apt_repository fetching fails
I am trying to fetch a specific repository to install a php version but I keep getting 404 NOT FOUND.
chef recipe code:
apt_repository "dotdeb-php54" do
uri "http://archives.dotdeb.org"
...
0
votes
1answer
72 views
installing php .deb files
I am using dotdeb.org php 5.4.8
http://archives.dotdeb.org/dists/squeeze/php5/5.4.8/binary-amd64/
I download all the files on to my box and run the following
cd /tmp/php-deb-5.4.8
dpkg -i ...
0
votes
1answer
47 views
php 5.4.8 outputs junk after at the end of the script
After making a mistake of upgrading to php 5.4.8 (from dotdeb), every script i run outputs weird junk at the end of the script. There are 2 threads here: one says i should disable php5filter. After ...
0
votes
1answer
625 views
Upgrade mysql-5.1 to 5.5 crashed my server using dotdeb : /usr/bin/dpkg returned an error code (1)
On my debian I recently added the dotdeb in order to have my PHP up to date
deb ftp://ftp.debian.ikoula.com/debian squeeze main contrib non-free
deb-src ftp://ftp.debian.ikoula.com/debian/ squeeze ...
0
votes
0answers
256 views
Empty pid created by Redis 2.4 on Debian + dotdeb
I just upgraded our Redis from 2.2.2 to 2.4.1 (I use http://www.dotdeb.org/ for package management), and now,
/etc/init.d/redis-server start
creates /var/run/redis/redis-server.pid, but the content ...
2
votes
4answers
534 views
Debian and dotdeb packages
I'm not very experienced with servers administration.
I want to give a try to Debian Squeeze for one of our servers (rather than an Ubuntu) to experience the real differences ;)
After reading a lot ...
0
votes
1answer
731 views
PHP5-fpm fails to start
When i start my debian box, php5-fpm says that it's failed to start.
When i check the logs it says that port 900 is taken. But that couldn't be becouse there's nothing else runnong on port 9000. And ...
1
vote
2answers
652 views
Where can I find the gpg key for dotdeb.org
Who knows where the gpg key for dotdeb.org repository (for debian lamp packages) can be found?