Re: Re: Re: Re: does anyone know how to calm down 'tracker-store'?

2018-11-28 Thread Reco
Hi. On Wed, Nov 28, 2018 at 11:03:28PM +0100, Patrice Duroux wrote: > > Hi, > Not sure to got it exactly but here is finally the 'coredumpctl info' output. > Where to address it if needed? Install reportbug if you haven't already. Run 'reportbug tracker-extract'. Copy this part of the ba

Re: Re: Re: does anyone know how to calm down 'tracker-store'?

2018-11-28 Thread Reco
Hi. On Wed, Nov 28, 2018 at 10:20:22PM +0100, Patrice Duroux wrote: > root@hp-dark:/var/lib/systemd/coredump# gdb > core.tracker-extract.1000.273d78802abc412f8e7a360fd7509e52.14743.154343689200 It's always 'gdb '. Reco

Re: libcurl problem.

2018-11-28 Thread Roberto C . Sánchez
On Wed, Nov 28, 2018 at 09:28:39PM -0500, Gene Heskett wrote: > > Trying to run opera from the cli returns exactly the same libcurl.so.4 > error. > > Must be time to update this thing... Gr! > Looks like it. Regards, -Roberto -- Roberto C. Sánchez

Re: libcurl problem.

2018-11-28 Thread Gene Heskett
On Wednesday 28 November 2018 06:56:26 Roberto C. Sánchez wrote: > ls -l /etc/alternatives/x-www-browser /etc/alternatives/x-www-browser -> /usr/bin/opera Opera? I got tired of its inability to read a news site, and nuked it years ago gene@coyote:/CoCo$ ldd /etc/alternatives/x-www-browser

Re: lpic certification courses

2018-11-28 Thread Andy Smith
Hello, On Wed, Nov 28, 2018 at 09:50:05AM +0100, mj wrote: > Any tips for other good online lpic prep courses..? My early dealings with LPI as an organisation put me off of it for life so I am unable to make any recommendations I'm afraid. Admittedly that was more than 10 years ago. As someone w

Re: Re: Re: Re: does anyone know how to calm down 'tracker-store'?

2018-11-28 Thread Patrice Duroux
Hi, Not sure to got it exactly but here is finally the 'coredumpctl info' output. Where to address it if needed? Thanks, Patrice PID: 32028 (tracker-extract) UID: 1000 (patrice) GID: 1000 (patrice) Signal: 11 (SEGV) Timestamp: Wed 2018-11-28 22:54:42

Re: Re: Re: does anyone know how to calm down 'tracker-store'?

2018-11-28 Thread Patrice Duroux
Hi again, Then here is my current situation (after a LZ4 decompression, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914934): root@hp-dark:/var/lib/systemd/coredump# file core.tracker-extract.1000.273d78802abc412f8e7a360fd7509e52.14743.154343689200 core.tracker-extract.1000.273d78802

Re: modprobe bbswitch fails

2018-11-28 Thread Alexander V. Makartsev
On 29.11.2018 1:40, Johann Spies wrote: > On Tue, 27 Nov 2018 at 12:49, Alexander V. Makartsev > wrote: > >> I suggest to check if your laptop has latest Firmware\BIOS update installed. >> That is first thing I would check if I got similar error message. >> Update it to the latest one provided b

Re: stretch update overwrites nano file

2018-11-28 Thread Brian
On Wed 28 Nov 2018 at 08:19:39 +0100, Pascal Hambourg wrote: > Le 27/11/2018 à 20:15, Brian a écrit : > > On Tue 27 Nov 2018 at 11:07:33 +, Bonno Bloksma wrote: > > > > > Yup, I simply put my default.nanorc file back into the /usr/share/nano > > > dir. I want it to be a system wide default as

Re: modprobe bbswitch fails

2018-11-28 Thread Johann Spies
On Tue, 27 Nov 2018 at 12:49, Alexander V. Makartsev wrote: > I suggest to check if your laptop has latest Firmware\BIOS update installed. > That is first thing I would check if I got similar error message. > Update it to the latest one provided by HP support website. > Also check if there are s

Re: issues with stretch, issue 2 from many

2018-11-28 Thread Brian
On Tue 27 Nov 2018 at 12:04:37 -0500, Greg Wooledge wrote: [...] > My understanding is .xsessionrc was created in order to give users a > modicum of control over their own lives if they happen to use GNOME. It doesn't say that in #411639. [...] -- Brian.

Re: Re: does anyone know how to calm down 'tracker-store'?

2018-11-28 Thread Patrice Duroux
Hi, On the server : 1. impossible to remove the tracker package unless to remove other ones: dpkg: dependency problems prevent removal of tracker: tracker-miner-fs depends on tracker (>= 2.1.0). tracker-extract depends on tracker (>= 2.1.0). rygel-tracker depends on tracker (>= 0.8). nauti

Re: Accessing SSH server over VPN

2018-11-28 Thread Dan Ritter
Piotr Martyniuk wrote: > I have hardware router which allows to configure VPN. I managed to set > it up on my laptop (debian Stretch) in the NetworkManager applet. So > now I can connect from office to outside word using my home router as > a proxy (when I check my IP it shows the IP of my router)

Accessing SSH server over VPN

2018-11-28 Thread Piotr Martyniuk
I have hardware router which allows to configure VPN. I managed to set it up on my laptop (debian Stretch) in the NetworkManager applet. So now I can connect from office to outside word using my home router as a proxy (when I check my IP it shows the IP of my router). I can also connect to one lin

Re: certbot options

2018-11-28 Thread Jim Popovitch
On Wed, 2018-11-28 at 13:29 +, Michael Grant wrote: > In /lib/systemd/system/certbot.service >   > The line to start certbot is: > ExecStart=/usr/bin/certbot -q renew >   > If I modify this file by hand: >   > ExecStart=/usr/bin/certbot -q --pre-hook /usr/local/bin/certbot- > prehook.sh renew >

Re: lpic certification courses

2018-11-28 Thread Richard Owlett
On 11/28/2018 06:35 AM, Dan Ritter wrote: john doe wrote: On 11/28/2018 12:12 PM, Dan Ritter wrote: When I hire a junior sysadmin, if I can't get relevant employment experience, I look for an ability to explain their home system(s) and detail it enthusiastically ... Out of curiosity, what w

Re: certbot options

2018-11-28 Thread Greg Wooledge
On Wed, Nov 28, 2018 at 04:52:30PM +0300, Reco wrote: > cp /lib/systemd/system/certbot.service /etc/systemd/system/certbot.service > $EDITOR /etc/systemd/system/certbot.service > systemctl daemon-reload Or, for a targeted change like this one, use the drop-in directory. https://wiki.debian.org/sy

Re: certbot options

2018-11-28 Thread Bastien Durel
Le mercredi 28 novembre 2018 à 13:29 +, Michael Grant a écrit : > In /lib/systemd/system/certbot.service > > The line to start certbot is: > ExecStart=/usr/bin/certbot -q renew > > If I modify this file by hand: > > ExecStart=/usr/bin/certbot -q --pre-hook /usr/local/bin/certbot- > prehoo

Re: certbot options

2018-11-28 Thread Reco
Hi. On Wed, Nov 28, 2018 at 01:29:00PM +, Michael Grant wrote: > Could someone please tell me the proper place to modify certbot’s default arg > list or is there some systemctl command I should be doing instead of > modifying this file directly? cp /lib/systemd/system/certbot.servic

certbot options

2018-11-28 Thread Michael Grant
In /lib/systemd/system/certbot.service The line to start certbot is: ExecStart=/usr/bin/certbot -q renew If I modify this file by hand: ExecStart=/usr/bin/certbot -q --pre-hook /usr/local/bin/certbot-prehook.sh renew The next time certbot is updated by apt, this file gets overwritten and my ch

Re: APT: suggested packages are required?

2018-11-28 Thread Michael Stone
On Thu, Nov 29, 2018 at 02:10:31AM +1300, Richard Hector wrote: On 29/11/18 2:01 AM, Michael Stone wrote: On Wed, Nov 28, 2018 at 12:45:49PM +0100, to...@tuxteam.de wrote: On Wed, Nov 28, 2018 at 11:34:54AM +, David Griffith wrote: I just noticed an odd behavior of APT when I tried install

Re: APT: suggested packages are required?

2018-11-28 Thread Richard Hector
On 29/11/18 2:01 AM, Michael Stone wrote: > On Wed, Nov 28, 2018 at 12:45:49PM +0100, to...@tuxteam.de wrote: >> On Wed, Nov 28, 2018 at 11:34:54AM +, David Griffith wrote: >>> I just noticed an odd behavior of APT when I tried installing >>> inform6-compiler and inform6-library.  I used to thi

Re: APT: suggested packages are required?

2018-11-28 Thread Michael Stone
On Wed, Nov 28, 2018 at 12:45:49PM +0100, to...@tuxteam.de wrote: On Wed, Nov 28, 2018 at 11:34:54AM +, David Griffith wrote: I just noticed an odd behavior of APT when I tried installing inform6-compiler and inform6-library. I used to think that recommended packages would be mentioned at i

Re: lpic certification courses

2018-11-28 Thread Dan Ritter
john doe wrote: > On 11/28/2018 12:12 PM, Dan Ritter wrote: > > > > When I hire a junior sysadmin, if I can't get relevant employment > > experience, I look for an ability to explain their home system(s) and > > detail it enthusiastically ... > > > > Out of curiosity, what would it take for a h

Re: libcurl problem.

2018-11-28 Thread Roberto C . Sánchez
On Tue, Nov 27, 2018 at 10:30:15PM -0500, Gene Heskett wrote: > /usr/bin/x-www-browser: error while loading shared libraries: libcurl.so.4: > cannot open shared object file: No such file or > directory OK. The problem is not your application, directly, but rather the system browser. What is th

Re: APT: suggested packages are required?

2018-11-28 Thread tomas
On Wed, Nov 28, 2018 at 11:34:54AM +, David Griffith wrote: > > I just noticed an odd behavior of APT when I tried installing > inform6-compiler and inform6-library. I used to think that > recommended packages would be mentioned at installation, but > wouldn't be added unless you explicitly a

Re: lpic certification courses

2018-11-28 Thread john doe
On 11/28/2018 12:12 PM, Dan Ritter wrote: > mj wrote: >> So I decided to LPIC certify myself, and after some googling, I ended up >> doing the ucertify courses, purchased via lpimarketplace. > > In general, certifications aren't worth much. > > Notable exceptions: > > - when you have neither fo

APT: suggested packages are required?

2018-11-28 Thread David Griffith
I just noticed an odd behavior of APT when I tried installing inform6-compiler and inform6-library. I used to think that recommended packages would be mentioned at installation, but wouldn't be added unless you explicitly asked for them. So, I tried to install the compiler and library on a

Re: lpic certification courses

2018-11-28 Thread Dan Ritter
mj wrote: > So I decided to LPIC certify myself, and after some googling, I ended up > doing the ucertify courses, purchased via lpimarketplace. In general, certifications aren't worth much. Notable exceptions: - when you have neither formal education nor work experience, a certfication is be

lpic certification courses

2018-11-28 Thread mj
Hi all, So I decided to LPIC certify myself, and after some googling, I ended up doing the ucertify courses, purchased via lpimarketplace. I started the first (mandatory) LPIC course "Linux Essentials", but immediately became a bit frustrated with the ucertify training, and would like to ask