Questions tagged [dotdeb]
17 questions
2
votes
2 answers
What is the most straightforward way to migrate from dotdeb's MySQL package to Oracle's MySQL package?
I'm upgrading a Debian installation which has been running the dotdeb package for MySQL 5.6. Since dotdeb isn't supporting MySQL anymore, I'd like to migrate to the repo hosted directly by Oracle.
Removing dotdeb is easy: just remove the repo from…
Christopher Schultz
- 1,056
- 1
- 11
- 20
2
votes
1 answer
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 you have
requested an impossible situation or if…
A. Z.
- 125
- 2
2
votes
4 answers
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 about those two distrib, I understand the basic…
Jason Lince
- 21
- 2
1
vote
1 answer
Upgrade to debian 9 but keep package from debian 8?
We're using a custom repository to install a full-http2 compliant patched version of nginx that is available for jessie.The repository is called dotdeb, and I can't find any reference to debian 9 strech.
(http://packages.dotdeb.org/dists/)
Can I…
Tristan
- 488
- 2
- 9
- 26
1
vote
2 answers
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?
Peter Smit
- 1,649
- 4
- 21
- 37
0
votes
1 answer
Is ~/dotdeb.gpg safe to delete?
I have a file called dotdeb.gpg in my root user's home folder. Would removing this file break the system, is it required?
SeinopSys
- 512
- 2
- 6
- 19
0
votes
0 answers
Dotdeb php5-gd without libjpeg8?
I have problem with GD - it creates blurry images on my dotdeb nginx+fpm server. I checked phpinfo and the difference is that the working servers show "libjpeg version: unknown". This faulty one shows "libjpeg version: 8". see this diff (please note…
Tomáš Fejfar
- 147
- 1
- 9
0
votes
3 answers
How do you remove a dot deb package (Upgraded from Squeeze to Wheezy)
I have run sudo apt-get remove php5 and it says php5 is removed but I can still load phpinfo() from one of the web pages and all the websites still load. I have also restarted the server.
I don't know how to remove the dotdeb version of php, I just…
styks
- 115
- 4
0
votes
1 answer
Adding modules to nginx-light (Debian / dotdeb)
http://packages.debian.org/testing/nginx-light
http://packages.debian.org/testing/nginx-full
Can I add modules to nginx-light installation that would only be available in nginx-full
without recompiling?
Daniel W.
- 1,439
- 4
- 23
- 46
0
votes
2 answers
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 php5:
aptitude install php5
The following NEW…
acme
- 667
- 1
- 7
- 13
0
votes
1 answer
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"
distribution "squeeze"
components ["php5/5.4.8"]
key…
slik
- 155
- 2
- 7
0
votes
1 answer
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 php5-common_5.4.8-1~dotdeb.0_amd64.deb
dpkg -i…
slik
- 155
- 2
- 7
0
votes
1 answer
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 doing that apache simply offers me to download…
Marius
- 365
- 1
- 2
- 9
0
votes
1 answer
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 main contrib non-free
deb…
Tristan
- 488
- 2
- 9
- 26
0
votes
1 answer
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 the weirdest thing is that after it say's it has…
Pockata
- 101
- 2