bcmath extension for php 7.1 on debian linux

2019-03-26 Thread gro.naibed
Hi all We need your help. We need to use the bcmath extension on PHP 7.1 with a debian linux server. We cant found any source or any think to install this extension. We try to intall it with apt-get and also to add other sources to sourcelist. Can you help us to install it? Thx yo

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Nicholas Geovanis
On Tue, Mar 26, 2019, 2:46 PM Pierre Fourès wrote: > of course, if you're like me, bound to keep Jessie running while it's > in LTS lifespan while also depending on packages from jessie-backports > who are not maintained anymore, you've got to stretch yourself. Looks > likes this will eventually

Re: Lspci

2019-03-26 Thread Kent West
On Tue, Mar 26, 2019 at 6:06 PM Joe B wrote: > Hello > > I just downloaded the iso for Buster and im running it in a virtualbox. I > purposely disabled networking so I can learn how to find the firmware and > learn how to load it/use it > > I tried to run lscpi or even lspci -vv same thing but th

Re: text editors

2019-03-26 Thread Erik Christiansen
On 26.03.19 11:52, John Hasler wrote: > mick crane wrote: > > there it is then, although I've so far managed to avoid Emacs since > > heard it is more of an operating system than an editor. > > Teemu Likonen writes: > > There are those who know Emacs, and there are those who know decades > > old

Re: need sources.list example for lan with approx-server

2019-03-26 Thread David
On Wed, 27 Mar 2019 at 03:59, wrote: > > I saw Debian documentation which says that "apt" has been revised to > correct errors made when coding "apt-get". But then I saw other > documentation which recommended "apt-get" over "apt". I suppose this > question belongs in another thread... The inte

Lspci

2019-03-26 Thread Joe B
Hello I just downloaded the iso for Buster and im running it in a virtualbox. I purposely disabled networking so I can learn how to find the firmware and learn how to load it/use it I tried to run lscpi or even lspci -vv same thing but the command is not found. I looked at https://manpages.debia

Re: text editors

2019-03-26 Thread Tony Rowe
On Tue, Mar 26, 2019 at 03:27:53PM -0400, Wayne Sallee wrote: > I use vim. > I use crispr! Tony (Look, someone had to say it)

Re: Jessie: apt upgrade ... 333 upgraded, 119 newly installed, 0 to remove and 90 not upgraded.

2019-03-26 Thread Bernie Elbourn
On 26/03/2019 20:24, Pierre Fourès wrote: https://lists.debian.org/debian-backports/2019/03/msg00043.html Confirms the Jessie backports archive. I have just dropped it from the sources.list Thanks Bernie for your feedback. It seems we've fallen into the same confusion due to both the backport

Re: Jessie: apt upgrade ... 333 upgraded, 119 newly installed, 0 to remove and 90 not upgraded.

2019-03-26 Thread Pierre Fourès
> https://lists.debian.org/debian-backports/2019/03/msg00043.html > > Confirms the Jessie backports archive. I have just dropped it from the > sources.list Thanks Bernie for your feedback. It seems we've fallen into the same confusion due to both the backports repository being moved to the archi

Re: text editors

2019-03-26 Thread Håkon Alstadheim
Den 26.03.2019 17:52, skrev John Hasler: mick crane wrote: there it is then, although I've so far managed to avoid Emacs since heard it is more of an operating system than an editor. Teemu Likonen writes: There are those who know Emacs, and there are those who know decades old jokes about

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Pierre Fourès
Le mar. 26 mars 2019 à 16:21, Curt a écrit : > > https://backports.debian.org/ > > > Backports are packages taken from the next Debian release (called > > "testing"), > > adjusted and recompiled for usage on Debian stable. > > From that I infer that jessie-backports are like woolly mammoths. The

Re: text editors

2019-03-26 Thread Wayne Sallee
I use vim. Log in as user that will use vim, and run the following command: cat > .vimrc << "EOF" set nosi noai set number   EOF Now when you use vim, there will be a line number at the beginni

Re: Flushing all Buffers Before Exiting

2019-03-26 Thread tomas
On Tue, Mar 26, 2019 at 05:37:49PM -, Curt wrote: > On 2019-03-26, wrote: > > > > > > On Tue, Mar 26, 2019 at 11:43:24AM -0500, David Wright wrote: > > > > [...] > > > >> So these are issues beyond the scope of the OP's problem domain. > >> OTOH, IMO, trapping a USR1 signal [...] > > > > In t

Re: Jessie: apt upgrade ... 333 upgraded, 119 newly installed, 0 to remove and 90 not upgraded.

2019-03-26 Thread Bernie Elbourn
On 26/03/2019 17:38, Bernie Elbourn wrote: I'm currently wondering if it has any impacts, ie, is it now reintegrated in the main archived repository. But seeing your outputs seems to suggest the opposite. The 400 updates are due to loss of backports. Looks like the jessie-updates changes were m

Re: Jessie: apt upgrade ... 333 upgraded, 119 newly installed, 0 to remove and 90 not upgraded.

2019-03-26 Thread Bernie Elbourn
I'm currently wondering if it has any impacts, ie, is it now reintegrated in the main archived repository. But seeing your outputs seems to suggest the opposite. The 400 updates are due to loss of backports. Looks like the jessie-updates changes were more kind. # Jessie deb http://ftp.uk.debian

Re: Flushing all Buffers Before Exiting

2019-03-26 Thread Curt
On 2019-03-26, wrote: > > > On Tue, Mar 26, 2019 at 11:43:24AM -0500, David Wright wrote: > > [...] > >> So these are issues beyond the scope of the OP's problem domain. >> OTOH, IMO, trapping a USR1 signal [...] > > In this case, an atexit handler seems the right tool. Since the > OP is using Pe

Re: need sources.list example for lan with approx-server

2019-03-26 Thread rlharris
On 2019.03.26 03:40, David wrote: On Tue, 26 Mar 2019 at 14:33, wrote: Would someone kindly point me to (or email me) an example sources.list for machines running Debian-9 (Stretch) in a LAN with an approx server? I have used approx for many releases. But I've never used Synaptic. I sugg

Re: Flushing all Buffers Before Exiting

2019-03-26 Thread tomas
On Tue, Mar 26, 2019 at 11:43:24AM -0500, David Wright wrote: [...] > So these are issues beyond the scope of the OP's problem domain. > OTOH, IMO, trapping a USR1 signal [...] In this case, an atexit handler seems the right tool. Since the OP is using Perl, the END {...} block is our friend. C

Re: text editors

2019-03-26 Thread John Hasler
mick crane wrote: > there it is then, although I've so far managed to avoid Emacs since > heard it is more of an operating system than an editor. Teemu Likonen writes: > There are those who know Emacs, and there are those who know decades > old jokes about Emacs. And there are those who avoid le

Re: mdadm started before disks are detected

2019-03-26 Thread Alexander V. Makartsev
On 25.03.2019 0:50, Mimiko wrote: > hello. > > I came across a problem when booting. In the server is installed 4 > disks connected to raid controller and 2 disks connected to > motherboard sata interfaces. During booting disks connected to raid > controller are detected before md raid assembling p

Re: mdadm started before disks are detected

2019-03-26 Thread Sven Hartge
Mimiko wrote: > On 25.03.2019 21:23, Sven Hartge wrote: >> Please update your system, Debian 6.0 Squeeze is severely out of date >> and should NOT be used for any production systems and even less when >> connected to the public Internet. > Yes I know. But this is not the answer I'm searching. I

Re: Flushing all Buffers Before Exiting

2019-03-26 Thread David Wright
On Mon 25 Mar 2019 at 10:47:08 (+0100), to...@tuxteam.de wrote: > On Sun, Mar 24, 2019 at 11:17:54AM -0500, David Wright wrote: > > On Sat 23 Mar 2019 at 18:23:47 (+0100), to...@tuxteam.de wrote: > > > On Sat, Mar 23, 2019 at 10:27:01AM -0500, David Wright wrote: > > > > On Fri 22 Mar 2019 at 17:45

Re: text editors

2019-03-26 Thread Teemu Likonen
mick crane [2019-03-26 07:35:11Z] wrote: > there it is then, although I've so far managed to avoid Emacs since > heard it is more of an operating system than an editor. There are those who know Emacs, and there are those who know decades old jokes about Emacs. -- /// Teemu Likonen - .-..

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Curt
On 2019-03-26, Pierre Fourès wrote: > Le mar. 26 mars 2019 à 14:20, Nicholas Geovanis > a écrit : >> I'm pretty sure that I encountered this in the past but I don't have any >> proof to hand. >> IIRC when the release enters LTS the backports stop being augmented. Is that >> (still) >> correct? T

Problem with traceroute - Buster stock / Stretch kernels 4.19 / 5.0

2019-03-26 Thread Václav Zindulka
Hi, I've already reported part of this to glibc mailing list since I was suspecting its incompatibility with newer kernel. https://lists.debian.org/debian-glibc/2019/03/msg00029.html My daemons started to stuck with kernel 4.19 / 5.0. Today I discovered there is always process of traceroute, which

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Pierre Fourès
Le mar. 26 mars 2019 à 14:20, Nicholas Geovanis a écrit : > I'm pretty sure that I encountered this in the past but I don't have any > proof to hand. > IIRC when the release enters LTS the backports stop being augmented. Is that > (still) > correct? Therefore there will be no repository for them

Re: Q. about Tinkering with Debian Source Code

2019-03-26 Thread Kent West
On Tue, Mar 26, 2019 at 8:17 AM Kent West wrote: > Oops; when to Thomas instead of list; sorry. (Gmail, ugh!) > "went", not 'when". (Kent's typing skills, ugh!) -- Forwarded message - > > On Tue, Mar 26, 2019 at 3:23 AM Thomas Schmitt wrote: > > It depends on where you plan to

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Nicholas Geovanis
On Tue, Mar 26, 2019 at 8:06 AM Pierre Fourès wrote: > Yauhen's mail seems not to find its way towards debian-user@, so he > asked me to foward it. Here it is : > > Le mar. 26 mars 2019 à 12:11, Yauhen Shulitski a > écrit : > > > > The following repositories work for me: > > > > deb http://deb.d

Fwd: Q. about Tinkering with Debian Source Code

2019-03-26 Thread Kent West
Oops; when to Thomas instead of list; sorry. (Gmail, ugh!) -- Forwarded message - On Tue, Mar 26, 2019 at 3:23 AM Thomas Schmitt wrote: > Hi, > > Disclaimer: I am not a Debian member and only prepare the Debian packages > of my own upstream project. So i'm just one or two step

Fwd: Q. about Tinkering with Debian Source Code

2019-03-26 Thread Kent West
Oops, went to Stefan instead of list; sorry. (Google Mail is so ... broken, in some ways.) -- Forwarded message - On Mon, Mar 25, 2019 at 3:50 PM Stefan Monnier wrote: > > When I use "apt source sl" (from sid, into its own directory) and compare > > that tree (?) with what I

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Pierre Fourès
Yauhen's mail seems not to find its way towards debian-user@, so he asked me to foward it. Here it is : Le mar. 26 mars 2019 à 12:11, Yauhen Shulitski a écrit : > > The following repositories work for me: > > deb http://deb.debian.org/debian/ jessie main contrib non-free > deb-src http://deb.deb

Re: Jessie: apt upgrade ... 333 upgraded, 119 newly installed, 0 to remove and 90 not upgraded.

2019-03-26 Thread Pierre Fourès
As mentioned in [1], I'm experiencing something similar. The jessie-updates/ repository just seems to be gone due to the archival process of Jessie [2]. I'm currently wondering if it has any impacts, ie, is it now reintegrated in the main archived repository. But seeing your outputs seems to sugge

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Pierre Fourès
Thanks Roberto, This indeed what my mistake. Hard not to make a typo while using http.debian.net. By the way, Curt mention the use of http://deb.debian.org instead of http://http.debian.net. Does one of them supersede the other ? Is there some pointers to compare the both service. I'm a bit lost i

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Pierre Fourès
Thanks Curt, Yauhen answered me an exemple who helped me spot a typo I made. The archive shouldn't point at debian.net/ but at debian.org/, like clearly mentionned in [1]. Doing so fixes both the "503 Service Unavailable" error and the requirement to install the apt-transport-https package. I thus

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Roberto C . Sánchez
On Tue, Mar 26, 2019 at 12:26:04PM -, Curt wrote: > On 2019-03-26, Pierre Fourès wrote: > > > W: Failed to fetch > > http://archive.debian.net/debian/dists/jessie-backports/main/binary-i386/Packages > > HttpError503 > > > > When I go there in a browser (https://archive.debian.net/), I get:

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Curt
On 2019-03-26, Pierre Fourès wrote: > W: Failed to fetch > http://archive.debian.net/debian/dists/jessie-backports/main/binary-i386/Packages > HttpError503 > When I go there in a browser (https://archive.debian.net/), I get: Service disabled! Unfortunately, this service is not available at t

Re: Unable to unblock bluetooth

2019-03-26 Thread Johann Spies
Yes I did that. Made no difference. But I revisited connmanctl now. Did not realize earlier that it can enable bluetooth also. So % sudo connmanctl enable bluetooth solved the problem. Regards Johann

Jessie: apt upgrade ... 333 upgraded, 119 newly installed, 0 to remove and 90 not upgraded.

2019-03-26 Thread Bernie Elbourn
Is something is awry with the mirrors, got this today $ sudo apt update Ign http://ftp.uk.debian.org jessie InRelease Ign http://ftp.uk.debian.org jessie-updates InRelease Ign http://ftp.uk.debian.org jessie-backports InRelease Hit http://ftp.uk.debian.org jessie Release.gpg Ign http://ftp.uk

Re: jessie-updates missing

2019-03-26 Thread Pierre Fourès
As mentioned in [1], I'm experiencing the same problem. The jessie-updates/ repository just seems to be gone due to the archival process of Jessie. I'm currently wondering if it's now integrated in the main repository, or if it is elsewhere, or just gone. Regards, Pierre. [1] : https://lists.debi

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Pierre Fourès
While still investigating on my backports problem, I just noticed the wiki LTS/Using [1] has been updated. This seems the jessie-update/ should not be set anymore in the /etc/apt/sources.list. However, I would like to know what it means and how to interpret it. Like previously mentioned, does all

jessie-updates missing

2019-03-26 Thread Mike Malcolm
Hello, My project has failed to deploy and I'm seeing that there is a 404 error when trying to access jessie-updates. When I go to http://ftp.debian.org/debian/dists/ I see that the jessie-updates is missing. Please advise. -- Best, Mike

Re: Unable to unblock bluetooth

2019-03-26 Thread Alexander V. Makartsev
On 26.03.2019 14:58, Johann Spies wrote: > On a new installation on a Lenowo w540 I configured bluetooth to use a > mouse and it worked.  Then at a later stage (after installing many > packages) it stopped working. > > I have read a lot on the internet about similar issues but could not > find a so

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Curt
On 2019-03-26, Pierre Fourès wrote: > This is precisely what my problem is about. This is why I wondered > where jessie-updates/ went, or if https://wiki.debian.org/LTS/Using > was outdated since the archival of Jessie. Then I'm stumped, sorry; we'll have to wait for clearer and better minds (tha

Unable to unblock bluetooth

2019-03-26 Thread Johann Spies
On a new installation on a Lenowo w540 I configured bluetooth to use a mouse and it worked. Then at a later stage (after installing many packages) it stopped working. I have read a lot on the internet about similar issues but could not find a solution yet. I will appreciate some help from this l

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Pierre Fourès
In the meantime of understanding what's happening with jessie-updates, I removed the jessie-updates/ references in order to dig a little more as I also require jessie-backports (which isn't anymore in the mirrors, but is in the archive). For the context, I have a multi-step process installing Jess

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Pierre Fourès
This is precisely what my problem is about. This is why I wondered where jessie-updates/ went, or if https://wiki.debian.org/LTS/Using was outdated since the archival of Jessie. My "/etc/apt/sources.list" was : > deb http://http.debian.net/debian jessie main > deb http://http.debian.net/debian jes

Re: Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Curt
On 2019-03-26, Pierre Fourès wrote: > Hi, > > I just stumbled upon the fact that Jessie and Wheezy was removed from > the mirrors, except for the LTS. (cf. > https://lists.debian.org/debian-devel-announce/2019/03/msg6.html). > I still currently use Jessie and my automated install build just br

Archival of Jessie: where did jessie-updates went ?

2019-03-26 Thread Pierre Fourès
Hi, I just stumbled upon the fact that Jessie and Wheezy was removed from the mirrors, except for the LTS. (cf. https://lists.debian.org/debian-devel-announce/2019/03/msg6.html). I still currently use Jessie and my automated install build just broke this morning. I only use i386 and amd64, so

Re: need sources.list example for lan with approx-server

2019-03-26 Thread David
On Tue, 26 Mar 2019 at 14:33, wrote: > > Would someone kindly point me to (or email me) an example sources.list > for machines running Debian-9 (Stretch) in a LAN with an approx server? > > Following the installation of Stretch on a machine in the LAN, I used > Synaptic to add packages, but pressi

Re: Q. about Tinkering with Debian Source Code

2019-03-26 Thread Thomas Schmitt
Hi, Disclaimer: I am not a Debian member and only prepare the Debian packages of my own upstream project. So i'm just one or two steps ahead of you. Kent West wrote: > Should I consider the Debian download as the official source, of the Git > version? s/of/or/ ? It depends on where you plan to

Re: text editors

2019-03-26 Thread mick crane
On 2019-03-25 12:29, Teemu Likonen wrote: mick crane [2019-03-25 04:38:31Z] wrote: Is there any text editor, preferably in a terminal that has the facility to protect lines in the document, not the document itself ? I've got 2 blocks of "code" that look similar and I keep editing the wrong one