Re: update hell

2018-07-26 Thread Ben Caradoc-Davies
On 27/07/18 16:44, Ben Caradoc-Davies wrote: On 27/07/18 16:09, Default User wrote: Debian Unstable, x86-64 [...] $ sudo aptitude -Pvv full-upgrade [...] The following packages have unmet dependencies:   libkf5xmlgui5 : Depends: qtbase-abi-5-10-0 which is a virtual package, provided by:

Re: update hell

2018-07-26 Thread Ben Caradoc-Davies
On 27/07/18 16:09, Default User wrote: Debian Unstable, x86-64 [...] $ sudo aptitude -Pvv full-upgrade [...] The following packages have unmet dependencies: libkf5xmlgui5 : Depends: qtbase-abi-5-10-0 which is a virtual package, provided by: - libqt5core5a (5.10.1+

Re: Cross-Platform Assembly Language Compilers?

2018-07-26 Thread Erik Christiansen
On 26.07.18 08:29, cyaiplexys wrote: > I'd like to try a native compiler but also I would like to have something I > could compile for Arduino (here we go again) and ARM and other CPUs as well. $ apt-cache search avr | more arduino - AVR development board IDE and built-in libraries libavresample-d

update hell

2018-07-26 Thread Default User
Hi. Debian Unstable, x86-64 Time to update: $ sudo aptitude -Pvv full-upgrade The following packages will be upgraded: libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5quickcontrols2-5 libqt5quicktemplates2-5 libqt5quickwi

Re: Car Audio USB Jacks

2018-07-26 Thread Doug
On 07/23/2018 03:19 PM, Thomas Schmitt wrote: Hi, (i reply to Doug's mail but adopt Dan Ritter's new subject text.) Doug wrote: I would make some copies of CDs onto a flash drive, if I knew how! The act of copying audio data from CD is usually called "ripping". Program cdda2wav is specializ

Re: xdg-open drives me crazy

2018-07-26 Thread John Crawley
On 2018-07-27 03:21, Markus Grunwald wrote: A few programs that I use, in turn use xdg-open. With web-pages, it gets it completely wrong, no matter what I do: What can I do ...? file $(which xdg-open) /usr/bin/xdg-open: POSIX shell script, ASCII text executable OK it's a shell script. Try th

Re: [OT] An easier database

2018-07-26 Thread Zenaan Harkness
On Wed, Jul 25, 2018 at 03:02:29PM -0400, Ric Moore wrote: > On 07/25/2018 02:00 PM, Clive Standbridge wrote: > > > I wonder if it would be nice for apt to have a feature so that a > > > user could mark packages "never install". > > Anyone remember "File Cabinet" for Win3.1? It didn't get easier t

max volume not max volume

2018-07-26 Thread Anil Duggirala
Im running Stretch and Gnome with whatever sound setup corresponds to that. I turn my volume completely up from my my DE (Gnome), however the volume doesnt actually go to its max. Running alsamixer in the terminal, initially also shows the master to be at the max, pressing F6 and choosing a diff

Re: Cross-Platform Assembly Language Compilers?

2018-07-26 Thread Joe
On Thu, 26 Jul 2018 20:10:47 +0200 deloptes wrote: > > Here we go again - true :) these are different and pretty vague > formulations: Arduino mostly AVR. ARM != AVR. > For AVR you may have advantage of using assembler. For ARM I doubt > unless you write firmware or drivers or similar. If we'

Re: xdg-open drives me crazy

2018-07-26 Thread Markus Grunwald
Hello, > It looks in your output like you are using Xfce - what is set in > "Preferred Applications" under Web Browser? Xfce is only installed on the computer. I'm using i3. -- Markus Grunwald https://www.the-grue.de/~markus/markus_grunwald.gpg

Re: xdg-open drives me crazy

2018-07-26 Thread Andreas Ronnquist
On Thu, 26 Jul 2018 20:21:07 +0200, Markus Grunwald wrote: >Hello, > >A few programs that I use, in turn use xdg-open. With web-pages, it >gets it completely wrong, no matter what I do: > >% xdg-settings get default-web-browser >chromium.desktop >% echo $BROWSER >chromium > > > % grep -i bin /usr/

Re: xdg-open drives me crazy

2018-07-26 Thread Markus Grunwald
Hello, > Look at update-alternatives Thanks for the hint, but the alternatives are configured correctly: # ll /usr/bin/x-www-browser lrwxrwxrwx 1 root root 31 Jul 22 2009 /usr/bin/x-www-browser -> /etc/alternatives/x-www-browser # ll /etc/alternatives/x-www-browser lrwxrwxrwx 1 root root 17 M

Re: xdg-open drives me crazy

2018-07-26 Thread deloptes
Markus Grunwald wrote: > But what does that damn thing open? Firefox... > > What can I do ...? Look at update-alternatives update-alternatives --install /etc/alternatives/firefox x-www-browser /opt/custom/firefox/firefox 300 update-alternatives --set x-www-browser /opt/custom/firefox/firefox r

xdg-open drives me crazy

2018-07-26 Thread Markus Grunwald
Hello, A few programs that I use, in turn use xdg-open. With web-pages, it gets it completely wrong, no matter what I do: % xdg-settings get default-web-browser chromium.desktop % echo $BROWSER chromium % grep -i bin /usr/share/xfce4/helpers/chromium.desktop /usr/share/applications/chromium.de

Re: Cross-Platform Assembly Language Compilers?

2018-07-26 Thread deloptes
Hi, cyaiplexys wrote: > Thanks to a very nostalgic thread, now I'm curious about something else. > Back in the day I used to do assembly language programming on a Tandy > Color Computer 3 with Disk-based EDASM+. > well, times have changed since. > I'm wondering what is the best assembler/compil

Re: fpm problem

2018-07-26 Thread Georgi Naplatanov
On 07/26/2018 04:56 PM, Gokan Atmaca wrote: >> >> My advice is : >> >> - try to use TCP/IP for communication between FPM and NginX > > I read that UNIX socket is better. Unix socket is faster than TCP/IP but in your case the OS may require additional tuning. Therefor I proposed TCP/IP. > > On

Re: fpm problem

2018-07-26 Thread Jens Sauer
Am Donnerstag, den 26.07.2018, 16:38 +0300 schrieb Gokan Atmaca: > > Could it be that starting 4000 fpm processes eats up all your > > resources > > and starting the fpm-master process fails? Can you please check if > > the > > php7.2-fpm service is running? > > Yes , services running... > > > Ca

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> > My advice is : > > - try to use TCP/IP for communication between FPM and NginX I read that UNIX socket is better. On Thu, Jul 26, 2018 at 4:05 PM, Georgi Naplatanov wrote: > On 07/26/2018 03:37 PM, Gokan Atmaca wrote: >>> Can you attach your PHP-FPM configuration file and NginX virtual host

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> Could it be that starting 4000 fpm processes eats up all your resources > and starting the fpm-master process fails? Can you please check if the > php7.2-fpm service is running? Yes , services running... > Can you try something like this? > > pm = dynamic > pm.max_children = 250 > pm.start_serv

Re: fpm problem

2018-07-26 Thread Georgi Naplatanov
On 07/26/2018 03:37 PM, Gokan Atmaca wrote: >> Can you attach your PHP-FPM configuration file and NginX virtual host >> section for the site? > > Hello > > Debian stable (strech). > > packages: > php7.2-fpm > 7.2.6-1+0~20180611145758.22+stretch~1.gbpe20e8b amd64 > server-side, HTML-embedded

Re: fpm problem

2018-07-26 Thread Jens Sauer
Am Donnerstag, den 26.07.2018, 15:37 +0300 schrieb Gokan Atmaca: > > Can you attach your PHP-FPM configuration file and NginX virtual > > host > > section for the site? > > Hello > > Debian stable (strech). > > packages: >  php7.2-fpm > 7.2.6-1+0~20180611145758.22+stretch~1.gbpe20e8b amd64 >

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> Can you attach your PHP-FPM configuration file and NginX virtual host > section for the site? Hello Debian stable (strech). packages: php7.2-fpm 7.2.6-1+0~20180611145758.22+stretch~1.gbpe20e8b amd64 server-side, HTML-embedded scripting language (FPM-CGI binary) nginx

Cross-Platform Assembly Language Compilers?

2018-07-26 Thread cyaiplexys
Thanks to a very nostalgic thread, now I'm curious about something else. Back in the day I used to do assembly language programming on a Tandy Color Computer 3 with Disk-based EDASM+. I'm wondering what is the best assembler/compiler for the x86 (64-bit) system? I'd like to try a native comp

Re: If not "newbie" then ????

2018-07-26 Thread cyaiplexys
This is taking me down a memory lane I don't necessarily have but have heard about! Ah, the early days of computers! On 07/23/2018 05:14 AM, Erik Christiansen wrote: On 23.07.18 10:28, Eric S Fraga wrote: On Sunday, 22 Jul 2018 at 05:39, Tom Browder wrote: Sounds like there are a lot of fello

Re: If not "newbie" then ????

2018-07-26 Thread cyaiplexys
On 07/22/2018 03:06 PM, Richard Owlett wrote: On 07/22/2018 10:04 AM, cyaiplexys wrote: On 07/21/2018 09:43 PM, Gene Heskett wrote: Best wishes to you as well. I hope that I'm still playing around with this stuff at that age. I remember taking an online C++ course years ago and there was anot

Re: fpm problem

2018-07-26 Thread Georgi Naplatanov
On 07/26/2018 12:45 PM, Gokan Atmaca wrote: >> What happened after you did what the warning message suggested to do? > > 502 gateway timeout Can you attach your PHP-FPM configuration file and NginX virtual host section for the site? Which Debian branch are you using - stable, testing or unstable

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> What happened after you did what the warning message suggested to do? 502 gateway timeout On Thu, Jul 26, 2018 at 11:50 AM, Markus Schönhaber wrote: > Gokan Atmaca, Do 26 Jul 2018 08:46:46 CEST: > >> we are receiving an error as below. what is the cause of the problem? >> (32g ram , 240g ssd ,

Re: fpm problem

2018-07-26 Thread Markus Schönhaber
Gokan Atmaca, Do 26 Jul 2018 08:46:46 CEST: > we are receiving an error as below. what is the cause of the problem? > (32g ram , 240g ssd , xeon 8 cor cpu) > > WARNING: [pool www] seems busy (you may need to increase > pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, > there

Re: Select between 686-pae and amd64 kernel in Grub?

2018-07-26 Thread floris
Reiner Buehl schreef op 2018-07-25 19:51: Many thanks, Floris! With your expression I now see the other options: bilbo:~# awk -F"'" '/menuentry/ {print $2}' /boot/grub/grub.cfg Debian GNU/Linux Advanced options for Debian GNU/Linux Debian GNU/Linux, with Linux 4.9.0-7-686-pae Debian GNU/Linu

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> we are receiving an error as below. what is the cause of the problem? > (32g ram , 240g ssd , xeon 8 cor cpu) nginx 1.10 version and php7.2-fpm... On Thu, Jul 26, 2018 at 9:46 AM, Gokan Atmaca wrote: > Hello > > we are receiving an error as below. what is the cause of the problem? > (32g ram