Re: The font and themes used in terminal and editor

2019-09-22 Thread Jörg-Volker Peetz
Searching for "sadbart lesson" with startpage gave me these two links: better completion for c++ http://nosubstance.me/articles/2015-01-29-better-completion-for-cpp/ GitHub - oblitum/YouCompleteMe: A code-completion engine for Vim (fork featuring hints for C/C++ and an experimental Swift complete

Re: The font and themes used in terminal and editor

2019-09-22 Thread Jörg-Volker Peetz
On the first web-site there is a link to swift code completion — for vim — on linux! http://nosubstance.me/post/swift-code-completion-for-vim-on-linux/ where it says: "I'm using XFCE Terminal conf, Monofur, Apprentice, goyo.vim conf, quickrun conf, oblitum's YouCompleteMe conf, YCM core for Swift

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread Curt
On 2019-09-21, Gene Heskett wrote: > > My instant show stopper is in (fresh git clone today) > linuxcnc-dev/src: ./configure --with-realtime=uspace > [...] > checking for GTK 2.4.0 or above... no > configure: error: GTK2 missing. Install it or specify --disable-gtk to > skip the parts of LinuxC

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread Curt
On 2019-09-22, Curt wrote: It occurs to me that maybe the rpi isn't considered a Debian-based platform, in which case, sorry for the disruption. > On 2019-09-21, Gene Heskett wrote: >> >> My instant show stopper is in (fresh git clone today) >> linuxcnc-dev/src: ./configure --with-realtime=usp

Understanding PATH$ variable

2019-09-22 Thread Richard Owlett
I recently downloaded a python script which uses some custom helper scripts. The scriptS are provided as zip file. The instructions were ti download to chosen directory and un-zip the file. The launching instructions were to do cd /path/to/script then python script.py That *WORKS* as adv

Re: Understanding PATH$ variable

2019-09-22 Thread Reco
Hi. On Sun, Sep 22, 2019 at 09:10:17AM -0500, Richard Owlett wrote: > May I be pointed to a complete explanation of the use of the PATH$ > environmental variable. bash(1), COMMAND EXECUTION section. Reco

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread deloptes
Gene Heskett wrote: > Might be ok, deloptes, but if I build it on the target device, I know it > will run on the target device. I've already built its own PREEMPT-RT > kernel from the same sources as the stock kernel and rebooted after > taking advantage of a feature I hadn't noted before in /boot

Re: Understanding PATH$ variable

2019-09-22 Thread Thomas Schmitt
Hi, Richard Owlett wrote: > The launching instructions were to do >cd /path/to/script > then >python script.py > I thought I could "simplify" my life by doing >export PATH=$PATH:/path/to/script > and then launch by doing just doing >python script.py > > That FAILED to find script.p

Remove package file from cache as soon as it is installed

2019-09-22 Thread André Rodier
Hello, Is there a way, when using apt to install packages, to delete the package file from /var/cache as soon as it is installed? I am running a package installation inside docker:stable, and it fails in the middle, with no space left on device. Otherwise, is there an option to increase the dock

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread David Wright
On Sat 21 Sep 2019 at 16:11:10 (-0400), Gene Heskett wrote: > On Saturday 21 September 2019 14:41:58 Roberto C. Sánchez wrote: > > On Sat, Sep 21, 2019 at 02:36:04PM -0400, Gene Heskett wrote: > > > On Saturday 21 September 2019 12:41:48 Henning Follmann wrote: > > > > On Sat, Sep 21, 2019 at 11:41

Re: Understanding PATH$ variable

2019-09-22 Thread David Wright
On Sun 22 Sep 2019 at 09:10:17 (-0500), Richard Owlett wrote: > I recently downloaded a python script which uses some custom helper > scripts. The scriptS are provided as zip file. The instructions were > ti download to chosen directory and un-zip the file. > > The launching instructions were to d

Re: Remove package file from cache as soon as it is installed

2019-09-22 Thread Nemeth Gyorgy
2019. 09. 22. 17:29 keltezéssel, André Rodier írta: > Is there a way, when using apt to install packages, to delete the > package file from /var/cache as soon as it is installed? apt-get clean

Re: Remove package file from cache as soon as it is installed

2019-09-22 Thread André Rodier
On Sun, 2019-09-22 at 18:01 +0200, Nemeth Gyorgy wrote: > 2019. 09. 22. 17:29 keltezéssel, André Rodier írta: > > Is there a way, when using apt to install packages, to delete the > > package file from /var/cache as soon as it is installed? > > apt-get clean > Thanks, I knew the command, so perha

Re: Remove package file from cache as soon as it is installed

2019-09-22 Thread David Wright
On Sun 22 Sep 2019 at 16:29:54 (+0100), André Rodier wrote: > Hello, > > Is there a way, when using apt to install packages, to delete the > package file from /var/cache as soon as it is installed? > > I am running a package installation inside docker:stable, and it fails > in the middle, with no

Re: Remove package file from cache as soon as it is installed

2019-09-22 Thread Reco
Hi. On Sun, Sep 22, 2019 at 04:29:54PM +0100, André Rodier wrote: > Hello, > > Is there a way, when using apt to install packages, to delete the > package file from /var/cache as soon as it is installed? /usr/share/doc/apt/NEWS.Debian.gz: apt (1.2~exp1) experimental; urgency=medium [

Debian 10: issues with copy&paste of tabular

2019-09-22 Thread Klaus Singvogel
Hi, I noticed a strange result, when using copy&paste from one application to a (u)xterm: Every tabular is replaced by one or more spaces when copy&pasting Examples: a) Using LibreOffice Writer (6.1.5-3+deb10u4) having a line like: ab and copy&paste to xterm, running xxd resul

Re: Understanding PATH$ variable

2019-09-22 Thread Curt
On 2019-09-22, Thomas Schmitt wrote: > > So to avoid the cd command with absolute path, you would have to give > the script address as absolute path: > > python /path/to/script/script.py > I make my local scripts executable and stick them in '/usr/local/bin'. > Have a nice day :) > > Thomas >

Debian firmaware bug in graphical installer

2019-09-22 Thread Valerio Pachera
Hi, I installed Debian 10 on my old laptop (BIOS mode) using the unsupported firmware iso. I noticed that using the Graphical installer it fails connecting to the wifi. Using the classic ncurses installer, it connects successfully. I checked also with the latest firmware-10.1.0-amd64-netinst.iso an

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread Gene Heskett
On Sunday 22 September 2019 08:55:01 Curt wrote: > On 2019-09-21, Gene Heskett wrote: > > My instant show stopper is in (fresh git clone today) > > linuxcnc-dev/src: ./configure --with-realtime=uspace > > [...] > > checking for GTK 2.4.0 or above... no > > configure: error: GTK2 missing. Install

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread Gene Heskett
On Sunday 22 September 2019 11:41:49 David Wright wrote: > On Sat 21 Sep 2019 at 16:11:10 (-0400), Gene Heskett wrote: > > On Saturday 21 September 2019 14:41:58 Roberto C. Sánchez wrote: > > > On Sat, Sep 21, 2019 at 02:36:04PM -0400, Gene Heskett wrote: > > > > On Saturday 21 September 2019 12:4

Re: Remove package file from cache as soon as it is installed

2019-09-22 Thread André Rodier
On Sun, 2019-09-22 at 11:08 -0500, David Wright wrote: > On Sun 22 Sep 2019 at 16:29:54 (+0100), André Rodier wrote: > > Hello, > > > > Is there a way, when using apt to install packages, to delete the > > package file from /var/cache as soon as it is installed? > > > > I am running a package ins

Re: Understanding PATH$ variable

2019-09-22 Thread Brian
On Sun 22 Sep 2019 at 16:31:22 -, Curt wrote: > On 2019-09-22, Thomas Schmitt wrote: > > > > So to avoid the cd command with absolute path, you would have to give > > the script address as absolute path: > > > > python /path/to/script/script.py > > > > I make my local scripts executable an

Debian installer pXE booting qemu for Windows

2019-09-22 Thread john doe
Hi, I want to Install Debian 10.1 using PXE as a guest using Qemu. I have downloaded the netboot.tar.gz, extracted it and use the following command: ... -boot n -net user,tftp=,bootfile=pxelinux.0 "Failed to load ldlinux.c32 Boot failed: press a key to retry, or wait for reset..." the file 'px

Re: Debian installer pXE booting qemu for Windows

2019-09-22 Thread Reco
Hi. On Sun, Sep 22, 2019 at 07:35:18PM +0200, john doe wrote: > I want to Install Debian 10.1 using PXE as a guest using Qemu. > I have downloaded the netboot.tar.gz, extracted it and use the following > command: > > ... -boot n -net user,tftp=,bootfile=pxelinux.0 > > "Failed to load ldl

Re: Debian installer pXE booting qemu for Windows

2019-09-22 Thread john doe
Hi there Reco, On 9/22/2019 7:46 PM, Reco wrote: > Hi. > > On Sun, Sep 22, 2019 at 07:35:18PM +0200, john doe wrote: >> I want to Install Debian 10.1 using PXE as a guest using Qemu. >> I have downloaded the netboot.tar.gz, extracted it and use the following >> command: >> >> ... -boot n -ne

Re: Remove package file from cache as soon as it is installed

2019-09-22 Thread Sven Hartge
André Rodier wrote: > Th partition is 20G, with the big files option, perhaps it was the > reason of the small number of inodes? Yes, of course. Why did you chose this option when mkfs'ing the filesystem? Besides: Those special options are more or less a thing of the past, where you really had

Re: Debian installer pXE booting qemu for Windows

2019-09-22 Thread Reco
Hi. On Sun, Sep 22, 2019 at 08:16:42PM +0200, john doe wrote: > Hi there Reco, > > On 9/22/2019 7:46 PM, Reco wrote: > > Hi. > > > > On Sun, Sep 22, 2019 at 07:35:18PM +0200, john doe wrote: > >> I want to Install Debian 10.1 using PXE as a guest using Qemu. > >> I have downloaded the

Re: Debian installer pXE booting qemu for Windows

2019-09-22 Thread john doe
On 9/22/2019 8:26 PM, Reco wrote: > Hi. > > On Sun, Sep 22, 2019 at 08:16:42PM +0200, john doe wrote: >> Hi there Reco, >> >> On 9/22/2019 7:46 PM, Reco wrote: >>> Hi. >>> >>> On Sun, Sep 22, 2019 at 07:35:18PM +0200, john doe wrote: I want to Install Debian 10.1 using PXE as a guest

Re: gpsd and systemd on buster

2019-09-22 Thread Charles Curley
On Fri, 20 Sep 2019 09:05:57 +0200 john doe wrote: > On 9/19/2019 9:13 PM, Charles Curley wrote: > > On Thu, 19 Sep 2019 20:27:22 +0200 > > john doe wrote: > > > > OK. How do I stop it from running short of running 'disable' and > > rebooting? > > > > Sorry, didn't spot that you had chained

Re: gpsd and systemd on buster

2019-09-22 Thread john doe
On 9/22/2019 8:54 PM, Charles Curley wrote: > On Fri, 20 Sep 2019 09:05:57 +0200 > john doe wrote: > >> On 9/19/2019 9:13 PM, Charles Curley wrote: >>> On Thu, 19 Sep 2019 20:27:22 +0200 >>> john doe wrote: > >>> >>> OK. How do I stop it from running short of running 'disable' and >>> rebooting?

RMS: You did nothing wrong.

2019-09-22 Thread gameonlinux
You defended your friend and colleague; this is the correct thing for a man to do. You will notice that the white men attack you and have their knives out the very moment an opportunity arises (not to mention the women, but that is a given), while the Latin men support you. This should tell

Re: Understanding PATH$ variable

2019-09-22 Thread David Wright
On Sun 22 Sep 2019 at 16:31:22 (-), Curt wrote: > On 2019-09-22, Thomas Schmitt wrote: > > > > So to avoid the cd command with absolute path, you would have to give > > the script address as absolute path: > > > > python /path/to/script/script.py > > > > I make my local scripts executable a

Rescuing hard disks

2019-09-22 Thread Mark Fletcher
Hello While setting up a newly purchased RAID-capable hard disk cage I've damaged the contents of 2 hard disks and want to know if it is possible to recover. The cage has 5 disk slots each occupied by 3TB hard disks. 4 of the disks came from an older cage by the same maker (TerraMaster, in cas

Wine configuration and result from "wine ./SETUP.EXE".

2019-09-22 Thread peter
Wine configuration > Graphics > Window settings has a checkbox for "Emulate virtual desktop". Unnecessary for most applications? Graphics window for the application runs within a Debian desktop, analogous to winecfg? cd aDiretory ; wine ./SETUP.EXE gave an immediate crash with this backtrace.

Re: Understanding PATH$ variable

2019-09-22 Thread David
On Mon, 23 Sep 2019 at 00:10, Richard Owlett wrote: > May I be pointed to a complete explanation of the use of the PATH$ > environmental variable. https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html Section 8.3, subheading PATH

Gnome-software

2019-09-22 Thread Philip Moore
Hello: My compliments on the great work you all do..and wanted to request a feature in Gnome-Software: I am using Debian 10 and the package often reports 'no network is available'. In fact there is a short delay from the time the system resumes from sleep until the network connects to the router.

Re: Rescuing hard disks

2019-09-22 Thread Debian Buster
On Sun, 22 Sep 2019 23:40:51 +0100, Mark Fletcher wrote: > Hello > > While setting up a newly purchased RAID-capable hard disk cage I've > damaged the contents of 2 hard disks and want to know if it is possible > to recover. > > The cage has 5 disk slots each occupied by 3TB hard disks. 4 of the

Re: Rescuing hard disks

2019-09-22 Thread tv.deb...@googlemail.com
On 23/09/2019 08:37, Debian Buster wrote: On Sun, 22 Sep 2019 23:40:51 +0100, Mark Fletcher wrote: Hello While setting up a newly purchased RAID-capable hard disk cage I've damaged the contents of 2 hard disks and want to know if it is possible to recover. The cage has 5 disk slots each occup

Re: Can't install package in an offline desktop with Debian 9 (Stretch)

2019-09-22 Thread dalios
On 9/21/19 11:50 PM, Patrick Bartek wrote: > On Sat, 21 Sep 2019 21:50:40 +0300 > dalios wrote: > >> Hi all, >> >> I have a desktop with Debian 9.9 (Stretch) installed. I have moved it in >> a house were cable connection is not available but wifi is (thanks >> neighbors), so I used an older wifi