Re: list installed packages present only in stable

2016-11-02 Thread kamaraju kusumanchi
On Wed, Nov 2, 2016 at 6:45 AM, steve wrote: > Hi Kamaraju, > > Le 23-10-2016, à 20:48:46 -0400, kamaraju kusumanchi a écrit : > >> How can I list all the packages installed on my system that are >> currently part of the stable distribution but not present in either >> testing or sid? > > > does >

Re: list installed packages present only in stable

2016-11-02 Thread kamaraju kusumanchi
On Wed, Nov 2, 2016 at 6:16 AM, Jonathan Dowland wrote: > On Sun, Oct 23, 2016 at 08:48:46PM -0400, kamaraju kusumanchi wrote: >> How can I list all the packages installed on my system that are >> currently part of the stable distribution but not present in either >> testing or sid? > > This is a

Stretch System Stops Boot Process Immediately After Grub Screen (me too!)

2016-11-02 Thread Mike Conde
I am having exactly the same problem as Jape Person's post from Oct 22 2016, except my hardware environment is completely different. I am running Debian testing/Stretch 64-bit on a virtual machine under virtualbox. The host OS is Windows 7 64-bit. I don't know exactly which kernel update was the

AW: How do I mount a private temp folder for PHP-FPM in chroot?

2016-11-02 Thread stadtpirat11
Quick follow-up. 1) CHROOT DISABLED = WORKS In my configuration /etc/php5/fpm/pool.d/mywebsite.conf I disabled chroot `# chroot=/var/www/mywebsite` In /lib/systemd/system/php5-fpm.service I enabled `PrivateTmp=true` to the `[Service]` section. I ran `systemctl daemon-reload` and `service php

How do I mount a private temp folder for PHP-FPM in chroot?

2016-11-02 Thread - -
Hi guys, I am trying to teach myself how to setup a nginx and chrooted php-fpm environment in Debian 8. I specifically want to ask a question on the tmp-directory for the php-fpm chroot. So I chrooted the PHP-FPM pool worker who is handling my PHP website into /var/www/mywebsite. ### /etc/p

Re: From "physical install DVD's" to "special install USB flash drive" - HOW?

2016-11-02 Thread Richard Owlett
On 11/2/2016 6:49 AM, Lisi Reisz wrote: On Monday 17 October 2016 20:32:54 Richard Owlett wrote: So I'm looking to near future when >= 128 GB flash drives available. They already are, and larger. See e.g. http://www.novatech.co.uk/products/components/memory-usb/usb3.0/muf-128bbeu.html and htt

Re: From "physical install DVD's" to "special install USB flash drive" - HOW?

2016-11-02 Thread Lisi Reisz
On Monday 17 October 2016 20:32:54 Richard Owlett wrote: > So I'm looking to near future when >= 128 GB flash drives available. They already are, and larger. See e.g. http://www.novatech.co.uk/products/components/memory-usb/usb3.0/muf-128bbeu.html and http://www.novatech.co.uk/products/componen

Re: Graphics issues debian 8.6

2016-11-02 Thread Lisi Reisz
On Tuesday 11 October 2016 22:25:56 Mark Neidorff wrote: > On Tuesday, 10/11/16 03:25:30 PM Mark Allums wrote: > > On 10/11/2016 03:10 PM, Mark Neidorff wrote: > > > In a post on the mailing list, a user suggested installing: > > > > > > #apt-get install firmware-linux-nonfree-xserver-xorg-video-in

Re: Graphics issues debian 8.6

2016-11-02 Thread Lisi Reisz
On Tuesday 11 October 2016 21:10:10 Mark Neidorff wrote: > In a post on the mailing list, a user suggested installing: > > #apt-get install firmware-linux-nonfree-xserver-xorg-video-intel > > but I can't seem to be able to download or even find that firmware file. Try: #apt-get install firmware-l

Re: list installed packages present only in stable

2016-11-02 Thread steve
Hi Kamaraju, Le 23-10-2016, à 20:48:46 -0400, kamaraju kusumanchi a écrit : How can I list all the packages installed on my system that are currently part of the stable distribution but not present in either testing or sid? does aptitude search ~Ajessie~i meet your needs?

Re: list installed packages present only in stable

2016-11-02 Thread Jonathan Dowland
On Sun, Oct 23, 2016 at 08:48:46PM -0400, kamaraju kusumanchi wrote: > How can I list all the packages installed on my system that are > currently part of the stable distribution but not present in either > testing or sid? This is a good question (sorry I don't have the answer here). I recently hi